body {
  background-color: #f6f6f6;
}
.post .thumb-content h2 a {
  color: #333;
}
.post-date, .post-details, .post-details a {color: #bebebe;}

/* FOOTER */
#footer {
  background-color: #333;
  color: #efefef;
}
#footer h3, #footer h4, #footer p, #footer a, #footer abbr {
  color: #efefef;
}
#footer a {
  text-decoration: underline;
}
#footer dl dd {
  margin-bottom: .3rem;
}
#footer hr {
  border-color: #444;
}