.mh-header-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
	display: none;
}

.mh-site-logo {
    padding: 5px;
    overflow: hidden;
}

.mh-header-tagline {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	color: #FFFFFF;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.mh-loop-meta {
	margin-top: 5px;
	display: none;
}

.mh-container {
	width: 95%;
	//background-color: #960000;
}

.mh-header {
	background-image: url(http://www.madameexport.com/wp-content/uploads/logo-mondo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #960000;
}

.entry-meta {
    margin-top: 10px;
    margin-top: 0.625rem;
    padding: 5px 10px;
    border-top: 1px dotted #ebebeb;
    border-bottom: 1px dotted #ebebeb;
	display: none;
}
.mh-meta, .mh-meta a {
    color: #979797;
	display: none;
}