body {
  font-family: Verdana, "Bitstream Vera Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: small;
  width: 810px;
  margin: 20px auto 0 auto;
}
h1 { 
  font-family: "Trebuchet MS", Georgia, serif;
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-top: 0;
}
.trailer {
  padding-bottom: 10px;
  border-bottom: 1px #999 solid;
}
h2 {
  font-family: Verdana, sans-serif;
  font-size: small;
  text-transform: uppercase;
  background: #eee;
  padding-left: 5px;
  margin-top: 25pt;
  margin-bottom: 25pt;
  line-height: 200%;
}
h2 a:link, h2 a:visited {
  color: #000;
  text-decoration: none;
}
h2 a:hover, h2 a:active { 
  text-decoration: underline;
}
h3 { 
  font-variant: small-caps;
  font-size: large;
}
h4 { 
  font-size: small;
}
.date { 
  font-family: Verdana, sans-serif;
  color: #666;
  margin-bottom: 10px;
  text-align: right;
  border-bottom: 1px #999 solid;
}
#content { 
  width: 550px;
  float: left;           
  text-align: left;
  line-height: 175%;
  margin: 0 0 5px 12px;
}
#links { 
  float: left;
  margin: 30px 0 20px 40px;
  width: 190px;
  line-height: 200%;
}
#links ul { 
  margin: 0;
  list-style-type: none;
  padding: 0;
}
#links .head { 
  font-variant: small-caps;
  font-weight: bold;
  margin: 10px 0;
}
#links a img {
  vertical-align: middle;
}
#topposts .ten { 
  background-color: #eee;
  float: left;
  padding-right: 1px;
}
#topposts a {
  margin-left: 34px;
  display: block;
  width: 200px;
}
#me { 
  border: 2px solid #000;
  padding: 16px;
  margin-top: 36px;
}
#bottom { 
  float: left;
  clear: left;
  width: 930px;
  padding-bottom: 5pt;
  border-top: 1px #999 solid;
}
img {
  border: 0;
}
code.php, pre {
  font-family: Monaco, ProFont, "Bitstream Vera Sans Mono", "Andale Mono", Courier, monospace;
  line-height: 200%;
  font-size: 11px;
}
.hl-main { 
  background-color: white;
}
.hl-gutter {
  text-align: right;
  width: 4ex;
  padding-right: 6px;
  background-color: #999999;
  color: #fff;
}
.hl-table {
  font-family: courier;
  font-size: small;
  border: solid 1px lightgrey;
  line-height: 200%;
  vertical-align: top;
}
blockquote { 
  border-left:1px solid #999;
  margin-left:20px;
  padding-left:10px;
}
.line {
  clear: both;
  border-bottom: 1px solid #999;
  margin: 15px 0;
}
