/* Threaded Comments */

.comment {
	position: 				relative;
	margin:					0px;
	padding:				24px 26px;
	background-color:		#EFF2D8;
	border: 1px solid #D9DEB2;
	margin-top: 			10px;
}

.comment .odd {
	background-color: #E2E5C3;
}

.comment div {
	position: 				relative;
}

.comment .collapseicon {
	float: left;
	width: 					11px;
	height: 				11px;
	margin: 4px 4px 0px 0px;
	background: transparent url(bullet_minus.gif) top left no-repeat;
	cursor: pointer;
}

.collapsed .collapseicon {
	float: left;
	width: 					11px;
	height: 				11px;
	margin: 4px 4px 0px 0px;
	background: transparent url(bullet_plus.gif) top left no-repeat;
	cursor: pointer;
}

.comment .body .content {
	overflow: auto;
	clear: both;
}

.comment .comment-title ABBR {
	border: none;
}

.comment .comment-date {
	font-size: 14px;
	font-weight: bold;
}

.comment .comment-name {
	font-size: 14px;
	font-weight: bold;
}

.comment .comment-reply .comment-reply-here {
	padding-right: 13px;
	background: transparent url(bullet_more.gif) right center no-repeat;
}

.collapsed .body, 
.collapsed .comment {
	display:				none;
}
 
.btc_gravatar {
	float: right;
	margin: 3px 3px 4px 4px;
}

#addcomment {
	position: relative;
	padding: 21px 23px; 
	background-color:		#EFF2D8;
	border: 4px solid #FFF;
 	margin: 32px 0px 0px 0px;
}

#addcomment.inline-form {
	padding-top: 0px;
}

#commentform {
	padding-top: 21px;
	overflow: hidden;
}

* HTML #commentform {
	/* IE 6 fix */
	height: 180px;
}

* HTML #addcomment.inline-form #commentform {
	/* IE 6 fix */
	height: 260px;
}

#commentform #commenter-set {
	float: left;
	width: 194px;
	margin-right: 12px;
}

#commentform #comment-set {
	float: left;
	width: 272px;
}

#commentform LABEL {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
}

#commentform INPUT.text-field {
	width: 182px;
	padding: 2px;
	border: 1px solid #D9DEB2;
}

#commentform TEXTAREA {
	width: 266px;
	height: 82px;
	padding: 2px;
	border: 1px solid #D9DEB2;
}

#commentform INPUT#subscribe {
	width: auto;
}

#commentform #submit-wrapper {
	clear: both;
	position: relative;
}

#commentform INPUT#addcommentbutton {
	float: left;
	margin-top: 11px;
}

#commentform #reroot {
	float: left;
	margin-top: 13px;
	padding: 0px 0px 0px 10px;
}

* HTML #commentform #reroot {
	/* IE 6 fix */
	float: none;
	padding-top: 30px;
}

#commentform P {
	padding-top: 15px;
	font-style: italic;
}

#addcomment.inline-form #commentform P {
	display: none;
}

#addcomment H2 {
	width: 141px;
	height: 27px;
	padding: 0px 0px 0px 23px;
	margin-top: -52px;
	margin-left: -27px;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	background-color:	#EFF2D8;
	border-width: 4px 4px 0px 4px;
	border-style: solid;
	border-color: #FFF;
}

#addcomment.inline-form H2 {
	display: none;
}


