@charset "UTF-8";

#main_feature {
	background-color: #fff;
	border: 4px solid #20a4ff;
	width: 652px;
	height: 220px;	
}
#main_feature a img { border: none; }
#main_feature_nav {
	width: 660px;
	height: 44px;
	background: url(../images/home-main-feature-nav-bg.png) top left no-repeat;
	margin-bottom: 14px;
}
#main_feature_nav .buttons {
	float: right;	
	padding: 5px 5px 0 0;
}
#main_feature_nav .buttons a {
	display: block;
	width: 41px;
	height: 35px;
	cursor: pointer;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
#main_feature_nav .buttons a.next { background-image: url(../images/home-main-feature-btn-next.png); margin-left: 4px; }
#main_feature_nav .buttons a.previous { background-image: url(../images/home-main-feature-btn-prev.png); }
#main_feature_nav .buttons a:hover { background-position: 0 -35px; }

#main_feature_nav ul {
	float: right;
	margin: 15px 10px 0 12px;
}
#main_feature_nav ul li {
	float: left;
	width: 20px;
}
#main_feature_nav ul li a {
	display: block;
	width: 16px;
	height: 12px;
	cursor: pointer;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/home-main-feature-markers.png);
}
#main_feature_nav ul li a:hover { background-position: 0 -12px; }
#main_feature_nav ul li a.active, #main_feature_nav ul li a.active:hover { background-position: 0 -24px; }

#main_feature_nav p { font-size: 11px; font-weight: bold; float: right; padding-top: 15px; }


#content .post {
	background: url(../images/page-div-xtile.png) top repeat-x;
	padding-top:18px;
	clear: both;
}

#content .post h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #20a4ff;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}
#content .post h3 a:hover {
	text-decoration: underline;
}
#content .post h5 { padding: 8px 0; color: #888888; font-weight: normal; }
#content .post .read-btn {
	float: left;
}
#content .post .read-btn a {
	background: url(../images/post-excerpt-btn-read.png) top left no-repeat;
	width: 99px;
	height: 36px;
	display: block;
	text-decoration: none;
}
#content .post .read p {
	color: #888888;
	float: left;
	padding: 11px 10px 0 10px;
	height: 25px;
	font-size: 11px;
	background: url(../images/post-excerpt-right.png) top right no-repeat #f4f4ee;
}
#content .post .read p strong, #content .post h5 { color: #383838; }
#content .post .read p a, #content .post h5 a { color: #f8981d; font-weight: bold; }