#featured-post-wrap {
	background:#0a51a1 url(../images/featured-bg.gif) repeat-x 0 0;
	width:976px;
	position:relative;
	padding:12px;
	margin:0 auto;
}

#featured-post {
	margin:0 auto;
	z-index:4;
}

.featured-item {
	background:#0a51a1 url(../images/featured-bg.gif) repeat-x 0 -12px;
	height:206px;
	overflow:hidden;
}

.featured-thumb {
	background-color:#e2e2e2;
	padding:7px;
	border:1px solid #e2e2e2;
	margin-right:5px;
	float:left;
	width:304px;
}

.featured-item .date-post {
	text-transform:uppercase;
	font-size:10px;
	color:#004674;
}

.featured-item .title {
	clear:left;
	font-size:24px;
	font-weight:normal;
	padding-bottom:7px;
	margin-bottom:3px;
}

.featured-item .title a { color:#ffffff; }

.featured-item .title a:hover { color:#004674; }

.featured-item .post {
	margin:0;
	padding:0;
	background:none;
	float:left;
	width:648px;
}

.featured-item .entry {
	color:#FFFFFF;
}

.featured-item a.read-more {
	background:url(../images/featured-read-more-bg.gif) no-repeat 0 0;
	float:left;
	display:block;
	font:normal 11px Tahoma, Verdana, Arial;
	color:#fefefe;
	height:19px;
	line-height:19px;
	padding:0 6px;
	width:102px;
	margin-top:10px;
}

.featured-item a.read-more:hover { color:#004674; }

#featured-prev, #featured-next {
	position:absolute;
	top:196px;
	width:24px;
	height:23px;
	text-indent:-9999px;
	cursor:pointer;
	z-index:5;
}

#featured-prev {
	background:url(../images/featured-nav-button.gif) no-repeat 0 0;
	right:33px;
}

#featured-next {
	background:url(../images/featured-nav-button.gif) no-repeat 100% 0;
	right:9px;
}

