/*

Theme Name: a_better_header_theme

Description: custom Wordpress Theme by Dave Axtell / A Better Header

Author: Dave Axtell / A Better Header

Author URI: http://www.daveaxtell.com/

Tags: fixed width, two columns, left sidebar, valid XHTML, valid CSS

*/



/* Reset

-------------------------------------------------------------------*/

* { padding: 0; margin: 0; }

ul li, ol li { list-style: none; list-style-position: inside; }

ol ol, ul ul, ol ul, ul ol { margin-left: 0; margin-bottom: 0; }

img { border: none; }







/* Body

-------------------------------------------------------------------*/

body { 

        margin: 0 auto;

        font: 12px/16px Verdana, Helvetica, Arial, Geneva, sans-serif; 

	color: #333; 

	background: #FFFFFF ; 

}



*:first-child+html body {background: #ffffff;}



* html body {background: #ffffff;}



h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #04235c; }

h1 { display:none; font-size: 22px; line-height: 26px; margin-bottom: 10px; }

h2 { display:none; font-size: 12px; line-height: 24px; margin-bottom: 7px; font-weight: normal; }

h3 { font-size: 20px; line-height: 22px; margin-bottom: 10px; }

h4 { font-size: 16px; line-height: 16px; margin-bottom: 2px; }

h5 { font-size: 14px; line-height: 14px; margin-bottom: 5px; }

h6 { font-size: 12px; line-height: 12px; margin-bottom: 8px; }



h1 span { color: #04235c; }



a { color: #04235c; }

a:hover { color: #04235c; }

a:visited { color: #04235c; }



p { margin-bottom: 10px; }



input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }



blockquote { 

	font: italic 12px/18px Georgia, Serif; 

	padding: 8px 12px 1px 10px;

	margin-bottom: 15px;

	background: #f5efe1; 

}







/* Header

-------------------------------------------------------------------*/

#header { 

	width: 900px; 

	height: 264px; 

        margin: 0 auto;

	background: url(images/header.jpg) no-repeat center; 

	position: relative; 

}


#header h1 { 

        width: 230px;

        position: absolute;

        top: 80px;

        left: 160px;

	font: 20px Verdana; 

	padding-top: 10px; 

	margin-bottom: 0; 

	color: #fff; 

}

#header h1 a { 

        color: #333; 

	text-decoration: none; 

}

#header span {

        position: absolute;

        top: 195px;

        left: 150px; 

	padding-left: 10px; 

	font-size: 12px; 

	color: #333; 

}





/* Container

-------------------------------------------------------------------*/

#wrapper { 

	width: 900px; 

	overflow: hidden; 

	background: url(images/container.jpg) repeat-y center;

        margin: 0 auto; 

}




/* TOP NAVIGATION BAR

-------------------------------------------------------------------*/
 
ul#topnav {
width:645px;
margin-left: 230px; 
position: relative;
top: 233px;
list-style:none;
height:31px;
}
 
ul#topnav li {
display:inline;	
}

ul#topnav li a {
height:31px;
float:left;
text-indent:-9999px;
}

ul#topnav li#topnav-1 a {
width:84px;
background:url(images/button.jpg) no-repeat 0 0;
}
 
ul#topnav  li#topnav-1 a:hover {
background-position:0 -31px;
}
 
ul#topnav  li#topnav-1 a.current {
background-position:0 -62px;
}

ul#topnav li#topnav-2 a {
width:82px;
background:url(images/button.jpg) no-repeat -84px 0;
}
 
ul#topnav  li#topnav-2 a:hover {
background-position:-84px -31px;
}
 
ul#topnav  li#topnav-2 a.current {
background-position:-84px -62px;
}

ul#topnav li#topnav-3 a {
width:105px;
background:url(images/button.jpg) no-repeat -166px 0;
}
 
ul#topnav  li#topnav-3 a:hover {
background-position:-166px -31px;
}
 
ul#topnav  li#topnav-3 a.current {
background-position:-166px -62px;
}

ul#topnav li#topnav-4 a {
width:115px;
background:url(images/button.jpg) no-repeat -271px 0;
}
 
