body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #eee;
	font-family: "verdana", "arial", sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	color: #fff;
}
h4 { font-weight: bold; }
a,a:visited {
	color: #000;
}
a:hover {
	color: #990000;
}

p { margin: 1em 0; }
p img { float: none; margin: auto; }

#header {
	background-color: #000;
	color: #fff;
	overflow: hidden;
	height: 100px;
}
#header h1 {
	font-size: 10em;
	margin: 6px 0 0 0;
	padding: 0;
}
#header h1 a,
#header h1 a:visited {
	color: #fff;
	text-decoration: none;
}

#page {
	background: #fff url(../img/bg.png) repeat-x top left;
	color: #000;
}
#page h1, #page h2, #page h3,
#page h4, #page h5 {
	color: #000;
}

#bottom {
	clear: both;
	background: url(../img/bg_bottom.png) repeat-x top left;
	border-top: 1px solid black;
}

.container { position: relative; }
.content {
	float: left;
	width: 699px;
}
.side {
	margin-top: 1.6em;
	width: 250px;
	float: right;
}
.content h2,
.side h2 {
	margin: 0;
	padding: 0;
}
.spacer { padding: 1em; }

.post {
	position: relative;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
}

.post-content {
	text-align: justify;
}


.first-thing h2 {
	font-size: 3em;
	width: 550px;
	margin-bottom: 5px;
}
.post h2 a { text-decoration: none; }
.post h2 a:hover { border-bottom: 1px solid #990000; }

.post .meta-info p {
	margin: 0;
	padding: 0;
	color: #555;
	clear: both;
}

.post .meta-info p a,
.post .meta-info p a:visited { text-decoration: none; color: #555; }
.post .meta-info p a:hover { text-decoration: none; color: #990000; }


.first-thing .datetime {
	position: absolute;
	top: 3px; right: 0;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	width: 100px;
	height: 38px;
}

#two-things {
	font-size: .9em;
	line-height: 1.6em;
}

#two-things h2 {
	line-height: 1.6em;
}

#two-things .post {
	width: 330px;
	float: left;
}

#two-things .left-one { margin-right: 7px; }
#two-things .right-one { margin-left: 7px; }

#two-things .datetime,
#more-things .datetime { font-style: italic; }

#more-things { clear: both; }

.bottom-stuff ul li a,
.bottom-stuff ul li a:visited { color: #777; text-decoration: none; }
.bottom-stuff ul li a:hover { color: #fff; text-decoration: underline; }

.bottom-stuff {
	float: left;
	width: 150px;
	margin: 15px 20px 20px 0;
}

.special ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

.special ul li a,
.special ul li a:visited {
	display: block;
	position: relative;
	min-height: 28px;
	height: auto !important;
	height: 28px;
	color: #ccc;
	text-decoration: none;
	border-bottom: 2px solid #333;
	padding: .2em;
}
.special ul li a:hover {
	color: #eee;
	background-color: #444;
	border-bottom: 2px solid #888;
	text-decoration: none;
}

.adsense { margin: 0 auto 20px auto; width: 100%; text-align: center; }

.post img.aligncenter { border: 1px solid #000; margin: 0 auto; display: block; }
.post img.alignleft { border: 1px solid #000; float: left; display: block; }
.post img.alignright { border: 1px solid #000; float: right; display: block; }

.comment {
	font-size: 95%;
	border-bottom: 1px solid #ddd;
	padding: .2em .5em;
}
.comment-two {
	background-color: #f0f0f0;
}

#in-side h2 { color: #666; }
#in-side { font-size: 95%; color: #999; }

.lifestream th {
	background: #f5f5f5;
}
.lifestream h2.lifestream_date {
	font-size: 110%;
}

#lifestream li h2 {
	background: #f5f5f5;
	font-size: 140%;
	list-style-type: none;
	margin: 0;
}

.lifestream a,
.lifestream a:visited {
	text-decoration: none; color: #777;
}
.lifestream a:hover { color: #900; }
.lifestream a img { margin: 0; }

.lifestream ol {
	list-style-type: square;
}

code, pre { clear: both; }

.alignleft { float: left; margin: 0 1em 1em auto; }
.alignright { float: right; margin: 0 0 1em 1em; }
.aligncenter { margin: 0 auto; text-align: center; }

.hide { display: none; }

.bottomer {
	clear:both;
	text-align: center;
	font-size: 90%;
	color: #777;
	letter-spacing: .1em;
}

.comment-info-box label {
	float: left;
	width: 10em;
}

.comment-info-box .add-info {
	font-size: 85%;
	font-style: italic;
	color: #444;
}

.comment-info-box input.textbox {
	border: none;
	border-bottom: 1px solid #555;
	background: #f8f8f8;
	font-family: "Courier new", sans-serif;
}

textarea#comment {
	font-family: "Courier new", sans-serif;
	width: 95%;
	height: 200px;
}

button.submit:hover { cursor: pointer;}

#searchform input#s {
	border-left: 1px solid #444;
	border-bottom: 1px solid #444;
	border-right: 1px solid #777;
	border-top: 1px solid #777;
	background: #111;
	color: #eee;
}


