div.commimglink {
margin-top:1px;
width:30px;
height:26px;
background: url("../img/comments_full.png") no-repeat transparent;
padding-right:15px;
}
div.commimglink:hover {
background: url("../img/comments_full1.png") no-repeat transparent;
}



/* 
   Comments 
------------------------------------------------------------------- */

.comment-input-text textarea {width: 80%;background: #f5f5f5;}

/* Comment list */

.comment-list-wrapper {
	background: #f5f5f5;
	margin: 10px 0 0;
	padding: 5px 12px 10px 7px;
}
.comment-list {
	margin: 0;
	padding: 0;
}
.comment-list li {list-style: none;}
.comment-list ul {margin-bottom: 0;}

.comment-profile-wrapper {
	/*text-align: center;
	width: 105px;
float:left;*/
color:#555;
font: 18px/18px "OpenSansRegular", sans-serif;
margin-left:60px;
padding-bottom:10px;
}
.comment-profile-wrapper  span {
font-weight:700;
}
.left, .alignleft { 
float: left;
}
.right, .alignright { 
float: right;
}
.legend { 
background: #0095DA;
color:#fff;
border: 1px solid #2483C5;
font-size: 1.5em;
margin: 0px;
padding: 8px 14px;
font: 20px/22px "RussiaLight", sans-serif;
}
.notice {
font: 13px/17px "OpenSansRegular", sans-serif;
background: #FFF6BF;
border:1px dotted #FFD324;
color: #514721;
}

.comment-gravatar {margin-bottom: 3px;}

.comment-content-wrapper {
font: 15px/20px "OpenSansRegular", sans-serif;
	width: 100%;
}

.commentadd-content-wrapper {

	width: 100%;

}

.comment-parent, .comment-single {margin-top: 15px;}

.comment-list ul.children, #comments #respond ul {
	border-left: 1px solid #CCC;
	margin: 0 0 0 130px;
}
.comment-list ul.children ul.children {margin-left: 15px;}

.comment-list ul.children li {
	background: url('../img/comment-reply.gif') no-repeat left top;
	margin: 0;
	padding: 10px 0 0 15px;
}

.comment-body {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 10px 12px 0;
	border-radius:4px;
}
.comment-list ul.children .comment-body {background: #FCFCFC;}

.comment-author {padding-top: 2px;}

.comment-text p {margin-bottom: 0.8em;}

.comment .post-date, .comment-author {font-size: 0.9em;}
.comment .post-date .right a {color: #BBB;}
.comment .post-date .right a:hover {color: #234;}

.comment-arrow {
	background: url('../img/comment-arrow.gif') no-repeat left top;
	display: block;
	float: left;
	height: 45px;
margin: -47px 0px -3px -4px;
transform: rotate(90deg);
	position: absolute;
	width: 29px;
}

/* Respond */

#respond li {list-style: none;}
#respond {
	background: #fbfbfb;
	padding: 10px 12px;
}
#respond ul {margin: 0;}
#respond .legend {margin-bottom: 10px;}

#comments #respond {padding: 0;}
#comments #respond .legend {
	border-bottom: 0;
	margin-bottom: 0;
}
#comments #respond ul {
	background: url('../img/comment-reply.gif') no-repeat left top;
	padding: 10px 0 0 15px;
}
#comments ul.children #respond ul {
	margin-left: 30px;
	padding: 0;
}

#comments #respond .comment-profile-wrapper, #comments #respond .comment-arrow {display: none;}
#comments #respond .comment-body {background: #FFF;}
#comments #respond .comment-content-wrapper {
	float: none;
	width: 100%;
}
