
/* SideBySide Comments */

/* Forms */

#comments-template #comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 600px;
}
#comments-template .comment-content {
	width: 470px;
}
#comments-template #comments h2,
#comments-template #comments h3 {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#comments-template #comments a {
	color: #7a2712;
}
#comments-template #comments a:hover {
	text-decoration: none;
}
#comments-template #comments ol,
#comments-template #comments li,
#comments-template #comments ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
#comments-template label {
	clear: left;
	display: block;
	float: left;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 8px 20px 0 0;
	text-align: right;
	width: 150px;
}
#comments-template input, textarea {
	border: 2px solid #d3d4d6;
	color: #2f2f2f;
	float: left;
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 30px;
	padding: 5px;
	width: 300px;
	-webkit-border-radius: 5px;
}
#comments-template textarea {
	height: 100px;
	max-height: 100px;
}
#comments-template input:focus, #comments-template textarea:focus {
	color: #000;
}
#comments-template input#submit {
	background: none;
	border: none;
	color: #000;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: 165px;
	text-align: left;
	width: 100px;
}
#comments-template input#submit:hover {
	color: #7a2712;
	cursor: pointer;
}
#comments-template label.hidden {
	display: none;
}

/* Comments */

#comments-template ol#commentlist, 
#comments-template ol#commentlist li {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#comments-template li.comment img.avatar {
	float: left;
	margin-right: 15px;
}
#comments-template .comment-content {
	background: url('i/content.png') top repeat-x;
	border: 1px solid #999;
	float: right;
	margin-bottom: 25px;
	padding: 5px 15px 15px 15px;
}
#comments-template li.comment cite {
	font-style: normal;
}
#comments-template li.comment p.meta {
	font-size: 0.7em;
	margin-bottom: 0;
	text-transform: uppercase;
}

#comments-template h3#postcomment {
	padding-top: 20px;
}
#comments-template form#commentform {
	width: auto;
}
#comments-template form#commentform input {
	clear: both;
	float: left;
	margin-right: 15px;
	width: 200px;
}
#comments-template form#commentform textarea {
	margin-bottom: 20px;
	width: 400px;
}
#comments-template form#commentform label {
	clear: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	float: left;
	width: auto;
}
#comments-template form#commentform input#submit {
	margin: 0 0 30px 0;
	padding: 0;
	width: 215px;
}

#comments-template #comments div#trackbacks ol {
	margin-left: 40px;
}
#comments-template #trackbacks li {
	list-style-type: decimal;
	margin-bottom: 10px;
}