/* Unified Comments Block
   TODO: Move to blocks.css when it will ready!
--------------------------------------------------*/

/* Thin Framed Block */
.b-thin-frame {
	padding: 20px;
	border: 1px solid #e1e1e1;
	border-top-color: #eee;
	border-bottom-color: #e7e7e7;
	border-radius: 6px;
	box-shadow: 0 1px 0 #d7d7d7, 0 1px 0px #fff inset;
	background: #f9f9f9;
	}


.b-comments H3 {
	padding-bottom: 15px;
	line-height: 27px;
	font-size: 24px;
	font-weight: bold;
	color: #242424;
	}
.b-comments .b-discussion {
	margin-bottom: 10px;
	padding: 0;
	}
	.b-discussion .comment {
		line-height: 16px;
		font-size: 12px;
		color: #545454;
		}
	/* Comment Body */
	.b-comments .comment-body {
		padding: 30px;
		}
		.b-comments .comment-body EM {
			color: #9d9d9d;
			}
		.b-comments .meta {
			padding: 20px 0 0;
			line-height: 15px;
			font-size: 11px;
			}
		.b-comments .meta,
		.b-comments .meta A {
			color: #9d9d9d;
			}
			.b-comments .meta .reply {
				margin-right: 10px;
				}
			.b-comments .meta .date SPAN {
				margin-right: 5px;
				}
	/* Reply Comment */
	.b-comments .comment-reply {
		border-top: 1px solid #eaeaea;
		}
		.comment-reply .comment-body {
			padding: 30px;
			background: url(data:image/gif;base64,R0lGODlhDAAHAIABANPT0/r69CH5BAEAAAEALAAAAAAMAAcAAAIPRI4ZpsrNHlyg2itnQ6wAADs=) no-repeat 0 34px;
			}

/* Comment Form */
.b-comments .b-comment-form {
	padding: 0 30px 15px;
	}
	.b-comments .comment .b-comment-form {
		margin-top: -15px;
		}
	.top-comment-form .b-comment-form {
		padding-top: 30px;
		}
	.b-comments .b-comment-form .error-message {
		color: #d4063b;
		}
	.b-comment-form .meta {
		padding: 0 0 10px 0;
		}
	.b-comment-form TEXTAREA {
		width: 100%;
		height: 80px;
		min-height: 80px;
		max-height: 300px;
		resize: vertical;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	.b-comment-form .btn {
		margin-top: 10px;
		}
