/*-----------------------------------------------------------------------------
	Blueprint-WP Theme
	By: Joshua Sowin (fireandknowledge.org)
-----------------------------------------------------------------------------*/

body 	{
	margin-bottom: 0;
	margin-top: 0;
}

/* Blueprint width setting */
.container 	{
	padding: 0px;
	border: 1px solid #000;
	background-image: url(/images/gritty-background.jpg);

}			

#page {
	float: left;
	margin: 0px 0px 0px;
	padding:0px;
}
#newsbox-home {
	border: 1px solid #000;
	margin: 5px 5px 15px;
	width: 590px;
	background-color:#FFF;
}

#newsbox-home h2 {color:#FFF;
	background:#000;
	padding:3px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin-bottom:0px;}
	
#newsbox-home a {color:#000; }
	
#newsbox-home p {
	padding:10px 10px 0px;
}

#issue-box img {
	margin: 3px;
}


blockquote {
	font-style: normal;
	padding: 0 0 0 0;
	background: url('../images/quote.png') .5em top no-repeat;
}

a 				{ color: #3E4967; }
a:hover			{ color: #000; }
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;  }
input img		{border: none;}
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; 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;
	color: #3B4A25;
 	letter-spacing: 0px;
	text-decoration: none;
}

#maincontent h2 		{ margin-bottom: 15px; text-transform:uppercase; }
h2 a 					{ color: #000; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 5px; }
						/* Padding inside columns */
#maincontent .content 	{
	padding: 15px 10px 20px;
}	

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{
	margin-bottom: 25px;
	background-color:#FFF;
	padding:15px;
	border: 1px solid #666;
}

.post img {padding:5px;}

.post ul li {margin: 0 0 0 -18px;
	padding: 2px 10px 2px 9px;
	background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;}
	
	pre
{
white-space: pre-wrap; /* CSS2.1 compliant */
white-space: -moz-pre-wrap; /* Mozilla-based browsers */
white-space: o-pre-wrap; /* Opera 7+ */
}

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
	background: url(/images/top.jpg) no-repeat 0px 0px;
	height: 111px;
	margin: 0px;
	padding: 0px;
}


#header h1, #header .description {
	padding-left: 50px;
	margin: 0;
	line-height: 1em;
}

#maincontent, #sidebar {
	padding: 0 0 20px;
	margin: 0px;
}


/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/


/*
#nav {
	text-align:right;
	height:0px;
	padding:5px 10px 0px;
	top: -25px;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight:bold;
	margin: 0px;
}
#nav ul {list-style-type:none;padding:0;margin:0;display: inline;}
#nav li {list-style-type:none;margin:0 10px 0 0;display: inline;}
#nav li:before { content: "|\00a0\00a0\00a0"; }
#nav li:first-child:before { content: ""; }*/
#nav a {text-decoration:none;color:#000;font-size:1em;}
#nav a:hover {	color:red;
}

#nav li.current_page_item a, #subnav li.current_page_item a, #subnav li a:hover 	{ color: red; }*/

	/*-------------------------------------------------------------------------
		Navigation bar in posts (use main nav html inside a post)
	-------------------------------------------------------------------------*/

	.entry #nav .content {
		padding: 0;
		margin: auto;
		background-color: #FFF;
	}

	.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; margin-top: 0px; /* lets us have border */ }
#sidebar h2 { color:#FFF;
	background:#000;
	padding:3px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin-bottom:0px; }


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 5px 20px 0;
	width: 306px;
}

#sidebar ul li	{ padding: 0; margin-top: 10px ; }

#sidebar ul li ul { padding-top: 0; }

#sidebar ul li ul li {
	margin: 0 0 0 -18px;
	padding: 2px 10px 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;
	margin-bottom: 0px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

/* Hide search from sidebar */
#sidebar #search { display: none; }

.lcp_catlist, #sidebar table, .textwidget, #sub-pages, .page-item, .widget, .sidebar_box {
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:#FFF;
	border:thin solid #000;
	margin: 0px;
	padding: 4px;
}

#socialnw img {padding:0px; margin:0px;}

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ text-align: center; font-size: .9em; margin: 0; clear:both}

#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; margin-right: 20px;}
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist li { padding: 8px 15px; } 
.comments-alt 	{ background: #EEE;}