/* comment and respond */
#comments, #respond h3 {
	font:normal 19px Arial,Verdana,Tahoma;
	color:#68800a;
	margin-bottom:7px;
}

.navigation { margin-bottom:10px; }

.commentlist li {
	background:#fcfcf8;
	clear:both; 
	display:block;
	padding:7px;
	border:1px solid #d8e0b0;
	margin-bottom:5px;
	overflow:hidden;
}

.commentlist li.post { width:auto; }

.commentlist li .avatar { 
	float: left;
	border: 1px solid #d5d5d2;
	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;
}

.commentlist .reply { padding-bottom:10px; }

#commentform {
	width:90%;
}

#commentform input, #commentform textarea {
	background:#fcfcf8;
	color:#565933;
	font:normal 12px Arial,Verdana,Tahoma;
	border:1px solid #d8e0b0;
	padding:6px;
}

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

#commentform #submit {
	background:#e6ebc0;
	font-size:18px;
	padding:0 6px;
	height:37px;
	line-height:37px;
	border-color:#e6ebc0;
	color:#4c4c4c;
}


