/*
 * =Global
 */

 /* =Global
-------------------------------------------------------------- */
#comments ol {
	float: left;
	list-style-type: none;
	margin: 0;
	width: 60%;
}
#comments ul {
	list-style-type: none;
	margin-left: 4em;
}
h2.comments-title,
.comment-form-comment label,
#reply-title {
	color: #232323;
	display: block;
	margin: 0 0 .4em 0;
}
h2.comments-title,
.comment-form-comment label {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	font-family: arial;
}
h2.comments-title {
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	background: #E6E6E6;
	height: 28px;
}
h2.comments-title span {
	display: inline-block;
	background-color: white;
	padding: 8px;
	margin: 0 0 0 1em;
	top: -8px;
	position: absolute;
	border-top: 2px solid #CCC;
	border-left: 2px solid #CCC;
	border-right: 2px solid #CCC;
}
#reply-title {
	font-size: 24px;
	font-size: 2.4rem;
}
li.comment > .comment {
	border-bottom: 1px solid #ccc;
	margin: 0 0 1em 0;
	padding: 1em;
}
.comment-author .fn,
.comment-meta,
.comment-content {
	max-width: 90%;
}
.fn {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 4px 0;
	font-style: normal;
	font-family: arial;
}
.says {
	display: none;
}
.comment-meta {
	display: block;
	margin: 0 0 1em 0;
}
.comment-meta a > time {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: arial;
}
.comment-content {
	line-height: 1.4em;
}
li.comment > .comment .avatar {
	border: 1px solid #ccc;
	height: 60px;
	padding: 1px;
	width: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
}
li.comment > #respond {
	position: absolute;
	top: 0;
	right: -398px;
	width: 378px;
}
.comment-reply-link {

}
li.bypostauthor > .comment {
	
}
li.bypostauthor > .comment .avatar {
	
}
textarea#comment {
	border-radius: 0;
	width: 100%;
}
.form-allowed-tags,
.comment-form-url {
	display: none;
}

#respond {
	float: right;
	margin: 1em 0 0 0;
	width: 38%;
}

#comments .reply button {
	border: none;
	background: none;
	box-shadow: none;
	cursor: default;
	padding: 0;
	text-shadow: none;
}
#comments .reply .comment-reply-link,
#comments .reply .safe-comments-report-link a {
	border: 1px solid #CCC;
	border-color: #CCC #CCC #BBB #CCC;
	border-radius: 3px;
	background: #E6E6E6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: #0069AA;
	padding: 8px;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	text-transform: capitalize;
}