/*
	INDEX
	-------------------
	== LEAD IN 
	== BLOG CONTENT
	== FEATURED POST
	== RECENT POSTS
*/


/* == LEAD IN --------------------------------------------------------------- */
#lead_in .copy {
	width: 880px;
	height: 108px;
	margin: 40px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	background: url(../../images/miscellaneous/lead_in_copy.png) no-repeat;	
	text-indent: -10000px;
}


/* == BLOG CONTENT ---------------------------------------------------------- */
#blog_content {
	overflow: hidden;
	margin: 35px 0;
}


/* == FEATURED POST --------------------------------------------------------- */
#main_content.featured_post .title {
	overflow: hidden;
}
	#main_content.featured_post .title h2 {
		float: left;
		width: 415px;
	}
	#main_content.featured_post .title .date {
		display: block;
		margin-top: 9px;
		float: right;
		color: #606060;
	}
	

#main_content.featured_post .continue_reading {
	font-size: 12px;
	text-align: right;
}
	#main_content.featured_post .continue_reading a {
		font-size: 12px;
		color: #ffffff;
	}		
		#main_content.featured_post .continue_reading a:hover {
			color: #14898d;
		}


/* == RECENT POSTS ---------------------------------------------------------- */
#content_container #side_rail {
	width: 260px;
}

#side_rail.recent_posts ul {
	margin-bottom: 15px;
}
	#side_rail.recent_posts ul li {
		padding: 12px 0 0 0;
	}
		#side_rail.recent_posts ul li .title_link {				
			display: block;
			font-size: 16px;
			line-height: 1em;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		#side_rail.recent_posts ul li .date {
			display: block;
			margin-top: -3px;
		}
		#side_rail.recent_posts ul li .divider {
			margin-top: 12px;
		}

	a.rss_link {
		font-size: 11px;
		color: #3b3b3b;
	}
		a.rss_link .icon {
			display: block;
			float: left;
			height: 15px;
			width: 15px;
			overflow: hidden;
			margin-right: 5px;	
		}
		
		a.rss_link:hover {
			color: #11878C;
		}
			a.rss_link:hover .icon img {
				margin-top: -17px;
			}