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

.navigation, #respond {
}

.commentlist li {
	background:#2b2b2b url(../images/inner-bg.png) 5px 0;
	border:1px solid #2e2e2e;
	clear:both; 
	display:block;
	width:598px;
	padding:7px;
	margin-bottom:8px;
	overflow:hidden;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #363636;
	padding: 2px;
	background: #fff;
	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:#2b2b2b;
	color:#8e8e8e;
	font:normal 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	border:1px solid #2e2e2e;
	padding:7px;
}

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

#commentform #submit {
	background:#8ea7c0;
	font-size:18px;
	font-style:italic;
	color:#fff;
	padding:0 18px;
	height:34px;
	line-height:34px;
}

#commentform textarea { width:598px; }
