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

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

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

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

.featured-item .title {
	clear:left;
	padding-bottom:3px;
	border-bottom:1px solid #e6f1fa;
	margin-bottom:3px;
}

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

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

.featured-item a.read-more {
	margin-top:10px;
	background-color:#dbeeff;
	display:block;
	float:left;
	line-height:22px;
	padding:0 8px;
	border:1px solid #d5e9ff;
	color:#56a7ef;
}

.featured-item a.read-more:hover { color:#d61313; }

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

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

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



