body {
  font-family: "Georgia";
  font-size: 1.1em;
  line-height: 1.5em;
}

.site-title {
    color: #007766;
}

a,
a:link,
a:visited,
a:hover {
    color: #007766;
}

pre {
    background: none;
    font-family: "Ubuntu Mono", "Monospace", "Courier New";
    font-size: 0.9rem;
    padding-left: 0!important;
    padding-right: 0!important;
    line-height: 1rem;
}

@media (min-width: 840px) {
    section, .navbar {
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 768px) {
    .media-right {
        display: none;
    }
    body {
        font-size: .8em;
    }
    pre {
        font-size: .6rem;
    }
}

#content-section {
    padding-top: 1.4rem;
}

.post-row-title {
    font-family: arial, helvetica, sans-serif;
}

p {
  margin: .4em 0;
}

ul, ol {
  margin: 0 0;
}

a,
a:link,
a:active {
  color: #007766;
}
a:hover {
  color: #009988;
}

blockquote {
  border-left: 8px solid #ddd;
  margin-left: 0;
  padding-left: 1.2em;
  font-style: italic;
}

.share-page-wrapper {
  width: 100%;
  padding: 0 auto 0 0;
}

.share-page {
  border-top: 1px dotted#999;
  width: auto;
  padding: 2px 7px 0 7px;
  margin-right: auto;
  font-size: .8em;
  color: #999;
  margin-bottom: 1em;
}
.share-page a,
.share-page a:link,
.share-page a:active,
.share-page a:visited {
  color: #999;
  text-decoration: none;
}

.share-page a:hover {
  color: #007766;
}

.post-row-title {
  font-size: 1.4em;
  letter-spacing: -.02em;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: none;
  margin-bottom: .2rem;
}

.post-row-readmore {
    float: right;
}
.post-row-readmore a,
.post-row-readmore a:link,
.post-row-readmore a:visited {
  text-decoration: none;
}

span.post-row-date {
  color: #777;
}

.post-row-thumb {
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.25);
}
.post-row-thumb:hover {
    box-shadow: 0 0 7px 1px rgba(0, 128, 128, 0.5);
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:active {
  color: #6a9;
}

.post-date {
  font-size: .9rem;
  color: #777;
}

.navbar a,
.navbar a:link,
.navbar a:visited,
.navbar a:active {
  text-decoration: none;
  color: #007766;
  border-bottom: 2px solid white;
  border-top: 2px solid white;
}
.navbar a:hover {
  color: #009988;
  background: none;
  border-bottom: 2px solid #009988;
}
.navbar a.site-title,
.navbar a.site-title:link,
.navbar a.site-title:visited,
.navbar a.site-title:active {
  border: none;
}
.navbar a.site-title:hover {
  border: none;
}

.MarkupPagerNav {
  padding: 0;
  margin: 1em 0;
}
.MarkupPagerNav li {
  display: inline;
}
.MarkupPagerNav li a {
  padding: 8px 12px;
  border: 1px solid #ccc;
  text-decoration: none;
}
.MarkupPagerNav li a:hover {
  border: 1px solid #007700;
}

.align_right {
    float: right;
    margin-left: 1rem;
}
.align_left {
    float: left;
    margin-right: 1rem;
}
