/* comment and respond */
#comments, #respond h3 {
	font-size:19px;
	font-style:italic;
	font-weight:normal;
	color:#e16f1b;
	padding-bottom:5px;
}

.navigation, #respond {
}

.commentlist li {
	background:#262423;
	clear:both; 
	display:block;
	width:636px;
	padding:7px;
	margin-bottom:9px;
	overflow:hidden;
	border:1px solid #1e1d1c;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #ffffff;
	margin-right:5px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	clear:both;
	line-height: 1.5em;
}

#commentform input, #commentform textarea {
	background:#262423;
	color:#8b8a8a;
	font:normal 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	border:1px solid #1e1d1c;
	padding:7px;
}

#commentform p {
	margin-bottom:6px;
}

#commentform #submit {
	background:#d86510;
	font-size:18px;
	font-style:italic;
	color:#ffffff;
	padding:0 6px;
	height:37px;
	line-height:37px;
	border:1px solid #462d1a;
}

#commentform textarea { width:636px; }
