@import url(https://fonts.googleapis.com/css?family=Raleway:700,400,300|Merriweather:300italic|Inconsolata);
body {
  font-family: "Raleway", "Lucida Sans", Georgia, Helvetica, sans-serif;
  background-color: #FFF;
  line-height: 1;
  font-size: 15px;
  color: #555; }

h1 {
  font-size: 1.7em; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 0.9em;
  background: #eee;
  padding: 5px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

a {
  color: #1994FF;
  text-decoration: none; }

a:hover {
  color: #78C0FF; }

a.softlink {
  color: #aaa;
  text-decoration: none; }

a.softlink:hover {
  color: #78C0FF; }

div#overallcolumn {
  margin: 50px auto;
  width: 800px; }

/* Header */
#logo {
  background: #FFF url(/imgs/logo.png) repeat-x 0 0/126px 52px;
  display: block;
  float: left;
  width: 126px;
  height: 52px;
  color: #999;
  text-indent: -2000px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #logo {
    background: #FFF url(/imgs/logo@2x.png) repeat-x 0 0/126px 52px; } }
div#header {
  margin: 0 0 15px;
  padding: 0 0 5px; }
  div#header ol {
    float: right;
    list-style: none;
    margin: 13px 0; }
  div#header ul {
    float: right;
    list-style: none;
    margin: 5px 0; }
  div#header li {
    float: left;
    margin-left: 20px; }

/* Post page */
a.ptitle {
  color: #555;
  font-weight: 500; }

