#featured-post-wrap {
	width:960px;
	position:relative;
	padding:22px 0 23px;
}

#featured-post {
	width:880px;
	margin:0 auto;
}

.featured-item {
	background:#18476f url(../images/slider-item-bg.jpg) no-repeat 50% 0;
	height:236px;
	overflow:hidden;
}

.featured-thumb {
	background-color:#efecde;
	padding:7px;
	border:1px solid #efecde;
	margin-right:5px;
	float:left;
	width:316px;
}

.featured-item .post {
	float:left;
	width:523px;
}

.featured-item .date-post {
	font:normal 10px Arial,Verdana,Tahoma;
	color:#feffff;
	text-transform:uppercase;
}

.featured-item .title {
	background:none;
	font-size:28px;
	height:30px;
	line-height:30px;
	width:523px;
	margin-bottom:4px;
}

.featured-item .entry {
	font:normal 12px Arial,Verdana,Tahoma;
	color:#d0d0d0;
}

.featured-item .read-more {
	background:transparent url(../images/read-more-bg.gif) no-repeat 0 0;
	float:left;
	display:block;
	font:normal 11px Tahoma,Verdana,Arial;
	width:106px;
	height:17px;
	line-height:17px;
	margin-top:20px;
	padding:0 5px;
	color:#64b6f4;
}

.featured-item a.read-more:hover { color:#ffffff; }

#featured-prev, #featured-next {
	background:transparent url(../images/slider-button.gif) no-repeat 0 0;
	position:absolute;
	top:119px;
	width:49px;
	height:49px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev { left:0; }

#featured-next {
	background-position :0 -49px;
	right:0;
}


