/*------------------------------
=COMMENTS
------------------------------*/

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000000;
}

#comments h3{
	color:#000000;
	text-transform:uppercase;
	font-size:14px;
	font-family: georgia, new york, serif;
	line-height: 14px;
}

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
	display: table;
	background: #FFFFFF;
	padding: 22px;
	/*border: 2px solid #000;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;*/
}

.commentlist li{
	padding: 5px 10px;
	position: relative;
}

.commentlist .avatar {
	position: absolute;
	top: 10px;
	right: 10px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #000000;
}

.commentlist .alt {
	padding: 21px;
	background: #FFFFFF;
	border: 2px solid #000000;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	color: #000;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}


/*------------------------------
=COMMENT FORM
------------------------------*/
#form {
	width:600px;
	margin-top: 21px;
	padding-top: 22px;
}

form p {
	display: table;
	margin-bottom: 22px;
	padding: 0 22px;
}

form label {
	display: table-cell;
	width: 140px;
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}
	
form input[type="text"], form input[type="email"], form input[type="url"] {
	display: table-cell;
	width: 300px;
	height: 20px;
	border: 1px solid #d7d7d7;
}
		
form textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #d7d7d7;
}
		
form input[type="submit"] {
	margin-left: 162px;
}

.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}