@charset "UTF-8";
/* CSS Document */

.post {
	border-bottom:3px double #ccc;
}
.post h2 {
	margin-bottom:0px;
}
.date-header {
	margin:0 0 10px;
	font-weight:bold;
	color:#ccc;
}
.post-footer {
	font-size:0.8em;
}
#BlogSideBar h2 {
	margin-bottom:0px;
	color:#ccc;
}
#BlogSideBar ul {
	list-style:none;
	padding:0px;
	margin:0 0 10px;
}