#featured-post-wrap {
	background:#0f375e url(../images/featured-bg.gif) repeat-x 0 0;
	width:100%;
	position:relative;
	padding:9px 0 8px;
}

#featured-post {
	width:930px;
	margin:0 auto;
}

.featured-item {
	background:#0f375e url(../images/featured-bg.gif) repeat-x 0 -8px;
	height:206px;
	overflow:hidden;
}

.featured-thumb {
	background-color:#2d2720;
	padding:7px;
	border:1px solid #3f392c;
	margin-right:5px;
	float:left;
	width:304px;
}

.featured-item .post {
	float:left;
	width:605px;
}

.featured-item .date-post {
	font:normal 10px Arial,Verdana,Tahoma;
	color:#6a5e45;
}

.featured-item .title {
	font:normal 24px 'Times New Roman', Futura, Helvetica, Arial, 'Liberation Sans', sans-serif;
	height:30px;
	line-height:30px;
	width:605px;
	padding-bottom:4px;
	border-bottom:1px solid #3c362b;
	margin-bottom:4px;
}

.featured-item .entry {
	font:normal 12px Arial,Verdana,Tahoma;
	color:#b9a989;
	line-height:18px;
}

.featured-item .read-more {
	background:url(../images/continue-reading-bg.gif) no-repeat 50% 0;
	float:right;
	display:block;
	width:106px;
	height:24px;
	margin-top:45px;
	padding:0 0 0 10px;
	font:normal 11px Tahoma, Verdana;
	line-height:17px;
	color:#0e355b;
}

.featured-item a.read-more:hover { color:#dea12b; }

#featured-prev, #featured-next {
	background:url(../images/featured-nav-button.gif) no-repeat;
	position:absolute;
	top:0;
	width:23px;
	height:223px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev {
	background-position:0 0;
	left:0;
}

#featured-next {
	background-position:100% 0;
	right:0;
}



