/*
#commentsbox {
	margin: 20px 1px 20px;
overflow: hidden;
border-radius: 4px;
background: #f9f9f9;
border: 1px solid #dddddd;
}
h3#comments {
	margin: 0px 0px -1px;
	background: #fff;
	padding: 20px;
	border-bottom: 1px solid #d6d6d6;
	color:#444;
	font-family: GE_m;
    font-size: 15px;
}
h3#comments-respond {
	color:#444;
	font-family: amiri;
font-size: 20px;
margin-top: 0px;
	font-weight:bold;
	margin-bottom:10px;
}
#respond {
	padding:20px;
	border-top: 1px solid #d6d6d6;
	
}
.commentlist #respond {
	border: 1px solid #d6d6d6;
	margin-bottom:20px;
}
img.avatar {
	float: right;
	margin-left: 15px;
	background: #fff;
	padding: 3px;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
}
em.comment-awaiting-moderation {
	color: #999;
}
.comments-inner-wrap {
	margin: 0 auto;
	width: 100%;
}
.comment-author {
margin-bottom: 5px;
font: 16px GE_l;
direction: ltr;
}
.comment-author .fn {
	margin-right:5px;
}
.commentmetadata {
	margin-top:5px;
    font: 12px tahoma;
}
.commentmetadata a {
	color: #999;
}
.comment-body p {
    font-family: amiri;
font-size: 17px;
	margin-top: 20px;
	color:#555;
	padding:5px;
}
.comments-title-wrap {
	text-align: left;
	margin-top: 50px;
	border-bottom: 1px solid #f2f2f2;
}
.comment-body {
	background:#fff url(../images/commentBody.png) repeat-x top;
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	padding:10px;
	margin-bottom: 20px;
	overflow:hidden;
}
ol.commentlist {
	list-style: none;
	margin-left: 0px;
	padding: 20px 20px 0px;
}
h4.comments-header {
	margin-bottom: 10px;
}
h4.comments-header-bottom {
	margin-bottom: 30px;
}
form#commentform.nice input {
	color: #676767;
	padding: 10px;
	border: none;
	margin-bottom: 20px;
	width: 250px;
}
textarea#comment {
	width: 100% !important;
	margin-left:2px;
}
#respond input {
	display:block;
	background: #ffff;
	border: none;
	box-shadow: none;
	padding: 10px;
	min-width:60%;
	border:1px solid #d6d6d6;
	-webkit-transition:border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition:border linear 0.2s, box-shadow linear 0.2s;
	-o-transition:border linear 0.2s, box-shadow linear 0.2s;
	transition:border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	color: #999;
	margin-bottom:10px;
}
.commentlist #respond #commentform input {
	float:none;
	display:block;
}
#respond input:focus, #respond textarea:focus {
border-color: rgb(102, 175, 233);
outline: 0px;
-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
}
#respond textarea {
	background: #ffff;
	padding: 10px 11px 10px 10px;
	border:1px solid #d6d6d6;
	-webkit-transition:border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition:border linear 0.2s, box-shadow linear 0.2s;
	-o-transition:border linear 0.2s, box-shadow linear 0.2s;
	transition:border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	margin-bottom:10px;
}
.commentlist #respond #commentform textarea#comment {
	margin-top:0px;
	max-width:92%;
}


span.reply-link {
	float: right;
	margin-top: 20px;
}
.comment-reply-link {
	display:block;
	float:left;
	color: #666;
	margin: 7px 1px;
	width: auto;
	height: auto;
	background: #ececec;
	padding:5px 10px;
	outline: none;
	border-radius: 0px;
	cursor: pointer;
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
}
span.author-date {
	color: #979797;
}
label small {
	color: orange;
}
.children {
	list-style-type: none;
	margin: 0 0 0 80px
}
#cancel-comment-reply-link {
	display:block;
	margin-bottom:10px;
}
#comments-respond-meta {
	margin-bottom:10px;
    font-family: tahoma;
}

/*# -------------------------------------------------------------------------------------*/