#featured-post-wrap {
	/*background:url(../images/featured-bg.jpg) repeat-x 0 0;*/
	width:100%;
	padding:11px 0 23px;
	height:236px;
	position:relative;
	overflow:hidden;
		margin-bottom: 5px;
border: 1px solid #76ADFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color: #76ADFF;
}
#featured-post {
	width:100%;
	margin:0 auto;
	position:relative;
	z-index:1;
	overflow:hidden;
	height:250px;
}
.featured-item {
	/*background:#76adff url(../images/featured-bg2.jpg) no-repeat 50% -11px;*/
	height:250px;
	overflow:hidden;
	padding: 10px;
}
.featured-thumb {
	background-color:#efecde;
	padding:7px;
	border:1px solid #efecde;
	margin-left:5px;
	float:right;
	width:316px;
	margin-right: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.featured-item .post {
	float:left;
	width:629px;
}
.featured-item .date-post {
	font:normal 10px Arial,Verdana,Tahoma;
	color:#ffffff;
	text-transform:uppercase;
}
.featured-item .title {
	font-size:24px;
	font-weight:normal;
	line-height:33px;
	width:629px;
}
.featured-item .title a { color:#fff; }
.featured-item .title a:hover { color:#434343; }
.featured-item .entry {
	font:normal 12px Arial,Verdana,Tahoma;
	color:#fff;
}
.featured-item .read-more {
	background:#82b5ff;
	float:left;
	display:block;
	font:normal 11px Tahoma,Verdana,Arial;
	height:29px;
	line-height:29px;
	margin-top:20px;
	padding:0 8px;
	color:#fff;
	border:1px solid #8ebfff;
	text-transform:uppercase;
}
.featured-item a.read-more:hover { color:#434343; }
#featured-prev, #featured-next {
	background:url(../images/featured-button.png) no-repeat 0 0;
	position:absolute;
	top:217px;
	width:13px;
	height:15px;
	text-indent:-9999px;
	cursor:pointer;
	z-index:2;
}
#featured-prev {
	left:5px;
}
#featured-next {
	background-position:100% 0;
	left:20px;
}
