#featured-post-wrap {
	background-color:#eaf4fa;
	width:980px;
	position:relative;
	padding:9px 0 9px;
	margin:0 auto 1px;
}

#featured-post {
	width:932px;
	margin:0 auto;
}

.featured-item {
	height:206px;
	overflow:hidden;
}

.featured-thumb {
	padding:7px;
	border:1px solid #d2e2eb;
	margin-right:6px;
	float:left;
	width:304px;
}

.featured-item .title {
	clear:left;
	font-size:23px;
	font-style:italic;
	font-weight:normal;
	padding-bottom:3px;
	border-bottom:1px solid #d6e4ec;
	margin-bottom:3px;
}

.featured-item .post {
	float:left;
	width:606px;
}

.featured-item .date-post {
	font:normal 10px Arial,Verdana,Tahoma;
	color:#6a8aa3;
}

.featured-item .entry {
color:#6a8aa3;
}

.featured-item .read-more {
	background:url(../images/read-more-bg.gif) no-repeat 50% 0;
	float:right;
	display:block;
	width:108px;
	height:26px;
	margin-top:20px;
	font:normal 11px Tahoma, Verdana;
	line-height:17px;
	color:#7da2ba;
	text-align:center;
}

#featured-prev, #featured-next {
	background:#d5e7f2 url(../images/featured-button-bg.gif) no-repeat 0 0;
	position:absolute;
	top:9px;
	width:13px;
	height:205px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev {
	left:0;
}

#featured-next {
	background-position:0 100%;
	right:0;
}



