img {
  display: block;
}

a {
  color: #26B;
}

body {
  background-image: url("bg_outer.gif");
  margin: 0;
  padding: 0;
}

#container {
  width: 769px;
  margin: 0 auto 0 auto;
  background-image: url("bg_inner.gif");
}

#title {
  border: 0px;
}


#bubble {
  float: right;
  width: 243px;
  margin-right: 20px;
}

#bubbletext {
  margin: 0 15px 0 50px;
  font-family: arial,helvetica,sans-serif;
  font-size: small;
}

#bubbletext li {
  list-style: none;
}

#bubbletext ul {
}

#bubbletext h2 {
  /*font-family: "andale mono",courier,monospace;*/
  font-size: 1.3em;
  font-weight: bold;
  border-top: 1px black solid;
  border-bottom: 1px black dotted;
}

#bubbletext img {
  border: 0px;
}

#content {
  margin: 0 30px;
}

.post {
  border-left: medium dotted black;
  padding-left: 10px;
}

.post h3 {
  margin-top: 5px;
  margin-bottom: 2px;
  font-family: arial,helvetica,sans-serif;
}

.post .end {
  margin-bottom: 5px;
}

#form_comments {
  float: right;
  width: 300px;
  margin: 0 0 10px 10px;
  padding: 5px;
  background-color: #EEEEEE;
  border: medium dotted black;
}

#comment_area h2 {
  font-family: arial,helvetica,sans-serif;
}

.comment .metadata {
  font-family: arial,helvetica, sans-serif;
  font-size: x-small;
}

.comment .content {
  border-bottom: medium dotted gray;
  margin-bottom: 20px;
}

#stuffbar {
  float: left;
  margin-left: 15px;
}

.photo {
  float:right;
  text-align:center;
  font-size: 0.75em;
  padding: 10px;
}

blockquote {
  font-family: arial,helvetica,sans-serif;
}

#bottom {
  clear: both;
}