#featured-post-wrap {
	background:#3996dd url(../images/featured-bg.png) repeat-x 0 0;
	height:236px;
	padding:8px 0 11px;
}

#featured-post-wrap .wrap {
	position:relative;
	width:978px;
}

#featured-post {
	width:880px;
	margin:0 auto;
}

.featured-item {
	background:#3996dd url(../images/featured-bg.png) repeat-x 0 -8px;
	height:236px;
	overflow:hidden;
}

.featured-thumb {
	background:#efecde;
	padding:7px;
	border:1px solid #efecde;
	margin-right:5px;
	float:left;
	width:316px;
}

.featured-item .post {
	float:left;
	width:543px;
}

.featured-item .date-post {
	font:normal 10px Arial,Verdana,Tahoma;
	color:#fff;
	text-transform:uppercase;
}

.featured-item .title {
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	height:30px;
	line-height:30px;
	width:543px;
	margin-bottom:9px;
}

.featured-item .title a { color:#001c32; }

.featured-item .title a:hover { color:#fff; }

.featured-item .entry {
	font:normal 12px Arial,Verdana,Tahoma;
	color:#fff;
}

.featured-item .read-more {
	background:#043253 url(../images/read-more-bg.gif) no-repeat 0 0;
	float:left;
	display:block;
	font:normal 11px Tahoma,Verdana,Arial;
	width:106px;
	height:17px;
	line-height:17px;
	margin-top:20px;
	text-align:center;
	color:#64b6f4;
}

.featured-item a.read-more:hover { color:#fff; }

#featured-prev, #featured-next {
	background:#4aadf9 url(../images/featured-button.gif) no-repeat 0 0;
	position:absolute;
	top:100px;
	width:41px;
	height:41px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev {
	left:0;
}

#featured-next {
	background-position:0 -41px;
	right:0;
}



