article#home ul.post-list {
  padding-left: 0;
  margin-left: 0;
  list-style: none; }
  article#home ul.post-list .post-meta {
    font-size: 14px;
    color: #999;
    font-weight: 300; }
  article#home ul.post-list h2 {
    margin-top: 0;
    font-size: 1em;
    font-weight: 600; }
  article#home ul.post-list li {
    margin-bottom: 1.5em; }
  article#home ul.post-list li + li {
    padding-top: 1.5em;
    border-top: 1px solid #eee; }

nav .navbar-header {
  margin-bottom: 2em;
  margin-top: 22px; }
  nav .navbar-header a {
    color: #880000;
    font-size: 1.1em;
    text-decoration: none; }
nav .navbar-byline {
  margin-top: 35px;
  text-align: right;
  font-size: 12px;
  line-height: 1.1; }
  @media (max-width: 768px) {
    nav .navbar-byline {
      text-align: left;
      margin-top: -2.5em; } }
  nav .navbar-byline a {
    color: #777;
    text-decoration: none; }

nav.navbar a.navbar-brand, nav.navbar .nav.navbar-nav.navbar-right li a {
  text-transform: none;
  letter-spacing: 1px; }

.book-cover img {
  border: 1px solid #777;
  width: 200px; }

article figure figcaption {
  font-size: 15px; }
  article figure figcaption strong {
    font-weight: 600; }
