/* ========================================
   评论样式 (from zhang theme)
   ======================================== */

/* 评论区域 */
#comments {
	padding-top: 15px;
}

/* 评论列表 */
.comment-list,
.comment-list ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li {
	padding: 10px;
	padding-left: 30px;
	padding-right: 0;
	margin-top: 10px;
}

.comment-list li.comment-level-odd {
	/* background: #F6F6F3; */
}

.comment-list li.comment-level-even {
	/* background: #FFF; */
}

.comment-list li.comment-by-author {
	/* background: #FFF9E8; */
}

.comment-list li .comment-reply {
	text-align: right;
	font-size: .92857em;
}

.comment-meta a {
	color: #999;
	font-size: .92857em;
}

.comment-author {
	display: block;
	margin-bottom: 3px;
	color: #444;
}

.comment-author .avatar {
	float: left;
	margin-right: 10px;
}

.comment-author cite {
	font-weight: bold;
	font-style: normal;
}

.comment-list .respond {
	margin-top: 15px;
	border-top: 1px solid #EEE;
}

.respond .cancel-comment-reply {
	float: right;
	margin-top: 15px;
	font-size: .92857em;
}

#comment-form label {
	display: block;
	margin-bottom: .5em;
	font-weight: bold;
}

#comment-form .required:after {
	content: " *";
	color: #C00;
}

/* 表单样式 */
#comments .submit-area {
	border: 1px solid #EEE;
}

#comments input[type="text"],
#comments input[type="email"],
#comments input[type="url"],
#comments textarea {
	padding: 5px;
	border: 1px solid #E9E9E9;
	width: 100%;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#comments textarea {
	resize: vertical;
}

#comments .text {
	display: block;
	width: 100%;
	max-height: 40px;
	padding: 16px;
	resize: vertical;
	max-width: 100%;
	font-size: 14px;
	line-height: 1.6;
	background-color: #fff;
	color: #333;
	border: none;
	border-bottom: 1px solid #EEE;
	transition: 0.25s;
	font-family: Monaco, Consolas, "Lucida Console", "Courier New", monospace;
}

#comments .textarea {
	display: block;
	width: 100%;
	min-height: 150px;
	max-height: 500px;
	padding: 16px;
	resize: vertical;
	max-width: 100%;
	font-size: 14px;
	line-height: 1.6;
	background-color: #fff;
	color: #333;
	border: none;
	transition: 0.25s;
	font-family: Monaco, Consolas, "Lucida Console", "Courier New", monospace;
}

#comments .submit {
	display: block;
	width: 100%;
	color: #333;
	background: #fff;
	padding: 8px;
	transition: 0.25s;
	border: none;
	border-top: 1px solid #EEE;
	font-size: 14px;
	cursor: pointer;
}

#comments .submit:hover {
	background: #EEE;
}

#comments .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

/* ========================================
   评论区内容样式
   ======================================== */
.comment-content {
	font-size: 15px;
	line-height: 1.8em;
	word-wrap: break-word;
}

.comment-content a {
	color: #369;
	border-bottom: 1px solid #369;
}

.comment-content img {
	max-width: 100%;
	border-radius: 5px;
	margin: 10px 0;
}
