@CHARSET "UTF-8";

/**
* CONTENT
*/
div.content div.text {
	margin:4px;
	text-indent:10px;
}

div.content p {
	text-indent: 20px;
	margin:6px 0 10px 0;
}

div.content blockquote {
	border:1px dashed #999;
	background:#eee;
	margin:4px;
	padding:4px;
	line-height:12px;
	font-size:10px;
}

div.content blockquote * {
	text-indent: 0;
}

div.content h2 {
	border:0;
}

div.content ul {
	margin:10px;
	padding-left:10px;
}

div.content ul li {
	padding:4px;
	padding-left:0;
	list-style: url(../img/li.gif);
}

div.content ol {
	margin:10px;
	padding-left:20px;
}

div.content ol li {
	padding:2px;
}

/**
* COMMENTS
*/
div.comment {
	background:url(../img/article_separator.png) 50% 100% no-repeat;
	padding:4px 4px 30px 4px;
	margin:10px 0 10px 0;
	position:relative;
}

div.comment0 {
	background:#fff;
}
	
div.comment1 {
	background:#eee;
}

div.comment h3 {
	font-size:12px;
	color:#000;
	padding:2px 2px 2px 10px;
	font-weight:normal;
}

div.comment h3 span.username {
	font-size:25px;
	line-height:25px;
}

h2.comments {
	border-top:1px solid #000;
	color:#000;
	padding:0 0 0 10px;
	margin:10px 0 10px 0;
}

div.comment div.actions {
	position:absolute;
	top:2px;
	right:2px;
}
