@CHARSET "UTF-8";

.comments .spacer {
	margin: 0.5em 0;	
}

.comment {
	/*margin: 0.5em;
	padding: 0.25em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;*/
	position:relative;
}
.comment {
	padding:	0.5em;
}

.comment.important {
	background: infoBackground;
	margin: 0.5em 0;
	border-radius: 0.5em;
}

.comment .body {
	color: 	#444;
	clear: both;
}


.comment .user {
	text-transform: capitalize;
	font-style: italic;
	color:	#666;
	margin-bottom: 1em;
	float: left;
}

.comment .delete {
	font-size: 80%;
	display:	block;
	text-align:	right;	
}

.comment .version,
.comment .timestamp {
	color: #BBB;
	font-style: italic;
	font-size: 10pt;
}

.comment .version {	
	text-align: center;
	position: absolute;
	width: 100%;
}

.comment .timestamp {
	float:right;
}

.comments .spacer {
	margin: 0;
	height:1px;
}


.page-view .comment,
.page-edit .comment {
	margin-bottom: 1em;	
}

.page-view .comment .version,
.page-edit .comment .version {
	display: none;
}

.page-view .comment .body,
.page-edit .comment .body {
	clear: none;
	text-indent: 1em;	
}