/* CSS Document */

.ArchiveList {
	list-style:none;
	color:#990000;
	margin-top:15px;
	padding:0px;
}

.DateHeader {
	font-size:10px;
	text-align:left;
	color:#999999;
	padding:0px;
	margin:0px;
}

.Post {
	padding-bottom:5px;
	margin-bottom:5px;	
	border-bottom:1px solid #CCCCCC;
}

.PostTitle {
	color:#990000;
	text-transform:none;
	font-size:125%;
	margin-bottom:5px;
	margin-top:5px;
}

.PostFooter {
	margin-bottom:16px;
	color:#999999;
	font-size:80%;
}

.SideBarTitle {
	font-weight:bold;
	color:#990000;
}

