body {
	background-color: #000;
	color: #fff;
	font-family: "Andale Mono", monospace;
	font-size: .75em;
}

a,a:link,a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	text-decoration: underline;
}

li {
	text-decoration: none;
}

.center {
	width: 66%;
	margin: 7em auto 3em;
}

.title {
	margin: 0 0 -.5em 0;
	font-size: 1.5em;
}

a#title {
	border: none;
}
.tagline {
	float: left;
	margin: -.2em 0 0 2em;
	font-size: 1em;
}

.content {
	clear: both;
	border: 1px solid #fff;
}

.crumbs {
	margin: 2em 1em;
}

.menu {
	float: right;
	display: inline;
	text-decoration: none;
	margin: 0 1em;
}

.menuitem {
	display: inline;
	text-decoration: none;
	border: 1px solid #fff;
	border-top: 0;
	padding: 0 .5em;
}

.rss {
	display: inline;
	text-decoration: none;
	border: 0;
}

.posttitle {
	clear: right;
	margin: 2em 13em 2em 0;
	padding: .15em 2.5em;
	border: 1px solid #fff;
	border-left: 0;
	background-color: #666;
	font-size: 1.25em;
}

.postdate {
	border: 1px solid #fff;
	border-right: 0;
	background-color: #666;
	margin: 0 0 2em 60%;
	padding: .3em;
	text-align: center;
	font-size: .85em;
}

.postcontent {
	margin: 2em 5em;
}

.post-comments {
	margin: 0 5em;
}

.post-categories {
	margin: 0 5em;
}

.post-tags {
	margin: 0 5em 2em 5em;
}
.pages {
	width: 20%;
	float: left;
}

.pages ul, .pages li, .blogroll ul, .blogroll li, .archives ul, .archives li, .categories ul, .categories li, .meta ul, .meta li {
	list-style-type: none;
	margin: .25em;
	padding-left: .5em;
}

.categories {
	width: 20%;
	float: left;
}

.archives {
	width: 20%;
	float: left;
}

.blogroll {
	width: 20%;
	float: left;
}

.meta {
	width: 20%;
	float: left;
}

.spacer {
	width: 20%;
	clear: both;
}

.footer {
	width: 98%;
	margin: auto;
	margin-top: 5em;
	padding: 1em 0;
	border-top: 1px solid #fff;
}