/* comment and respond */
#comments, #respond h3 {
	font-size:19px;
	font-style:italic;
	font-weight:normal;
	color:#ebc718;
	padding-bottom:5px;
}

.navigation {
	margin-bottom:10px;
}

.commentlist li {
	clear:both; 
	display:block;
	width:664px;
	padding:6px 0;
	margin-bottom:9px;
	overflow:hidden;
}

.commentlist li .avatar { 
	float: left;
	padding: 3px;
	background: #000;
	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:#242424;
	color:#fff;
	font:normal 12px Arial,Verdana,Tahoma;
	border:none;
	padding:6px;
}

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

#commentform #submit {
	background-color:#000;
	font-size:18px;
	font-style:italic;
	color:#fff;
	padding:6px;
}

#commentform textarea { width:630px; }