h1, h2, h3, h4, h5, h6 {
	font-family: sans;
}

input, textarea {
	display: block;
}

img {
	border: 0;
}

a {
	color: #554000;
}

#top h1, #top p, body {
	margin: 0;
}

#content, .post, .new {
	padding: 5px;
	margin: 4px;
}

#top {
	background-color: #554000;
}

#top #headers {
	padding: 2em;
	display: block;
	float: left;
}

#top a {
	color: #f5f0e0;
	text-decoration: none;
}

#top #pages {
	float: right;
	margin-right: 1em;
}

#top #pages li {
	list-style-type: none;
}


#top:after {
	clear: both;
	visibility: hidden;
	content: ".";
	display: block;
	height: 0;
}

#footer {
	font-size: 80%;
	border-top: 1px solid #554000;
}

.taglist ul {
	display: inline;
	padding-left: 0;
}

.taglist li {
	display: inline-block;
}

.taglist li::before {
	content: ", ";
}

.taglist li:last-child::before {
	content: " and ";
	white-space: pre;
}

.taglist li:first-child::before {
	content: "";
}

.post {
	padding: 0;
	background-color: #f5f0e0;
	color: #200500;
	border: 1px solid #705030;
}

.post > * {
	padding-left: 5px;
}

.post > *:not(.post-content):not(h2) {
	font-size: 80%;
}

.post h2 {
	background-color: #eeee99;
	margin: 0;
	margin-bottom: 5px;
	padding: 5px;
}

.new input, .new textarea, .comment input, .comment textarea {
	font-family: serif;
	font-size: 100%;
}

.new input:not([type="submit"]), .comment input:not([type="submit"]) {
	width: 30em;
}

.new textarea, .comment textarea {
	width: 30em;
	height: 20em;
}

.secret {
	opacity: 0.3;
}

.author {
	background-color: #eeee99;
	margin-top: 0;
	padding: 0.1em;
}

.comment, .pingback {
	border: 1px solid #705030;
	margin-bottom: 1em;
}
