/*
Theme Name:     miriam
Description:    
Author:         admin
Template:       twentytwelve

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../twentytwelve/style.css");

/* =Main content and comment content
-------------------------------------------------------------- */
label {
  cursor: pointer;
}
#menu-toggle {   display: none; /* hide the checkbox */
}

	#menu { display: none;}
	#toggle-switch {display: block; }
#menu-toggle:checked + #menu {display: block; }

/********************************/

/* Minimum width of 700 pixels. */
@media screen and (min-width: 700px) {
	
	#menu { display: block;}
	#toggle-switch {display: none; }
	
#menu-toggle:checked + #menu {display: block; }
}

/***********************************/

.entry-meta {
	clear: both;
	display: none;
}
body {
	color: #663300;

	font-family: "Orator Std";
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.header-image {
    margin-top: 0;
	
}
 img.header-image{
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.site{background-color: #FcFcFc;
	}
body.custom-font-enabled {
	font-family: "Orator Std";
}
.site-header {
    	padding: 0;
    	padding-top: 24px;
}
.site-header h1 {
   
    line-height: 1em;
	text-align: center;
	
}
.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	}
	.entry-content{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	}
	.main-navigation {
	margin-left: -40px;
	margin-right: -40px;
	padding: 0;
	border: 0;
	/*background: #F6CEEC;*/
	}
	.nav-menu {
	padding-left: 10px;
	}
	.nav-menu li{
	padding-left: 10px;
	}
	.nav-menu li a{
	/*font-size: 14px;*/
	font-weight: bold;
	color: black;
	}
	.archive-title {
	font-size: 22px;
	font-size: 1.571428571rem;
	text-transform: none;
	font-weight: normal;
	}

	#listing-container{
	margin-left: 5px;
	/*background: #F6CEEC;*/
	}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {

    border-bottom: 0px solid #EDEDED;
    border-top: 0px solid #EDEDED;
    display: inline-block !important;
    text-align: left;
    width: auto;
}
	
