.post {
	border-bottom: 1px solid #efefef;	
	padding-bottom: 12px;
}

.post p.date {
	color: #6A93A3;
	font-weight: bold;
	text-transform: uppercase;
}

#main-content .post p {
	margin: 3px 0;
}

#main-content .post h2 {
	font-weight: normal;
	margin: 0;
}

#main-content .post h2 a {
	border: 0;
}

#main-content .post p.more a {
	background: url(../images/global/read-more.gif) left center no-repeat;
	padding-left: 18px;	
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
}

#main-content .post p.more a:hover {
	color: #6A93A3;
}

p.navigation {

}

#sidebar li.current-cat a {
	color: #821614;	
}

ul#year-archive {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	height: 1%;
	margin-bottom: 4px;
	top: -21px;
	position: relative;
}

ul#year-archive li {
	float: left;
	padding: 0;
	border-right: 1px solid #fff;
}

ul#year-archive li a {
	display: block;
	color: #fff;
	padding: 2px 10px;
	border: 0;
	margin: 0;
	background: #6A93A3;	
}

ul#year-archive li a:hover {
	background: #466C77;
	text-decoration: none;
}