body
{
	font-family: monospace;
	margin: 0px;
	background: #000 url("/images/greenscreen.png") top left repeat-y;
	text-align: left;
}

a
{
	text-decoration: underline;
}

a:link
{
	color: #0a0;
}

a:visited
{
	color: #0a0;
}

a:active
{
	color: #0a0;
}

a:hover
{
	color: #0f0;
}

h1, h2, h3
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

img
{
	border: 1px solid #0d0;
}

#container
{
	margin: 0px;
}

.content
{
	margin: 0px 0px 0px 200px;
	padding: 15px 15px 15px 40px;
	color: #0d0;
	background-color: #000;
	font-size: small;
	text-align: left;
}

.comments
{
	margin: 0px;
	padding: 15px 15px 15px 15px;
	color: #0d0;
	background-color: #000;
	font-size: small;
	text-align: left;
}


.content p, .comments p
{
	color: #0b0;
	font-size: small;
	line-height: 150%;
	margin-bottom: 10px;
	max-width: 640px;
}

.content blockquote
{
	line-height: 150%;
	border: 1px solid #050;
	background-color: #010;
	color: #0f0;
	padding: 10px;
	max-width: 580px;
	margin: 10px;
}

.content h2, .comments h2
{
	color: #0a0;
	font-size: small;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #0f0;
}

.content h3
{
	color: #0c0;
	font-size: large;	
	font-weight: bold;
	margin-bottom: 10px;
}

.content p.posted, .comments p.posted
{
	color: #070;
	font-size: x-small;
	border-top: 1px solid #0f0;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px 3px 3px 0px;
}

.sidebar
{
	float: left;
	margin-left: 0px;
	width: 180px;
	text-align: right;
	padding: 15px 15px 15px 10px;
	color: #0b0;
}

.sidebar h1
{
	color: #080;
	margin-bottom: 30px;
}

.sidebar h2
{
	color: #0f0;
	font-size: medium;
	margin-top: 15px;
}

.sidebar a:link
{
	color: #0c0;
}

.sidebar a:visited
{
	color: #0c0;
}

.sidebar a:active
{
	color: #0c0;
}

.sidebar a:hover
{
	color: #0f0;
}

.prevnext
{
	font-size: small;
	color: #0f0;
	margin-bottom: 20px;
}

.blog
{
	max-width: 640px;
}

.comments-head
{
	font-size: small;
	color: #060;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 5px;
}

.comments-body
{
	color: #0d0;
	font-size: small;
	line-height: 140%;
	width: 95%;
	border: 1px dotted #090;
	margin-top: -1px;
	padding: 10px;
}

.comments-body p
{
	color: #0d0;
}

.comments-post
{
	color: #090;
	font-size: x-small;
	line-height: normal;
}

textarea[id="comment-text"]
{
	width: 80%;
}

.commenter-profile img
{
	vertical-align: middle;
	border-width: 0;
}

.search
{
	margin-top: 15px;
	margin-bottom: 20px;
}

