#featured-post-wrap {
	width:957px;
	position:relative;
	padding:10px 0 9px;
	margin:0 auto;
}

#featured-post {
	width:920px;
	margin:0 auto;
}

.featured-item {
	height:206px;
	overflow:hidden;
}

.featured-thumb {
	background-color:#FFFFFF;
	padding:7px;
	border:1px solid #D2E2EB;
	margin-right:5px;
	float:left;
	width:304px;
}

.featured-item .date-post {
	font:normal 10px Arial, Verdana, Tahoma;
	color:#A4C3D7;
	text-transform:uppercase;
}

.featured-item .title {
	clear:left;
	font:normal 22px Tahoma, Verdana, Arial;
	height:30px;
	line-height:30px;
	padding-bottom:3px;
	border-bottom:1px solid #E6F1FA;
	margin-bottom:3px;
}

.featured-item .title a { color:#1C4672; }

.featured-item .title a:hover { color:#FA5209; }

.featured-item .post {
	float:left;
	width:595px;
}

.featured-item .entry {
	font:normal 12px Arial, Verdana, Tahoma;
	color:#5C839E;
	line-height:18px;
}

#featured-prev, #featured-next {
	position:absolute;
	top:11px;
	width:13px;
	height:205px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev {
	background:url(../images/featured-prev-button.gif) no-repeat 0 0;
	left:0;
}

#featured-next {
	background:url(../images/featured-next-button.gif) no-repeat 100% 0;
	right:0;
}


