body {
  font-size: 13px;
  line-height: 1.6em;
}
body > footer { font-size: 12px; color: #808080; }
body > footer a { color: #808080; }
* { -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
a { color: #345; text-decoration: none; }
del { color: #999; }
h1 a, h2 a { color: inherit; }
h1, h2, h3, h4, h5 { font-weight: 700; }
h4, h5 { text-transform: uppercase; }
h4 { border-bottom: 1px solid #a9a9a9; color: #454345; }
header h2 { font-size: 2em; margin-top: 0; }
hr { border: 0; background-image: url(../imgs/hr.png); background-size: contain; background-repeat: repeat-x; height: 2px; }
blockquote { margin: 20px 0; opacity: 0.9; position: relative;  }
blockquote:before { content: "“"; display: block; position: absolute; margin-left: -34px; font-size: 80px; line-height: 70px; color: #d0d0d0; }

.categories h3 { text-transform: capitalize; }
.avatar { border-radius: 3px; margin: auto; display: block; margin: 10px auto 20px;  }
.pagination { text-align: center; }
.posts, .posts li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* helpers */

.inline { display: inline; }
.muted { color: #999; }
.invisible { visibility: hidden; }