.header {
  font-family: "Raleway", Helvetica, Arial, sans-serif
}

a {
  color: #3b8bba;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:visited {
  color: #265778;
}

.small-print {
  font-size: 0.8em;
  margin: 0.6em;
}

.post-meta {
  font-size: 90%;
}

article > footer {
  text-align: right;
}

.prev-next-post {
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.prev-next-post .prev {
  float: left;
  text-align: left;
  overflow: hidden;
}

.prev-next-post .next {
  float: right;
  text-align: right;
  overflow: hidden;
}

#menu .brand {
  font-family: Raleway;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.1em;
  text-transform: none;
  background: transparent;
  text-decoration: none;
  margin: 0.5em 0;
}

#menu .pure-menu {
  font-size: 0.9em;
}

i {
  display: inline-block;
  margin-right: 0.2em;
}

.pagination {
  text-align: center;
  margin-top: 3em;
}

.pagination a {
  color: #265778;
}

blockquote {
    padding-left: 10px;
    border-left: 2px solid #999999;
    font-size: 0.9em;
}

.content {
    max-width: 700px;
}

article {
    margin-bottom: 100px;
}

figcaption h4, p.wp-caption-text {
    margin-top: 2px;
    font-weight: normal;
    color: #5E5E5F;
    font-size: .9em;
    text-align: center;
}

figure {
    margin: 1em 10px;
}
figure img {
    width: 100%;
}

div.wp-caption img {
    width: 100%;
}

p a {
    text-decoration: underline;
}

