body {
  margin: 0px;
  padding: 0px;
}

.notice {
  color: green;
}

.error {
  color: red;
}

#user-bar {
  background-color: #4C5E97;
  color: #CCCCCC;
  padding: 5px;
  height: 1.5em;
}

#user-bar a {
  color: #FFFFFF;
}

#user-bar-user {
  left: 5px; /* Konqueror seems to need this, though it should be implied by padding of #user-bar. */
}

#user-bar-links {
  position: absolute;
  right: 5px;
  top: 6px;
  background-color: #4C5E97;
  padding-left: 5px;
  padding-top: 2px; /* The extra padding / negative margin is to make the background extend over the avator image, if this happens to overlap the quote. */
  margin-top: -2px;
}

#user-bar-quote {
  margin-left: 20px;
  /*white-space: nowrap;*/
  overflow: hidden;
}

#content {
  margin: 8px;
}

#content.with-sidebar {
  margin-right: 355px;
}

a img {
  border: none;
}

#sidebar {
  position: absolute;
  right: 0px;
  top: 1.5em;
  margin-top: 15px;
  width: 360px;
}

.sidebar-block {
  background-color: #A2CE5B;
  margin: 10px;
  padding: 5px;
}

.sidebar-block h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.sidebar-block p {
  margin-bottom: 5px;
}

.sidebar-block a:visited {
  color: #444444;
}

.sidebar-block ul {
  padding-left: 30px;
}

h2 {
  color: #993264;
}

.quote {
  margin: 7px;
  margin-right: 10px;
  margin-left: 0px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #dddddd;
}

.quote .quote-text { /* Match only full quotes, not the ones in the user bar. */
  font-size: 18px;
  padding-bottom: 4px;
}

.quote .quote-quotee {
  float: right;
  font-size: 18px;
  margin-right: 10px;
}

td {
  vertical-align: top;
}

.comment-date {
  min-width: 20em;
}
