/****************************/
/* CUSTOM STYLE CSS PROD    */
/****************************/
/* 
Put your custom css and css overrides in this file.  By restricting 
your css changes to custom-style.css, your changes will not be overwritten 
when upgrading to a new version of this theme.

Steps to customize your 0Point theme:                       
1. Add your custom css to this file                
2. Rename this file to local.css                   
3. Uncomment different examples and modify data as you wish 
4. Clear cached data at admin/settings/performance 
*/
/****************************/

/* Erase or comment the lines below to get rid of the image in the right sidebar 
 * and the brand image or choose another image and change the path instead. */


 /* START CORRECTIONS STYLING */ 
 
/* General layout correction for enabled theme  by K */
#wrapper {
/*   background: transparent url(../images/all/club.png) 93% 99% no-repeat; */
/* no need for a additional club picture */
}

#brand {
   background: url(../images/all/_brand.png) 50% 30% no-repeat;
   position: relative;
   margin: 5px auto 0;
   width: 250px;
   height: 50px;
}

/* GENERAL by V */
html, body {
	height: 100%;
}

body {
  font-family: Georgia,"Times New Roman",Times,serif;
}

/* @font-face by V */
@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('../fonts/texgyreadventor-bold-webfont.eot');
    src: url('../fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* TYPOGRAPHY by V */
h1, h2, h3, h4, h5, h5, h7, h8 {
  font-family: 'TeXGyreAdventorBold', 'Century Gothic', Helvetica, Arial, Sans;
	color: #3499cd;
	font-weight: normal;
}
h1, h2 {
  letter-spacing: normal;
}
.title, .title a {
   font-weight: normal;
   margin: 0 auto;
}
/* login and register */ 
h3.regular {
  font-family: 'TeXGyreAdventorRegular', 'Century Gothic', Helvetica, Arial, Sans;
}
/* LINKS by V */
/* a:link {
	color: #3499CD;
} 
a:visited {
	color: #666666; !important
} */
a:hover {
	color: red;
} 
a:active {
	color: white;
	background-color: #3499cd;
}
/* NODE TITLES by V */
.not-front h1.title {      /* node */
  font-size: 170%;
  padding-bottom: 0;
  font-weight: normal;
	color: #663399;
	background-image: url(../images/nib/nib-logo-2.png);
	background-repeat:no-repeat;
	background-size: 78px;
	padding-left: 0px;
	padding-top: 19px;
	height: 60px;
	margin-bottom: 0px;
	text-transform: none;
	font-family: 'TeXGyreAdventorRegular', 'Century Gothic', Helvetica, Arial, Sans;
}
h1.frontpagetitle {      /* front page only */
  font-size: 170%;
  padding: 10px 0;
  font-weight: normal;
	color: #663399;
	background-image: url(../images/nib/nib-logo-2.png);
	background-repeat:no-repeat;
	background-size: 78px;
	padding-left: 0px;
	padding-top: 20px;
	height: 60px;
	margin-top: -12px;
	margin-bottom: 0px;
	text-transform: none;
	font-family: 'TeXGyreAdventorRegular', 'Century Gothic', Helvetica, Arial, Sans;
}
/* news item title by V and K */
.view_news_title  {
  color: #663399;
	padding: 0 0 3px 0;
	line-height: 1.5;
	font-size: 18px;
  font-weight: normal;
}
a.views_news_title {
  color: #663399;
}
.view_news_title, .view_news_title a, .views_news_title a:link, .views_news_title a:visited {
    color: #663399;
    margin-bottom: 0;
    margin-top: -5px;
    padding-bottom: 0;
    padding-top: 0;
}

/* news item content teaser by V and K */
#view_news_teaser {
  line-height: 1.5; 
	color: #333333; 
}
/* content color and line height by V */
.content {
  line-height: 1.5;
	color: #333333;
}
/* date for news item by V */
#view_news_date {
    color: #666666;
    font-size: 100%;
    font-weight: normal;
		font-variant: small-caps;
    text-transform: lowercase;
    text-align: justify;
}
#news_title_color {
  color: #666666;
}
/* Node styling full news item */
.node-type-news_article p {
   text-align: left;
}