ul#topnav  li#topnav-4 a:hover {
background-position:-271px -31px;
}
 
ul#topnav  li#topnav-4 a.current {
background-position:-271px -62px;
}

ul#topnav li#topnav-5 a {
width:71px;
background:url(images/button.jpg) no-repeat -386px 0;
}
 
ul#topnav  li#topnav-5 a:hover {
background-position:-386px -31px;
}
 
ul#topnav  li#topnav-5 a.current {
background-position:-386px -62px;
}

ul#topnav li#topnav-6 a {
width:75px;
background:url(images/button.jpg) no-repeat -457px 0;
}
 
ul#topnav  li#topnav-6 a:hover {
background-position:-457px -31px;
}
 
ul#topnav  li#topnav-6 a.current {
background-position:-457px -62px;
}

ul#topnav li#topnav-7 a {
width:113px;
background:url(images/button.jpg) no-repeat -532px 0;
}
 
ul#topnav  li#topnav-7 a:hover {
background-position:-532px -31px;
}
 
ul#topnav  li#topnav-7 a.current {
background-position:-532px -62px;
}





/* SECONDARY NAVIGATION HEADER

-------------------------------------------------------------------*/
 
ul#navheader {
width:369px;
margin-left: 480px; 
position: relative;
top: 185px;
list-style:none;
height:13px;
}
 
ul#navheader li {
display:inline;	
}

ul#navheader li a {
height:13px;
float:left;
text-indent:-9999px;
}

ul#navheader li#navheader-1 a {
width:121px;
background:url(images/secondary_nav.png) no-repeat 0 0;
}
 
ul#navheader  li#navheader-1 a:hover {
background-position:0 -13px;
}

ul#navheader li#navheader-2 a {
width:126px;
background:url(images/secondary_nav.png) no-repeat -121px 0;
}
 
ul#navheader  li#navheader-2 a:hover {
background-position:-121px -13px;
}

ul#navheader li#navheader-3 a {
width:95px;
background:url(images/secondary_nav.png) no-repeat -247px 0;
}
 
ul#navheader  li#navheader-3 a:hover {
background-position:-247px -13px;
}

ul#navheader li#navheader-4 a {
width:27px;
background:url(images/secondary_nav.png) no-repeat -342px 0;
}
 
ul#navheader  li#navheader-4 a:hover {
background-position:-342px -13px;
}





/* Content

-------------------------------------------------------------------*/

#content { 

	width: 610px; 

	float: right; 

	padding-right: 45px; 

 	padding-top: 20px; 
	

}

#content .post { margin-bottom: 40px; }

#content .post p { margin-bottom: 20px; }

#content .post h3 a { text-decoration: none; font-size: 20px; color: #04235c; padding-left: 0px; }

#content .post-list li { list-style: disc; }



#content .post .post-info { 

	clear: both; 

	font-size: 11px; 

	color: #777; 

	padding: 5px 5px 15px 5px; 

	margin-bottom: 20px; 

        text-align: right;

	background: url(images/blogdiv1.gif) top center no-repeat; 

}

#content .post .post-info a { color: #333; text-decoration:none; }

#content .post .post-info a:hover { color: #555; text-decoration:none; }



#content #pages { text-align: center; }

#content #pages a { font: bold 20px "Trebuchet MS"; color: #04235c; text-decoration: none; }

#content #pages a:hover { color: #84afff; }



#content ul, ol, dl { margin-bottom: 20px; }

#content ul { 

	list-style: disc;

	list-style-position: inside; 
	
}

#content ol { 

	list-style: decimal; 

	list-style-position: inside; 

}

#content dl dt { 

	font-weight: bold;

}

#content dl dd { 

	font-style: italic;

	margin: 0 0 5px 20px;

	color: #555;

}



.aligncenter { margin-left: auto; margin-right: auto; }

.alignleft { float: left; margin: 5px 15px 10px 0; }

.alignright { float: right; margin: 5px 0 10px 15px; }







/* Sidebar

-------------------------------------------------------------------*/

#sidebar { 

	width: 205px;

	float: left;

	font-size: 11px; 

	margin: 10px 0px 0px 0;

	color: #777;

}



