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

.navigation, #respond {
}

.commentlist li {
	background:url(../images/widget-bg.gif) repeat-x 0 100%;
	clear:both; 
	display:block;
	width:580px;
	padding:15px 15px 30px;
	margin-bottom:10px;
	overflow:hidden;
	border:1px solid #a8a8a8;
}

.commentlist li .avatar { 
	float: left;
	padding: 2px;
	background: #dcdcdc;
	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, #wp-email-content .Forms, #wp-email-content .TextField {
	background:#fff;
	color:#4a483d;
	font:normal 12px 'Myriad Pro',Arial,Tahoma;
	border:1px solid #a8a8a8;
	padding:6px;
}

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

#commentform #submit, #wp-email-content .Button {
	background:#323232;
	font-size:18px;
	color:#fff;
	padding:0 15px;
	height:37px;
	line-height:37px;
}

#commentform textarea, #wp-email-content .Forms {
	width:580px;
	line-height:24px;
}

#wp-email-content .Forms { width:500px; }