body {
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 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: 20px;
  text-align: justify; }

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

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

.article {
  margin: 0 0 40px; }
  .article h1 {
    font-size: 26px; }
    .article h1.title {
      margin: 5px 0; }
      .article h1.title a {
        color: #000;
        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;
  background: url('/images/ruby_art_and_all_things.png') right top no-repeat; }
  #header h2 {
    font-size: 22px; }

#footer {
  clear: both;
  background-color: #000;
  color: #e6e0db;
  padding: 20px 0; }
  #footer .wrapper {
    text-align: right; }
  #footer #railsconf {
    margin-top: 20px; }
  #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; }
