div.blogContent {
	padding: 0 0 0 5px;
}

div.blogContent div.entries {
	width: 55em;
	float: left;
}

div.blogContent div.entries div.entry {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

div.blogContent div.entries div.entry:last-child {
	border-bottom: none;
}

div.blogContent div.entries div.entry p.about {
	color: #777;
}

div.blogContent div.entries div.entry h2 {
	margin-top: 10px;
}

div.blogContent div.entries div.entry h2 a {
	color: #00A5E7;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
}

a.header:hover {
	text-decoration: underline;
}

div.authorComment {
	background-color: #f7f6ec;
}