/* Topics sub page - main text, menu, index - styling font Verdana */
/* font-family: 'TeXGyreAdventorRegular','Century Gothic',Helvetica,Arial,sans; */
.node-type-topic_sub_page p {
  font-family: Verdana, Geneva, sans-serif;
}
.whole-book-menu {
  font-family: Verdana, Geneva, sans-serif;
}
.book-navigation {
  font-family: Verdana, Geneva, sans-serif;
}
.field-field-topic-pdf {
  font-family: Verdana, Geneva, sans-serif;
}
.node-type-topic_sub_page table {
  font-family: Verdana,Geneva,sans-serif;
	font-size: 1.1em;
}


/* TABLES by V */
th {
  font-family: 'TeXGyreAdventorRegular', 'Century Gothic', Helvetica, Arial, sans;
	font-weight: normal;
	font-size: 16px;
	color: #663399;
	padding: 5px 0 5px 0;
	background-color: #FFFFFF;
/*	border-top: 1px solid #ababab;
	border-bottom: 1px solid #ababab; */   /* no top and bottom lines */ 
}
th.dollars {
  text-align: right; /* to correct aligning in head */
}
tbody th {
  border-bottom: none;    /* original #CCCCCC comes form system.css! */
}
th.topicbuy  {
  padding: 20px 0 0 0;
	line-height: 1.5;
}
th.topicbuy a:link, a:visited {
  color: #663399; /* correct color link */
}
ul.topicintro {
  text-align: left;
	margin: 0 0 10px 0;
	padding: 0 0 0px 20px;
	list-style-image: url("../images/nib/bullet.png");
}
.content{
  margin: -10px 0 0 0;
}
table.topics {
	border-collapse: collapse;
  font-family: 'TeXGyreAdventorRegular', 'Century Gothic', Helvetica, Arial, sans;
}

/* knop by V */
.knop {
	background-image: url(../images/nib/register-now.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 32px;
  font-family: 'TeXGyreAdventorRegular', 'Century Gothic', Helvetica, Arial, Sans;
	text-shadow: 1px 1px 1px white;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
	padding-right: 18px;
	color: #3499cd;
}
.knop a {
	font-weight: normal;
	color: #3499CD;
}
/* button for download app */
.knop_dl_app {
	background-image: url(../images/nib/register-now.png);
	background-repeat: no-repeat;
	background-position: top 5px;
	height: 32px;
  font-family: 'TeXGyreAdventorRegular', 'Century Gothic', Helvetica, Arial, Sans;
	text-shadow: 1px 1px 1px white;
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	padding-right: 18px;
	padding-left: 0px;
	color: #3499cd;
}
.knop_dl_app a {
	font-weight: normal;
	color: #3499CD;
}

/* ACCORDION by V */ 
.views-accordion-item .accordion-header, h3.accordion-header {
  background-color: #E0EFF7;
  border-bottom: none;
  border-top: 1px solid #ABABAB; 
}
.accordion-item-last {
  border-bottom: 1px solid #ABABAB;
}
.accordion-item-even .accordion-header {
    background-color: #C1E0F0;
	/*	border-bottom: 1px solid #ABABAB;
    border-top: 1px solid #ABABAB;
    /* border-color: #CCCCCC;  */
}
.views_accordion_header, .views_accordion_header a {
  font-weight: normal;
	font-family: 'TeXGyreAdventorRegular', 'Century Gothic', Helvetica, Arial, Sans;
	color: #333333;
}
.views-accordion-item .accordion-header-active, h3.accordion-header-active {
    font-weight: normal;
}
/* open-close all styling */
span.stop-accordion, span.toggleAccordion {
  font-family: 'TeXGyreAdventorRegular', 'Century Gothic', Helvetica, Arial, Sans; 
	margin-top: -20px;
}
/* spacing P in accordion content */
.views-accordion-item .accordion-content p {
		text-align: left;
		color: #333333;
}
/* spacing in accordion header row */
td.listspacing {
  padding: 3px 0 3px 0;
}
/* ACCORDION date correction by K */
.date-display-single {
  white-space:nowrap;
}
/* create space below accordion area by K*/
.accordion-active {
   margin-top: 1em;
   margin-bottom: 1em;
	 border: none;
}

/* HEADER CORRECTIONS by V and K */
#logo {
    height: 188px; /* correct problem with height of header */
    width: 882px;
}
#logo img {
  margin: -2px 0 0 -1px;
}
#mission {
   float: left;
	 position: relative;
	 z-index: 20;
   margin: -60px 0 0 29px; /* move mission to the header */
   padding: 0;
	 color: #666666;
   font-family: Georgia,'Times New Roman',Times,serif;
   font-size: 15px;
   font-style: italic;
   font-weight: normal;
	 line-height: 1.5;
	 border: none;
}
#logo_right {
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: -200px;
    width: 200px;
		font-family: 'TeXGyreAdventorRegular'; /* font correction by V and K */
}
#name-and-slogan {
   position: absolute;
	 z-index: 10; /* to bring name and slogan above logo */
   padding-bottom: 5px;
}
#site-name {
   margin: 20px 0 0 27px;
   padding: 20px 0 0 0;
	 font-family: 'TeXGyreAdventorRegular','Century Gothic',Helvetica,Arial,Sans;
   font-size: 64px;
   font-weight: bold;
   line-height: 1.4;
   text-shadow: 2px 2px 2px #ABABAB;
	 text-transform: none;
	 color: #3499cd;
}
#site-name a, #site-name a:hover {
    font-size: 100%;
		font-weight: bold;
    text-decoration: none;
		color: #3499cd;
}
#site-slogan {
   color: #000;
   padding: 3px 0 0 29px;
   margin: -123px 0 0 0; /* move slogan to top */
	 color: #666666;
   font-family: Georgia,'Times New Roman',Times,serif;
   font-size: 21px;
   font-style: italic;
   font-weight: normal;
   line-height: 1.5;
}

