.post {
	margin-bottom: 3ex;
}

.post h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1ex;
}

.post h3 a {
	color: #666;
	text-decoration: none;
}

.post h3 a:hover {
	color: #a00;
	text-decoration: none;
}

.post .details {
	padding-bottom: 1ex;
	margin-bottom: 2ex;
}

.post .details em {
	color: #000;
	font-weight: normal;
	font-style: normal;
}

.post .content em {
	color: #222;
	font-weight: normal;
}

.comment {
	margin-bottom: 2ex;
}

.comment .author {
	line-height: 3ex;
	margin-bottom: 1ex;
	border-bottom: 1px solid #ccc;
}

.comment .body {

}

