.post-nav {
  margin-bottom: 2em;
}
.post-nav a {
  font-weight: normal;
  font-size: 12px;
}
.post-nav .prev {
  float: left;
}
.post-nav .next {
  float: right;
}
.post {
  margin: 1em 0 3em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #aaa;
}
.single-post {
  border-bottom: none;
}

#content .post h2 {
  font-size: 19px;
  color: #101c3f;
  margin: 0;
}

#content .post a {
  color: #101c3f;
}

#content .post .post-date {
  text-transform: uppercase;
  color: #aaa;
  font-size: 13px;
}

.post-body {
  margin-top: 2em;
}
.post-body .wp-caption-text {
  margin: 4px 0 2em 0;
  text-align: center;
}

#sidebar-col {
  text-align: left;
  font-size: 14px;
}
#sidebar-col a {
  font-weight: normal;
}
#sidebar-col a:hover {
  text-decoration: underline !important;
}
#sidebar-col h3 {
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
#sidebar-col {
  padding-top: 15px;
}
#sidebar-col ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
}
#sidebar-col ul li {
  margin-left: 8px;
}