/* HEADER NAVIGATION corrections by K, styling by V */
#navposition {
   float: left;
	 margin-top: -27px; /* move div navleft on top of logo */
}
#navlist.links a, #navlinks ul li a {
    border: medium none;
    color: #3499CD !important;
		font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-weight: bold !important;
    line-height: 25px;
    padding: 6px 25px 5px;
    text-transform: none;
		text-shadow: 1px 1px 0 white;
}
#navlist.links a:hover, #navlist li a:hover, #navlinks ul li a:hover {
  color: red !important;
}


/* ATTENTION BLOCK AREA by V and K */
#sidebar-right {
   margin: 31px 1px 20px 0;
}
.block .title {
   font-family: 'TeXGyreAdventorRegular','Century Gothic',Helvetica,Arial,sans;
   margin: 0 0 0.25em;
   padding: 5px 6px 0 0px;
	 line-height: 1.5;
   text-transform: none;
/*	 border-bottom: 1px solid #ABABAB;
   border-top: 1px solid #ABABAB;  */
   color: #3399CC;
	 background-image: url('../images/nib/nib-logo-atb.png');
	 background-position: 0 0;
   background-repeat: no-repeat;
	 height: 35px;
}
h2.title {
  font-size: 135%;
}
h3.title {
  font-size: 115%;
}
.block.themed-block {
  margin-top: -5px; 
  margin-bottom: 12px;
	padding-bottom: 12px;
}
.block.themed-block img {
   border: none;
   margin-bottom: 5px;
   margin-right: 0;
	 padding-top: 0;
}
.block.themed-block p {
   margin-top: -5px; 
   margin-bottom: 0;
   text-align: left;
	 padding-left: 5px;
	 padding-bottom: 5px;
}
ul.theory {
  text-align: left;
	padding: 0 0 10px 26px;
	list-style-image: url("../images/nib/bullet.png");
}
/* block links color */
a.blocklink  {
  color: #3499CD;
}
/* products block specific styling */
#block-block-10 {
/*  border-bottom: 2px solid #3399CC;
  border-top: 2px solid #3399CC; */
  margin-bottom: 12px;
  padding-left: 5px;
}
/* who's online block */
#block-user-3 .content {
  margin-left: 10px;
  text-align: left;
}
#block-user-3 .item-list {
  display: none;
}

