
/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;	padding-bottom: 1.375rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #777;
	font-size: 12px;	font-size: 0.75rem;
	line-height: 2;
	margin-top: 22px;	margin-top: 1.375rem;
}


/* Author profiles for Blog
---------------------------------------*/
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #777;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}

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

.comments-title {
	margin-bottom: 48px;	margin-bottom: 3.428571429rem;
	font-size: 16px;	font-size: 1rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;	font-size: 0.9375rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;	font-size: 0.75rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;	padding: 0.428571429rem 0.75rem;
	font-size: 12px;	font-size: 0.75rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background: -moz-linear-gradient(top, #009cee, #0088d0);	background: -ms-linear-gradient(top, #009cee, #0088d0);	background: -webkit-linear-gradient(top, #009cee, #0088d0);	background: -o-linear-gradient(top, #009cee, #0088d0);	background: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;	margin-left: 0.357142857rem;
	padding: 2px 5px;	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;	font-size: 0.625rem;
}
a.comment-reply-link {
	font-size: 13px;	font-size: 0.8125rem;
	line-height: 1.846153846;
	color: #686868;
}
a.comment-reply-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;	margin-bottom: 1.714285714rem;
}
.commentlist .children {
	margin-left: 48px;	margin-left: 3.428571429rem;
}

/* Comment form */
#respond {
	margin-top: 48px;	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;	font-size: 1rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;	margin-left: 0.625rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.75rem;
}
#respond form {
	margin: 24px 0;	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;	margin: 0.6875rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;	-webkit-box-sizing: border-box;
	box-sizing: border-box; *behavior: url(https://houxhandyman.com/scripts/boxsizing.htc);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.625rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;	font-size: 0.75rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
label ~ span.required {
	display: block;
	float: left;
	margin: -18px 0 0 -16px;	margin: -1.285714286rem 0 0 -1rem;
}