.site {
  background-color: #F2F2DA;
}
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type=submit], .bypostauthor cite span {
  background: #F2F2DA; 
}
.menu-toggle:hover, .menu-toggle:focus, button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, article.post-password-required input[type=submit]:hover {
  background: #D9D9C3;
}
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th, .entry-header .entry-title {
  font-weight:300;
}
h1.site-title {
  font-size:2rem; 
}
.site-header h1 a:hover, .site-header h2 a:hover {
  color: #9f9f9f;
}
#secondary .widget-title {
  font-size: 1.1em;
  border-bottom: 1px solid;
  margin-bottom:1em;
}
.entry-content h3, .comment-content h3 {
  font-size: 18px;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p, .widget-area .widget p {
  margin-bottom:1em;
}
.entry-content h1, .comment-content h1, .entry-content h2, .comment-content h2, 
.entry-content h3, .comment-content h3, .entry-content h4, .comment-content h4, 
.entry-content h5, .comment-content h5, .entry-content h6, .comment-content h6 {
  margin-bottom:1em;
  color:#7F7F72;
}
.widget-area .widget {
  margin-bottom:2em;
}
a, .widget-area .widget a, a:visited, .widget-area .widget a:visited {
  color: #7F7F59;
}
a:hover, .widget-area .widget a:hover {
  color: #9f9f9f; 
}
.entry-content td, .comment-content td, #secondary .widget-title, .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
  border-color: #D9D9C3;
}
.main-navigation ul.nav-menu li a {
  font-size: 1rem;
}
#secondary aside#text-2 * {
  font-style: italic;
  font-size: .8em;
  color: #7F7F72;
}
input#s {
  background-color: #F2F2DA;
}
.entry-content li, .comment-content li, .mu_register li {
  margin-left: 18px;
}


/* -------------------- media queries -------------------- */
@media screen and (min-width: 600px){
.main-navigation li ul li a {
  background: #D9D9C3;
}
.main-navigation li ul li a:hover {
  background: #E2E2CC;
  color:#000;
}
.site {
  border-radius: 3px;
}
}