#comments {
	padding: 3em 0 3em 40px;
	}
	
	/* a redifinition of rules from the main stylesheet */
	
#content #comments h1,
#content #comments h2,
#content #comments h3,
#content #comments h4,
#content #comments h5,
#content #comments h6,
#content #comments p,
#content #comments ul, 
#content #comments ol,
#content #comments dl,
#content #comments blockquote {
	padding-left: 0;
	}
	
#comments h1 {
	font: 1.5em Tahoma, Verdana, Helvetica, sans-serif;
	margin-bottom: .5em;
	}
	
#comments h2 {
	color: #333;
	background: transparent;
	}

#comments div {
	color: #333;
	background: #f7f7f7;
	padding: 5px 15px;
	margin: .5em 0;
	border: 1px solid #d2d2c7;
	}
	
	#comments div#name-email,
	#commentd div#comments-open,
	#comments div#comments-open-data, 
	#comments div#comments-open-text, 
	#comments div#comments-open-footer {
		padding: 0;
		border: 0;
		color: #333;
		background: transparent;
		}
	
#comments div.jon {
	color: #333;
	background: #e3e8ec;
	border: 1px solid #bbb; /*#8ea1af;*/
	}
 
#comments div p {
	margin: .5em 0;
	font: 1em/1.6em Verdana, Helvetica, sans-serif;
	}
	
#content #comments div p.commenter {
	font-weight: bold;
	font-size: 1.1em;
	background: url(/img/comment.png) no-repeat center right;
	padding-right: 15px;
	}
	
#comments div.jon p.commenter {
	color: #036;
	background: #fff;
	}
	
#comments p.posted {
	font-style: italic;
	}

#comments p.posted a {
	display: block;
	/*background: url(/img/permalink.gif) no-repeat center left;
	padding-left: 15px;*/
	}
	
/* comment form elements */

#comments form {
	margin: 2em 0;
	}

#comments form p {
	font: 1em/1.6em Verdana, Helvetica, sans-serif;
	margin: 1em 0;
	}
	
	#comments form p em {
		color: #c30;
		background: transparent;
		}
	
#comment-author, #comment-email, #comment-url, textarea {
	font: 1.2em/1em Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #bbb;
	}
	
#comments label {
	color: #555;
	background: transparent;
	font-size: 1.1em;
	line-height: 1em;
	}
	
#comment-author, #comment-email, #comment-url {
	width: 200px;
	}
	
textarea {
	width: 400px;
	}
	
#comment-preview, #comment-post {
	font: bold 1em/1em Verdana, Helvetica, sans-serif;
	padding: 3px 5px;
	border: 2px solid #ccc;
	margin-right: 20px;
	}
	
#comment-preview {
	color: #333;
	background: #eee;
	}
	
#comment-post {
	color: #fff;
	background: #369;
	}

	
 
	