#sidebar h3 { 

        font: normal 16px Verdana, Arial, Sans-Serif;

        color: #04235c; 

	margin-bottom: 2px;

	margin-left: 15px;

}



#sidebar a { color: #04235c; text-decoration: none; }

#sidebar a:hover { color: #84afff; }



#sidebar .block {

	width: 205px;

	padding: 10px; 

	margin-left: 10px;

	overflow: hidden;

	color: #3d2706;

}

#sidebar .block li { 

	background: url(images/bullet.png) no-repeat 6px 5px; 

	padding-left: 16px;

}

#sidebar .block a:hover { color: #84afff; }



.rss {

	padding: 10px;

	width: 166px; 

        height: 23px;

}

.rss2 {

	padding: 2px;

	width: 16px; 

        height: 17px;

}







/* Search

-------------------------------------------------------------------*/

#search { 

	

}



#search input { border: 0;  }



#search #s { 

	width: 140px;

        height: 20px;

	padding: 1px 1px 0 5px;

	margin-right: 0px;

	margin-left: 33px;

	vertical-align: center;

	line-height: 0;

	font: normal 12px Verdana;

	vertical-align: top;

	color: #333; 

	background: url(images/search_bg.jpg) no-repeat;

}

#search #searchsubmit { 

	width: 20px; 

	height: 20px;

        text-align: center;

	background: url(images/search_submit.jpg) no-repeat;

	font: bold 9px Verdana; color: #04235c;

}


.bt{

        cursor: pointer;

}







/* Comments

-------------------------------------------------------------------*/

.comments-title { 

	text-align: center; 

	font: bold 17px "Trebuchet MS", Helvetica, Arial, Geneva; 

	color: #414d4c; 

}

#comments .comment { 

	background: #E7E8EB; 

	margin-bottom: 10px; 

	overflow: hidden; 

	width: 600px; 

	padding-bottom: 5px; 

}

#comments .comment .comment-avatar { 

	float: left; 

	width: 50px; 

	padding: 5px 7px; 

}



#comments .comment .comment-content { 

	float: left; 

	padding: 10px 15px; 

	margin: 5px 5px 0 0; 

	width: 500px; 

	background: #F7F8F9; 

}

#comments .comment .comment-content a { color: #444; }





#comments .comment .comment-info { 

	font-size: 11px;

	color: #777;

	margin-bottom: 5px; 

}

#comments .comment .comment-info span {

	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;  	

	padding-right: 10px; 

	margin-bottom: 5px;

}

#comments .comment .comment-info a { 

	color: #444; 

	text-decoration: none;

}









/* Comment Form

-------------------------------------------------------------------*/

#commentform { 

	background: #F7F8F9; 

	border: 5px solid #E7E8EB; 

	padding: 10px; 

	color: #555; 

}

#commentform p { margin-bottom: 7px; }

#commentform textarea { 

	width: 565px; 

	border: 1px solid #aaa; 

	height: 120px;

}

#commentform input.text { 

	width: 150px; 

	border: 1px solid #aaa; 

	margin-right: 5px; 

	padding: 3px 3px; 

}

#commentform input#submit {

        width: 148px;

        height: 30px;

        background: url(images/submit_bg.gif) no-repeat;

        text-align: center;

        border: none;

}









/* Footer

-------------------------------------------------------------------*/



#footer { 

	width: 900px; 

        height: 59px;

	margin: 0 auto; 

	color: #fffccc;

	background: url(images/footer.jpg) no-repeat;

        position: relative; 

}





#footer-inner {



	text-align: center; 

	width: 900px; 

	margin: 0 auto;

	color: #fffaaa;

        padding-top: 13px; 

}

#footer p { 

	font-size: 9px; 

	margin: 0; 

}

#footer a { color: #fff200;
	font-size: 9px; 
	 }





/* Nav menu in Footer

-------------------------------------------------------------------*/

#navmenu ul {margin: 0; padding: 0; 

		text-align: center; 

		list-style-type: none; list-style-image: none; }

#navmenu li {display: inline; }



