body {
  margin: 0px 0px 10px 0px;
  background-color: #fff;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  }

a {
  text-decoration: underline;
  }

a:link {
  color: #006;
  }

a:visited {
  color: #630;
  }

a:active {
  color: #363;
  }

a:hover {
  color: #363;
  }

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  }

#container {
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  width: 800px;
  background-color: #fff;
  border: 1px solid #fff;
  }

#banner {
  color: #000;
  background-color: #fff;
  text-align: center;
  }

#center {
  float: left;
  width: 600px;
  overflow: hidden;
  color: #000;
  }

.content {
  padding: 15px 5px 0px 5px;
  background-color: #fff;
  color: #000;
  }

.content pre {
  font-size: .8em;
  font-family: Courier, Monaco;
}

.content p {
  color: #000;
  }

.content p.center {
  color: #000;
  text-align: center;
  }

.content p.hanging {
  padding-left: 1em;
  text-indent: -1em;
  }

.content p.photo {
  color: #666;
  text-align: center;
  font-size: .8em;
  line-height: 2em;
  }

.content blockquote {
  font-size: .9em;
  color: #333;
  }

.content li {
  font-size: .9em;
  margin-bottom: 4px;
  }

.content h1 {
  color: #006;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 5px;
  }

.content h2 {
  color: #006;
  border-bottom: 1px dotted #999;
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 5px;
  }

.content h3 {
  color: #630;
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: -5px;
  }

.content p.posted {
  color: #666;
  font-size: .7em;
  margin-bottom: 25px;
  line-height: normal;
  padding-left: 3px;
  }

.content table {
  font-size: .9em;
  }

#right {
  float: left;
  width: 196px;
  background-color: #ddd;
  overflow: hidden;
  border: 1px solid #ddd;
  }

.sidebar {
  padding: 15px 10px 0px 10px;
  }

.sidebar h2 {
  color: #006;
  font-size: .8em;
  text-align: left;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 35px;
  text-align: center;
  }

.sidebar h2.top {
  color: #006;
  font-size: .8em;
  text-align: left;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  margin-top: 0px;
  }

.sidebar ul {
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  }

.sidebar ul ul {
  margin-bottom: 0px;
  }

.sidebar #categories ul {
  padding-left: 15px;
  }

.sidebar li {
  color: #666;
  font-size: .7em;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: none;
  }

.sidebar p {
  color: #666;
  font-size: .7em;
  margin-top: 5px;
  margin-bottom: 10px;
  }

.sidebar p.powered {
  font-size: .7em;
  text-align: center;
  color: #666;
  margin-top: 35px;
  }

.sidebar #categories li {
  list-style-type: circle;
  }

.link-note {
  font-size: x-small;
  line-height: 125%;
  padding: 2px;
  margin-bottom: 15px;
  }

#comment-data {
  float: left;
  width: 180px;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px dotted #ccc;
  }

textarea[id="comment-text"] {
  width: 80%;
  }

.commenter-profile img {
  vertical-align: middle;
  border-width: 0;
  }

#foot {
  width: 800px;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #ccc;
  }

.footer p {
  padding-top: 0px;
  font-size: .8em;
  background-color: #fff;
  color: #666;
  }