body {
  background: #fff;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", georgia, Garamond, times, serif;
  font-size: 121%;
  color: #000;
  margin: 10px;
  text-rendering: optimizeLegibility;
}
.nows {
  margin: 0;
  padding: 0;
}
a,
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #555;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #aaa;
}
hr {
  height: 1px;
  background-color: #000;
  border: 0;
  clear: both;
}
.nav-left {
  float: left;
  line-height: 150%;
  font-family: "Helvetica Neue Light", "HelveticaNeue-light", "HelveticaNeue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: lighter;
  padding-bottom: 16px;
  white-space: nowrap;
}
.nav-right {
  float: right;
  line-height: 150%;
  font-family: "Helvetica Neue Light", "HelveticaNeue-light", "HelveticaNeue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: lighter;
  padding-bottom: 16px;
  white-space: nowrap;
}
.wrapper {
  margin: 0 auto;
  max-width: 760px;
  min-width: 320px;
}
#wrapper {
  margin: 0 auto;
  max-width: 760px;
  min-width: 320px;
}
#post-list {
  font-size: 115%;
  margin: 0 auto;
}
#post-list .year {
  color: #aaa;
  font-size: 140%;
}
#post-list .month {
  color: #777;
  font-size: 125%;
}
#post-list .day {
  float: left;
  clear: both;
  text-align: center;
  width: 64px;
}
#post-list .index-post-title {
  padding-left: 64px;
  word-wrap: break-word;
}
#header {
  font-family: "Helvetica Neue Light", "HelveticaNeue-light", "HelveticaNeue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: lighter;
  text-align: center;
  font-size: 120%;
}
#header #projects {
  font-size: 50%;
}
#header #projects a {
  white-space: nowrap;
}
#header a#home-link {
  color: #000;
}
#header a#home-link span.background {
  color: #ddd;
}
#header a#home-link:hover span.background {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue Light", "HelveticaNeue-light", "HelveticaNeue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: lighter;
  margin: 48px 0 16px 0;
}
.post-header {
  font-family: "Helvetica Neue Light", "HelveticaNeue-light", "HelveticaNeue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: lighter;
}
.post-header .post-title {
  margin-top: 0.75em;
  font-size: 1.9em;
}
.post-header .post-title a:visited {
  color: #000;
}
.post-header .post-title a:hover {
  text-decoration: none;
}
.post-header .post-date {
  line-height: 150%;
  text-align: right;
  width: 100%;
}
.post {
  line-height: 145%;
  padding-bottom: 1em;
}
.post sup {
  line-height: 100%;
  margin-left: 1px;
}
.post img {
  max-width: 100%;
}
.post a,
.post a:link {
  text-decoration: underline;
}
.post table {
  border-collapse: collapse;
  border-spacing: 0;
}
.post table th,
.post table td {
  border: 1px solid black;
  padding: 4px;
}
.post blockquote {
  border-left: 4px solid #ddd;
  padding-left: 8px;
}
div.row {
  margin: 0;
  padding: 0;
  max-width: 760px;
  min-width: 320px;
}
div.col {
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
  display: inline-block;
  vertical-align: top;
}
div.col.w1 {
  width: 120px;
}
div.col.w2 {
  width: 240px;
}
div.col.w3 {
  width: 360px;
}
div.col.w4 {
  width: 480px;
}
div.col.w5 {
  width: 600px;
}
div.col.w6 {
  width: 720px;
}
.fixed-font {
  font-family: Menlo, "Deja Vu Sans Mono", Consolas, monospace;
}
.highlight {
  -webkit-overflow-scrolling: touch;
}
figure.highlight {
  margin: 0;
  padding: 0;
}
pre {
  line-height: 120%;
  padding: 0.5em;
  overflow: auto;
}
code {
  font-size: 82%;
  font-family: Menlo, "Deja Vu Sans Mono", Consolas, monospace;
}
#invert-colors {
  font-family: Menlo, "Deja Vu Sans Mono", Consolas, monospace;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  font-size: 50%;
  margin: 0 auto;
  max-width: 320px;
  opacity: 0.2;
  padding: 4px 0;
  text-align: center;
}
#invert-colors:hover {
  opacity: 1.0;
}
.image-border {
  left: -64px;
  border: 32px #111 solid;
}
#gallery-list {
  text-align: center;
  background-color: #222;
  margin: 16px -10px 0 -10px;
  min-width: 320px;
  color: #555;
}
#gallery-list a,
#gallery-list a:link {
  color: #aaa;
  text-decoration: none;
}
#gallery-list a:visited {
  color: #777;
}
#gallery-list a:active {
  color: #fff;
}
.gallery-index {
  display: inline-block;
  text-align: center;
  min-width: 300px;
  min-height: 300px;
  padding: 0;
  padding-bottom: 128px;
  max-width: 100%;
}
@media (max-width: 770px) {
  .gallery-index img {
    max-width: 100%;
  }
}
@media (min-width: 770px) {
  .gallery-index {
    margin: 32px;
    margin-bottom: 0;
  }
  .gallery-index img {
    max-height: 400px;
    max-width: 400px;
    left: -64px;
    border: 32px #111 solid;
  }
}
.gallery {
  text-align: center;
  background-color: #222;
  margin: 16px -10px 0 -10px;
  min-width: 320px;
  color: #555;
}
.gallery a,
.gallery a:link {
  color: #aaa;
  text-decoration: none;
}
.gallery a:visited {
  color: #777;
}
.gallery a:active {
  color: #fff;
}
.gallery .gallery-image-wrapper {
  display: inline-block;
  padding: 0;
  position: relative;
  max-width: 100%;
  height: 400px;
}
@media (max-width: 770px) {
  .gallery .gallery-image-wrapper {
    width: 100%;
  }
}
@media (min-width: 770px) {
  .gallery .gallery-image-wrapper {
    margin: 64px;
    width: 400px;
  }
}
.gallery .gallery-image {
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 770px) {
  .gallery .gallery-image {
    left: -64px;
    border: 32px #111 solid;
  }
}
.gallery .disclaimer-cc-by-sa {
  font-size: 50%;
  padding: 16px;
}
