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

.navigation, #respond {
}

.commentlist li {
	background-color:#aeb3be;
	clear:both; 
	display:block;
	width:610px;
	padding:6px;
	margin-bottom:9px;
	overflow:hidden;
	border:4px solid #204f77;
	color:#2d3648;
}
.commentlist li a {
	color:#FFF;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #2a4d6b;
	padding: 2px;
	background: #ffffff;
	margin-right:5px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	color: #fff;
}

.commentlist p {
	clear:both;
	line-height: 1.5em;
}

#commentform input, #commentform textarea {
	
	color:#271813;
	font:normal 12px Arial,Verdana,Tahoma;
	border:1px solid #204f77;
	padding:6px;
}

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

#commentform #submit {
	background-color:#271813;
	font-size:14px;
	font-style:italic;
	color:#fff;
	padding:5px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#commentform textarea { width:610px; }
#commentform #submit:hover {
	background:#463733;
}
