/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * comments
 */

#yoo-zoo #comments { margin-top: 20px; }

#yoo-zoo #comments p.comments-meta { margin: 0 0 10px 0; }

#yoo-zoo #comments ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
 * comment
 */

/* head */
#yoo-zoo #comments .comment-head {
	
}

#yoo-zoo #comments .comment-head .avatar {
	margin-right: 10px;
	float: left;
}

#yoo-zoo #comments .comment-head .author {
	margin: 0;
	font-size: 17px;
	line-height: 17px;
	font-weight: 500;
}

#yoo-zoo #comments .comment-head .meta {
	font-size: 14px;
	color: #777;
	margin-left: 5px;
}

/* body */
#yoo-zoo #comments .comment-body {
	margin-bottom: 5px;
}

#yoo-zoo #comments .comment-body .content { 
	background: #f2f2f2;
	padding: 10px;
	border-radius: 5px;
	margin: 5px 0;
	line-height: 1.5;
}

#yoo-zoo #comments .comment-body .reply { margin: 10px 0 0 0; }

#yoo-zoo #comments .no-response .comment-body .reply { display: none; }

#yoo-zoo #comments .comment-body .moderation {
	margin: 10px 0 0 0;
	font-size: 14px;
	font-style: italic;
}

/* children */
#yoo-zoo #comments ul.level1 ul {
	padding-left: 45px;
	background: url(../images/arrow.png) 0 0 no-repeat;
}

/*
 * respond
 */

#yoo-zoo #comments #respond {
	
}

#yoo-zoo #comments #respond form div { margin: 10px 0 15px; }

#yoo-zoo #comments #respond h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
}

#yoo-zoo #comments #respond p.user { margin: 0; }

#yoo-zoo #comments #respond p.connects { margin: 5px 0 0 0; }

#yoo-zoo #comments #respond input[type='text'] {
	width: 200px;
	height: 25px;
	padding-left: 5px;
	line-height: 25px;
}

#yoo-zoo #comments #respond textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 834px;
	height: 100px;
	font-size: 16px;
	border-color: #999;
}

/* direct reply */
#yoo-zoo #comments ul #respond {
	margin: 0 0 35px 0;
	padding-left: 10px;
}