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

body 	{  margin-bottom: 0; margin-top: 0; }

/* Blueprint width setting */
.container 	{ width: 820px; border-top: 3px #668040 solid; padding-top: 10px; }			


p   { font-family:           Verdana, Arial, Helvetica; 
      font-size:             13px; 
      text-align:            left; 
      color: 				 #191919;
    }

.style24 { font-family:           Arial, Verdana, Helvetica; 
      font-size:             13px; 
      text-align:            left; 
      color: 				 #191919;
    }

.style25 { font-family:           Arial, Verdana, Helvetica; 
      font-size:             14px; 
      text-align:            left; 
      color: 				 #191919;
    }


#page {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	float: left;
	margin-bottom: 20px;
}

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

a 				{ color: #004DFF; }
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;  }
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-family: Arial, Verdana, Helvetica; 
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.2;
	color: #000000;
 	letter-spacing: 0px;
	text-decoration: none;
	margin-bottom: 15px; 

}

#maincontent h2 { 	
	font-family: Arial, Verdana, Helvetica; 
	color: #000000; 
	font-size: 1.6em;
	font-weight: 600;
	border-bottom: 2px dotted #AAA; 
	margin-bottom: 15px; 
}

h2 a 			{ 	
	font-family: Arial, Verdana, Helvetica; 
	color: #000000; 
	text-decoration: none; }


#maincontent .post h2	{ margin-bottom: 5px; }
						/* Padding inside columns */
#maincontent .content 	{ padding: 25px 2px 20px 20px; }	

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

.post					{ margin-bottom: 25px; }

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

#header {
	height: 89px;
}

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

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


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

#nav, #subnav	{ padding: 0; background: #668040; float: left; width: 100%; line-height: 1.5em; }

#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: #F2FFDF; padding: 5px 15px; float: left; text-decoration: none; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #485A2D; 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
-----------------------------------------------------------------------------*/

#page 		{ background: url('../images/sidebar_bg.gif') right repeat-y; /* fake bg */ }
#sidebar 	{ margin-left: 8px; /* lets us have border */ }
#sidebar h2 { font-size: 1.3em; line-height: 1.2; }


#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;
	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 { display: none; }

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

#footer 		{ text-align: center; font-size: .9em; margin: 0;}

#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;
	border:   1px solid #CCC;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 20px;
	list-style-type: none;
	} 
.comments-alt 	{ background: #F9F9F9;}


.comment-reply-link {
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background-color:#ededed;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:4px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-bottom: 20px;
}.comment-reply-link:hover {
	background-color:#dfdfdf;
}.comment-reply-link:active {
	position:relative;
	top:1px;
}


.comment-reply-link a:hover { background:#fafafa; }




.standard {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: white;
}


#feedbackC {
border-bottom: 1px solid #DBDBDB;
padding-bottom: 14px;
border-top: 1px solid #DBDBDB;
padding-top: 14px;
width: 100%;
height: 100px;

}



#commentreply
{
position:absolute;
left:-1000px;
}


.ratingstars{
	padding: 0 20px 0 0;
}

.ratingtitle{
		padding: 0 0 0 18px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:13px;
}
	
.averageratingtext{
	font-family:Verdana, Geneva, sans-serif;
		font-size:15px;
				font-weight:bold;

}


.ave_rating

{    
font-family : arial;
font-size : 11px;
color: #000000;
} 

.ave_rating_img
{    
position:relative;
top:-3px;
} 

.ave_rating_img_stars
{    
position:relative;
top:2px;
padding-left:8px;
} 

.ave_rating_title

{    
font-family : arial;
font-size : 14px;
color: #000000;
font-weight:bold;
} 




.clearfix, .container {
display: block;
}

#postDivder {
border-left: 1px dotted #C0BCBC;
width: 0px;
height: 100px;
float: left;
}

#feedbackC #do_you_likeC {
width: 330px;
float: left;
}

#feedbackC #get_your_social_onC {
width: 250px;
float: right;
margin: 0;
padding: 0;
}

#feedbackC #do_you_like {
font-family: georgia, palatino;
text-align:center; 
font-size: 16px;
height: 17px;
margin: 0 0 10px 0;
}

#feedbackC #do_you_like_top {
font-family: georgia, palatino;
text-align:center; 
font-size: 16px;
height: 17px;
padding-top: 8px;
margin: 0 0 10px 0;
}

#feedbackC #would_you_like_name {
font-family: georgia, palatino;
text-align:center; 
font-size: 17px;
font-weight: bold;
height: 18px;
margin: 0 0 10px 0;
}

#feedbackC #get_your_social_on {
text-align:center; 
font-size: 17px;
font-weight: bold;
height: 23px;
margin: 0 0 10px 0;
}

#feedbackC #retweet {
float: left;
width: 55px;
margin-left: 32px;
}

#feedbackC #flike {
float: left;
width: 49px;
margin-left: 12px;
}

#feedbackC #stumbler {
float: left;
width: 57px;
margin-left: 12px;
}

#blogC hr#pre-feedback {
margin-bottom: 14px;
}
posts.css:18
#blogC hr.space {
margin-bottom: 24px;
}
screen.css:257
hr.space {
background: white;
color: white;
visibility: hidden;
}
screen.css:256
hr {
background: #DDD;
color: #DDD;
clear: both;
float: none;
width: 100%;
height: .1em;
margin: 0 0 1.45em;
border: none;
}

.standard th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: blue blue blue blue;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.standard td {
	border-width: 0px 0px 0px 0px;
	padding: 6px 6px 6px 6px;
	border-style: none none none none;
	border-color: blue blue blue blue;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}


table.sidebar {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: url('../images/sidebar_bg.gif');
}
table.sidebar th {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: blue blue blue blue;
	background-color: url('../images/sidebar_bg.gif');
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sidebar td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: blue blue blue blue;
	background-color: url('../images/sidebar_bg.gif');
	-moz-border-radius: 0px 0px 0px 0px;
}



/* NEWSLETTER SIGNUP */  
h5 {    
font-family : tahoma, arial;
text-align : center;
font-size : 16px;
color: #800000;
font-weight : 800; 
text-decoration:bold;
} 

h6 {    
font-family : tahoma, arial;
text-align : center;
font-size : 14.3px;
color: #000000;
font-weight : 800; 
text-decoration:bold;

}
p.nlfour {    
font-family : georgia;
text-align : center;
font-size : 15pt;
color: #000000;
font-weight : 800; 
text-decoration:bold;
} 


.solid {
border:solid #BDBDBD; 
border-width:1px 0 0; 
height:0;
margin-left: 5px;
}


.ave_rating_review_it A:link {color: #FE792C;  line-height: 11px; text-decoration:none; font-family: Trebuchet MS, arial; font-size:13px; font-weight:bold; padding-left:10px} 

.ave_rating_review_it A:visited {color: #FE792C;  line-height: 11px; text-decoration:none; font-family: Trebuchet MS, arial; font-size:13px; font-weight:bold; padding-left:10px} 

.ave_rating_review_it A:hover {color: #FE792C; line-height: 11px; text-decoration:underline; font-family: Trebuchet MS, arial; font-size:13px; font-weight:bold; padding-left:10px}  



.ratingstyle {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color: #777;
	font-weight:bold;
	}


