/*
 * Highly influenced by http://asciidoctor.org (MIT) and the default
 * Jekyll theme
 */
body {
  font-family: Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

header {
  margin-top: 2.5em;
  text-align: center;
  border-bottom: 1px solid #ddddd8;
  margin-bottom: 1.5em;
}

header h1 {
  font-size: 1.7em;
}

header nav a {
  display: inline-block;
  margin-bottom: 0.5em;
}

ul, ol {
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: inside decimal;
}

code {
  background-color: #f8f8f8;
}

pre {
  overflow-x: auto;
}

a,
a:visited,
a:hover {
  border-bottom: 1px solid #ddddd8;
  font-size: 16px;
  text-decoration: none;
  color: #ba3925;
}

.external-link,
.external-link:visited,
.external-link:hover {
  border-bottom: 0;
  color: #424242;
}

.item-link {
  line-height: 1.5;
}

.item {
  margin-bottom: 15px;
}

.item-header {
  margin-bottom: 30px;
}

.item-date {
  font-size: 14px;
  color: #828282;
}

.item-title {
  letter-spacing: -1px;
  line-height: 1;
  font-size: 42px;
  margin-bottom: 15px;
}

.item-content img {
  width: 100%;
}

.site-title {
  color: #424242;
  margin: 0;
}

* {
  clear: left;
}

@media screen and (max-width: 800px) {
  .item-title {
    font-size: 36px;
  }

  .content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
