div#comments div.comment div.even,
div#comments div.comment div.opteven {
	background: none;
}
div#comments div.comment div.even {
	background-color: #333;
}
div#comments div img {
	border: none;
}

div#cform textarea,
div#cform_left input.text,
div#cform_left .submit {
	background-color: #333;
	border: 1px dotted black;
	color: white;
}
div#chelp {
	background-color: #333;
}
div#chelp a, div#content a {
	color: #C4FF11;
}
div#chelp a:hover, div#content a:hover, .date_month {
	color: black;
	background-color: #C4FF11;
}

.date {
	border-color: #C4FF11;
}

div#cpreview {
	background-color: #333;
	background-image: none;
}
body {
	background: black;
	color: #eee;
}

div#container {
	background: #444;
}

div#container div#header {
	background: black;
	display: none;
}
h1#headline:after,
h1#headline:before {
	content: ' | ';
}
h1#headline {
	margin-bottom: 5px;
}
div#container div#content {
	background: none;
}

div#container div#content div.post {
	margin-top: 30px;	
}
div#container div#content div.post.first {
	margin-top: 10px;
}
div#container div#sidebar {
	background: #333;
	padding: 5px;
	margin-left: -10px;
}
div#container div#sidebar a {
		color: white;
}

div#container div#footer {
	background: none;
}

