body {
  background-color: white;
  color: black;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, arial, "sans-serif";
  font-size: 14px; }

.wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: left; }

a {
  color: #c31c1c;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

p {
  line-height: 23px;
  text-align: justify;
  margin: 20px 0; }

pre {
  background-color: #232323;
  border: 1px solid black;
  padding: 10px;
  margin: 20px 0 30px;
  overflow: auto;
  margin: 20px 0; }

pre code {
  font-family: 'Droid Sans Mono', 'Monaco', 'Courier New', 'Terminal', monospace;
  font-size: 13px;
  color: #e6e0db; }

span.code {
  font-family: 'Droid Sans Mono', 'Monaco', 'Courier New', 'Terminal', monospace;
  background-color: #F8F8F8;
  border: 1px solid #DCDCDC;
  color: #9E9E9E;
  padding: 0;
  font-size: 12px; }

.article {
  margin: 0 0 40px; }
  .article h1 {
    font-family: "Helvetica Neue", Helvetica, arial, serif;
    font-size: 26px; }
    .article h1.title {
      margin: 5px 0; }
      .article h1.title a {
        color: black;
        text-decoration: underline; }
  .article h2 {
    font-size: 22px; }
  .article .published {
    font-family: 'Courier New', 'Terminal', monospace;
    margin: 0 0 15px 0;
    font-weight: bold; }

#disqus_thread {
  margin: 0 0 40px; }

#main {
  margin: 0;
  padding: 0; }

#header {
  padding: 20px 0 0;
  height: 80px; }
  #header h1 {
    font-family: 'Copse', Helvetica, arial, serif;
    font-size: 28px; }

#footer {
  clear: both;
  background-color: black;
  color: #e6e0db;
  padding: 20px 0; }
  #footer .wrapper {
    text-align: right; }
  #footer a {
    color: #e6e0db;
    text-decoration: underline;
    font-weight: normal; }
  #footer a:hover {
    color: #c31c1c; }
  #footer ul {
    margin: 0;
    padding: 0 0 0 5px;
    display: inline; }
  #footer li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none; }
  #footer li:after {
    content: " | ";
    color: #dbdadb; }
  #footer li:last-child:after {
    content: ""; }

.clearfix {
  clear: both; }

a img {
  border: 0; }

code span.comment {
  color: #bc9458;
  font-style: italic; }
code span.string {
  color: #a5c261; }
code span.symbol {
  color: #6d9cbe; }
code span.keywords {
  color: #cc7833; }

code.html span {
  color: #ffc66d; }
  code.html span.tag {
    color: #ffc66d; }
  code.html span.attribute {
    color: #ffc66d; }
  code.html span.string {
    color: #a5c261; }
