.blog-archive-entry {
	background: #fafafa;
	font-size: 13px;
	padding: 3px 3px 3px 7px;
	border: 1px solid #eee;
	border-radius: 3px;
	margin-bottom: 15px;
}
.blog-archive-entry .view-info {
	padding: 1px 0 0 0;
	margin: 0;
}
.blog-archive-entry .view-all {
	float: right;
	font-size: 11px;
}

.is-comment-error {
	background: #fff1f1 !important;
	border-color: #f1a8a8 !important;
}

.comments {
	padding: 5px;
}

.no-comments-heading {
	margin: 20px 0 0 0;

	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: #888;
}
.comments-heading {
	font-weight: normal;
	margin: 25px 0 10px 0;
}

.comment-thumbnail {
	border-radius: 3px;
}

.leave-comment {
	margin-bottom: 15px;
}
.comment-area {
	border: 2px solid #ddd;
	border-radius: 3px;
}
.comment-area textarea {
	width: 100%;
	height: 70px;
	padding: 5px 7px;
	
	border: 0;
	
	font-size: 13px;
	resize: none;
}
.comment-area__footer {
	padding: 2px;

	background: #eee;

	border-top: 1px solid #ddd;
}
.comment-area__submit {
	float: right;
	padding: 7px 22px 8px 22px;
}
.comment-area__commentuser {
	padding-right: 2px;
	overflow: hidden;
}
.comment-area__commentuser input {
	width: 100%;
	padding: 5px 6px 6px 6px;
	
	border: 1px solid #ccc;
	border-radius: 3px;
	
	background: #fff;
	font-size: 13px;
	
   	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
       -moz-box-sizing: border-box; /* Firefox, other Gecko */
    		box-sizing: border-box; /* Opera/IE 8+ */
}
.comment-area__newsign {
	display: inline-block;
	padding: 6px 8px;
}

.the-comment {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.the-comment:last-child {
	border: 0;
}
.the-comment:hover .the-comment__delete {
	display: inline-block;
}
.the-comment__delete {
	display: none;
	float: right;
}
.the-comment__delete:hover {
	text-decoration: none;
}
.the-comment__delete .wgr-icon {
	color: #D4463D;
	font-size: 14px;
}
.the-comment__header {
	font-size: 12px;
	padding: 1px 0 3px 0;
}
.the-comment__message {
	font-size: 13px;
}
.the-comment__author {
	font-weight: bold;
}
.the-comment__timestamp {
	color: #555;
}
.the-comment__separator {
	color: #aaa;
	display: inline-block;
	padding: 0 3px;
}

.the-comment__canceldelete {
	display: none;
	padding-bottom: 15px;
	margin-bottom: 15px;

	border-bottom: 1px solid #eee;

	font-size: 11px;
}

img {
	max-width: 100%;
}

.blog-post {
	margin-bottom: 20px;
}
.blog-post img {
	height: auto !important;
}

.blog-post__thumbnail {
	margin-bottom: 10px;
}
.blog-post__title {
	color: #000;
}
.blog-post__title:hover {
	text-decoration: none;
}
.blog-post__link {
	float: right;
}
.blog-post__link .wgr-icon {
	vertical-align: middle;
}

.blog-post__body {
	margin-bottom: 20px;
}

.blog-post__footer {
	border: 1px solid transparent;
	border-top-color: #ddd;
	border-bottom-color: #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
