@charset "utf-8";

#trackbacks, 
#comments{
	margin: 0 0 28px 0;
}

#trackbacks h2, 
#comments h2{
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

#trackbacks p, 
#comments p, 
#comment-greeting, 
#comments .comment-text, 
#comments-open-data{
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

/* #trackbacks */
.trackback{
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 14px 0;
}
.trackback-header{
	font-weight: bold;
}
.trackback-content{
	color: #666;
}

/* #comments */
#comment-author, 
#comment-email, 
#comment-form-url{
	border: 1px inset #524835;
	font-size: 14px;
	padding: 6px;
}
#comment-text{
	border: 1px inset #524835;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 14px 0;
	padding: 6px;
	width: 590px;
}
#comment-preview, 
#comment-submit{
	background: #efefef;
	border: 2px outset; #999;
	font-size: 18px;
	padding: 4px 7px;
}
#comments-open-data{
	padding: 0 0 14px 0;
}
#comments-open-data label{
	display: block;
}
