/* comment and respond */
#comments-wrapper, #respond-wrapper {
	padding:0 12px 5px;
}

#respond-wrapper { padding-bottom:3px; }

#comments, #respond h3 {
	font-size:16px;
	font-weight:normal;
	color:#e7e7e7;
	padding-bottom:8px;
}

.navigation, #respond {
}

.commentlist li {
	background:#ffffff url(../images/content-inner-bg.png) repeat-x scroll 0 0;
	clear:both; 
	display:block;
	width:599px;
	padding:7px;
	margin-bottom:8px;
	overflow:hidden;
	border:1px solid #e4dac8;
}

.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 label { color:#e7e7e7; }

#commentform input, #commentform textarea {
	background-color:#ffffff;
	color:#3f4141;
	font:normal 12px Verdana,Tahoma,Arial;
	border:1px solid #d0d0d0;
	padding:7px;
}

#commentform p {
	margin-bottom:6px;
}

#commentform #submit {
	background-color:#191919;
	font-size:16px;
	color:#e7e7e7;
	padding:0 6px;
	height:37px;
	line-height:37px;
	border:1px solid #b22d67;
}

#commentform textarea { width:599px; }

.nocomments { margin:12px; }