body {
  font: 12pt/1.85 "Open Sans", "Lucida Grande", Helvetica, sans;
  color: black;
  background-color: white; }

a,
a:visited {
  color: black; }

hr {
  background-color: grey; }

.hide {
  display: none; }

/* -------------------------------- Hide all the meta stuff */
span.category,
div#respond,
div#information,
ul#menu-navigation,
ul#topnavigation,
a#hamburger,
div#navigationwrapper,
aside#comments {
  display: none; }

/* -------------------------------- The rest */
.placeholder {
  text-align: center;
  font-size: 0.7em; }
  .placeholder h1 a,
  .placeholder h1 a:visited {
    display: block;
    font-family: "Raleway", Helvetica, sans;
    font-size: 2.9em;
    font-weight: 100;
    text-decoration: none;
    text-transform: lowercase;
    color: #000;
    line-height: 1.5em;
    margin-bottom: 0.1em; }

footer {
  text-align: center; }

.placeholder {
  border-bottom: 1px solid grey;
  margin-bottom: 1em;
  padding-bottom: 1em; }

article h2 {
  text-align: center;
  font: 2.4em/1.2 "Roboto Slab", Helvetica, sans; }

article span.post-meta {
  display: block;
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 0.65; }

article p,
article img,
article div,
article blockquote {
  margin: 1em 0 1em 0; }
