#featured-post-wrap {
	background:#030f18 url(../images/featured-bg.gif) repeat-x 0 0;
	width:100%;
	position:relative;
	padding:17px 0;
	margin:0 auto 20px;
}

#featured-post-wrap .left, #featured-post-wrap .right {
	background:url(../images/featured-bg.gif) no-repeat 0 -270px;
	display:block;
	width:9px;
	height:270px;
	position:absolute;
	top:0;
}

#featured-post-wrap .left { left:0; }

#featured-post-wrap .right {
	background-position:0 100%;
	right:0;
}

#featured-post {
	background:#030f18;
	width:873px;
	margin:0 auto;
}

.featured-item {
	height:236px;
	overflow:hidden;
}

.featured-thumb {
	background:#163d5b;
	padding:7px;
	border:1px solid #163d5b;
	margin-right:8px;
	float:left;
	width:316px;
}

.featured-item .title {
	clear:left;
	font:normal 28px 'Myriad Pro',Tahoma,Verdana;
	margin-bottom:6px;
}

.featured-item .title a { color:#469ee1; }

.featured-item .title a:hover { color:#fff; }

.featured-item .post {
	float:left;
	width:533px;
}

.featured-item .date-post {
	font:normal 10px Arial,Verdana,Tahoma;
	color:#d0da63;
	text-transform:uppercase;
}

.featured-item .entry {
	color:#595959;
	margin-bottom:20px;
}

.featured-item .read-more {
	background:url(../images/read-more-bg.gif) no-repeat 50% 0;
	float:right;
	display:block;
	width:120px;
	height:17px;
	margin-top:20px;
	font:normal 11px Tahoma, Verdana;
	line-height:17px;
	color:#ebf9cc;
	text-align:center;
}

#featured-prev, #featured-next {
	background:#375a79 url(../images/featured-button-bg.gif) no-repeat 0 0;
	position:absolute;
	top:117px;
	width:39px;
	height:39px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev {
	left:15px;
}

#featured-next {
	background-position:0 100%;
	right:15px;
}



