body { 
  font-size: 16px;
  background-color: #fff; 
  font-family: "Hoefler Text", "Palatino Linotype", "Book Antiqua", Georgia, serif; 
}

#header {
  position: relative; 
  margin: 0 auto;
  text-align: center;
  line-height: 20px;
  width: 532px;
  padding-bottom: 9px;
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
}

#header h1 { margin-bottom: 10px; }

div.entry, div.comments {
  position: relative; 
  margin: 0 auto;
  width: 512px; 
}

div.comments  { padding-bottom: 20px; }


#footer {
  border-top: 1px solid #666;
  text-align: center;
  line-height: 20px;
  width: 532px;
  font-size: 12px;
  margin: 0 auto;
  padding-top: 20px;
}

h1,h2,h3,h4 { line-height: 40px; }
h1 { font-size: 32px; font-weight: bold; }
h2,h3 { font-size: 20px; }
h3 { font-variant: small-caps; letter-spacing: 1px; }
h3 a[name] { color: inherit; }
h4 { font-size: 16px; font-style: italic; line-height:20px;  }
h4 a[name] { color: inherit; }
p { font-size: 16px; line-height: 20px; }

a, a:link, a:visited { color: #226; text-decoration: none; }
a:hover { color: #226; text-decoration: none; }

.medium { font-size: 14px; }

#tweet, #twitter {
  position: relative;
  margin: 0 auto;
  width: 512px;
  text-align: left;
}

/* Twitter feed */
.tweet { background: #fff; }
.username { color: #ccc; }
.tweet img { float: left; padding-right: 10px; }
.text .username a { color: #333; }
.time {  position:relative; color: #666; font-size: 10px;}

pre, code, tt, .gist, .gist-file, .gist .line {
  font-size: 13px;
  font-family: Consolas, Inconsolata, Monoaco, monospace;
  line-height: 16px;
}


