#featured-post-wrap {
	background-color:#EAF4FA;
	width:999px;
	position:relative;
	padding:9px 0;
	margin:0 auto;
}

#featured-post {
	width:936px;
	margin:0 auto;
}

.featured-item {
	height:206px;
	overflow:hidden;
}

.featured-thumb {
	padding:7px;
	border:1px solid #D2E2EB;
	margin-right:5px;
	float:left;
	width:304px;
}

.featured-item .title {
	clear:left;
	padding-bottom:3px;
	border-bottom:1px solid #D6E4EC;
	margin-bottom:3px;
}

.featured-item .post {
	float:left;
	width:611px;
}

.date-post, .author-post {
	font-size:10px;
	color:#6A8AA3;
}

.featured-item .entry {
color:#6A8AA3;
}

#featured-prev, #featured-next {
	position:absolute;
	top:9px;
	width:13px;
	height:205px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev {
	background:url(../images/featured-prev-button.gif) no-repeat 0 0;
	left:9px;
}

#featured-next {
	background:url(../images/featured-next-button.gif) no-repeat 100% 0;
	right:9px;
}


