/* comment and respond */
#comments, #respond h3 {
	font-size:20px;
	font-weight:normal;
	color:#403962;
	padding:0 0 3px 3px;
}

.navigation, #respond {
}

.commentlist li {
	clear:both; 
	display:block;
	width:630px;
	margin-bottom:9px;
	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;
}

.commentform {
	clear:both;
	line-height: 1.5em;
}

#commentform input, #commentform textarea {
	background-color:#efefef;
	color:#403962;
	font:normal 13px Tahoma,Verdana,Arial;
	border:1px solid #424550;
	padding:9px;
}

#commentform p, .commentlist p {
	margin-bottom:6px;
}

#commentform #submit {
	background-color:#074c5d;
	background:#2a2c33 url(../images/widget-title-bg.png) repeat-x 0 0;
	border:1px solid #424550;
	font-size:15px;
	color:#ffffff;
	padding:0 6px;
	height:37px;
	line-height:37px;
}

#commentform textarea { width:602px; }
