
#comments, #respond h3 {
	font-size:19px;
	font-style:italic;
	font-weight:normal;
	color:#e49c30;
	padding-bottom:5px;
}

.navigation, #respond {
}

.commentlist li {
	background-color:#ffffff;
	clear:both; 
	display:block;
	width:636px;
	padding:7px;
	margin-bottom:8px;
	overflow:hidden;
	border:1px solid #e1e1e1;
}

.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:#ffffff;
	color:#4a483d;
	font:normal 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	border:1px solid #bfbfbf;
	padding:7px;
}

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

#commentform #submit {
	background-color:#e68c29;
	font-size:18px;
	font-style:italic;
	color:#ffffff;
	padding:0 6px;
	height:37px;
	line-height:37px;
	border:1px solid #e6e1e1;
}

#commentform textarea { width:636px; }

