
/* Quoted Comment Styles */

/* Red 
@import url('red.css');  */

/* Blue 
@import url('blue.css'); */

/* Pink 
@import url('pink.css'); */

/* Gray  */
@import url('gray.css'); 

/* Orange 
@import url('orange.css'); */

/* Green 
@import url('green.css'); */

/* Pale 
@import url('pale.css'); */

/* Brown 
@import url('brown.css'); */


/* Global */

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;
	margin:0;
}

div#comments, div#trackbacks {
}

div#comments {
	color: #2f2f2f;
	float: left;
	font-family: Tahoma, 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 20px 0 0 0;
	padding-bottom: 20px;
}
div#comments h2 {
	display: block;
	float: left;
	font-size: 1.3em;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
div#comments p {
	margin: 0 0 15px 0;
}


/* Quoted, Global */

body li.comment {
	margin: 0;
}
li.comment, li.comment div.sleeve {
	float: left;
	width: 100%;
}
li.comment div.sleeve {
	background: url('i/comment.png') bottom repeat-x;
	margin: 0 0 15px 0;
}
div.comment-meta {
	color: #333;
	float: left;
	font-size: 0.8em;
	padding: 0 0 5px 0;
	position: relative;
	width: 100%;
}
div.comment-meta ul {
	margin: 5px 90px 0 10px !important;;
}
div.comment-meta a {
	color: #333;
}
div.comment-meta li {
	float: left;
	margin-right: 3px;
}
li.comment-avatar {
	position: absolute;
	right: 5px;
	top: 5px;
}
div.comment-content {
	clear: left;
	float: left;
	font-size: 0.9em;
	margin: 0 90px 0 0;
	padding: 15px 0 0 10px;
}
body div#comments ul.children {
	background: #fff url('i/child.png') left -5px no-repeat;
	clear: left;
	padding-left: 30px;
	width: auto;
}
li.comment-actions a {
	font-size: 0.8em;
	margin: 0 0 0 5px;
	padding: 0 5px 2px 5px;
	position: relative;
	text-decoration: none;
	text-transform: lowercase;
	top: -2px;
	-webkit-border-radius: 5px;
}
div#respond {
	background: url('i/comment.png') bottom repeat-x;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	width: 100%;
}
div#respond form {
	float: left;
	font-size: 0.8em;
	margin: 0;
	padding: 15px 0 0 10px;
	width: 100%;
}
div#respond form div {
	margin: 0 0 15px 0;
}
div#respond form label {
	clear: left;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	padding: 5px 0 0 0;
	text-align: right;
	width: 90px;
}
div#respond form input, div#respond form textarea {
	background: url('i/comment.png') bottom repeat-x;
	color: #999;
	font-size: 1.0em;
	line-height: 1.4em;
	max-width: 340px;
	padding: 5px;
	width: 340px;
}
div#respond form textarea {
	height: 100px;
}
div#respond form input:hover, div#respond form textarea:hover {
	color: #2f2f2f;
} 
div#respond input#submit {
	float: left;
	margin-left: 110px;
	padding: 5px 10px;
	width: auto;
}
div#respond input#submit:hover {
	cursor: pointer;
}

div#trackbacks {
	clear: both;
	float: left;
	padding: 30px 0 0 0;
}
div#trackbacks li {
	width: 100%;
}
div#trackbacks li li {
	width: auto;
}
div#trackbacks li.comment-actions {
	display: none;
}
