
.midLeft .mLPost {
	float: left;
	background-color: white;
	width: 458px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #721e00;
	border-top: 7px solid #721e00;
	}
	
.mLPost .postTitle {
	float: left;
	width: 458px;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #dedede;
	}
	
.postTitle .postName {
	float: left;
	width: 458px;
	color: #388ca9;
	text-transform: uppercase;
	font: bold 0.9em Verdana, Arial, sans-serif;
	}
	
.postTitle .postDate {
	float: left;
	width: 458px;
	color: #aeaeae;
	padding: 2px 0;
	font: normal 0.7em Verdana, Arial, sans-serif;
	}
	
.mLPost .postContent {
	float: left;
	width: 458px;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 0.8em;	
	line-height: 1.7em;
	}
	
.postContent a {
	text-decoration: none;
	font-weight: bold;
	color: #721E00;
	}
	
.postContent a:hover {
	text-decoration: underline;
	}

.mLPost .postInfo {
	float: left;
	width: 458px;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #aeaeae;
	}
	
.postInfo a {
	text-decoration: none;
	color: #aeaeae;
	}
	
.postInfo a:hover {
	text-decoration: underline;
	color: #959595;
	}