#featured-post-wrap {
	background:#042965 url(../images/featured-bg.gif) repeat-x 0 0;
	width:1000px;
	position:relative;
	padding:10px 0 9px;
	margin:0 auto;
	border-bottom:1px solid #0a409b;
}

#featured-post {
	width:936px;
	margin:0 auto;
}

.featured-item {
	background:none !important;
	height:206px;
	overflow:hidden;
}

.featured-thumb {
	background-color:#05204f;
	padding:7px;
	border:1px solid #123877;
	margin-right:5px;
	float:left;
	width:304px;
}

.featured-item .date-post {
	font-size:10px;
	text-transform:uppercase;
	color:#ffffff;
	float:left;
}

.featured-item .title {
	font:normal 24px 'Times New Roman', Georgia, serif;
	clear:left;
	padding-bottom:3px;
	border-bottom:1px solid #0f46a1;
	margin-bottom:3px;
}

.featured-item .post {
	float:left;
	width:611px;
}

.featured-item .entry {
color:#ffffff;
}

#featured-post .read-more {
	background:url(../images/continue-reading-bg.gif) no-repeat 50% 0;
	float:right;
	display:block;
	width:106px;
	height:24px;
	margin-top:45px;
	padding:0 0 0 10px;
	font:normal 11px Tahoma, Verdana;
	line-height:17px;
	color:#05204f;
}

#featured-post a.read-more:hover { color:#f4b33b; }

#featured-prev, #featured-next {
	position:absolute;
	top:96px;
	width:36px;
	height:36px;
	text-indent:-9999px;
	cursor:pointer;
}

#featured-prev {
	background:url(../images/featured-prev-button.jpg) no-repeat 0 0;
	left:-16px;
}

#featured-next {
	background:url(../images/featured-next-button.jpg) no-repeat 100% 0;
	right:-16px;
}



