/* Enter Your Custom CSS Here */
/*.header-logo { float: left; }
.site-title{ float: right; clear: none; }
.site-description { clear: right; }*/
#header {
	background: #90a090;
	border-bottom: double 3px #aba;
	border-left: solid 1px #9a9;
	border-right: solid 1px #565;
	border-top: solid 1px #9a9;
	font: italic normal 230% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}
/* Transparent Post Background */

.hentry,
.page-header,
.page-content,
.entry-footer {
    background-color: transparent;
}

.hentry,
.page-header,
.page-content {
    background-color: rgba(245,245,245, 0.8);
}

/* Posts CSS */
.blog .inside-article, 
.archive .inside-article,
.single .inside-article,
.sidebar .widget, 
.comments-area {
    border: 1px solid rgba(232, 234, 237, 1);
    box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}
/* Post css */
.entry-title.mh-posts-list-title {
	margin-bottom: 1em;
	border-bottom: 1px solid #000000;
	padding-bottom: 1em;
}

.entry-title footer[role="contentinfo"] {
    border-top: none;
}