/* I HATE CSS */

body, html {
  font-family: Verdana, sans-serif;
  background: #F0F7FF;
  color: black;
  margin: 0;
  padding: 0;
}

a img {
  border: 0;
}

div#header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: white;
  border-bottom: 1px solid gray;
  padding-top: 15px;
  padding-bottom: 15px;
}

div#blocker {
  height: 164px;
}

div#header .right {
  position: absolute;
  top: 0px;
  left: 134px;
  height: 134px;
  right: 15px;
  margin: 15px;
  padding-left: 30px;
}

div#header .text h1 {
  margin: 0px;
  padding-top: 15px;
  font-weight: normal;
  font-size: 3em;
  padding-bottom: 5px;
}

div#header .text .slogan {
  font-style: italic;
  font-size: 0.9em;
  padding-left: 1px;
  display: none;
}

div#header .image {
  height: 134px;
  width: 134px;
  margin-left: 15px;
}

div#header .clear {
  clear: both;
}

div#content {
  margin: 5px;
}

div#content #text {
  font-size: 0.8em;
}

div#content #text pre {
  font-size: 1.3em;
}

p {
  font-size: 0.8em;
}

div#menu {
  position: absolute;
  font-size: 0.8em;
  bottom: 0px;
  white-space: nowrap;
}

div#menu span {
  padding-left: 0px;
}

.warning {
  border: 1px solid red;
  padding: 3px;
  margin-bottom: -2px;
}

div#content h2 {
  margin: 0px;
  margin-bottom: 6px;
  margin-top: 8px;
  font-size: 1.2em;
}

div#content h3 {
  padding-bottom: 1px;
  margin-bottom: 12px;
  margin-top: 12px;
}

div#content h4 {
  margin-bottom: 7px;
  margin-top: 8px;
}

div#text-image {
  background-image: url(../images/qwebirc-text.png);
  margin-top: 33px;
  height: 59px;
  background-repeat: no-repeat;
}

div#text-image h1 {
  display: none;
}
