body, input, textarea, select {
  color: #000;
  background: none;
}
#header{
   height: auto;
}
h1#logo {
font-size:1.2em;
height:auto;
overflow: auto;
position: static;
width:auto;
}
a:link, a:visited, a:hover, a:active{
   text-decoration: none;
   color: black !important;
   background: transparent;
}
#banner, ul.primary-links, ul.secondary-links,
#header-region, #header p, .sidebar, #logo span, .breadcrumb, .terms, .links.inline, #footer, .read-more {
  display: none;
}

body.sidebar-left #content, body.sidebar-right #content, body.sidebars #content {
  margin: 1em 0;
  width: 100%;
  padding: 0;
}
#c-wrapper,
body.sidebar-left #c-wrapper,
body.sidebar-right #c-wrapper,
#content{
   float: none;
   margin: 1em 0;
   padding: 0;
   width: auto;
}

