/*COMMENTS*/
#comments
{margin-top: 25px; margin-bottom: 5px;}

small
{font-size: 12px; font-weight: bold; font-style: italic; color: #000000;}

.commentlist
{margin-top: 0px;
margin-bottom: 10px;
padding-left: 20px;
line-height: 130%;
display: table;
background: #ffffff;
padding: 22px;}

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

.commentlist li p
{margin-top: 0px;}

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

.commentlist .alt
{padding: 21px; background: #AABFD4; border: 2px solid #26394C; -moz-border-radius: 6px; -webkit-border-radius: 6px;
}

.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%;
}