/* articles-specific css */

/* comments */
div#comments {}
div#comments dl.comment
{
	margin-bottom: 1.5em;
	display: block;
	border-bottom: 1px dotted #FFF;
}
div#comments dl.comment dt
{
}
div#comments dl.comment dd
{
	color: #666;
}


div.article h2 a
{
	text-decoration: none;
}

/* articles thumbnail */
div.article img
{
	float: right;
}