.BlogError {
	text-align: center;
}

.BlogError p {
	color: #fff;
	display: inline;
	background-color:	#f77;
	padding: 7px;
	font-weight:bold;
}

#Content h2 a {
	color: #A36927;
}
#Content h2.grey a {
	font-size: .7em;
	color: #999;
	text-decoration: none;
}
#Content h2.grey a:hover {
	text-decoration: underline;
}

.blogSummary {
	margin: 0 0 30px;
}
.blogSummary h2 {
	margin-bottom: 5px;
}
.authorDate {
	font-size: .9em;
	color: #999
}
.tags a {
	color: #999;
	text-decoration: none;
}
.tags a:hover {text-decoration: underline}