#featured-post-wrap {
	width:980px;
	position:relative;
	padding:23px 0;
	margin:0 auto 20px;
}

#featured-post {
	background:#436d91;
	width:873px;
	margin:0 auto;
}

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

.featured-thumb {
	background:#7090ab;
	padding:7px;
	border:1px solid #7090ab;
	margin-right:8px;
	float:left;
	width:316px;
}

.featured-item .title {
	clear:left;
	font:normal 28px 'Myriad Pro',Tahoma,Verdana;
	margin-bottom:6px;
}

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

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

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

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

.featured-item .entry {
	color:#fff;
}

.featured-item .read-more {
	background:url(../images/read-more-bg.gif) no-repeat 50% 0;
	display:block;
	width:120px;
	height:17px;
	margin-top:20px;
	font:normal 11px Tahoma, Verdana;
	line-height:17px;
	color:#7da2ba;
	text-align:center;
}

#featured-prev, #featured-next {
	background:#375a79 url(../images/featured-button-bg.gif) no-repeat 0 0;
	position:absolute;
	top:123px;
	width:39px;
	height:39px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev {
	left:0;
}

#featured-next {
	background-position:0 100%;
	right:0;
}



