body {
  background-color: #999;

  /* work around opera/ie bugs */
  margin: 0;
  padding: 0;
  font-face: georgia, verdana, arial, sans-serif;
  font-size: 100.01%;
}

/* div { border: 1px dashed black; }*/

table {
  font-size: 1em;
}

/* The actual content of the page, not menus or anything */

#content {
  /* 220 = 200 + 10 + 10 for links div */  
  /*
     position: relative
     margin-left: 10px;
     margin-right: 220px;
     margin-bottom: 10px;
     */
  position: absolute;
  top: 5em;
  left: 10px;
  right: 220px;
}

/*
 *  Banner stuff
 */
#banner {
  font-family: georgia, verdana, arial, sans-serif;
  font-size: 150%;

  margin: 0px;
  height: 3em;
}

#banner a {
  text-decoration: none;
  color: #000;
}

#banner h1 {
  padding: 10px;
  margin: 0px;
}


/* blog entries */

/* the blog itself */
.blog {
  background-color: white;
  margin: 10px;
}

/* blog title */
.title {
  margin-top: 2px;
  margin-bottom: 0px;
  float: left;
}

/* blog category */
.category {
  float: right;
  margin-top: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
  padding-right: 4px;
  background: #990000;
  color: #fff;
  letter-spacing: .2em;
}

/* blog body text */
.blogbody p {
    clear: both;
}

/* header that introduces comments */
.comments-head {
  font-size: 110%;
  font-weight: bold;
  padding: 10px;
  margin-top: 20px;
  background-color: white;
}

/* a single comment */
.comment {
  background: white;
  padding: 10px;
  margin-top: 20px;
}


#content a, #container a {
  text-decoration: none;
  color: #990000;
}

#content a:hover {
  color: #cc3333;
}

#content h2 {
  margin-top: 0;
  margin-bottom: 0;
  
  border-bottom: 1px solid black;
}

.floater {
  position: absolute;
 bottom: 0px;
  right: 0px;
  background: blue;
  z-index: 100;
}

#links {
  position: absolute;
  top: 5em;
  right: 0px;
  margin-right: 10px;
  width: 200px;
}

#links .sidetitle,
#links .side {
  text-align: center;
  background-color: #ffffff;
}

#links .side {
  margin-bottom: 10px;
}

#links .sidetitle {
  padding: 5px;
  background-color: #990000;
  color: #ffffff;
  letter-spacing: .2em;
  text-transform: lowercase;
  font-family: georgia, times, serif;
  font-size: 110%;
}

#links a {
  text-decoration: none;
  color: #990000;
}

#links a:hover {
  color: #cc3333;
}

#links ul {
  list-style: none;
  padding: 0px;
  text-align: center;
  margin: 0px;
}

#links .syndicate,
#links .powered {
  text-align: center;
  padding: 3px;
  background-color: #ffffff;
}

.blogbody {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

pre.code {
  background: #cccccc;
  border: 1px solid #666666;
  padding: 10px;
  overflow: auto;
}

.quote {
  background: #cccccc;
  border: 1px solid #666666;
  margin-left: 20px;
  padding: 10px;
}

#content .date {
  padding: 5px;
}

#content .posted {
  
}

#menu {
  text-align: center;
}