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

.navigation, #respond {
}

.commentlist li {
	background-color:#f9f7f3;
	clear:both; 
	display:block;
	width:602px;
	padding:7px;
	margin-bottom:8px;
	overflow:hidden;
	border:1px solid #e4dac8;
}

.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:#f0ebe2;
	color:#4a483d;
	font:normal 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	border:1px solid #e4dac8;
	padding:7px;
}

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

#commentform #submit {
	background-color:#b9aa8e;
	font-size:18px;
	font-style:italic;
	color:#4c4c4c;
	padding:0 6px;
	height:37px;
	line-height:37px;
	border:1px solid #c0ac88;
}

#commentform textarea { width:602px; }