html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

body {
  font-family: "museo-sans-1", "museo-sans-2", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #111111; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

p {
  line-height: 1.5em; }

a {
  color: #aa0000;
  text-decoration: none; }
  a:hover {
    border-bottom: solid 2px #aa0000; }

.quiet {
  font-size: 50%;
  color: #666666; }

#root {
  text-align: center; }
  #root #topborder {
    top: 0;
    height: 14px;
    width: 100%;
    overflow: hidden; }
    #root #topborder div {
      height: 4px;
      background: #111111;
      box-shadow: 0px 0px 2px #111111;
      -webkit-box-shadow: 0px 0px 2px #111111;
      -moz-box-shadow: 0px 0px 2px #111111; }
  #root #header {
    width: 100%;
    position: relative;
    top: -10px; }
  #root #content {
    text-align: left;
    margin: 80px auto;
    width: 800px;
    z-order: 10; }

label {
  font-size: 14px;
  color: #cccccc;
  margin-right: 10px; }

#about {
  font-size: 22px;
  text-align: justify; }
  #about p {
    margin-bottom: 20px; }
  #about img#profile {
    padding: 10px;
    padding-bottom: 40px;
    margin-bottom: 60px;
    margin-left: -10px;
    box-shadow: 0px 1px 4px #666666;
    -webkit-box-shadow: 0px 1px 4px #666666;
    -moz-box-shadow: 0px 1px 4px #666666;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: white;
    width: 500px;
    height: 335px; }
  #about #links {
    margin: 100px 0; }
    #about #links a {
      margin-right: 10px;
      border: solid 1px;
      position: relative;
      font-size: 13px;
      font-weight: 500;
      border-radius: 25px;
      -moz-border-radius: 25px;
      -webkit-border-radius: 25px;
      box-shadow: 0px 1px 4px #666666;
      -webkit-box-shadow: 0px 1px 4px #666666;
      -moz-box-shadow: 0px 1px 4px #666666;
      text-shadow: 0 0 2px #666666;
      background: url(/images/button-fade.png) center -65px no-repeat;
      padding: 10px 0px;
      border: solid 1px; }
      #about #links a:active {
        top: 1px; }
      #about #links a span {
        padding-left: 35px;
        padding-right: 11px; }
      #about #links a.twitter {
        color: white;
        border-color: #0493e7;
        background-color: #36a8eb; }
        #about #links a.twitter span {
          background: transparent url(http://a1.twimg.com/a/1284571916/images/favicon.ico) 14px no-repeat; }
        #about #links a.twitter:hover {
          border-color: #36a8eb;
          background-color: #4eb2ed; }
      #about #links a.github {
        color: white;
        border-color: #444444;
        background-color: #696969; }
        #about #links a.github span {
          background: transparent url(http://github.com/favicon.ico) 14px no-repeat;
          background-size: 16px 16px; }
        #about #links a.github:hover {
          border-color: #696969;
          background-color: #7b7b7b; }
      #about #links a.blog {
        color: white;
        border-color: #aa0000;
        background-color: #bb3333; }
        #about #links a.blog span {
          background: transparent url(/images/blog.png) 14px no-repeat; }
        #about #links a.blog:hover {
          border-color: #bb3333;
          background-color: #c24c4c; }
      #about #links a.email {
        color: white;
        border-color: #00aa00;
        background-color: #33bb33; }
        #about #links a.email span {
          background: transparent url(/images/mail.png) 14px no-repeat; }
        #about #links a.email:hover {
          border-color: #33bb33;
          background-color: #4cc24c; }

#blog #menu {
  float: left;
  padding: 6px;
  padding-top: 2px;
  background: #111111;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  box-shadow: 0px 0px 2px #111111;
  -webkit-box-shadow: 0px 0px 2px #111111;
  -moz-box-shadow: 0px 0px 2px #111111; }
  #blog #menu a {
    font-size: 16px;
    color: #555555; }
    #blog #menu a:hover {
      color: #aa0000; }
    #blog #menu a.home {
      filter: "alpha(opacity=60)";
      opacity: 0.6;
      -moz-opacity: 0.6; }
      #blog #menu a.home img {
        width: 20px;
        height: 18px; }
      #blog #menu a.home:hover {
        border: 0;
        filter: "alpha(opacity=100)";
        opacity: 1;
        -moz-opacity: 1; }
