div.blog {
	padding-bottom: 3em;
}
div.blog-title {
	border-bottom: 1px solid #bbb;
	position: relative;
	width: 100%;
}
div.blog-title span {
	color: #666;
	position: absolute;
	bottom: -1.5em;
	right: 0;
}
div.blog-title h2 {
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.blog-content {
	padding-top: 1.5em;
}