.node-image {
  margin: 20px 0;
}

.node-title,
.node-title a {
  color: #21486A;
  font-size: 28px;
  padding-right: 20px;
  text-decoration: none;
}

.meta {
  font-style: oblique;
}

.node-more a {
  background: url(../images/chevron-lg.png) no-repeat right center;
  padding-right: 20px;
}

.post-navigator {
  margin: 0;
  padding: 0;
}

.post-navigator li {
  list-style: none;
}

.post-navigator .prev {
  float: left;
}

.post-navigator .next {
  float: right;
}

.post-navigator a {
  background: #999;
  color: white;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}