/*
This file is only for COMMENTS control.
To customize anything, copy it and paste it into the 'customized.css'
*/
.comments {
	margin:10px;
	padding:10px;
	background-color:#141414;
	}
	
.comments h3, .comments h3 a {
	font-weight:normal;
	letter-spacing:-1px;
	font-size:22px;
	padding-bottom:0;
	color:#999;	
	margin-bottom:10px;
	}

.comments h3 a:hover {
	color:#036;
	text-decoration:underline;
}	

.comment-textarea {
	width:530px;
	margin:10px 0px;
}

/*  This encourages people to leave a comment if none are there. */
.nocomments-message {
	padding:10px;
	background-color:#232323;
	color:#000;
}
