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

.navigation, #respond {
}

#comments-wrapper, #respond-wrapper, .navigation-page {
	margin:8px 0 0 8px;
}

.commentlist li , #commentform textarea { width:782px; }

.commentlist li {
	background-color:#eae4cf;
	clear:both; 
	display:block;
	padding:8px;
	margin-bottom:8px;
	overflow:hidden;
	border:1px solid #020202;
}

.commentlist li.even {
	background-color:#1c1a16;
	border-color:#191713;
	color:#847b5a;
}

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

.commentlist li.even .avatar {
	background-color:#2a2722;
	border-color:#302d27;
}

.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:#eae4cf;
	color:#2e2e2e;
	font:normal 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	border:1px solid #000000;
	padding:7px;
}

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

#commentform p a { color:#ffffff; }

#commentform #submit {
	background-color:#1c1a16;
	font-size:18px;
	font-style:italic;
	color:#847b5a;
	padding:0 6px;
	height:37px;
	line-height:37px;
	border:1px solid #191713;
}

