﻿
div#comments
{
    width:500px;
    padding-bottom:50px;
    text-align:center;
    margin:auto;
}

div.comment-item { margin:auto; text-align:left; padding-bottom:10px; border-bottom:#CCC 1px dotted; margin-bottom:10px; width:500px; }
div.comment-item div.image { float:left; width:65px; }
div.comment-item div.image img { border:black 1px solid; }
div.comment-item div.info { width:435px; float:left; }
div.comment-item div.info div.name-date { font-weight:bold; border-bottom-width: 1px; padding:4px; background-color:#EEE; }
div.comment-item div.info div.text { padding:8px 0px 12px 0px; margin-bottom:10px; }

div.comment-item div.clear { clear:both; }

/* The box that holds all the replies */
div.reply-box
{
	border:#CCC 1px solid;
	padding:1px;
}

div.reply-item
{
	margin-bottom:14px;
}

div.reply-item div.reply-name
{
	background-color:#FED;
	padding:2px;
	color:#666;
}

div.reply-item div.reply-name a { font-weight:bold; }

div.reply-item div.reply-name img { vertical-align:middle; margin-right:6px; }
div.reply-form-div { padding-bottom:15px; }
div.reply-item div.reply-text { padding:5px; }
div.reply-link-div { padding-top:8px; color:#777; }

textarea.reply-ta { width:350px; height:60px; font-size:11px; font-family:Tahoma; margin-bottom:10px; }
input.reply-button, input#comment-button { font-size:11px; font-family:Tahoma; padding:3px; cursor:pointer; margin-right:20px; }

textarea#comment-text { width:350px; height:70px; margin-bottom:10px; }


