body{ 
  background-image: none;
  background-color: #fff;
  color: #333;
 }
a{
  color: #457575;
 }
p,h1,h2,h3,h4,h5,h6{ 
  color: #333;
}
h1{
  font-size: 24px;
}
h2{
  font-size: 22px;
}
h3{
  font-size: 20px;
}
h4{
  font-size: 18px;
}
h5{
  font-size: 16px;
}
h6{
  font-size: 14px;
}

aside,#footer-wrap,nav,#utility  ul,#social,#skip, #header #search{ 
  display: none;
}

#header{
  display: block;
}
.dark #content-wrap{ 
  background-color: #fff;
}
#content{ 
  background-color: #fff;
  color: #333;
  width: 100%;
}
.logo.ir{
  text-indent: 0;
  width: 300px;
  height: 50px;
  font-size: 136%;
  font-weight: bold;
  text-decoration: none;
}

#header-img h3, #header-img h4{
  display: none;
}
#header-img{
  margin-bottom: 15px;
}
#content .title a{
  display: none;
}