
/* Begin Comments*/

/* General */

#comments
{
	padding: 0 1em;
}

/* New */

#commentform
{
	display: block;
	background-color: #dde;
	padding: .5em;
}

#commentform #ajax-comment-preview
{
	border: 1px solid #8aa;
	padding: 3px;
	margin: 2px;
}

#commentform .comment-timeout
{
	font-style: italic;
}

#commentform .subscribe-to-comments label
{
	display: inline;
}

#comment-rules
{
	font-size: 0.7em;
}

/* Existing */

#comments li.comment
{
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	
	margin-bottom: 2em;
}

#comments .comment.author
{
	border-color: #f80;
}

#comments .comment:after
{
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

#comments .comment.author .commentattribution
{
	background-color: #fda;
	padding: 0.5em;
}

#comments .commentattribution cite
{
	font-weight: bold;
}

#comments .commentmetadata
{
	float: right;
	margin-top: 1em;
}

#comments .comment.author .commentmetadata
{
	margin-top: 1.3em;
}

#comments .avatar
{
	float: right;
	margin-left: 1em;
	margin-right: 0.5em;
	margin-top: 0.6em;
}


/* End Comments */
