#comments {
	margin-top: 40px;
}
#comments-header {
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #06c;
	border-top-left-radius: 8px;
	color: #eee;
}
h4#comments-header-title {
	display: inline-block;
	float: left;
	margin-top: 8px;
	margin-bottom: 0;
	color: #eee;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
}
#comments-header-message {
	display: inline-block;
	width: 600px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 3em; /* center text vertically */
	white-space: nowrap;
	overflow: hidden;
}
#comments-header-reply {
	display: inline-block;
	float: right;
	padding-top: 9px;
	font-size: 12px;
	text-transform: none;
	text-align: right;
}
#comments-header-reply a {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #bcd;
	border-radius: 3px;
	color: #000;
	text-decoration: none;
}
#comments-header-reply a:hover {
	background-color: #69c;
}
#comments-wrap {
	background-color: #eee;
}
#comments-wrap a {
	color: #06c; /* reverse of standard */
}
#comments-wrap a:visited {
	color: #69c; /* reverse of standard */
}
#comments-wrap a.url:visited  {
	color: #06c; /* keep author links more visible even if visited */
}
ol#comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#comment-list ul { /* child comments */
	margin: 0;
	padding: 0;
	list-style: none;
}
#comment-list > li.comment,
#comment-list > li.pingback {
	position: relative;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 2px solid #222;
}
#comment-list > li.comment {
	padding-bottom: 20px;
}
#comment-list > li.pingback {
	padding-bottom: 10px;
}
#comment-list > li.bypostauthor {
	background-color: #bcd;
}
#comment-list .children li.comment {
	position: relative;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 60px;
	background-color: #ddd;
	border-left: 2px solid #999;
}
#comment-list .children > li.bypostauthor {
	background-color: #bcd;
}
.comment-meta {
	color: #666;
	font-size: 12px;
}
.comment-meta a {
	font-weight: bold;
}
#comment-list .avatar {
	position: absolute;
	top: 10px;
	right: 40px;
	border-radius: 3px;
}
#comment-list .children .avatar {
	right: 10px;
}
.comment-content,
.pingback p {
	font-size: 13px;
	color: #222;
	text-align: left;
}
.comment-content p,
.pingback p {
	margin-bottom: 0.75em;
}
.pingback p {
	font-style: italic;
}
.pingback a {
	font-style: normal;
}
.reply {
	padding-top: 5px;
}
a.comment-reply-link {
	display: inline-block;
	margin-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #ddd;
	border-radius: 3px;
	font-size: 12px;
	line-height: normal;
}
#comments-wrap a.comment-reply-link:visited {
	color: #06c;
}
a.comment-reply-link:hover {
	background-color: #69c;
	text-decoration: none;
}


#respond {
	position: relative;
	background-color: #222;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
}
#comment-list #respond { /* reply to comment thread (takes effect after javacript moves form below comment */
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
h5#reply-title {
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
	font-family: Candara, 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #ddd;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: normal;
	text-indent: 0;
	text-transform: none;
}
#reply-title a { /* cancel reply to comment thread */
	position: absolute;
	top: 0;
	right: 20px;
	color: #69c;
	font-size: 13px;
	font-weight: normal;
	text-transform: capitalize;
}
#comment-form .comment-form-comment {
	margin-top: 30px;
	margin-bottom: 0;
}
#comment-form .comment-form-comment label { /* comment label */
	display: block;
	max-width: 822px;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 14px;
	background-color: #ddd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #222;
	font-weight: bold;
}
/* personal info labels */
#comment-form .comment-form-author label,
#comment-form .comment-form-email label,
#comment-form .comment-form-url label {
	float: left;
	position: relative;
	width: 60px;
	height: 28px;
	padding-top: 7px;
	padding-left: 14px;
	background-color: #ddd;
	border-top-left-radius: 5px;
	color: #222;
	font-weight: bold;
}
/* perfonal info fields and comment field */
#comment-form input[type='text'],
#comment-form input[type='email'],
#comment-form input[type='url'],
#comment-form textarea {
	margin: 0;
    background-color: #eee;
    border: 4px solid #ddd;
    font-size: 14px;
}
#comment-form textarea { /* comment field */
	width: 100%;
    max-width: 822px;
    box-sizing: border-box;
	margin-bottom: 0;
    padding: 5px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    line-height: 1.35em;
}
#form-allowed-tags {
	margin-top: 0;
}
/* personal info fields */
#comment-form input[type='text'],
#comment-form input[type='email'],
#comment-form input[type='url'] {
	width: 100%;
	max-width: 300px;
	box-sizing: border-box;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#respond .comment-form-author {
	margin-top: 30px;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	position: absolute;
	top: 5px;
	color: #6b0505;
	font-size: 22px;
	font-weight: bold;
}
#comments-subscribe-selection { /* plugin: Subscribe to Comments Reloaded */
	max-width: 370px;
	margin-top: 30px;
	border-radius: 3px;
	border: 2px solid #555;
	text-align: center;
}
#respond p.form-submit {
	margin: 0;
}
#respond input#submit {
	width: 100%;
	max-width: 374px;
	height: 32px;
	margin-top: 4px;
	background-color: #555;
	border: none;
	border-radius: 3px;
	color: #ccc;
	font-size: 15px;
	letter-spacing: 0.1em;
	cursor: pointer;
	text-align: center;
}
#respond input#submit:hover {
	background: #69c;
}
