body {
  background-color: white;
  color: #3d3d3d;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 100%;
  line-height: 1.125em;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  height: 100%;
  padding: 0;
  margin: 0; }

h2 {
  font-size: 1.5em;
  margin: 0 0 20px 0; }

h3 {
  clear: both;
  font-size: 1.25em;
  margin: 0 0 5px 0; }

h4 {
  clear: both;
  font-size: 1.15em;
  margin: 0 0 5px 0; }

p {
  clear: both;
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 0 0 15px 0; }
  p a {
    text-decoration: none; }

p.image {
  text-align: center; }

a:link, a:visited, a:active {
  color: #1850b1; }

a:hover {
  color: #1850b1;
  text-decoration: underline; }

blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.25em;
  line-height: normal;
  color: #838383;
  margin: 0 0 20px 0;
  padding-left: 20px; }

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

pre, code {
  font-family: "Monaco", "Inconsolata", "Lucida Sanss Typewriter", "Courier New", "Terminal", monospace;
  font-size: 12px;
  color: #e6e0db;
  overflow: auto; }

ol {
  list-style: decimal;
  list-style-position: outside;
  margin: 0 15px 15px 35px; }
  ol li {
    margin: 0 0 5px 0; }

ul {
  list-style: disc;
  list-style-position: outside;
  margin: 0 15px 15px 35px; }
  ul li {
    margin: 0 0 5px 0; }

#menu-wrapper {
  clear: both;
  text-align: left; }

#menu {
  margin: 0 auto;
  width: auto; }
  #menu ul {
    background: #eee;
    margin: 15px 10px 5px 0;
    border: 1px solid #aaa;
    border-left: 0; }
    #menu ul li {
      display: inline;
      font-family: Georgia;
      font-size: 0.5em;
      font-weight: bold;
      line-height: 1.75em;
      border-left: 1px solid #aaa;
      padding: 5px 10px 5px 10px;
      margin: 0; }
      #menu ul li a {
        color: #888;
        text-decoration: none; }
      #menu ul li a:hover {
        color: #000; }

#header {
  margin: 20px 0 10px 0;
  padding: 10px 0 0;
  width: 100%;
  float: left; }

#header-wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 580px;
  font-family: Georgia;
  font-size: 1.5em; }

#header-img {
  background: url("/images/header.png") no-repeat;
  margin: 0 auto 15px;
  text-indent: -5000px;
  height: 84px;
  width: 382px; }

#main {
  clear: both;
  margin: 0 auto;
  padding: 0;
  width: 580px; }

#about div {
  margin: 0;
  padding: 0 0 30px 0; }
#about strong {
  font-weight: bold; }
#about ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 10px 0 0 20px; }
#about li {
  margin-bottom: 5px; }

#four-oh-four {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 364px;
  height: 448px;
  margin-top: -(448px / 2);
  margin-left: -(364px / 2); }

.highlight {
  background-color: #fffeb6;
  color: #222222;
  padding: 0 4px;
  line-height: normal; }

.update {
  background-color: #e9e9e9;
  padding: 20px; }
  .update p {
    font-size: 0.875em;
    line-height: 1.125em;
    margin: 0; }

code span.comment {
  color: #666666;
  font-style: italic; }
code span.string {
  color: #ff830f; }
code span.brackets {
  color: black; }
code span.symbol {
  color: #6d9cbe; }
code span.keywords {
  color: #5588dd;
  font-weight: bold; }
code span.classes {
  color: #ff0cce; }
code span.instancevars {
  color: #ffe30f; }
code span.vars {
  color: #ffe30f; }

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

#archive {
  font-size: 0.8em;
  margin: 30px 0 30px 0;
  overflow: hidden; }
  #archive div {
    margin: 0 0 30px 0; }
    #archive div h3 {
      border-bottom: dashed 1px #cccccc;
      font-size: 1.3em;
      padding: 0 0 5px 0;
      margin: 0 0 10px 0; }
  #archive .title {
    clear: none;
    font-size: 1.1em;
    font-weight: bold; }
    #archive .title a {
      text-decoration: none; }
    #archive .title a:hover {
      text-decoration: underline; }
  #archive .published {
    background-color: #ededed;
    border-right: 2px solid #cccccc;
    clear: left;
    color: #7aaa41;
    float: left;
    margin: 0 20px 0 0;
    padding: 5px 0 5px 10px;
    text-align: left;
    width: 90px; }
  #archive li {
    margin-bottom: 6px;
    overflow: hidden;
    padding: 0 0 2px 0; }

.article {
  margin: 0 0 40px 0; }
  .article .title {
    font-size: 1.5em;
    margin: 0 0 -20px 0;
    padding: 2px 0 0 0;
    line-height: normal; }
    .article .title a {
      color: #4444aa;
      text-decoration: none; }
    .article .title a:hover {
      color: black;
      text-decoration: none; }
  .article .published {
    color: #6666bb;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    text-align: right; }
  .article .tags {
    text-align: right;
    color: #aaaaaa;
    font-size: 0.6em;
    font-weight: normal;
    margin-top: -22px;
    margin-bottom: 0px; }

.banner {
  margin: 10px 15px 20px 15px; }
  .banner div.image {
    overflow: hidden;
    border: 3px solid #cccccc; }
    .banner div.image img {
      position: relative; }
  .banner .credit {
    color: #aaaaaa;
    font-size: 10px;
    float: right;
    top: -15px; }

.sep {
  border-bottom: 1px solid white;
  margin: 0px 50px 25px 50px; }

#disqus_thread {
  border-top: solid 1px #cccccc; }
  #disqus_thread .dsq-by {
    display: none; }
  #disqus_thread .dsq-auth-header {
    float: left;
    font-size: 1.2em;
    width: 300px !important; }
  #disqus_thread #dsq-authenticated {
    clear: both; }

#footer {
  display: none;
  clear: both;
  font-size: 0.875em;
  width: 562px;
  margin: 0 auto 30px auto;
  overflow: hidden; }
  #footer a {
    color: white; }
  #footer #consume {
    background-color: #252525;
    color: white;
    margin: 0 0 5px;
    padding: 15px; }

#copyright {
  color: #999999;
  font-size: 0.875em;
  margin: 0 auto;
  text-align: center; }

