body {
  background-color: #dfdfe2;
}

body, a:hover {
  color: #151515;
}

h2, h2, h3, a {
  color: #c03926;
}

#left-banner, #menubar {
  background-color: #151515;
}

#menubar a {
  color: white;
}

#menubar a:hover {
  color: #C03926;
}

#content-top-border, #content-cell {
  border-right-color: #151515;
}

#footer {
  background-color: #C03926;
  border-color: #151515;
}

#footer a {
  color: #dfdfe2;
}

.comment {
  background-color: #dfdfe2;
  border-color    : #c03926;
}

#notice {
  background-color: #ffff99;
}

#notice-more {
  background-color: #ffffcc;
  border-color    : #ffff99;
}

/* Comments */

#comic_comments_title, #user_comments_header, .user_name {
  color: #c03926;
}

.user_identity_url {
  color: #dfdfe2;
}

.user_comment_body {
  background-color: #dfdfe2;
}

.logged_user_comment .user_comment_body, .update_comment_textarea {
  border-color: #c03926;
}

thead {
  background-color: #dfdfe2;
}

thead a {
  color: white
}

.grid_table tbody tr:hover {
  background-color: #dfdfe2;
}

.grid_table th {
  border-color: #c7c7c9;
}

.grid_table tbody tr {
  border-bottom-color: #c7c7c9;
}
