body {
  font: 400 21px/1.5 Lato, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.site-header {
  border-top: 0px solid #767676;
  border-bottom: 0px solid #767676;
  min-height: 56px;
  position: relative; }

h1.site-title-header {
  margin: auto;
  width: 100%;
  text-align: center;
  padding-top: 20px; }

a.site-main-title {
  color: #5e6eba;
  text-decoration: none;
  font-size: 50px;
  letter-spacing: -1px;
  margin: auto;
  width: 100%; }
  a.site-main-title:visited {
    text-decoration: none;
    color: #3d4b8e; }
  a.site-main-title:hover {
    color: #3d4b8e;
    text-decoration: none; }

/**
 * Links
 */
a {
  color: #5e6eba;
  text-decoration: none; }
  a:visited {
    color: #3d4b8e; }
  a:hover {
    color: #767676;
    text-decoration: underline; }

h2.site-subtitle {
  font-size: 1.1em;
  text-align: center;
  margin: auto;
  padding: 10px;
  width: 90%; }

ul.main-navigation {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center; }

ul.main-navigation li {
  display: inline; }

ul.main-navigation li a {
  text-decoration: none;
  padding: .2em 1em; }

ul.main-navigation li a:hover {
  color: #fff;
  background-color: #1863a1; }

p {
  text-align: justify; }

img {
  margin: 0 auto;
  display: block; }

.left {
  text-align: left;
  float: left;
  width: 350px;
  padding: 0px; }

.right {
  text-align: right;
  float: right;
  width: 350px;
  padding: 0px; }

/*
 * Pagination styles
 */
.pagination {
  padding-top: 40px;
  text-align: center; }

.previous {
  padding-right: 20px; }

.next {
  padding-left: 20px; }

.disabled {
  color: #d8d8d8; }

.post-meta {
  font-size: 21px;
  color: #767676; }

.post-list-item {
  padding-top: 10px; }

.post-header {
  padding-top: 20px; }
