/*
Theme Name: NVCBT Brown 1.1
Theme URI: 
Description: Brown theme fo NVCBT
Version: 1.1
Author: <a href="http://www.oraystudios.com/">Oray Studios</a> 
*/

/*********************************************
INITIAL - START
*********************************************/
body {font: 62.5% Arial, Helvetica, sans-serif;	color: #444;}

h1, h2, h3 {font-family:Georgia, "Times New Roman", Times, serif; margin:0 0 10px 0; border-bottom:1px solid #dddcd8; font-weight:bold;}
h1 a, h2 a, h3 a{text-decoration:none; font-weight:bold;}
	h1 {font-size: 28px; border-bottom:none;}
	h2, h3 {font-size: 20px;}

h4, h5, h6 {font-size: 12px; font-weight:bold; margin:0 0 3px 0;}

p, ul, ol, blockquote {font-size: 12px;}
	p {margin:0 0 10px 0;}
	
small{font-size:10px;}





a {
	color:#797055;
}
a:hover {
	color:#ecda94;
}
ul, ol{
	margin: 0 0 8px 20px;
}
ul{
	list-style: outside square
}
ol{
	list-style: outside decimal;
}
blockquote {
	padding:0px 10px 0px 10px;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
/*********************************************
INITIAL - END
*********************************************/
body  {
	background: #575348 url(_img/bg_body.jpg) center top repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/*********************************************
SIDEBAR - START
*********************************************/
#sidebar1 {
	margin:0;
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#logo {
	height:125px;
	width:200px;
}
#logo h1 {
	border:none;
}
#logo h1 a{
	display:block;
	height:125px;
	text-indent:-9999px;
	background:url(_img/bg_logo.jpg) no-repeat;
}
#logo h1 a:hover{
	/*background:#CC6699;*/
}
#mainnav {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 0 0 0;
	width:200px;
	position:absolute;
	top:125px;
}
#mainnav ul {
	list-style:none;
	margin:0 0 0 7px;
	background:#3e3a37;
	border-top: 3px solid #a39d8a;
	border-bottom: 3px solid #a39d8a;
	border-left: 3px solid #a39d8a;
	padding:0;
}
#mainnav ul li {
	padding:0;
	margin:0px 0 0 0;
	/*display:block;*/
}
#mainnav ul li a{
	display:block;
	font-size:16px;
	padding:5px;
	text-decoration:none;
	color:#e0e0e0;
	margin:0;
}
#mainnav ul li a span{
	font-family:Arial, Helvetica, sans-serif;
	padding: 0 0 4px 0;
	margin:0;
	display:block;
	font-size:10px;
	color:#a0a0a0;
	border-bottom: 1px dotted #44403c;
}
#mainnav ul li a:hover{
	background:#272522;
	margin:0px 0 0 0;
}
#mainnav ul li.current_page_item a{
	background:#272522 url(_img/bg_current.png) center right no-repeat;
	margin:0px 0 0 0;
}
#mainnav ul li.current_page_item a:hover{
	background:#272522 url(_img/bg_current.png) center right no-repeat;
	margin:0px 0 0 0;
}
/*********************************************
SIDEBAR - END
*********************************************/

/*********************************************
MAINCONTENT - START
*********************************************/
#mainContent { 
	margin: 0 10px 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:10px 0 30px 0;
}
#mainContent h1 span {
	display:none;
} 
#mainimage {
	background:url(_img/bg_mainimage.jpg) center center no-repeat;
	height:200px;
	width:530px;
	margin: 0 0 15px 0;
}


/*********************************************
MAINCONTENT - END
*********************************************/
ul#quizz-nav{
list-style:none;
}
#quizz {
margin:10px 0px 10px 0px;
background:#faf5e5;
	border:1px solid #dddcd8;
}

#quizz h2, #quizz h3 , #quizz h5{
padding:10px 8px 0px 8px;
}
#quizz p {
padding:0 8px 0 8px;
}
#quizz table {
font-size:9pt;
margin:0px 10px 10px 10px;
border: 1px solid #e1dac0;
}
#quizz table td{
padding:5px 8px 5px 8px;
border-bottom: 1px dotted #e1dac0;
border-right: 1px dotted #e1dac0;
}
#quizz table #tablehead {
font-size:9pt;
}

/*********************************************
FOOTER - START
*********************************************/
#footer {
	margin: 0 10px 20px 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	text-align:center;
}
#footernav {
	border-top:1px solid #dddcd8;
	padding:20px 10px 5px 10px;
}
#footernav ul li{
	list-style:none;
	display:inline;
	font-size:8pt;
}
#footernav ul li span{
	display:none;
}
/*********************************************
FOOTER - END
*********************************************/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft, .alignleft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}