/* {{{ Main Content */
#recent_news {
	display: block;
	width: 525px;
}

#bd {
	padding-top: 2em;
}

#page_title { display: none; }

/* }}} */
/* {{{ Featured Blog Post */

#featured_blog_post {
	width: 575px;
}

#featured_blog_post .entry {
	background: none;
}

#featured_blog_post .entry-content {
	background: url('../images/front-page/featured-blog-post-bottom.png') center bottom no-repeat;
	padding: 10px;
	margin: 0;
}

#featured_blog_post h2 a,
.site-sidebar-gadget h3,
.site-sidebar-gadget .site-gadget-title h3 {
	font-size: 129%;
	text-decoration: none;
	margin: 0;
}

.site-sidebar-gadget .site-gadget-title {
	padding: 10px 10px 6px 14px;
}

#featured_blog_post .entry-title {
	background: url('../images/front-page/featured-blog-post-top.png') center top no-repeat;
	padding: 10px 10px 0 14px;
}

#featured_blog_post .entry-subtitle {
	background: url('../images/front-page/featured-blog-post-top.png') center -20px no-repeat;
	padding: 2px 10px 6px 14px;
}

#featured_blog_post .entry-no-title .entry-subtitle { display: none; }

#featured_blog_post .entry-no-title {
	background: url('../images/front-page/featured-blog-post-no-title-top.png') center top no-repeat;
	padding-top: 10px;
	padding-bottom: 0;
}

#featured_blog_post h2 {
	margin: 0;
	padding: 0;
}

.box-header span {
	position: relative;
	top: -6px;
	font-size: 85%;
	color: #666;
}
/* }}} */
/* {{{ Hit and Run Single Feature */

#featured_blog_post {
	background: url(../images/front-page/feature-hit-and-run.jpg) bottom left no-repeat;
	width: 525px;
	height: 214px;
	margin-bottom: 20px;
}

#featured_blog_post .entry-content {
	background: none;
	padding: 40px 40px 20px 230px;
	color: #7fa79c;
}

#featured_blog_post .entry-content a:link,
#featured_blog_post .entry-content a:visited,
#featured_blog_post .entry-content a:hover
#featured_blog_post .entry-content a:active {
	color: #7fa79c;
}

#featured_blog_post .entry-no-title {
	background: none;
	padding: 0;
}

#featured_blog_post .entry-content h3 {
	font-size: 24px;
}

#featured_blog_post .entry-content .button a {
	display: block;
	color: #024524;
	background: #7fa79c;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}

#featured_blog_post .entry-content .button a span {
	display: block;
	font-size: 85%;
	font-weight: normal;
}


/* }}} */