div.post {
  margin: 90px 0 0;
  line-height: 1.9; }
  div.post h1 {
    margin: 1px 0;
    line-height: 1.2; }
  div.post h2 {
    margin-top: 50px;
    line-height: 1.2; }
  div.post h3 {
    margin-top: 30px;
    line-height: 1.2; }
  div.post table {
    width: 80%;
    margin: 45px auto;
    font-size: 0.9em;
    border-collapse: collapse;
    vertical-align: top;
    border: 1px solid darkgrey; }
    div.post table thead, div.post table th {
      background-color: #eee; }
    div.post table tr, div.post table td, div.post table th {
      vertical-align: top;
      border: 1px solid darkgrey;
      padding: 5px; }
    div.post table tr, div.post table td {
      background-color: #FDFDFD; }
  div.post p.date {
    font-family: Merriweather, Palatino, serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1em;
    color: #aaa;
    margin-top: 0;
    margin-bottom: 40px; }
  div.post p.comments {
    margin-top: 50px; }
  div.post p.share {
    text-align: right;
    margin-bottom: 20px; }
  div.post li {
    list-style: disc outside; }
  div.post object {
    display: block;
    margin: 10px auto;
    padding: 5px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #E3E7E8;
    background-color: #FEFFFF; }
  div.post img {
    display: block;
    margin: 30px auto; }
  div.post .imgcaption {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    font-size: 0.8em;
    font-weight: 700; }
  div.post code.inlinecode {
    font-family: Inconsolata, Consolas, "Courier New", monospace;
    border: 1px solid #E3E7E8;
    background-color: #FEFFFF;
    padding: 2px 4px;
    font-size: 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased; }
  div.post pre code {
    font-family: Inconsolata, Consolas, "Courier New", monospace;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    background-color: #FEFFFF;
    border: 1px solid #E3E7E8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0 5px 15px 5px;
    margin: 15px auto;
    font-size: 1em;
    line-height: 1.2; }

div#related {
  margin-top: 50px; }

.post-nav {
  margin-top: 50px;
  color: #1994FF;
  font-size: 0.8em; }
  .post-nav .previous-post {
    float: left;
    text-align: left;
    width: 50%; }
    .post-nav .previous-post i {
      margin-right: 5px; }
  .post-nav .next-post {
    float: right;
    text-align: right;
    width: 50%; }
    .post-nav .next-post i {
      margin-left: 5px; }

/* Archive pages */
div.archive {
  margin: 50px 0 0;
  line-height: 1.7; }
  div.archive ul {
    margin: 5px 0;
    list-style: none; }
  div.archive li {
    margin-left: -15px; }
  div.archive h1 {
    margin: 5px 0; }
    div.archive h1 a {
      color: #999;
      font-weight: bold;
      font-size: 1em; }
  div.archive h1.pagetitle {
    margin-bottom: 30px; }
  div.archive a {
    color: #555;
    text-decoration: none; }
  div.archive a:hover {
    color: #78C0FF; }
  div.archive .architem_title {
    margin-top: 15px;
    margin-bottom: 0; }
    div.archive .architem_title a {
      font-weight: bold;
      font-size: 1.2em; }
  div.archive .architem_date {
    float: right;
    color: #aaa; }
  div.archive .architem_desc {
    color: #aaa; }
  div.archive .architem_desc a {
    color: #aaa; }
  div.archive .architem_desc a:hover {
    color: #78C0FF; }
  div.archive .architem_group {
    color: #aaa; }
  div.archive table.archt {
    width: 100%;
    vertical-align: top;
    border: 0px; }
    div.archive table.archt div.archy {
      color: #aaa;
      font-size: 2em;
      font-weight: 300;
      margin-top: 40px;
      margin-bottom: 5px;
      line-height: 1em; }
    div.archive table.archt div.archy a {
      color: #aaa;
      font-weight: 300;
      line-height: 1em;
      font-size: 0.9em; }
    div.archive table.archt div.archy a:hover {
      color: #78C0FF;
      font-weight: 300;
      line-height: 1em;
      font-size: 0.9em; }
    div.archive table.archt .lnk {
      text-align: left; }
    div.archive table.archt .dat {
      color: #aaa;
      width: 25%;
      text-align: right;
      font-size: 0.9em; }

div.archive a.override {
  color: #1994FF;
  text-decoration: none; }

div.archive a.override:hover {
  color: #78C0FF; }

/* Footer */
div#desc {
  float: left;
  color: #999;
  margin-top: 70px;
  font-size: 0.8em;
  line-height: 50%; }

/* Other Stuff */
hr {
  clear: both;
  visibility: hidden; }

hr.line {
  border: 0;
  height: 1px;
  background: #ccc;
  visibility: visible; }

hr.cleft {
  clear: left; }

hr.cright {
  clear: right; }

/* Quote */
/* Normal */
div.post blockquote {
  display: block;
  border-left: 4px solid #1994FF;
  margin: 10px 20px;
  padding: 1px 10px;
  background: none;
  font-style: italic;
  line-height: 1.4 !important; }

/*
Add citation in markdown with:

<cite>
<span>His Book</span><br/>
Benjamin Franklin</cite>

*/
div.post cite {
  color: #999;
  display: block;
  font-size: .8em;
  margin-top: 30px;
  text-align: right;
  line-height: 1.2 !important; }
  div.post cite span {
    color: #aaa;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white; }

/* Classic style */
div.post blockquote.classic {
  border: 0;
  margin: 60px 70px;
  padding: 0;
  display: block;
  background: none;
  color: #555;
  font-family: Merriweather, Palatino, serif;
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.4 !important;
  position: relative;
  z-index: 600; }
  div.post blockquote.classic * {
    box-sizing: border-box; }
  div.post blockquote.classic p {
    line-height: 1.4 !important; }
  div.post blockquote.classic p:first-child:before {
    font-family: Georgia, serif;
    content: '\201C';
    color: #aaa;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -.2em;
    text-shadow: none;
    z-index: -300; }

/*
Add citation in markdown with:

<cite>
<span>His Book</span><br/>
Benjamin Franklin</cite>

*/
div.post cite.classic {
  font-family: Georgia, serif;
  color: #999;
  display: block;
  font-size: .6em;
  margin-top: 30px; }
  div.post cite.classic span {
    color: #aaa;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white; }

/* Newsletter */
div.post #mc_embed_signup {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #E3E7E8;
  background-color: #DDD;
  font-size: 0.9em; }
  div.post #mc_embed_signup form {
    padding: 10px 10px; }
  div.post #mc_embed_signup h3 {
    margin: 5px 0; }
  div.post #mc_embed_signup span {
    display: block;
    margin-bottom: 15px; }
  div.post #mc_embed_signup .email {
    display: inline;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 0 2% 10px 0;
    font-family: "Raleway", "Lucida Sans", Georgia, Helvetica, sans-serif;
    font-size: 1.1em; }
  div.post #mc_embed_signup .button {
    display: inline;
    background-color: #ffae00;
    min-width: 30px;
    width: 20%; }
