/*-----------------------------------------------------------------------------
	ProSorata WP Theme
	By: Outsight Interactive
-----------------------------------------------------------------------------*/

body 	{  margin-bottom: 0; margin-top: 0; background: #f1ede0 url('../images/bg.jpg') repeat-x; }

/* Blueprint width setting */
.container 	{ width: 820px; padding-top: 10px; }			

#page {
	border-bottom: 1px solid #e6e1cf;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

a 				{ color: #990000; text-decoration: none;}
a:hover			{ text-decoration: underline;}
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; border: 8px solid #fff; }
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_tan.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: #211d1a; margin-bottom: 15px; }
h2 a 					{ color: #d92426; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 0px; }
						/* Padding inside columns */
#maincontent .content 	{ padding: 10px 30px 20px 0px;}	

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

.post					{ margin-bottom: 25px; border-bottom: 5px solid #e6e1cf;}

.entry					{ clear: left; }

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

/****

#header {
	height: 89px;
}

#header h1, #header .description {
	padding-left: 50px;
	margin: 0;
	line-height: 1em;
}
****/

#maincontent, #sidebar { padding: 0 0 20px 0; }


/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/

#header {
	background: url('../images/logo.png') 0px 0px no-repeat;
	height: 81px;
}

#header h1		 { display: none;  }
#header .description { display: none; }


/*-----------------------------------------------------------------------------
	Intro area
-----------------------------------------------------------------------------*/

div.intro { height: 150px; clear: both; padding: 0 0 15px 0; margin: 0; }
div.intro img { border: none; padding: 0; margin: -6px 0 0 0;}
div.intro p.intro_message { float: left; width: 430px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.4em; font-style: italic; color: #211d1a; font-weight: normal; padding: 23px 0 0 0;}
div.intro p.intro_image { float: right; padding: 0; margin: 0; width: 359px; height:168px; }


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

#nav, #subnav	{ padding: 0; float: left; width: 100%; line-height: 1.5em; font-size: 100%; z-index: 200;}

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

#nav li,
#subnav li		{ margin: 0; padding: 0; float: left; background: url('../images/tb_divider.gif') right no-repeat; }

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

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

#subnav				{ background: #616161; }

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

#nav li.first a { background: url('../images/tb_divider.gif') left no-repeat;}

	/*-------------------------------------------------------------------------
		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 		{ background: url('../images/sidebar_bg.gif') right repeat-y;  fake bg  }*/
#sidebar 	{ padding-top: 10px; }
#sidebar h2 { font-size: 1.3em; line-height: 1.2; border-top: 5px solid #e6e1cf; padding: 10px 0 5px 0;}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0px 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;
	background: url('../images/icons/bullet_square_tan.gif') left 9px no-repeat;
	font-size: 0.9em;
}

/* kill bullet by the donate button */

#sidebar ul li ul li.donate {
	margin: 0 0 0 -18px;
	padding: 4px 0 0 0;
	background:none;
	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: left; font-size: .9em; margin: 0; padding-bottom: 40px;}

#footer a 			{ text-decoration: underline; }

#footer p 			{ float: left; }

#footer p.last 		{ float: right; }

#footer p.last a 	{ padding: 2px 0 2px 23px; background: url('../images/oi_small.gif') no-repeat 0 50%; }

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

#search				{ float: right; margin-top: 39px;}
#search #s 			{ padding: 3px 0 3px 2px; width: 245px; color: #999; font-size: 0.9em; margin: 0 2px 0 0; font-family: Verdana, sans-serif; }
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }
#search input#btnSearch	{ border: none; margin-bottom: -6px;}
#search input		{ margin: 0; padding: 0; }


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

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