/***************************
*	home.css
*
*	Styling for the homepage.
****************************/

/*******************************************************************************
* Posts
*******************************************************************************/

div.mostRecentPost{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 150%;
	color: #4d4d4d;
}
	div.mostRecentPost h2.postTitle{
		font-family: "Futura Condensed Medium", Futura, Helvetica, Verdana, sans-serif;
		font-size: 18px;
		font-weight: normal;
		line-height: 120%;
		color: #464646;
	}
	
	div.mostRecentPost p{
		margin: 0px 0px 5px 0px;
	}

.olderPost{
	margin: 0px 10px 0px 0px;
	padding: 5px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 150%;
	color: #4d4d4d;
}

	.olderPost h2.postTitle{
		margin: 0px 0px 0px 80px;
		font-family: "Futura Condensed Medium", Futura, Helvetica, Verdana, sans-serif;
		font-size: 18px;
		font-weight: normal;
		line-height: 120%;
		color: #464646;
	}
	
	.olderSummary{
		margin: 2px 0px 1px 80px;
	}
		
	.olderPost .postmetadata{
		margin: 0px 0px 0px 80px;
		
		text-transform: lowercase;
		font-size: .9em;
		font-style: italic;
		color: #5e5e5e;
	}
	
	.olderPost .postmetadata a:link, .olderPost .postmetadata a:visited, .olderPost .postmetadata a:hover, .olderPost .postmetadata a:active{
		color: #484848;
	}
	
#archives{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom:  1px solid #d9d9d9;
}