@CHARSET "UTF-8";
/**
 * @package WordPress
 * @subpackage Alter_Serendipity_Theme
 * @author David Coll - http://funkybudha.net
 * @copyright GNU GENERAL PUBLIC LICENSE - GPLv3
 */
h3#comments{
	font-family: 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande',Verdana,Geneva,Helvetica,Futura,Arial,sans-serif;
	font-size: 140%;
	margin: 0 0 10px;
}
ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style: decimal;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin: 7px;
	margin-left: 20px;
	border-width: 0.1em;
	border-style: inset;
	border-color: #555555;
}

.commentlist .comment-body {
	position: relative;
	background:url(../img/bg_paint_alt.png) no-repeat;
	padding: 10px 22px 15px;
}
li.alt .comment-body {
	background:url(../img/bg_paint.png) no-repeat;
}	

.commentlist .comment-meta{
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.commentlist div[class="comment-meta commentmetadata"]:before{
	content: url(../img/commentlink.gif);
	vertical-align: text-bottom;
	margin:0 5px;
}
.commentlist .comment-meta a{
	text-decoration: none;
}
.comment-author{
}
.comment-author .url{
	padding-top: 15px;
}
.comment-author .avatar{
	float: right;
}

.commentlist cite{
	font-weight:bold;
	font-size:1.1em;
	}

.commentlist .comment-body p{
	text-indent: 0px;
	min-height: 30px;
}
a.url, .commentlist a:visited {
	color:#fff9b9;
	}

.comment-reply-link{
	font-size: 90%;
}
.commentlist .comment-meta {
	background:#67421c;
	padding: 0 3px 0 0;
	font-size: x-small;
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;
}
li.alt .comment-meta {
	background:#930e27;
	}

#respond{
	padding: 0 50px;
	margin: 5px 10px 10px 20px;
	border: 1px inset #a88828;
	-moz-border-radius: 40px;  
	-webkit-border-radius: 40px;
}
#respond h3{
	font-size: 140%;
}

.comment-info{
	font-size: xx-small;
	margin-bottom: 5px;
}
.comment-form-options{
	margin: 5px;
}
.comment-submit, .comment-form-options{
}
.comment-submit{
//	float: right;
}



