/* Typography */
body {
  font-family: "Linux Libertine", "Georgia", serif;
  font-size: 14pt;
  -moz-font-feature-settings: "ccmp", "pnum";
  -webkit-font-feature-settings: "ccmp", "pnum";
  line-height: 1.3; }

h1 {
  font-family: "Linux Biolinum", "Trebuchet", "Verdana", sans-serif;
  font-size: 16pt;
  font-weight: normal;
  margin-top: nil;
  margin-bottom: 1em;
  border-bottom: solid 1px black; }

h2 {
  font-family: "Linux Biolinum", "Trebuchet", "Verdana", sans-serif;
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 0; }

h3 {
  font-family: "Linux Biolinum", "Trebuchet", "Verdana", sans-serif;
  font-size: 14pt;
  font-weight: normal;
  margin-bottom: 0; }

article {
  /* -moz-hyphens: auto; */
  /* -ms-hyphens: auto; */
  /* -webkit-hyphens: auto; */ }

p, ul, ol {
  margin-top: 0; }

address {
  margin-bottom: 1em;
  padding-left: 2em; }

blockquote, q {
  font-style: italic; }

pre, code, var, tt {
  font-family: "SourceCodePro", monospace;
  font-size: 12pt;
  -moz-font-feature-settings: normal;
  -webkit-font-feature-settings: normal; }

pre {
  margin-left: 1em; }
  pre code {
    background-color: none;
    overflow-x: scroll; }

div.gist-file {
  font-size: 12pt; }

img {
  border: none; }

a:link {
  color: #4040EE; }
a:visited {
  color: #70538B; }
a:active {
  color: #EE4040; }
a.footnoteRef:link, a.footnoteRef:visited {
  color: black;
  text-decoration: none; }
a.footnoteRef:active, a.footnoteRef:hover {
  text-decoration: underline; }

abbr {
  font-size: 13pt;
  border: none; }

.footnotes {
  font-size: 12pt; }

/* layout */
body {
  max-width: 1024px;
  margin: 1em auto 0 auto;
  padding-top: 0; }

header {
  margin: 0;
  float: left;
  border-right: solid 1px black;
  padding-right: 14pt;
  width: 162.66667px;
  text-align: right; }

.main {
  margin-left: 200px;
  max-width: 624px; }

footer {
  border-top: solid 1px black;
  text-align: center;
  padding-bottom: 1ex;
  padding-top: 1ex;
  font-style: italic;
  font-size: 10pt;
  color: #666666;
  clear: both;
  margin: 1ex 200px 0 200px; }

/* Header layout */
header h1 {
  border: none;
  margin-top: 0; }
  header h1 a:link, header h1 a:visited {
    color: black;
    text-decoration: none; }
  header h1 a:hover, header h1 a:active {
    text-decoration: underline; }
header a:hover {
  color: #2E3436; }
header nav.sections {
  font-family: "Linux Biolinum", "Trebuchet", "Verdana", sans-serif;
  font-size: 14pt; }
  header nav.sections li {
    list-style: none; }
    header nav.sections li.current a {
      color: black;
      text-decoration: none; }
    header nav.sections li.current a:hover {
      text-decoration: underline; }

/* Sidebar Layout */
.badge-right {
  float: right;
  padding-left: 14pt;
  width: 181.33333px; }
  @media all and (min-width: 1024px) {
    .badge-right {
      margin-right: 0px; } }
  @media (max-width: 1024px) {
    .badge-right {
      display: none; } }

/* Indexes */
.index > h1 {
  margin-bottom: 0.5em; }
.index article {
  margin-top: 1em; }
  .index article h1 {
    font-size: 14pt;
    font-weight: bold;
    border-bottom: none; }
    .index article h1 a:link, .index article h1 a:visited {
      color: black;
      text-decoration: none; }
    .index article h1 a:hover, .index article h1 a:active {
      text-decoration: underline; }
.index .othernav {
  margin-top: 1em;
  text-align: center;
  font-style: italic; }
.index .readmore {
  font-style: italic;
  text-align: right; }

.essay-index li .date, .archive li .date {
  font-style: italic;
  font-size: 0.8;
  color: #666666; }

/* Article Layout */
.meta {
  font-style: italic;
  font-size: 0.8;
  padding-left: 1em;
  color: #666666; }

figure img {
  width: 100%; }
figure figcaption {
  font-style: italic;
  text-align: center; }

h1 + .meta, body .meta:first-child {
  margin-top: -1ex;
  margin-bottom: 1ex; }

.announce {
  padding-left: 1em;
  padding-right: 1em;
  font-style: italic; }

/*# sourceMappingURL=master.css.map */
