/*
Description:  Comments Style
*/


#comment-preview-div {
  display: none;
}

#comments-bubble {
	width :90%;
	margin: 0 auto;
	padding: 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #79797b;
}
#comments-form-bubble {
	width :90%;
	margin: 0 auto;
	padding: 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #79797b;
}
#comments-bubble p {
	margin: 0;
	padding: 7px 0;
}
#comments-bubble h1 {
 font-size: 30px;
 margin-bottom: 20px;
 font-family:
}

#comments-bubble h2 {
 font-size: 20px;
}

#comments-bubble h3 {
 font-size: 16px;
}
#comments-bubble h1, #comments-bubble h2, #comments-bubble h3 {
	font-weight: bold;
	color: #000;
}
#comments-bubble a:link {
 text-decoration: none;
	color: #78A118;
}
#comments-bubble a:visited {
 text-decoration: none;
	color: #78A118;
}
#comments-bubble a:hover, a.selected {
	text-decoration: underline;
}
#comments-bubble hr {
	background: #1D1C22;
	border-top: 1px solid #0d161b;
	margin: 5px 0; padding: 0;
}
.comment {
}
.comment-top {
	background: #1D1C22;
	height: 7px;
	border-top: 2px solid #302D3B;
}
.comment-inner {
	padding: 20px 20px 0px 20px;
	line-height: 18px;
	height: 1%;
	overflow: hidden;
	background: #1D1C22;

}
.avatar {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 20px;
	background:url(images/avatar_bg.gif) no-repeat;
	padding: 6px;
}
.comment-text {
	float: left;
	width: 495px;
}
.quote {
	text-align: right;
	clear: both;
	margin-bottom: 7px;
}
.quote .admin-tools {
	margin: 0px 10px 0px 0px;
	font-size:10px;
	font-family: Helvetica, Arial, sans-serif;
}
.comment-bottom {
	background: #1D1C22;
	padding-left: 120px;
	color: #444141;
	font-style: italic;
	margin-bottom: 30px;
	border-top: 1px solid #302D3B;
	padding-top: 2px;
}
.cbinner {
	padding-top: 0px;
}
.author {
	font-style: normal;
	font-size:11px;
	color: #78A118;
}
.author a {
	text-decoration: underline;
	color: #78A118;
}
.time {
	color: #606062;
	font-style: normal;
	font-size:10px;
}
blockquote {
	background: #282730;
	padding: 15px 10px 15px 35px;
	font-style:italic;
	margin-bottom: 0px;
}
.avatar {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 20px;
	background:url(images/avatar_bg.gif) no-repeat;
	padding: 6px;
}
.comment-admin {
}
.comment-admin .comment-top {
	background: #1D1C22;
	height: 7px;
}
.comment-admin .comment-inner {
	padding: 20px 20px 0px 20px;
	line-height: 18px;
	height: 1%;
	overflow: hidden;
	background: #1D1C22;
}

.comment-admin .comment-bottom {
	background: #1D1C22;
	padding-left: 120px;
	color: #79797b;
	font-style: italic;
	margin-bottom: 20px;
}

.comment-admin blockquote {
	padding: 15px 10px 15px 35px;
	font-style:italic;
	margin-bottom: 0px;
}
blockquote .author {
	font-style: normal;
	color: #78A118;
}
blockquote .author a, blockquote .author a:visited {
	color: #78A118;
	border: none;
}
.cf-top {
	background: #1D1C22;
	height: 7px;
}
.comment-form {
	padding: 20px 20px 0px 20px;
	background: #1D1C22;
	border-top: 2px solid #302D3B;
	width: 500px;
}
.cf-bottom {
	height: 8px;
	margin-bottom: 20px;

}
.comment-form input {
	background-color: #FCFCF9;
	width: 230px;
}
.comment-form textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
	background-color: #FCFCF9;
}
.line {
	border-bottom: 1px solid #302D3B;
	height: 1px;
	margin: 5px 0;
}
.captcha {
	padding: 0px 0;
	margin-bottom: 60px;
	margin-top: 5px;
}
.comment-form input.captchatext {
	width: 180px;
	background-color: #FCFCF9;
}
.confirmation {
	float: right;
	padding: 15px 0;
}
.comment-form  input.notifications {
	width: auto;
}
.comment-form input.submit {
	border: none;
	width: auto;
}
.powered {
	text-align: right;
}


.preview {
}
.preview-top {
	background: #f4f1ac url(images/ptl.gif) no-repeat;
	height: 20px;
}
.preview-inner {
	padding: 10px 20px;
	line-height: 18px;
	height: 1%;
	overflow: hidden;
	background: #f4f1ac;
	border-left: 1px solid #dedfb6;
	border-right: 1px solid #dedfb6;
}
.preview-text {
	float: left;
	width: 495px;
}
.preview-bottom {
	background: #f4f1ac url(images/pb_bg.gif) repeat-x bottom;
	height: 7px;
}

p {
	color: #79797b;
	padding: 0px;
	margin: 0px;
}

