body {
	font-family: Baskerville, serif;
	font-size: 12pt;
	color: black;
	background: white;
}
.post {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1pt solid gray;
}
.post table.postheader td {
	x-disabled-border: 1pt solid transparent;
}
.post .posttitle {
	text-align: left;
}
.post .timestamp {
	text-align: right;
}
.post .entry {
	clear: left;
}
.post .postmetadata {
	text-align: right;
}
#footer {
	border-top: 1pt solid gray;
	clear: both;
}
#header {
	text-align: center;
	padding-bottom: 1em;
}
#sidebar {
	float: right;
	background: white;
	padding: 0.25em;
	margin-left:   1em;
	margin-bottom: 1em;
	border: 1pt solid gray;
	width: 200pt;
}
#content {
	/*float: left;*/
}
hr {
	border: none;
	border-top: 1pt solid gray;
	padding: 0;
}
blockquote {
	margin: 0.75em 0;
	border-left: 2pt solid #028afc;
	padding: 5px 15px;
}
blockquote.pullquote {
	width: 500px;
	border: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}
img {
	border-width: 0;
}
a img {
	border-width: 1pt;
	padding: 1pt;
}
.alignleft {
	float: left;
}
.alignright {
	text-align: right;
}
#commentform fieldset {
	border: 0;
	padding: 0;
}
.commentlist li.comment {
	color: inherit;
	background: none;
	border: inherit;
}
.commentlist li.comment:before {
	content: "";
}
.commentlist li.comment.highlight {
	background: #fee5e5;
	background: #e7fde6;
	background: #eafbea;
}
.update {
	font-weight: bold;
}
