/*
Theme Name: The Surly Birds
Theme URI: http://thesurlybirds.com/
Version: 1.0
Author: Nick Christus
Author URI: http://countrycore.com/

*/

/* RESET
-------------------------------------------------------------------------------- */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
q:before,q:after{content:'';}

.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.overflow {overflow: auto; zoom: 1;}
.clear {clear: both;}

/* MAIN
-------------------------------------------------------------------------------- */
body						{font-size: 13px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #272d31;}
p							{margin-bottom: 18px;}
a							{color: #606366;}
a:hover						{text-decoration: none;}

/* LAYOUT
-------------------------------------------------------------------------------- */
#wrap						{width: 1004px; margin: 0 auto;}
#header						{width: 1004px; height: 282px; background: url(./images/header.jpg) center top no-repeat;}
	#header a				{width: 1004px; height: 282px; display: block;}
#page						{width: 1004px; margin-top: 4px; background: url(./images/bg_mainContent.png) center top repeat-y;}	
#sidebar					{width: 175px; padding-left: 22px; margin-right: 10px;}
#mainContent				{width: 517px; padding: 0 26px 18px;}
#ads						{width: 210px; padding: 9px 0 0 18px;}
#footer						{width: 1004px; height: 126px; background: url(./images/footer.jpg) center top no-repeat;}
.post ul					{list-style: disc; margin-left: 27px;}
.post ul li					{line-height: 18px; margin-bottom: 18px;}

#sidebar input#s			{width: 157px; margin-bottom: 9px; padding: 4px; border: 1px solid #999;}
#sidebar ul li a			{font-size: 13px;}
#sidebar ul					{margin-bottom: 9px;}

/* NAV
-------------------------------------------------------------------------------- */
ul#nav						{width: 480px; margin: 0 auto;}
ul#nav li					{width: 115px; height: 42px; float: left; text-align: center;}
#navRule					{width: 517px; height: 14px; background: url(./images/bg_navRule.png) center top no-repeat;}

/* TYPE
-------------------------------------------------------------------------------- */
p							{font-size: 13px; line-height: 18px;}
ul#nav h2 a					{display: block;}

/* COMMENTS
-------------------------------------------------------------------------------- */
textarea#comment			{width: 489px;}
textarea#comment,
form#commentform input		{padding: 4px; border: 1px solid #606366; font: 'Trebuchet MS', sans-serif;}