div#comments
{
	width: 650px;
	margin: 20px auto;
	color: #525764;
}

div#comments h2
{
	font-size: 1.5em;
	border-bottom: 1px solid #ddd;
}

div#comments hr
{
	width: 0;
	height: 0;
	margin-bottom: 30px;
}

div#comments span.user
{
	font-weight: bold;
}

div#comments img.left
{
	margin-top: 4px;
	float: left;
}

div#comments .wpis
{
	padding: 4px;
	border: 1px solid gray;
	background: #eee;
	margin: 4px 0 0 68px;
	-moz-border-radius: 4px;
	line-height: 1.2em;
}

/* ====================================================================== */

div#comment_add
{
	margin-top: 50px;
}

div#comment_add label
{
	font-weight: bold;
	float: left;
	width: 100px;
	text-align: right;
/*  margin-right: 5px;*/
/*  padding-top: 5px;*/
	clear: both;
}

div#comment_add input,
div#comment_add textarea
{
	padding: 2px;
	border: 1px solid #ccc;
	background: #eee;
	margin-bottom: 4px;
}

div#comment_add input:focus,
div#comment_add textarea:focus
{
/*  border: 1px solid black;*/
	border: 1px solid #3b86d3;
	background: #fffcae;
}

div#comment_add input[type=submit]
{
	margin-left: 105px;
}

div#comment_add span.after
{
	margin-left: 5px;
	color: gray;
	font-size: 0.9em;
}

div#comment_add input.form-error,
div#comment_add textarea.form-error
{
	border: 1px solid red;
}

div#comment_add div.error-message
{
	margin-left: 105px;
	margin-bottom: 4px;
	color: red;
}

div#comments span.data
{
	float: right;
	margin-bottom: 2px;
}

div#comments span.user
{
	height: 16px;
	line-height: 16px;
	background: url('img/user_comment.gif') no-repeat 0 center;
	padding-left: 20px;
	color: gray;
}

/* ====================================================================== */

ul#latest
{
	float: right;
	width: 250px;
	margin-left: 20px;
	background: #f4f4f4 url('img/latest_bg.png') no-repeat;
	padding-top: 36px;
	border: 1px solid #3e88d5;
}

ul#latest li
{
	margin: 5px;
	margin-bottom: 10px;
	line-height: 1.1em;
	font-size: 0.9em;
}

ul#latest li a
{
	color: black;
	text-decoration: none;
	font-weight: normal;
}

ul#latest li a:hover
{
	color: #3e88d5;
}

ul#latest li small
{
	font-size: 0.95em;
}
