#body {
	background: white;
}
.hidden, #banner, .footer, form {
	display: none;
}
a {
	text-decoration:underline;
	color:#c63;
	background:transparent;
}
#content {
	width:auto;
	margin:0 5%;
	padding:0;
	float:none !important;
	color:black;
	background:transparent;
	font-size:12px;
	line-height:150%;
}
div.top h2 {
	margin: 2em 0 0;
}
p.post-meta a, p.post-meta span {
	display: block;
	float: right;
	padding: 0 0.5em 0 0;
}
p.post-meta a {
	text-decoration: none;
}
div.content p {
	text-align: justify;
}
div.content a {
	text-decoration:underline;
}
div.content a:link:after,
div.content a:visited:after {
	content:" (" attr(href) ") ";
	font-size:90%;
}
h2 a, h3 a {
	text-decoration:none;
}
h2, h3 {
	font-family:sans-serif;
}
h2 {
	margin:1em 0 4px 0;
	padding-bottom:2px;
	border-bottom:1px solid #c63;
}
img.align-left {
	float:left;
	padding-right:0.3em;
	border:none;
}
img.align-right {
	float:right;
	padding-left:0.3em;
	border:none;
}
