body
{
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	background: #fff url("/images/green.png") top left repeat-y;
	text-align: left;
}

a
{
	text-decoration: underline;
}

a:link
{
	color: #121;
}

a:visited
{
	color: #121;
}

a:active
{
	color: #121;
}

a:hover
{
	color: #382;
}

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

#container
{
	margin: 0px;
}

.content
{
	margin: 0px 0px 0px 200px;
	padding: 15px 15px 15px 40px;
	color: #202;
	background-color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
}

.comments
{
	margin: 0px;
	padding: 15px 15px 15px 15px;
	color: #121;
	background-color: #8f8;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
}


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

.content blockquote
{
	line-height: 150%;
	border: 1px dashed #6a5;
	background-color: #5d4;
	color: #121;
	padding: 10px;
	max-width: 580px;
	margin: 10px;
}

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

.content h3
{
	color: #020;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;	
	font-weight: bold;
	margin-bottom: 10px;
}

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

.content img
{
	border: 1px solid #010;
}

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

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

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

.sidebar a:link
{
	color: #efe;
}

.sidebar a:visited
{
	color: #efe;
}

.sidebar a:active
{
	color: #efe;
}

.sidebar a:hover
{
	color: #9b9;
}

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

.blog
{
	max-width: 640px;
}

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

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

.comments-body p
{
	color: #777;
}

.comments-post
{
	color: #777;
	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;
}

