body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

body {
  font: 1em/1.52947 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: black;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern'; }

h1, h2, h3, h4, h5, h6,
p, pre,
ul, ol, dl, figure {
  margin-bottom: 15px; }

blockquote {
  color: #888;
  font-size: 1.1em;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 1em; }
  blockquote > :last-child {
    margin-bottom: 0; }

img {
  max-width: 100%;
  vertical-align: middle; }

figure > img {
  display: block; }

figcaption {
  font-size: 0.875em; }

ul, ol {
  list-style-type: none; }

a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: black;
    text-decoration: underline; }

pre,
code {
  font-family: "SF Mono", "Menlo", monospace;
  font-size: 0.9em;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background-color: #fdfdfd; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

section.content > .wrapper > * {
  padding: 2em; }
section.content > .wrapper > ul.post-list {
  line-height: 1.7em; }
  section.content > .wrapper > ul.post-list > li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    section.content > .wrapper > ul.post-list > li > span {
      text-align: right;
      padding-right: 1em;
      width: 15%;
      min-width: 80px;
      display: inline-block; }

.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

.wrapper:after, .spacer:after, article > header:after {
  content: "";
  display: table;
  clear: both; }

.site-header .nav-text, .site-footer .nav-text {
  width: 100%;
  font-weight: 200;
  text-align: right;
  display: block;
  color: #888; }
.site-header a, .site-header a:visited, .site-header a:hover, .site-footer a, .site-footer a:visited, .site-footer a:hover {
  color: #888;
  text-decoration: none; }

.site-header .nav-text {
  border-bottom: 1px solid #eeeeee;
  margin: 30px auto 0 auto; }

.site-footer .nav-text {
  border-top: 1px solid #eeeeee;
  margin: 0 auto 30px auto;
  font-size: 80%; }
  .site-footer .nav-text a {
    display: inline-block;
    margin-left: 5px; }

.spacer {
  margin: 15px auto; }

article {
  padding: 2em; }
  article > * {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto; }
  article > header > h1 {
    font-family: system-headline, -apple-system-headline, BlinkMacSystemHeadlineFont, "Helvetica Neue", "Lucida Grande";
    font-size: 2em;
    line-height: 1;
    margin-bottom: 0; }
  article > header > h3 {
    color: #888;
    font-weight: 400; }
  article > footer {
    font-size: 0.9em;
    padding: 1em;
    color: #888; }