#blog #ads {
  float: right;
  width: 133px;
  text-align: right;
  padding: 10px; }
  #blog #ads .ad {
    margin-bottom: 10px; }
    #blog #ads .ad.rss img {
      float: right;
      height: 25px;
      width: 25px;
      margin-left: 6px; }
    #blog #ads .ad.rss .subscribe {
      font-size: 12px; }
    #blog #ads .ad.rss .readers {
      font-size: 9px;
      color: #999999; }
  #blog #ads a {
    display: block;
    border: 0; }
    #blog #ads a:hover {
      filter: "alpha(opacity=80)";
      opacity: 0.8;
      -moz-opacity: 0.8; }
    #blog #ads a img {
      width: 133px; }
#blog .article {
  margin-bottom: 80px; }
  #blog .article .date {
    float: left;
    position: relative;
    font-size: 16px;
    margin-left: -90px;
    top: 5px;
    padding: 6px;
    width: 65px;
    color: #dd9999;
    text-align: center; }
  #blog .article .share {
    float: right;
    position: relative;
    top: 7px;
    margin-right: -120px; }
  #blog .article h1, #blog .article h2, #blog .article h3, #blog .article h4, #blog .article h5 {
    line-height: 1.3em; }
  #blog .article h1 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px; }
  #blog .article h2, #blog .article h3, #blog .article h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: normal; }
  #blog .article h2 {
    font-size: 26px; }
  #blog .article h3 {
    font-size: 22px; }
  #blog .article h4 {
    font-size: 20px; }
  #blog .article p {
    margin-bottom: 10px; }
  #blog .article pre, #blog .article code {
    font-family: "Andale Mono", "Lucida Console", monospace; }
  #blog .article pre {
    background-color: #111111;
    color: white;
    margin: 20px 0;
    padding: 10px;
    overflow-x: auto;
    overflow-y: none;
    line-height: 1.4em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 4px #666666;
    -webkit-box-shadow: 0px 1px 4px #666666;
    -moz-box-shadow: 0px 1px 4px #666666;
    font-size: 14px; }
  #blog .article li {
    padding: 6px 0;
    line-height: 1.2em; }
  #blog .article ul {
    list-style: square outside;
    margin: 10px 0;
    margin-left: 20px; }
  #blog .article ol {
    list-style: decimal outside;
    margin: 10px 0;
    margin-left: 44px; }
  #blog .article img {
    max-width: 500px;
    padding: 0 10px; }
  #blog .article blockquote {
    font-size: 16px;
    padding: 10px 40px;
    margin-bottom: 10px;
    border-top: dotted 1px #cccccc;
    border-bottom: dotted 1px #cccccc;
    background-color: #e7f7ff; }
  #blog .article label {
    color: inherit;
    margin: 0; }
  #blog .article #subscribe {
    margin: 30px 0;
    padding: 10px 0;
    border-top: solid 1px #eeeeee; }
    #blog .article #subscribe img {
      position: relative;
      top: 5px;
      padding: 0;
      height: 20px; }
    #blog .article #subscribe iframe {
      position: relative;
      top: 5px;
      padding: 0 4px; }
  #blog .article .footer {
    margin: 20px 0 10px 0; }
#blog #pager {
  border-top: 1px dotted #cccccc;
  padding: 20px 0; }

#home #content {
  width: 500px; }

#latest label {
  float: left;
  position: relative;
  top: 5px; }
#latest .content {
  margin-left: 60px; }
#latest h1 {
  line-height: 1.2em;
  font-size: 22px; }
  #latest h1 .date {
    font-size: 16px;
    color: #cccccc; }

#footer {
  text-align: right;
  font-size: 12px;
  color: #cccccc;
  margin: 10px; }
  #footer a {
    color: #999999;
    border-color: #999999; }

.qtip {
  font-size: 12px;
  line-height: 1.4em;
  filter: "alpha(opacity=90)";
  opacity: 0.9;
  -moz-opacity: 0.9; }
  .qtip p {
    margin: 6px 0; }

.clear {
  clear: both; }

#newsletter h1 {
  font-size: 250%; }
#newsletter h2 {
  font-size: 160%;
  line-height: 1.4em;
  color: #555555;
  margin: 10px 0; }
#newsletter h3 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 10px 0;
  font-size: 85%; }
#newsletter h1, #newsletter h2, #newsletter h3 {
  text-align: center; }
#newsletter form {
  font-size: 120%;
  margin: 20px auto;
  width: 300px; }
  #newsletter form label {
    color: #333333;
    width: 40px;
    display: inline-block; }
  #newsletter form input {
    font: inherit; }
  #newsletter form .actions {
    margin: 10px 0;
    margin-left: 56px; }
  #newsletter form .note {
    padding: 4px 0;
    font-size: 60%;
    color: #999999; }
#newsletter blockquote {
  margin: 20px 10px;
  color: #333333;
  font-style: italic; }
  #newsletter blockquote em {
    color: #666666;
    font-size: 85%; }

.sep {
  padding: 0 10px;
  color: #cccccc; }
