/**
 * This file is a part of MediaCore, Copyright 2009 Simple Station Inc.
 *
 * MediaCore is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * MediaCore is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
/* Comments List */
.comments {
	width: 481px;
	padding: 0 20px 0 12px;
	margin: -28px 0 0 7px;
}
.comments h2 {
	font: 30px 'Times New Roman', serif;
	color: #6c6c6c;
	margin-bottom: 10px;
}
.comments h2 span {
	color: #000;
}
.comments h3,
.comments-list li .top {
	color: #6C7C59;
	font-family: Georgia, serif;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
}
.comments h3 {
	margin: 30px 0 12px 0;
}
.comments .comments-none-yet {
	margin-left: 10px;
}
.comments-list li {
	padding: 10px 0px;
	margin-left: -12px
}
.comments-list li.alt {
	margin-left: 0;
	margin-right: -12px
}
.comments-list li .date,
.comments-list li .edit {
	font-size: 11px;
}
.comments-list li .date a:link,
.comments-list li .date a:visited {
	color: #767778;
	text-decoration: none;
}
.comments-list li .date a:hover {
	color: #00BEE2;
	text-decoration: underline;
}
.comments-list li .top {
	height: 91px;
	background: url('../images/layout/comment-top-norm.png') no-repeat top left;
	margin-bottom: -20px;
}
.comments-list li.alt .top {
	background: url('../images/layout/comment-top-alt.png') no-repeat top left;
	padding: 0 75px 0 32px;
}
.comments-list li .top a {
	color: inherit;
	text-decoration: inherit;
	padding-top: 40px;
	display: block;
}
.comments .bottom {
	display: block;
	background: url('../images/layout/comment-bottom.png') no-repeat 12px 100%;
	padding: 0 20px 10px 0;
	text-align: right;
}
.comments .alt .bottom {
	background-position: 0 100%;
}
.comments .body {
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	background: url('../images/layout/comment-body-bg.png') repeat-y right;
	color: #612B0A;
	width: 424px;
	margin: 0 0 0 12px;
	padding: 0 25px 10px 32px;
}

.no-comments {
	width: 493px;
	margin-left: -12px;
	padding-top: 10px;
}
.no-comments .bottom {
	height: 14px;
}
.comments .top {
	height: 34px;
	display: block;
	padding: 0 20px 0 75px;
	background: url('../images/layout/comment-top.png') no-repeat top left;
}
.no-comments .top {
	margin: 0 0 0 12px;
}
.comments-list li .body p {
	margin: 10px 0;
}
.comments-list li.alt .body {
	margin: 0 12px 0 0;
}
.no-comments .body {
	padding-top: 3px;
	padding-bottom: 0;
}



/* Post comment form */
#post-comment-form textarea,
#post-comment-form input[type='text'] {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 5px solid #ebe4dc;
	padding: 5px 8px 6px 8px;
	width: 455px;
}
#post-comment-form .form-field-wide textarea,
#post-comment-form .form-field-wide input[type='text'] {
	margin-bottom: 12px;
}
#post-comment-form .form-field-wide label {
	/* style for rearranged OverText labels */
	padding: 6px 9px;
	cursor: text;
	position: absolute;
	display: none;
}
#post-comment-form li .form-label {
	margin: 5px 0;
}
#post-comment-form li .form-field {
	margin: 5px 0;
}
#post-comment-form li .field-error {
	width: 398px;
	padding: 3px;
	margin: -3px 5px 5px 0;
	color: red;
}

.btn-post-comment {
	background-image: url('../images/buttons/comment.png');
	width: 168px;
}
