body
{
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	background-color: #fff;
	text-align: left;
}

a
{
	text-decoration: underline;
}

a:link
{
	color: #444;
}

a:visited
{
	color: #444;
}

a:active
{
	color: #444;
}

a:hover
{
	color: #666;
}

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: #222;
	background-color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
}

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


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

.content blockquote
{
	line-height: 150%;
	border: 1px solid #444;
	background-color: #ddd;
	padding: 5px;
	max-width: 640px;
}

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

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

.content p.posted, .comments p.posted
{
	color: #777;
	font-size: x-small;
	border-top: 1px solid #777;
	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;
}

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

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

.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;
}
