/* comment and respond */
#comments, #respond h3 {
	font-size:19px;
	font-style:italic;
	font-weight:normal;
	color:#fff;
	padding-bottom:5px;
}

.navigation, #respond {
}

#comments-wrapper, #respond-wrapper, .navigation-page {
	margin:8px 0 0 8px;
}

.commentlist li , #commentform textarea { width:810px; }

.commentlist li {
	background:#3a2e48;
	clear:both; 
	display:block;
	padding:8px;
	margin-bottom:8px;
	overflow:hidden;
	border:1px solid #443852;
}

.commentlist li .avatar { 
	background: #2c2337;
	float: left;
	padding: 2px;
	border: 1px solid #443852;
	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:#3a2e48;
	color:#907f93;
	font:normal 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	border:1px solid #443852;
	padding:7px;
}

#commentform p {
	margin-bottom:6px;
}

#commentform p a { color:#ffffff; }

#commentform #submit {
	background:#b996b6;
	font-size:18px;
	font-style:italic;
	color:#2c2337;
	padding:0 6px;
	height:37px;
	line-height:37px;
	border:1px solid #0d0816;
}

