body {
  background: #bf0633;
}

#header {
  text-align: center;
}

#content {
  padding-top: 1em;
  margin-top: -2px;
  text: #bf0633;
  background: #ff484e;
}

.comment,
.comment_form {
  border: 1px dotted;
  border-color: #d1d0b4;
  background: #ff9273;
  color: #bf0633;
  padding: 1em;
}

.comment_header {
  float: left;
  background: #bf0633;
  color: #ff9273;
  border-color: #d1d0b4;
  border: 1px dotted;
  padding: .5em;
  margin-right: .5em;
  margin-bottom: .5em;
  font-size: 17px;
}

.comment_header .comment_date {
  font-size: 12px;
  font-style: italic;
}

.comment_body {
  padding: 1em;
}

#site-nav {
  text-align: center;
  background: #bf0633;
  text: #d1d0b4;
  width: 175px;
  margin-left: auto;
  margin-right: auto;
}

#site-nav ul {
  font-family: arial, helvetica, sans-serif;
  list-style-type: none;
  padding: 0;
  white-space: nowrap;
}

#site-nav ul li {
  display: inline;
  padding: 3px;
}

#blog #home_link,
#photos #photo_link {
  background: #ff484e;
}

#sidebar {
  background: #ff9273;
  text-align: center;
  border: 1px dashed #d1d0b4;
  width: 140px;
}

#sidebar h2 {
  color: #bf0633;
}

#sidebar ul {
  text-align: center;
  list-style-type: none;
}

#sidebar ul a {
  color: #bf0633;
}