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

body 	{  margin-bottom: 0; margin-top: 0; background-image:url(../images/bk_orange.jpg); background-repeat: repeat-x; font-family: arial, sans-serif;}
.container { margin: 0; }
#page {

}

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

a 				{ color: #0033FF; text-decoration: none; }
a:hover			{ text-decoration: underline; color: #0033ff; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; padding: 0;}
p img			{ float: none; margin: 0; padding: 0; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 500px;}
.date			{ color: #AAA; margin: 3px 0 1em 0; padding: 0;}
	.date a 	{ text-decoration: none; color: #aaa; }
	.date a:hover	{ text-decoration: underline; }
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

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

h6 { margin: 0; padding: 0; font-weight: normal; color: #666; font-size: .9em; position: relative; top: -1.4em; }
#maincontent 			{ overflow: hidden; }
#maincontent h2 		{ color: #000; border-top: 1px solid #cccccc; margin: 0; padding: 7px 0 0 0; font-size: 1.4em; font-weight: bold; line-height: 1em;}
h2 a 					{ color: #000; text-decoration: none; }
h2 a:hover 				{ color: #000; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 0; }
						/* Padding inside columns */
#maincontent h2.pagetitle {
	color: #888;
	border: 0;
	padding-bottom: 5px;
}

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 25px;}
#maincontent h2 a				{ color: #000;  text-decoration: none;}
#maincontent a 			{ color: #004276; text-decoration: underline; }
#maincontent .date a 	{ text-decoration: none; color: #aaa; font-weight: normal;}
#maincontent .date a:hover	{ text-decoration: underline; }

ul.archive, ul.archive ul {
	list-style-type: none;
}

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	margin-bottom: 3em;
}

a.black {
	color: #333;
}


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

#sidebar {
	color: #333;
	font-size: .8em;
}

#sidebar ul, #sidebar h2, #sidebar form {
	margin-left: 20px;
	
}

#sidebar h2 {
	margin: 1em 0 .25em 20px;
}

#sidebar form {
	margin-bottom: 3em;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 0 20px;
}

#sidebar ul a {
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	line-height: 1.9em;
	display: block;
}

#sidebar ul.indent a {
	margin-left: 20px;
}

#sidebar ul li {
_vertical-align: bottom; _zoom: 1;
}

#sidebar a:hover {
	text-decoration: underline;
}

/*
#sidebar li.current_page_item > a,#sidebar li.current-cat > a {
	color: #d3a74e;
}*/

#sidebar h2 {
	font-size: 1em;
	text-transform: uppercase;
	color: #333;
}

#sidebar #sideFooter {
	border-top: 1px solid #ccc;
	padding: 1em 0 0 10px;
	margin-top: 1em;
}

#sidebar #sideFooter p {
	line-height: 2em;
}

#sidebar #sideFooter a {
	color: #004276;
}

#sidebar #sideFooter a#rss {
	display: block;
	text-decoration: none;
	background-image:url('../images/i_rss.png');
	background-repeat: no-repeat;
	background-position: left center;
	color: #333;
	line-height: 2em;
	padding-left: 29px;
	margin-bottom: 6em;
}

#sidebar #sideFooter a:hover {
	text-decoration: underline;
}

	/*-------------------------------------------------------------------------
		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
-----------------------------------------------------------------------------*/


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

#footer 		{ color: #999; font-size: .9em; margin: 0; padding-left: 15px; }

#footer a 		{ text-decoration: none; color: #999;}

#footer a:hover { text-decoration: underline; }

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#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: 20px; margin-top: 20px;}
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


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

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