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

.navigation, #respond {
}

.commentlist li {
	background-color:#faf8f8;
	clear:both; 
	display:block;
	width:640px;
	padding:6px;
	border:1px solid #ececec;
	margin-bottom:6px;
	overflow:hidden;
}

.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:##00416B;
	color:#5c7778;
	font:normal 12px Arial, Verdana, Tahoma;
	border:1px solid #ececec;
	padding:6px;
}

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

#commentform #submit {
	background-color:#ddd;
	border:1px solid #00416B;
	font-size:18px;
	color:#00416B;
	padding:0 6px;
	height:37px;
	line-height:37px;
}

#commentform textarea { width:500px; }