/* Techniques att block area */
.block.themed-block p.techbk {
 text-align: center;
 margin: 0 30px 0 7px;
 padding: 3px 0 3px 0;
 background-color: #F7F7F7;
}


/* COMMENTS area correction reply line */
.comment .links {
    margin-top: 5px;
}

/* FOOTER area by V */
#lowmenu {
    background-image: url("../images/nib/bg-lowermenu.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 24px;
    padding-bottom: 12px;
    padding-top: 6px;
    text-align: center;
}
#navlist2 {
  margin: 0 auto;
	position: relative;
  font-family: 'TeXGyreAdventorRegular', 'Century Gothic', Helvetica, Arial, sans;
	color: #666;
	font-size: 12px;
}
#navlist2 a {
    color: #666666; !important
    font-weight: normal;
}
#navlist2 li a:hover {
	color: #39c;
}

/* HAND styling att block, topic-collection accordion, diagrams */

/* styling for the hand in tools of the trade att block (bridge biz) */
.hand_for_bridge_biz {
  text-align: left;
}
.hand_for_bridge_biz ul li {
  clear: both;
	display: inline;
  list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.hand_for_bridge_biz ul li:first-child {
  background-image: url('../images/nib/spade.png');
  background-repeat:no-repeat;
  background-position:0px 1px;
	padding: 0 3px 0 16px; 
}
.hand_for_bridge_biz ul li:nth-child(2){
  background-image: url('../images/nib/heart.png');
  background-repeat:no-repeat;
  background-position:0px 1px;
	padding: 0 3px 0 16px; 
}
.hand_for_bridge_biz ul li:nth-child(3) {
  background-image: url('../images/nib/diamond.png');
  background-repeat:no-repeat;
  background-position:0px 1px;
	padding: 0 3px 0 16px; 
}
.hand_for_bridge_biz ul li:last-child {
  background-image: url('../images/nib/club.png');
  background-repeat:no-repeat;
  background-position:0px 1px;
	padding: 0 3px 0 16px; 
}
/* styling for the bridge biz question intro */
.question_intro p {
  text-align: left;
	margin: 0 0 3px 5px;
}
/* styling for the bridge biz actual question */
.actual_question p {
  text-align: left;
	margin: 0 0 0 5px;
}

/* Styling for hand in diagrams and hand only*/
.hand {
  text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.hand ul {
  clear: both;
  list-style-type: none;
	margin: 7px 0 7px 33%;
	padding: 0;
	text-align: left;
}
.hand ul li:first-child {
  background-image: url('../images/nib/spade.png');
  background-repeat:no-repeat;
  background-position:0px 1px;
	padding: 0 0 0 20px; 
}
.hand ul li:nth-child(2){
  background-image: url('../images/nib/heart.png');
  background-repeat:no-repeat;
  background-position:0px 1px;
	padding: 0 0 0 20px; 
}
.hand ul li:nth-child(3) {
  background-image: url('../images/nib/diamond.png');
  background-repeat:no-repeat;
  background-position:0px 1px;
	padding: 0 0 0 20px; 
}
.hand ul li:last-child {
  background-image: url('../images/nib/club.png');
  background-repeat:no-repeat;
  background-position:0px 1px;
	padding: 0 0 0 20px; 
}

/* Styling for the hand in the accordion */
.item-list ul li {
  list-style: none;
	display: inline;
	margin: 0 0 10px 0;
	padding: 0;
}
.hand_for_qa_accordion {
  text-align: center;
}
.hand_for_qa_accordion ul {
  clear: both;
	display: inline;
  list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.hand_for_qa_accordion ul li:first-child {
  background-image: url('../images/nib/spade.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 3px 0 14px; 
}
.hand_for_qa_accordion ul li:nth-child(2){
  background-image: url('../images/nib/heart.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 3px 0 14px; 
}
.hand_for_qa_accordion ul li:nth-child(3) {
  background-image: url('../images/nib/diamond.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 3px 0 14px; 
}
.hand_for_qa_accordion ul li:last-child {
  background-image: url('../images/nib/club.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 3px 0 14px; 
}
.hand_for_qa_accordion a[name] {
  color: black;
}

/* Styling for single hand inline*/
.hand_inline {
  text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
.hand_inline ul li {
  clear: both;
	display: inline;
  list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.hand_inline ul li:first-child {
  background-image: url('../images/nib/spade.png');
  background-repeat:no-repeat;
  background-position:0px 1px;
	padding: 0 3px 0 16px; 
}
.hand_inline ul li:nth-child(2){
  background-image: url('../images/nib/heart.png');
  background-repeat:no-repeat;
  background-position:0px 1px;
	padding: 0 3px 0 16px; 
}
.hand_inline ul li:nth-child(3) {
  background-image: url('../images/nib/diamond.png');
  background-repeat:no-repeat;
  background-position:0px 1px;
	padding: 0 3px 0 16px; 
}
.hand_inline ul li:last-child {
  background-image: url('../images/nib/club.png');
  background-repeat:no-repeat;
  background-position:0px 1px;
	padding: 0 3px 0 16px; 
}

/* for cardsymbols as smileys */
.cardsymbols { margin-bottom: -2px; margin-left: -1px; }

/* styling table bid diagram */
#bidtable {
  width: 340px;
	border: 0px;
	margin: 10px 0 0 10px;
}
#bidtable td {
  width: 80px;
	margin: 0;
	padding: 0;
	text-align: center;
}
.firstrow { font-weight: bold;}
.secondrow { font-style: italic;}

img.smiley-class {
  margin-top: 3px;
}

/* Styling BOARD (play) diagram */
.area_nw {
  float: left;
  min-width: 108px;
	height: 80px;
	margin-top: 10px;
}
.area_north {
  float: left;
  min-width: 450px;
	height: 80px;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.area_north ul {
  list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}
.area_north li:first-child {
  background-image: url('../images/nib/spade.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}
.area_north li:nth-child(2){
  background-image: url('../images/nib/heart.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}
.area_north li:nth-child(3) {
  background-image: url('../images/nib/diamond.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}
.area_north li:last-child {
  background-image: url('../images/nib/club.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}

.area_west {
  clear: both;
  float: left;
  min-width: 108px;
	height: 90px;
  font-family: Verdana, Geneva, sans-serif;
}
.area_west ul {
  list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}
.area_west ul li:first-child {
  background-image: url('../images/nib/spade.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}
.area_west ul li:nth-child(2){
  background-image: url('../images/nib/heart.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}
.area_west ul li:nth-child(3) {
  background-image: url('../images/nib/diamond.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}
.area_west ul li:last-child {
  background-image: url('../images/nib/club.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}

.area_title_west {
  float: left;
  width: 170px;
	line-height: 100%;
	padding: 0 0 0 10px;
	font-weight: bold;
}
.area_title_east {
  float: left;
  width: 80px;
	line-height: 100%;
	padding: 0 0 0 10px; 
	font-weight: bold;
}
.area_center {
  float: left;
  min-width: 90px;
	height: 90px;
	background-image: url('../images/nib/nzow_center.png');
	background-repeat: no-repeat;
	background-size: 52px 52px;
	background-position: 19px 13px;
}
.area_east {
  float: left;
  min-width: 425px;
	height: 90px;
	font-family: Verdana, Geneva, sans-serif;
}
.area_east ul {
  list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}
.area_east ul li:first-child {
  background-image: url('../images/nib/spade.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}
.area_east ul li:nth-child(2){
  background-image: url('../images/nib/heart.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}
.area_east ul li:nth-child(3) {
  background-image: url('../images/nib/diamond.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}
.area_east ul li:last-child {
  background-image: url('../images/nib/club.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}
.area_sw {
  clear: left;
  float: left;
  min-width: 108px;
	height: 90px;
}
.area_south {
  float: left;
  min-width: 450px;
	height: 95px;
	margin-top: -7px;
	font-family: Verdana, Geneva, sans-serif;
}
.area_south ul {
  list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}
.area_south ul li:first-child {
  background-image: url('../images/nib/spade.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}
.area_south ul li:nth-child(2){
  background-image: url('../images/nib/heart.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}
.area_south ul li:nth-child(3) {
  background-image: url('../images/nib/diamond.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}
.area_south ul li:last-child {
  background-image: url('../images/nib/club.png');
  background-repeat:no-repeat;
  background-position:0px 3px;
	padding: 0 0 0 20px; 
}

/* Insertnode styling */
.insert-node-body {}
.meta {
  display: none;
}
.node-type-play_diagram {
  height: 270px;
}

/* Forum styling */
#forum-statistics { display: none; }
.legend-group {display: none;}
.forum-folder-legend {display: none;}
.forum-icon {display: none; }
.feed-icon {display: none; }

/* menu for uBid desktop version */
#block-block-23 a { color: #3499CD; }
#block-block-23 a:active { color: #FF0000;  }
#block-block-23 a:hover { color: #FF0000;  }

/* OTHER THINGS */

/* HEADER IMAGE ROTATOR */
.himg #headimg {
   background: #fff url(headerimg/rotate.php) no-repeat 100% 100%; /* rotates images in the headerimg folder */
   border-bottom: 1px solid #eee;
}

/* Uncomment the first declaration below to hide the titles on the front page 
 * Addapt the second declaration to hide a certain title. 
 * Third one is for no "Read more" on the first page. */ 
/*
.front h2 a {
   display: none;
}
.front #node-XXX h2 a {
   display: none;
}
.front .node_read_more {
   display: none;
}
*/


/*******************************/
/* CUSTOM FIXED or FLUID WIDTH */
/*******************************/ 
/* First choose "Custom Layout width" in 0 Point settings page.
 * Uncomment the lines below and modify the value as you wish. 
 * E.g. 1000px for fixed width or 85% for fluid width */
/*
body.layout-fluid .sizer {
   width: 90%;
}*/
body.layout-fixed .sizer {
   width: 930px;
}



/*******************************/
/* CUSTOM Equal width sidebars */
/*******************************/ 
/* First choose "Equal width sidebars" in 0 Point settings page.
 * Uncomment the lines below and modify the values keeping pair values. */
/*
body.l-m-r-eq .colleft, body.m-r-eq .colleft, body.l-m-eq .colleft {
   width: 199px;
   margin-left: -199px;
}
body.l-m-r-eq .colright, body.m-r-eq .colright, body.l-m-eq .colright {
   width: 199px;
   margin-right: -199px;
}
body.l-m-r-eq .outer, body.l-m-eq .outer, body.l-m-eq .outer {
   margin-left: 199px;
}
body.l-m-r-eq .outer, body.m-r-eq .outer, body.m-r-eq .outer {
   margin-right: 199px;
}
body.l-m-eq .colleft {
   width: 199px;
   margin-left: -199px;
}
body.m-r-eq .colright {
   width: 199px;
   margin-right: -199px;
}
*/


/******************************/
/* SPECIAL STATIC-MENU COLORS */
/******************************/

/* Uncomment this to have different colors (and chooose them) for first and last menu items. */
/*
#navlist li.first a {
   background: #D0932C;
}
#navlist li.last a {
   background: #BF5D8C;
}
*/


/* Change the values below accordingly: XXX=menu numer; YYY=background color. */
/*
#navlist li.menu-XXX a {
   background: #YYY;
}
*/


/*******************************/
/* UPDATE ICONS FOR NEW BLOCKS */
/*******************************/
/* where XXX is the block number */

/*
#block-block-XXX .block-icon {
background: transparent url(../images/contact_48.png) no-repeat;
}
*/


.sitemap-box h2 {
   display: none;
}
.views-exposed-widget #edit-submit {
   border: 1px solid #555;
   margin-top: 15px !important;
}
.pane-content h2.title a {
   font-size: 140%;
}
