#comments {
	
	
	float:left;
	margin-left:25px;
	width:710px;
}


h2.comments-title {
	
	font-size:15px;
	color: #0088cc;
	
	height:40px;
	line-height:40px;
	padding:0px 15px 0px 15px;
	display:inline-block;
	background: #eef4f7;
}

h2.comments-title span{
	font-weight:normal;
	font-size:15px;
	text-transform:uppercase;
	color:#313130;
	
}
#comments h3 {
	font-weight:normal;
	color:#545554;
	text-transform:uppercase;
	
}

#comments h3 smal {
	margin:0;
	padding:0;
}

#comment-form-comment {
	
	border-radius:5px;
}

.form-allowed-tags { display:none; }

.comment-form-author, .comment-form-email, .comment-form-url {
	
	
	
	width:33%;
	float:left;
	
}

.comment-form-url {
	
	
	margin-right:0px;
}

.comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-comment label {
	
	color:#313130;
	font-weight:normal;
	
	
	font-size:13px;
	
}

.comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment textarea {
	
	color:#313130;
	font-weight:normal;
	
	
	font-size:13px;
	border:none;
	border:1px solid #ccc;
	
	border-radius:0px;
}


.comment-form-author input, .comment-form-email input, .comment-form-url input {
	

	height:30px;
	width:220px !important;
}


.comment-notes {
	
	margin-bottom:20px;
	color:#313130;
	font-weight:normal;
	
	
	font-size:13px;
	border:none;
	
	margin-top:-26px !important;
	
}

.comment-form-comment {
	
	float:left;
	width:710px;
	
}

.comment-form-comment textarea {
	
	width:685px;
	height:100px;
	resize:none;
}


.comment-form-comment #submit {
	
	background: #ccc;
	border:none;
}


.form-submit #submit {
	
	background: #ccc;
	border:none;
	color:#fff;
	
	margin:0;
	padding:0;
	height:30px;
	padding:0px 20px 0px 20px;
	line-height:30px;
	text-transform:uppercase;
}

#comments .commentlist li article.comment{
	
	background: #eef4f7;
	padding:5px;

	
	margin-bottom:15px;
	
	
}
.reply a {
	display:block;
	margin:0;
	padding:0;
	
	background: #ccc;
	border:none;
	color:#fff !important;
	
	text-transform: uppercase;
	height:30px;
line-height:30px !important;
	width:50px;
	text-align:center;
	margin-left:10px;
}

.reply span {
	display:none;
	
}

.comment-meta.comment-author.vcard {
	
	font-size:13px;
	margin-bottom:10px;

	
}

.comment-meta.comment-author.vcard .fn {
	
	font-size:15px;
	margin-right:10px;
}

.comment-meta.comment-author.vcard cite {
	
	
	margin-left:10px;
	float:left;
}
.comment-meta.comment-author.vcard time {
	
	
	font-size:13px;
}

.comment-meta.comment-author.vcard cite span {
	
	display:none;
}

.comment-content.comment {
	
	font-style:italic;
	font-size:13px;
	margin-bottom:20px;
	margin-top:20px;
	margin-left:10px;
}


.comments-area {
	

	position:relative;
	padding-bottom:305px;
}

.comment-respond {
	
	
	background: #e1edf4;
	float:left;
	position:absolute;
	left:0px;
	z-index:100;
	
	padding-top:20px;
	
}