/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body 	{  margin-bottom: 0; margin-top: 0; }

/* Blueprint width setting */
.container 	{ width: 960px; border-top: 0px #668040 solid; padding-top: 10px; }			

#page {
	border-left: 0px solid #CCC;
	border-right: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	float: left;
	margin-bottom: 18px;
}


blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	color: #000;
	background: url('../images/quote.png') .5em top no-repeat;
}

a 				{ color: #500304; }
a:hover			{ color: #500304; font-weight: bold;}
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: 1.3em;
	line-height: 1.2;
	color: #3B4A25;
 	letter-spacing: 0px;
	text-decoration: none;
}

#maincontent h2 		{ color: #3B4A25; border-bottom: 1px solid #500304; margin-bottom: 15px; font-family: Times;}
h2 a 					{ color: #500304; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 5px; }
						/* Padding inside columns */
#maincontent .content 	{ padding: 25px 30px 20px 48px; }	

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 25px; }

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	height: 267px;
	background: #fff url('../images/headerhg.png') top left;
	}

#header h1 {
	padding-left: 227px;
	margin-top: -50px;
	line-height: 1em;
	color: #fefef3;
	font-family: Times;
}

#header .description {
	padding-top: 0px;
	padding-left: 266px;
	margin-top: 92px;
	line-height: 1em;
	color: #fefef3;
	font-family: Trebuchet MS;
}

#maincontent, #sidebar { padding: 0 0 0px 0; }


/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#nav, #subnav	{ font-family: times; font-size: 1.5em; padding: 0; background-image: url('../images/bannerhpcopy.jpg'); float: left; width: 100%; line-height: 1.8em; height: 42px; font-weight: bold;}

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none; }

#nav li,
#subnav li		{ margin: 0; padding: 0; float: left; }

#nav li a,
#subnav li a 	{ color: #EED04D; padding: 5px 15px 5px 0; float: left; text-decoration: none; }

#nav li.current_page_item a,
#nav li a:hover 	{  color: #ffffff; }

#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
-----------------------------------------------------------------------------*/

#page 		{ width: 960px; background: url('../images/homepage_content_kleiner_copy.jpg') ; /* fake bg */ }
#sidebar 	{ margin-left: 0px; 
              margin-top: 0px;
			  margin-right: 0px;
			  margin-bottom: 50px;
			  float: right;
			  
			  color: #ffffff; /* lets us have border */ }
#sidebar h2 { font-size: 1.3em; font-family: Times; font-weight: bold; letter-spacing: none; text-transform: uppercase; line-height: 1.2; color: #eed04d; }
#sidebar a { color: #ffffff; }
#sidebar a:hover { color: #eed04d; }


#sidebar ul, #sidebar ul ol { margin-left: 0 ; padding: 25px 20px 0 20px; align: top; }

#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;
	background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;
	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 { padding: 0 0 1em 1em; margin: 0;}

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{
	color: #ffffee;
    vertical-align: bottom;
	text-align: center;
	font-size: 1.3em;
	margin: 0 0 0 0;
	background: url('../images/bannerhpcopy.jpg') bottom left no-repeat;
	border: 0px;
	width: 960px;
	background-color: #D4D0C8;
	             }

#footer a 		{ text-decoration: none; }

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ float: right; }
#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; }
#search #s:hover 	{ color: #ff9; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}