body {
	background: gray;
}

h2 {
	font-size: 2.5em;
	font-weight: bold;
}

.post .entry {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	background-color: #eee;
	padding: 15px;
}

.post .date {
	background-color: #ddd;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #000;
}

.post .date .month {
	color: #888;
}

.post .date .day {
	color: #888;
}

.post .date .year {
	color: #888;
}

#menu {
	height: 50px;
	background-color: #5A6F5A;
}

#menu #logo {
	position: absolute;
}

#sidebar {
	background-color: #888;
	color: #333;
}


.hr hr {
	clear: both;
	border: 0;
	border-top: 1px dashed #4c4c4c;
	background-color: gray;
	color: gray;
	width: 426px;
	height: 41px;
	margin: -8px auto 0;
}


#footer-wrap-outer {
	margin-top: -51px;
	background: #4c4c4c;
}

#footer-wrap {
	padding-bottom: 30px;
}

#footer {
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
	min-height: 30px;
}

#footer .legal, #footer .credit {
	color: #5f5f5f;
}

#footer .credit a {
	text-decoration: none;
}
