/* style.css by johan of figure */

* {
  margin: 0;
  border: 0;
  padding: 0;
}

body {
  background: #fff;
}

div#content {
  width: 700px;
  margin: 100px 0 0 40px;
  padding: 0 20px 40px 20px;
  border-top: 2px solid #333;
  border-bottom: 1px solid #333;
  background: url('/img/logo_pink.gif') no-repeat 20px 20px;
}

div div h2.info {
  background: url('/img/spinner.gif') no-repeat top left;
  padding-left: 20px;
}

h2,p,dl {
  margin: 0 20px 3px 80px;
  font: 12px/18px Geneva, 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
  font-weight: normal;
  color: #000;
  width: 70%;
}

h2 + h1, p + h1 {
  margin-top: 30px;
}

dt {
  display: list-item;
  list-style-type: square;
}

dt span {
  color: #666;
}

dd {
  margin: 0 10px 3px 10px;
  color: #666;
  font-size: 11px;
}

h1 {
  margin: 20px 20px 10px 80px;
  font-weight: normal;
  font: 17px/17px Geneva, 'Lucida Grande', 'Helvetica Neue', Arial, sans-serif;
}


a, a:visited {
  color: #000;
}

a:active, a:focus {
  color: #fb1d73;
}

a:hover {
  color: #fb1d73;
}

h2 span {
  color: #888;
}

h2 span.new {
  color: #000;
}

/* sux 
a.wndstm, a.wndstm:visited, a.wndstm:active {
  color: #136751;
}

a.blunderhead, a.blunderhead:visited, a.blunderhead:active {
  color: #369;
}

a.johan {
  color: #a716ff;
} */
