/* comment and respond */
#comments, #respond h3 {
	font:normal 16px Tahoma,Verdana;
	color:#f8d21e;
	padding-bottom:5px;
}

.navigation, #respond {
}

.commentlist li {
	clear:both; 
	margin-bottom:10px;
	display:block;
	width:980px;
}

.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:#131313;
	color:#e54090;
	font:normal 15px Arial, Verdana, Tahoma;
	border:1px solid #000000;
	padding:5px;
}

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

#commentform #submit {
	background-color:#e54090;
	border:1px solid #000000;
	font:normal 18px Arial, Verdana, Tahoma;
	color:#ffffff;
	padding:0 8px;
	height:36px;
	line-height:36px;
}

#commentform textarea { width:640px; }