/* general look & feel */
body {
  padding: 0px;
  margin: 0px;
  background-color: #222;
  line-height: 1.4;
  font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #666666; }

a {
  margin: 0 -2px;
  padding: 0 2px;
  font-weight: bold;
  text-decoration: none;
  color: #A31; }
  a:hover {
    background-color: wheat;
    text-decoration: none; }
  a:visited {
    color: #C55;
    text-decoration: none;
    font-weight: normal; }

img {
  border: 1px solid #CCC; }

strong {
  color: #555; }

/* main specific elements */
#wrapper {
  position: relative;
  width: 650px;
  min-height: 400px;
  margin: 0 auto;
  padding: 0 25px 15px;
  background-color: #FFFFFF; }

.post {
  text-align: justify;
  margin-bottom: 40px; }
  .post .content {
    text-align: justify;
    border-bottom: 1px solid #bbb; }
    .post .content p {
      margin: 0 0 15px 0; }
    .post .content ol, .post .content ul {
      margin: 0 0 15px 30px;
      padding: 0; }
    .post .content li {
      margin: 0 0 5px 0; }
  .post .meta {
    font-size: 0.8em;
    color: #333;
    margin: 7px 0 15px; }
    .post .meta img {
      margin-right: 4px;
      vertical-align: top; }

.post:after {
  display: block;
  position: relative;
  top: 20px;
  height: 100px;
  width: 700px;
  margin-left: -25px;
  background-color: #222;
  content: '';
}

#archive {
  margin-bottom: 30px; }
  #archive li {
    list-style-type: none;
    margin: 7px 0 8px; }

#footer {
  font-size: 0.8em;
  margin: 0 0 -15px -25px;
  padding: 15px 25px 15px;
  background-color: black;
  color: white;
  width: 650px; }
  #footer .me {
    float: left;
    width: 65%; }
  #footer .me img {
    width: 90px;
    height: 120px;
    float: left;
    margin-right: 10px;}
  #footer .copyright {
    float: right;
    width: 30%;
    text-align: right; }
  #footer a {
    color: #999999; }
    #footer a:hover {
      color: #777; }

#birdeye {
  position: absolute;
  top: 0;
  right: 25px;
  margin: 0;
  list-style: none; }
  #birdeye li {
    display: inline;
    margin: 0 2px; }
    #birdeye li a {
      display: inline;
      padding: 2px 8px;
      height: auto;
      background-color: wheat;
      text-align: center;
      font-family: Helvetica;
      font-size: 0.8em;
      font-weight: normal;
      text-transform: lowercase;
      text-decoration: none; }
      #birdeye li a:visited {
        color: #A31; }

#about .post .meta, #about #archive, #about #footer {
  display: none;
}

#about .post {
  text-align: left;
}

#about .post img {
  float: left;
  margin: 0 10px;
}

/* headers */
h1 {
  margin: 0;
  padding: 15px 0 0;
  font-size: 2.75em;
  font-family: "Helvetica 65 Medium", Helvetica, sans-serif;
  color: #888; }
  h1 a, h1 a:hover, h1 a:visited {
    color: #A31;
    font-weight: normal; }

h2 {
  margin: 45px 0 5px 0;
  text-align: justify;
  font-size: 1.4em;
  color: #222; }
  h2 a, h2 a:hover, h2 a:visited {
    color: #222; }

h3 {
  margin: 30px 0 15px;
  text-align: justify;
  font-size: 1em;
  color: #000; }
  h3 a:visited {
    font-weight: bold; }

/* big blocks of, usually, code */
.gist {
  margin-top: 15px;
  font-size: 0.85em;
  text-align: left; }
  .gist .gist-file .gist-meta a {
    color: #336699; }

blockquote {
  padding: 0 0 0 15px;
  min-height: 60px;
  color: #000; }
  blockquote a {
    color: #999; }

pre, code {
  white-space: pre;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -pre-wrap;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
  padding: 6px;
  background-color: #F8F8FF;
  border: 1px solid #CCC;
  font-family: 'Bitstream Vera Sans Mono','Courier',monospace;
  font-size: 0.85em;
  color: #000; }
  p pre, li pre, p code, li code {
    border: none;
    padding: 2px 4px; }

/* my picture */
#footer img, #about.img {
  padding: 3px;
  border: 1px solid #999; }

.gravatar {
  float: right;
  margin-left: 10px;
  padding: 2px; }

.alignleft {
  float: left; }

/* clearfix */
#footer {
  zoom: 1; }

#footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
