/*****************************************************
*   Special styles for the various page templates                      
****************************************************/

/* Styles for the "3-columns-page template" */

#pageleft {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0 20px 0 0;
	border-right: solid 1px #999;
	text-align:justify;
	}
	
#pagemiddle {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0px;
	text-align:justify;
	}
	
#pageright {
	float: right;
	width: 265px;
	margin: 20px 0px 0px 0px;
	padding: 0 0 0 20px;
	border-left: solid 1px #999;
	text-align:justify;
	}

#pageleft .bullets li, #pagemiddle .bullets li, #pageright .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

/* Styles for the "featured-page template" */

#featured-top {
	width:856px;
	float:left;
	margin: 0 12px 20px 15px;
	}


#featured-content {
	width:854px;
	float:left;
	margin:0 0 20px 14px;
	background: #f7efdc;
	border: 1px solid #f7efdc;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	}
	
	
#featured-sidebar {
	width: 250px;
	float:right;
	}
	
#featured-sidebar h3 {
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:0 0 20px 0;
	}	
	
#featured-sidebar .sidebar_widget {
	margin:0 0 20px 0;
	text-align:justify;
	}
	
#featured-leftcol {
	width:525px;
	height: 100%;
	float:left;
	margin:20px 10px 0 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #1f3103;
	background: #1f3103;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	}

#featured-leftcol h2, #featured-rightcol h2, #featured-content h2{
	color: #3ea9f5;
	font: 1.5em ÒHelvetica NeueÓ, Arial, Helvetica, sans-serif;
	margin: 10px 0 5px 0;
	border:none;
	}
	
#featured-rightcol h3{
	color: #3ea9f5;
	margin: 15px 10px 5px 10px;
	}

#featured-leftcol img{
	float:left;
	margin:10px 15px 10px 0px;
	border: 0px solid #513424;
	}
	
#featured-text{
	color: #fff;
	}

#featured-rightcol{
	width:290px;
	height:100%;
	float:right;
	margin-top:20px;
	border: 1px solid #f7efdc;
	background: #f7efdc;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	}

#featured-rightcol li {
	list-style:none;
	margin-right: 10px;
	}

#featured-rightcol .bullets li {
	list-style:none;
	margin-bottom:5px;
	margin-left:22px;
	}

#featured-recent .bullets li a{
	color:#513424!important;
	}

#featured-recent .bullets li a:hover{
	color: #704832!important;
	text-decoration: none;
	}
	
	
.featured_post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.featured_post ul li {
	list-style:none;
	margin-bottom:15px;
	margin-left:42px;
	}

.featured_post ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}

