/* 	///// COMMENTS /////
*/

#fbc_login {
	margin: 0 0 20px;
	color: #fff;
}

h3#comments {
	float: left;
	margin: 0 0 20px; padding: 0 15px;
	height: 40px; line-height: 40px;
	font-size: 1.286em;
	font-weight: bold;
	color: #fff;
	background: url(../img/comment_count_bg.gif) no-repeat;
}

.leave-comment {
	float: right;
	margin: 0 0 20px; padding: 0 15px;
	height: 40px; line-height: 40px;
	font-size: 1.286em;
	font-weight: bold;
	color: #fff !important;
	background: url(../img/leave_comment.gif) no-repeat 100% 0;
}

.commentlist {
	float: left; clear: left;
	width: 525px;
}

.comment { width: 525px; }

.comment-avatar {
	position: relative;
	float: left;
	width: 80px; height: 80px;
}

.comment-avatar-frame {
	position: absolute;
	top: 0; left: 0;
	z-index: 10;
	width: 80px; height: 80px;
	background: url(../img/avatar_frame.png) no-repeat;
}

.comment-text {
	margin: 0 0 20px 90px; padding: 20px 20px 20px 35px;
	width: 380px;
	background: url(../img/comment_balloon.gif) no-repeat 100% 0;
	color: #fff;
}

.comment-text cite {
	font-style: normal;
	font-weight: bold;
}

.comment-text a {
	color: #fff;
}
.comment-text a:hover {
	border-bottom: 2px solid #fff;
}

.comment-edit-link {
	float: right;
	color: #fff !important;
	font-size: 0.923em;
}

#respond {
	position: relative;
	float: left; clear: left;
	padding: 15px 20px;
	width: 485px;
	background: url(../img/respond_bg.gif) no-repeat;
}

#respond h3 {
	margin: 0 0 10px;
	font-size: 1.286em;
	font-weight: bold;
	color: #fff;
}

#respond p { margin: 0 0 10px; }
#respond p,
#respond a { color: #fff; }

#commentform label {
	float: left;
	margin: 5px 10px 0 0;
	width: 100px;
	color: #fff;
	text-align: right;
}

#commentform input {
	padding: 8px;
	width: 354px; height: 19px;
	font-size: 1em;
	color: #fff;
	border: 0;
	background: url(../img/textfields.gif) no-repeat;
}
#commentform textarea {
	padding: 8px;
	width: 354px; height: 109px;
	font-size: 1em;
	color: #fff;
	border: 0;
	background: url(../img/textfields.gif) no-repeat;
}

#email { background-position: 0 -40px !important; }
#url { background-position: 0 -80px !important; }
#comment { background-position: 0 -120px !important; }

#submit {
	margin: 0 0 0 115px; padding: 0 !important;
	width: 105px !important; height: 32px !important;
	background: url(../img/submit_bg.gif) no-repeat !important;
	cursor: pointer;
}

#loading {
	display: none;
	position: absolute;
	left: 230px; top: 5px;
	width: 24px; height: 24px;
	text-indent: -999em;
	background: url(../img/loading.gif) no-repeat;
}

#error {
	clear: left;
	margin: -5px 0 20px 115px;
	color: #fff;
}





