/* Comments CSS */

div#comments
{
	margin-top: 10px;
}

div#comments ul
{
	list-style-type:none;
	margin-left: 6.8em;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

div#comments li.comment
{
	margin-bottom: 10px;
}

div#comments ul.children 
{
	margin-left: 70px;
}

div#comments ul.children li.comment
{
	margin-top: 10px;
}



div.comment_body
{
	padding: 8px;
	border: 1px solid rgb(240,240,240);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 66px;
}

.alt div.comment_body 
{
	background-color: rgb(245,245,245);
	border: 1px solid rgb(240,240,240);
}

/*div.comments div.comment.author
{
	background-color: rgb(64,64,64) !important;
	/*border: 1px solid rgb(187,228,192) !important;*/
	/*background-image: url('../images/authorcommentbg.png');
	border: none !important;
	color: rgb(255,255,255);
	background-repeat: no-repeat;
	background-position: top right;
}

div.comments div.comment.author a
{
	color: rgb(245,245,245) !important;
}

div.comments div.comment.author a:hover
{
	text-decoration: underline !important;
	color: rgb(255,255,255) !important;
}

div.comments div.comment.author div.comment_meta
{
	color: rgb(225,225,225) !important;
}*/

div.comments
{
	margin-top: 0px;
	margin-left: 0px;
}

div.comments h3
{
	margin-left: 4.5em;
	font-size: 1.55em;
	letter-spacing: -0.04em;
	padding-top: 0px;
	margin-top: 8px;
	cursor: default;
}

div.comments div.comment_count
{
	color: rgb(255,255,255);
	font-weight: normal;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	/*background-color: rgb(86,160,96);*/
	background-color: rgb(239,115,0);
	width: 5.6em;
	height: 5.6em;
	float: left;
	padding: 5px;
	padding-right: 10px;
	/*padding-bottom: 10px;*/
	text-transform: uppercase;
	text-align: center;
	font-size: 0.85em;
	cursor: default;
}

div.comments div.comment_count span.number
{
	display: block;
	font-weight: bold;
	font-size: 3.2em;
	letter-spacing: -0.08em;
}

div.avatar
{
	float:left;
	padding-right: 10px;
	background-image: url('../images/icons/arrow.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.avatar div
{
	background-image: none !important;
	padding-right: 0px !important;
}

div.avatar img.avatar, div.avatar img.fb_profile_pic_rendered
{
	color: rgb(255,255,255);
	font-weight: normal;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	/*background-color: rgb(86,160,96);*/
	background-color: rgb(224,224,224);
	/*width: 5em;
	height: 5em;*/
	width: 50px;
	height: 50px;
	padding: 3px;
	position: relative;
}

div.avatar img.overlay
{
	z-index: 2000;
	position: relative;
	top: -53px;
	left: 3px;
	display: block;
}

div.comments cite
{
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -0.04em;
	font-style: normal;
}

div.comment_body div.comment_text
{
	margin-right: 10px;
}

div.comment_footer div.comment_meta
{
	font-size: 0.85em;
	color: rgb(96,96,96);
	text-align: right;
	padding: 4px;
}

div.comment_footer div.comment_meta a {
	color: rgb(64,64,64) !important;
}

div.comment_footer div.comment_meta a {
	color: rgb(32,32,32) !important;
	text-decoration: underline;
}

div.comment_footer
{
	padding-bottom: 1px;
}

div.comment_footer a.comment-reply-link
{
	padding: 3px 8px;	
	color: rgb(245,245,245) !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	font-size: 0.85em;
	background-color: rgb(239,115,0);
}

div.comment_footer a.comment-reply-link:hover
{
	color: rgb(255,255,255) !important;
	background-color: rgb(239,90,0);
	text-decoration: none !important;
}

div.comment_form
{
	margin-left: 7em;
	margin-right: 15px;
}

div.comment_form .required
{
	font-weight: bold;
}

div.comment_form form
{
	width: 570px;
	padding: 0px;
	margin: 0px;
}

div.comment_form form textarea
{
	border: 1px solid rgb(224,224,224);
	width: 570px;
	font-family: 'Consolas','Lucida Console',fixed;
	font-size: 1.15em;
}

div.comment_form form input
{
	border: 1px solid rgb(224,224,224);
	font-family: 'Helvetica Neue',Arial, sans-serif;
	font-size: 1.35em;
	background-color: rgb(255,255,255);
}

div.comment_form form input#submit, div.comment_form form input[type=submit]
{
	font-weight: bold;
	background-color: rgb(86,160,96);
	color: rgb(245,245,245);
	border: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
}

div.comment_form form input#submit:hover, div.comment_form form input[type=submit]:hover
{
	background-color: rgb(26,157,45);
	color: rgb(255,255,255);
	cursor: hand;
}

div.comment_form form input[type=submit]
{
	font-size: 0.85em;
	text-transform: uppercase;
}

div.comment_form a#cancel-comment-reply-link
{
	padding: 4px 8px;	
	color: rgb(245,245,245) !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.85em;
	background-color: rgb(201,58,60);
}

div.comment_form a#cancel-comment-reply-link:hover
{
	color: rgb(255,255,255) !important;
	background-color: rgb(180,0,0);
	text-decoration: none !important;
}


li div#respond
{
   margin-left: 70px;
   padding-left: 0px;	
}

li div#respond h3
{
	display: none;
}

li div#respond textarea
{
	width: 515px;
}

li div#respond .comment_form
{
	margin-left: 0px;
	margin-right: 0px;
}

li div#respond .comment_form form
{
	width: 515px;
}


div.fbc_connect_button_area
{
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid rgb(224,224,224);
	background-color: rgb(245,245,245);
	margin: 3px;
	padding: 5px;
	width: 15em;
	font-size: 0.85em;
	text-align: center;
	margin-right: 0px;
}

div.fbc_connect_button_area div#fbc_login_button
{
	padding: 5px 5px 0px 5px;
}

p.nocomments
{
	font-size: 1.15em;
	margin-left: 6.1em;
}