#featured-post-wrap {
	width:980px;
	position:relative;
	padding:23px 0;
	margin:0 auto 20px 20px;
}
#featured-post {
	width:873px;
	margin:0 auto;
}
.featured-item {
	height:236px;
	overflow:hidden;
		background: url(../images/bg-fea.png) repeat-x bottom left !important;
}
.featured-thumb {
	background:#3091d2;
	padding:7px;
	border:1px solid #3091d2;
	margin-right:8px;
	float:left;
	width:316px;
}

.featured-item img {
height: 220px;
width: 316px;
}

.featured-item .title {
	clear:left;
	font:normal 28px 'Myriad Pro',Tahoma,Verdana;
	margin-bottom:6px;
	margin-top: 5px;
	padding-left:0;
}
.featured-item .title a { 
color:#ffffff; 
}
.featured-item .title { 
color:#ffffff; 
}

.featured-item .title a:hover { 
color:#20405c; 
}
.featured-item .post {
	float:left;
	width:533px;
}
.featured-item .date-post {
	font:normal 12px Arial,Verdana,Tahoma;
	color:#fff;
	text-transform:uppercase;
	margin-top:0px;
	margin-left:-8px;
	padding:5px;
	background: #464646;
}
.featured-item .entry {
	color:#ddd;
	font-size: 110%;
}
a.read-more {
	background:url(../images/button.png) no-repeat;
	display:block;
	width:101px;
	height:41px;
	margin-top:20px;
	font:normal 12px Tahoma, Verdana;
	line-height:33px;
	color:#fff;
	text-align:center;
	text-decoration: underline;
}
 a:hover.read-more {
	background:url(../images/button.png) no-repeat 0 -40px;
	text-decoration: none;
}
#featured-prev, #featured-next {
	background:url(../images/arrows.png) no-repeat 0 0;
	position:absolute;
	top:123px;
	width:53px;
	height:46px;
	text-indent:-9999px;
	cursor:pointer;
}
#featured-prev {
	left:0;
}
#featured-next {
	background-position:0 100%;
	right:0;
}
a.read-more-next {
	background:url(../images/button-next.png) no-repeat;
	display:block;
	width:90px;
	height:27px;
	margin-top:5px;
	font:normal 12px Tahoma, Verdana;
	line-height:26px;
	color:#fff;
	text-align:center;
	text-decoration: underline;
	float: right;
}
 a:hover.read-more-next {
	background:url(../images/button-next.png) no-repeat 0 -27px;
	text-decoration: none;
}
