/* comment and respond */
#comments, #respond h3 {
	font-size:16px;
	font-weight:normal;
	color:#dc9d0c;
	padding-bottom:3px;
}

.navigation, #respond {
}

.commentlist li {
	clear:both; 
	display:block;
	width:630px;
	margin-bottom:9px;
	overflow:hidden;
}

.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-color:#4c3f33;
	color:#d6c9be;
	font:normal 13px Tahoma,Verdana,Arial;
	border:1px solid #5a4b3f;
	padding:9px;
}

#commentform p {
	margin-bottom:6px;
}

#commentform #submit {
	background-color:#dc9d0c;
	border:1px solid #edae33;
	font-size:15px;
	color:#ffffff;
	padding:0 6px;
	height:37px;
	line-height:37px;
}

#commentform textarea { width:602px; }