#featured-post-wrap {
	background:url(../images/featured-bg.png) repeat-x 0 0;
	width:100%;
	position:relative;
	padding-top:18px;
	height:339px;
}

#featured-top {
	background:url(../images/featured-top-bg.png) no-repeat 1px 0;
	display:block;
	height:7px;
	width:928px;
	margin:0 auto 15px;
	overflow:hidden;
}

#featured-post {
	background:#000;
	width:924px;
	margin:0 auto;
	z-index:100;
}

.featured-item {
	height:300px;
	width:924px !important;
	overflow:hidden;
}

.featured-thumb {
	width:924px;
	position:relative;
	z-index:50;
}

.featured-item .post {
	background:#000;
	position:absolute;
	padding:10px;
	width:904px;
	bottom:0;
	color:#fff;
	z-index:80;
	display:none;
}

.featured-item .title {
	background:none;
	font-size:20px;
	font-weight:normal;
	height:26px;
	line-height:26px;
	overflow:hidden;
}

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

.featured-item .title a:hover { color:#004e78; }

.featured-item .entry {
	font:normal 12px Arial,Verdana,Tahoma;
	line-height:18px !important;
}

#featured-prev, #featured-next {
	background:#000;
	position:absolute;
	top:174px;
	height:33px;
	line-height:33px;
	padding:0 10px;
	cursor:pointer;
	z-index:200;
	display:none;
}

#featured-prev { left:16px; }

#featured-next { right:16px; }

a#featured-prev , a#featured-next { color:#fff; }


