.commentlist {
	margin: 10px 0 0 0;
	width: 100%;
}

.comment 
{
	position: 				relative;
	 /* fix ie rendering bug */
}

.commentroot {
	padding:				20px 0px 0px 0;
	position: relative;
	width: 100%;
}

.commentsub {
	padding:				20px 0px 0px 25px;
}

.comment .leftcontainer {
	position: relative; /* set reference point for absolutly placed arrow */

}

.comment .leftline {
	background-image: url(images/commentleft.gif);
	background-position: 3px;
	background-repeat: repeat-y;
}

.comment .commentcontainer {
	margin: 0 0 1px 3px;
	padding: 0 0 24px 22px;
	position: relative;
	width: 96.5%; /* fix IE rendering bug VERY IMPORTANT NOT TO REMOVE THIS! */
	background-image: url(images/commentbtm.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	overflow: hidden; /* prevent long single line comments from breaking layout */
}

.comment .collapseicon 
{
	width: 					13px;
	height: 				13px;
	overflow:				hidden;
	background-image: 		url(images/subthread-open.gif);
}

.collapsed .collapseicon 
{
	background-image: 		url(images/subthread.gif);
}


.comment .reply {
	text-align: 			right;
	font-size: 				1em;
	padding: 				0px 6px 6px 0px;
	/*width: 80%;*/

}
.comment p{
	padding: 0;
	margin: 0 0 10px 0;
}



.comment .commentarrow {
	position:absolute;
	top: 0;
	left: 0;
}

.comment .meta {
	width: 103px;
	margin: 0 10px 0 0;
	float: left;
	font-size: .9em;
	overflow: hidden;
}

.comment .body {
	/*float: left;*/
	padding: 0 0 0 113px;
}

.comment .avatar {
	margin: 18px 0 0 0;
}

.comment .reply {
	margin: 18px 0 0 0;
}

.comment .body .content
{
	padding:				0;	
	overflow: 				auto; 
}

.collapsed .body, .collapsed .comment
{
	display:				none;
}
/*
#addcomment small, #addcomment div
{
	padding:				3px;
}
*/

#addcommentholder {
	margin: 0 0 0 3px;
}

#addcomment {
	margin: 30px 0 0 0;
}

.add a{
font-size:1.2em;
}
/*
#commentform {
	margin: 10px 0 10px 0;
}
*/
#commentform .inputcol {
	margin: 0 24px 0 0;
	font-size: .8em;
	float: left;
	overflow: hidden;
	width: 184px;
}

#commentform .inputcol input {
	margin: 0 0 10px 0;
	width: 180px;
}

#commentform .inputcol #subscribe {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	width: auto;
}

#commentform .inputcol .subscribe-to-comments {
	padding: 0 0 5px 0;
}

#commentform .inputcol .gravatar {
	clear: both;
	margin: 5px 0;
	padding-bottom: 5px;
}

#commentform .inputcol .fbconnect {
	clear: both;
	margin: 5px 0 0 0;
}

#commentform .inputcol .fbc_profile_header {
	background: none;
	width: auto;
	border: 1px dotted #606060;
}

#commentform .inputcol .fbconnect .fbc_connect_button_area {
	/* Override FB defaults */
	margin-left:0;
	margin-top:0;
	padding-left:0;
	padding-top:0;
}

#commentform .inputcol .fbconnect .dark {
	margin: 5px auto 0  auto;
}

#commentform .textareacol {
	float: left;
	text-align: right;
}

#commentform .btncol {
	float: right;
	width: 60px;
}

#commentform .btncol input {
	margin: 0 0 10px 0;
}

#commentform textarea {
	width: 430px;
	display: block;
	margin: 0;
	padding: 0;
}