@charset "UTF-8";
html, body {
  margin: 0;
  text-align: center;
  font-family: Equity-Text;
  font-size: 24px;
  background-color: #f8f8f8;
  line-height: 1.4; }

header, .body, footer {
  margin: 0 auto; }

.body {
  padding-bottom: 100px; }
  .body img {
    max-width: 680px; }

header {
  margin-top: 36px; }
  header img {
    width: 50px;
    margin-top: 18px; }
  header h1, header p {
    margin: 0 0 0 72px;
    line-height: 1; }
  header h1 {
    padding-top: 36px;
    font-family: "Concourse-T3";
    font-size: 400%; }
  header p {
    color: #333;
    padding-top: 2ex;
    font-size: 115%; }

.siteDescription {
  text-transform: lowercase; }

.siteAuthor {
  font-size: 100%; }

.rss {
  font-size: 100%; }
  .rss a {
    color: #800000; }

header, .body {
  width: 680px;
  margin: 20px auto;
  text-align: left; }

footer {
  width: 680px;
  clear: both; }

h1 {
  font-size: 150%; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

ol.posts {
  list-style-type: none; }
  ol.posts > li {
    padding: 36px 36px 0 36px; }
    ol.posts > li .tags {
      border-bottom: 1px solid #ddd;
      padding-bottom: 36px; }
    ol.posts > li:last-child .tags {
      border-bottom: none; }

.title {
  display: block;
  font-family: "Concourse-T6";
  font-size: 200%; }

.description {
  padding: 1ex 0;
  font-size: 90%;
  color: #777; }

.description, .title, .tags {
  margin-left: 136px; }

.tags {
  list-style-type: none;
  padding-top: 0.5ex;
  font-family: "Concourse-C4";
  font-size: 50%;
  text-transform: uppercase;
  color: #777; }
  .tags li {
    display: inline-block;
    padding-right: 1em; }
    .tags li:last-child {
      padding-right: 0; }

.categories {
  list-style-type: none; }
  .categories li:before {
    content: "/"; }

.dateline {
  display: block;
  text-align: right;
  width: 100px;
  padding: 0 36px 0 0;
  float: left; }
  .dateline .day {
    display: block;
    color: #800000;
    font-size: 200%;
    font-family: "Concourse-T6"; }
  .dateline .month, .dateline .year {
    color: #777; }
  .dateline .month {
    display: block;
    font-size: 75%; }
  .dateline .year {
    display: block;
    font-size: 75%; }

.post h1 {
  font-size: 200%;
  font-family: "Concourse-T6";
  line-height: 1;
  padding: 1em 0 0.25em 0; }
  .post h1 small {
    display: block;
    clear: both;
    font-size: 50%;
    color: #777; }
.post h2 {
  font-size: 150%;
  font-family: "Concourse-T6";
  padding: 1em 0 0.25em 0; }
.post h3 {
  padding: 1em 0 0.25em 0; }
.post p {
  padding: 0.5em 0;
  hyphens: auto; }
.post p, .post li {
  text-align: justify; }
.post > p:last-child {
  padding-bottom: 200px; }
.post h1 + p, .post h2 + p, .post h3 + p, .post h4 + p, .post h5 + p, .post hr + p {
  text-indent: 0; }
.post .signature {
  color: #444;
  font-size: 70%;
  text-align: right; }
.post ol, .post ul, .post dl {
  margin-left: 3em; }
  .post ol p, .post ul p, .post dl p {
    text-indent: 0; }
  .post ol li, .post ul li, .post dl li {
    padding: 0.5em 0.5em 0.5em 0; }
    .post ol li p, .post ul li p, .post dl li p {
      padding-top: 0;
      padding-bottom: 0; }
.post a {
  color: #800000; }
.post a[href]:after {
  content: " ➲"; }
.post hr {
  border: none;
  text-align: center;
  height: auto; }
  .post hr:before {
    content: "·  ·  ·"; }

pre {
  margin-left: 24px;
  margin-right: 24px;
  font-size: 16px !important;
  padding: 1em; }

blockquote {
  font-size: 85%;
  margin-left: 2em;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  background: #fdfdfd; }
  blockquote p:first-child {
    text-indent: 0; }

blockquote + blockquote {
  margin-top: 1.5rem; }

div.footnotes {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 1em; }
  div.footnotes ol {
    margin: 0;
    padding: 0.5em;
    list-style: decimal inside none; }
    div.footnotes ol li {
      font-size: 75%; }

sup {
  position: relative;
  top: -0.5em;
  font-size: 80%; }

ins {
  text-decoration: underline;
  color: green;
  background: none; }

del {
  text-decoration: line-through;
  color: red;
  background: none; }

.hash {
  font-size: 70%; }

table td, table th {
  padding: 0.5rem; }
table td:first-child, table th:first-child {
  padding-left: 0; }
table td:last-child, table th:last-child {
  padding-right: 0; }

mark {
  font-weight: normal;
  font-style: normal; }

h1.tag {
  position: relative;
  font-size: 200%;
  font-family: "Concourse-T6";
  line-height: 1;
  padding-top: 1em;
  padding-bottom: 0.25em;
  padding-left: 172px; }
  h1.tag:before {
    content: "Series";
    color: #800000;
    display: block;
    text-align: right;
    width: 136px;
    left: 0;
    position: absolute; }
