@charset "utf-8";
/* Comment Container
---------------------------------------------------------- */
#comment-list {
	border: 1px dottted pink;
}

/* Comment Heading
---------------------------------------------------------- */
h2.title {
	margin: 0; padding: 0 0 40px 0;
	clear: both;
}

/* Comment Meta Formatting
---------------------------------------------------------- */
#comment-list .post-comment {
	background: url("../images/content_divider.png") no-repeat bottom center;
	margin-bottom:20px;
	padding: 0 0 40px 0;
}

#comment-list .post-comment .threadauthor {
	float: left;
	margin: 0;
	width: 30%;
	line-height: 1.4em;
	padding-top: 3px;
}

#comment-list .post-comment .threadauthor a,
#comment-list .post-comment .threadauthor small {
	float: left;
}

.threadauthor small {
	color: #4A403E;
	text-transform: uppercase;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-style: normal;
}

#comment-list .post-comment .threadauthor span img.gravatar {
	border: none;
	float: left;
	width: 48px; height: 48px;
	background-color: #666666;
	color: #ffffff;
	margin: 0 10px 0 0;
}

#comment-list .post-comment .threadauthor .author-name a {
	font-size: .86em;
	font-weight: bold;
	width: 120px;
}

#comment-list .post-comment .threadauthor .author-name a:hover {
	text-decoration: underline;

}

/* Comment Content
---------------------------------------------------------- */
#comment-list .post-comment .threadpost {
	width: 446px;
	float: left;
}


#comment-list .post-comment .threadpost p {
	font-size: .92em;
	line-height: 1.53em;
	padding: 4px 0 0 0;
}

#comment-list .post-comment .threadpost a, #preview-text a {

}

#comment-list .post-comment .threadpost a:hover, #preview-text a:hover {
	color: #ffffff;
	text-decoration: underline;

}

.threadpost li, #preview-text li {
	font-size: .9em;
	line-height: 1.53em;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-style: normal;
	width: 280px;
}

.threadpost ul li, #preview-text ul li {
	list-style: disc !important;
}

.threadpost ol li, #preview-text ol li {
	list-style-type: decimal !important;
}

.threadpost blockquote, #preview-text blockquote {
	padding: 10px;
	border: 1px dashed #4A403E;
	background: #1f1f1f;
	font-style: italic;
	margin-bottom: 20px;
}

.threadpost blockquote p, #preview-text blockquote p {
	margin-bottom: 0 !important;
}

.threadpost blockquote p + p, #preview-text blockquote p + p {
	margin-top: 10px !important;
}


/* Comment Form
---------------------------------------------------------- */
#comment-form{
	margin: -10px 0 0 0; padding: 0;
}

#post-comm-form {
	width: 300px;
	float: left;
}

#comment-form-box {
	margin: 0 0 50px 0; padding: 0;
	float: left;
	width: 680px;
}

#comm-preview {
	float: left;
	margin-left: 20px;
	width: 290px;
}

h3#comm-preview-head {
	margin: 10px 0 0 0;
	padding: 0;
}

#comm-preview dt {
	font-family: Georgia, "Times New Roman", Times, Serif;
	padding: 0 0 0 2px;
	margin: 15px 0 10px 0;
	/*background: url(../i/comment-lg-bk.png) 0 2px no-repeat;*/
}

#preview-contents dl {	
	padding: 0; 
	margin: 0;
}

#preview-contents #preview-text {
	line-height: 20px;
	padding: 0; 
	margin: 0;
}

#preview-contents #preview-text p {
	width: 310px;
}

#comm-preview p {
	margin-right: 0;
	margin-left: 0;
}

#comment-form-box .box-body{
	margin: 0; padding: 20px 0 1px 0;
}

#comment-form-box p,
#comment-form-box select,
#comment-form-box input,
#comment-form-box label {
	display: block;
	width: 250px; /*100%*/
}

#comment-form-box p {
	width: 31%;
	/*float: left;*/
	margin: 0 10px 5px 0;
	padding: 2px;
}

#comment-form-box label {
	padding: 5px 0 5px 0;
}

#comment-form-box .comment-guidelines,
#comment-form-box #comment-body,
#comment-form-box #comment-body textarea,
#comment-form-box #submit {
	width: 250px;
}

#comment-form-box .comment-guidelines {
	margin: 0 0 20px 0;
}

#comment-form-box #comment-body {
	margin: 0;
	padding: 0 0 15px 2px;
}

#comment-form-box #comment-body textarea {
	font-family: inherit;
	padding: 2px;
}
#comment-form-box #submit {
	margin: 0;
	border: none;
	width: 77px; height: 26px;
}

#comment-form-box #submit-button {
	outline: none;
	cursor: pointer;
	display: block;
	width: 77px; 
	height: 26px;
	background: transparent url("../images/mr_btn_send.gif") no-repeat top left;
	border: none;
	padding: 10px;
	/*float: left;*/
}

#comment-form-box #submit-button:hover {
	background-position: 0 -26px;
}

#comment-form-box #submit-button:active {
	background-position: 0 -52px;
}

#comment-form-box .message-box {
	display: none;
	width: 640px;
	border: 1px solid #CCCCCC;
	margin: auto; padding: 0 10px 10px 10px;
	font-size: .8em;
	background: #EBEBEB;
}

#comment-form-box .message-box .message-body {
	display: block;
	clear: both;
	margin: 0; padding: 10px 0 0 0;
	width: 100%;
}

#comment-form-box #comment-preview {
	float: left;
	width: 250px;
}
