  #header {
    background-image: url(/background.gif);
    height: 203px;
    width: 100%;
    margin: 0 0 3em 0;
    color: white;
    font-family: Sans;
    font-variant: small-caps;
  }
  body { background-color: black; margin: 0; padding: 0; color:white;
    font-family: serif; font-size: 1.1em; }
  #header h1 { text-align: center; color: white; margin:0; padding: 60px 0 0 0;
    font-size: 2.5em; letter-spacing: -1px; }
  #header h2 { letter-spacing: 1px; font-size: 1em; text-align: center; }
  #feedicon { float:right; width: 64px; height: 64px;
    margin: 0 3em 1em 1em; clear:right; }
  #box { margin: 0 auto; width: 60em; }
  .entry .date { float: right; }
  .entry { border-bottom: 1px solid white; }
  .entry-text h1 { font-size: 1.3em; }
  .comment .date { float: right; }
  .comment { border-bottom: 1px solid white; }
  .comment-text h1 { font-size: 1.3em; }
  #feedicon img { border: 0; }
  #feedicon a { border-bottom: none; }
  a { text-decoration: none; color: #ccc; border-bottom: 2px solid #600; }
  h2 a { border-bottom: none; color: #fff }
  input.openid {
    background: url(/images/openid-inputicon.gif) no-repeat;
    background-color: #fff;
    background-position: 0 50%;
    padding-left: 18px;
  }

