/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body 	{  margin: 0;  }

/* Blueprint width setting */
.container 	{ width: 820px; border-top: 3px #fed305 solid; border: #CCCCCC thin solid; }			

#page {
	float: left;
	margin-bottom: 0px;
	background:url('../images/backgrnd_shape.jpg') no-repeat left center;
}

blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../images/quote.png') .5em top no-repeat;
}

a 				{ color: #fd790e; }
a:hover			{ color: #cccccc; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_grey.gif') left 5px no-repeat; }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 500px;}
.small			{ font-size: .9em; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

h3, h3 a {
	font-size: 1em;
	line-height: 1.2;
	color: #3B4A25;
 	letter-spacing: 0px;
	text-decoration: none;
}

#maincontent h2 		{ 
     color: #3B4A25; 
     border-bottom: 1px dotted #AAA; 
     margin-bottom: 15px;                         
     background:url('../images/badge.jpg') no-repeat top left;
	 padding-left: 90px;
	 padding-top: 25px;
	 padding-bottom: 20px;
	 font-family: Kabel bk BT, Verdana, Arial, Helvetica, sans-serif;
	 font-weight:600;
}

#maincontent .intro h2{background:none; border:none; padding-left:0; padding-bottom:0px;}

h2 a 					{ color: #3B4A25; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 5px; font-size: 18px;}
						/* Padding inside columns */
#maincontent .content 	{ 
     padding: 50px 30px 20px 48px;
 }
 
.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 25px; }

 #maincontent h2.pagetitle {background-image:none; padding: 0; border-bottom: 1px solid #AAA;}

.intro{
padding: 30px 10px 10px 48px;
}
/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
    background: url('../images/header.jpg') no-repeat ;
	height: 161px;
}

#header h1, #header .description {
    padding-top: 55px;
	padding-left: 15px;
	line-height: 1em;
	font-size: 1.5em;
	font-family: Kabel bk BT, Verdana, Arial, Helvetica,     sans-serif;
	color: #999999; 
}
*+html #header .description {padding-top: 0px;} /* for IE 7 */
#maincontent, #sidebar { padding: 0 0 20px 0;}


/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#nav, #subnav	{ padding: 0; background: #fed305; float: left; width: 100%; line-height: 1.5em; font-family: Kabel bk BT, Verdana, Arial, Helvetica, sans-serif;}

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; }

#nav li,
#subnav li		{ margin: 0; padding: 0; float: left; background-image: none; }

#nav li a,
#subnav li a 	{ color: #000000; padding: 5px 15px; float: left; text-decoration: none; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #bcbabb; color: #F2FFDF; }

#subnav				{ background: #616161; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }

#nav li.first a { margin-left: 50px; }

	/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
	-------------------------------------------------------------------------*/

	.entry #nav .content {
		padding: 0;
		margin: auto;
	}

	.entry #nav {
		margin-bottom: 15px;
		background: #FFF;

	}

	.entry #nav li a 		{ color: #FFF; border-right: 1px solid #AAA; background: #666; }
	.entry #nav li.last a	{ border-right: none; }
	.entry #nav li a:hover 	{ background: #333; color: #FFF;}

/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

 		
#sidebar { margin-left: 8px; /* lets us have border */ padding-top: 40px;}
#sidebar h2 { font-size: 1.3em; line-height: 1.2; font-family: Kabel bk BT, Verdana, Arial, Helvetica, sans-serif; font-weight:500; color:#fd3b0e;}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 20px 0 20px;
}

#sidebar ul li	{ padding: 0; }

#sidebar ul li ul { padding-top: 0; }

#sidebar ul li ul li {
	margin: 0 0 0 -18px;
	padding: 2px 0 2px 9px;
	font-size: 0.9em;
}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
}

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 20px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

/* Hide search from sidebar */
#sidebar #search { display: none; }


/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ text-align: center; font-size: .9em; margin: 0; }
#footer1, #footer2, #footer3 { 
    text-align: left; margin: 0px; 
    height: 100px;
	padding: 10px;
	}
*html #footer1, #footer2, #footer3 {padding: 5px;} /*ie 6 and lower*/
	
#footer1, #footer2{border-right:thin #CCCCCC solid; border-top: #CCCCCC thin solid;}	
#prefooter{height: 175px; margin:0; padding-top: 5px; padding-left:0px; }
#footer3 {background:url('../images/wp_logo.jpg') no-repeat bottom right;border-top: #CCCCCC thin solid;}
#footer2 h4{color: #fd790e; font-family:Kabel bk BT, Verdana, Arial, Helvetica, sans-serif;}
#footer a 		{ text-decoration: none; color: #fd790e;}
#footer a:hover { color:#999999;}
p.contact{
    font-family:Kabel bk BT, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #fd790e;
	}
#prefooter{
    margin-left: 25px;}
/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ float: right; margin-left: 0px;}
#search #s 			{ background: transparent url('../images/icons/search_grey.gif') 0px center no-repeat;
 				  	  padding: 2px 0 2px 17px; width: 135px; color: #CCCCCC; font-size: 0.9em; margin-right: 0px;}
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}

/*-----------------------------------------------------------------------------
ads
-----------------------------------------------------------------------------*/

