
div#comments {
	line-height: 1;
}
body div#comments ol, 
body div#comments ul, 
body div#comments ol li, 
body div#comments ul li {
	list-style: none;
	padding: 0;
}
div#comments {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 13px;
	width: 600px;
}
div#respond textarea {
	width: 590px;
}
div#comments p {
	margin: 0 0 15px 0;
}
div#comments h2 {
	border-bottom: none;
	float: left;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0;
}
div#comments p.action {
	float: left;
	font-size: 10px;
	margin: 5px 0 0 10px;
	text-transform: uppercase;
}
div#comments p.action a {
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}
li.comment {
	margin: 0;
}
li.comment div.sleeve {
	clear: left;
	margin: 0 0 20px 0;
	padding: 0 0 30px 0;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
li.comment li.comment-avatar {
	left: 10px;
	position: absolute;
	top: 10px;
}
li.comment-author {
	float: left;
	margin: 10px 5px 15px 110px;
}
li.comment-date {
	float: left;
	margin: 10px 5px 0 0;
}
li.comment-actions {
	float: right;
	font-size: 10px;
	margin: 10px 10px 0 0;
}
div.comment-content {
	clear: both;
	line-height: 14px;
	margin: 20px 10px 20px 110px;
}
div.comment-meta {
	font-size: 10px;
}
div.comment-meta a {
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
li.comment-actions a {
	display: block;
	padding: 1px 3px 3px 3px;
	text-transform: lowercase;
}
body div#comments ul.children {
	background: url('i/child.png') left top no-repeat;
	padding-left: 20px;
}

body div#respond {
	margin: 50px 0 0 0;
	padding: 0;
}
div#respond form {
	clear: both;
	margin: 30px 0 0 0;
}
div#respond form div {
	height: 50px;
	position: relative;
}
div#respond form div.para {
	height: 120px;
}
div#respond form div.action {
	height: auto;
}
div#respond form div input, div#respond form div textarea {
	left: 0;
	padding: 5px;
	position: absolute;
	top: 0;
}
div#respond input {
	font-size: 11px;
	width: 250px;
}
div#respond textarea {
	height: 100px;
	max-height: 100px;
}
div#respond form div label {
	font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", Helvetica, Arial, sans-serif;
	font-size: 10px;
	left: 280px;
	position: absolute;
	text-transform: uppercase;
	top: 11px;
}
div#respond form div label.para {
	display: none;
}
div#respond input#submit {
	float: right;
	padding: 5px 10px;
	width: auto;
}
div#respond input#submit:hover {
	cursor: pointer;
}

div#trackbacks {
	color: #999;
	clear: both;
	float: left;
	padding: 20px 0 0 0;
	width: 100%;
}
body div#comments div#trackbacks ol,
body div#comments div#trackbacks ol li {
	clear: both;
	list-style-type: decimal;
	margin-left: 15px;
}
div#trackbacks div.trackback-content {
	margin: 10px 0 0 0;
}




/* Red Boxy */

h2 {
	color: #96181e;
}
div#comments p.action a {
	background: #96181e;
	color: #fff;
}
div#comments p.action a:hover {
	background: #fff;
	color: #96181e;
}
body div#comments li.comment div.sleeve {
	background: #96181e;
	border: 1px solid #fcf8ed;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
div.comment-meta a {
	color: #fff;
}
li.comment-actions a {
	background: #fcf8ed;
	color: #96181e;
}
li.comment-actions a:hover {
	background: #96181e;
	color: #fcf8ed;
}
div#respond label {
	color: #96181e;
}
div#respond form div input, div#respond form div textarea {
	border: 1px solid #96181e;
	color: #ccc;
}
div#respond form div input:focus, 
div#respond form div textarea:focus,
div#respond form div input:hover, 
div#respond form div textarea:hover {
	background: #eee;
	color: #000;
}
li.comment-avatar img {
	border: 2px solid #fcf8ed;
}
div#respond input#submit {
	background: #96181e;
	border: none;
	color: #fff;
}

div#trackbacks h2, div#trackbacks a {
	color: #96181e;
}


