body {
	background: none;
}

#top {
	background: none;
}

#top h1 {
	color: #000;
}

ul#actions {
	display: none;
}

#title span {
	background: #e1e1e1;
	color: #000;
}


/* Middle
=================================*/

#middle {
	padding: 1em 0 2em 0;
	margin: 0;
}

.home #middle,
.error404 #middle {
	margin: 0 0 2em 0;
}



h2 { 
	font-size: 1.5em; 
	font-weight: bold;
	background: none;
	border-bottom: 2px solid #666;
	border-top: none;
	color: #000;
	text-align: left;
	line-height: 1em;
	padding: .5em 0 .3em 0;
	height: auto;
	margin: 0 0 1em 0;
}
h2.first {
	margin: 0 0 1em 0;
}

#respond {
	display: none;
}

#end {
	background: none;
	color: #000;
}

#end a {
	color: #000;
}

#end .label {
	background: #e1e1e1;
	color: #000;
}

ul#contacts, 
ul#contacts li h4, 
ul#contacts a {
	color: #666;
}


/* Discussion
=================================*/

#discuss {
	padding:0 0 2em 0;
}

#discuss h2 {
	border: none;
	padding: 1em 0 0 0;
}

#discuss ol.commentlist {
	padding: 4px 0 0 0;
}

.comment-body {
	border-top: 1px solid #c8b4a2;
}

.comment-content {
	width: 820px;
}

.children .comment-content { width: 800px; }
.children .children .comment-content { width: 780px; }
.children .children .children .comment-content { width: 760px; }
.children .children .children .children .comment-content { width: 740px; }
.children .children .children .children .children .comment-content { width: 720px; }

.commentlist .reply {
	display: none;
}