body {
   background: white;
   font-size: 12pt;
   font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
   }
.menu-header,
#sidebar,
.menu-footer,
.post_utilities_line {
   display: none;
   }
#wrapper, #footer-wrapper, #content, #footer {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   border: none;
   }
div#header,
div#footer {
   margin-left: 10%;
   }
div#footer {
   font-size: 0.8em;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 0px solid #c4bab9;
   border: none;
   margin-bottom: 30px;
   }
#header img.logo {
	position: relative;
	left: 0px;
	top: 0px;
	}
#header h1,
#header h2,
#site-title,
.home h2 {
	font-size: 0;
	text-indent: -1000px;
	display:none;
	height: 0px;
	}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content .post_utilities_line a:link:after, #content .post_utilities_line a:visited:after,
#content #breadcrumb-bar a:link:after, #content #breadcrumb-bar a:visited:after {
   display: none;
   }