/************/
/* ELEMENTS */
/************/

a {
  text-decoration: none;
}


a:hover {
  text-decoration: underline;
}


body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Courier New', verdana, sans-serif;
}


em {
  font-style: italic;
}


fieldset {
  margin: 2em 8em;
  border: 1px #aaa solid;
  padding: 1em 2em;
  font-size: 110%;
}


h1 {
  margin: 0;  
  text-align: center;
  font-size: 100px;
  font-family: 'Trebuchet MS', verdana, sans-serif;
  font-weight: bold;
}


h1 span {
  font-size: 100px;
  font-family: 'Trebuchet MS', verdana, sans-serif;
  font-weight: bold;
}


h2 {
  font-size: 150%;
  line-height: 1;
  margin: 1em 0;
  clear: both;
  font-family: verdana, sans-serif;
  border-bottom: 1px #ececec dashed;
}


h2#signatures_heading {
  text-align: center;
  font-family: georgia, verdana, sans-serif;
  font-variant: small-caps;
  border-bottom: none;
}


img {
  border: none;
}


legend {
  font-size: 125%;
  clear: both;
  padding: 0 .5em;
  font-family: verdana, sans-serif;
}


ol {
  margin: 1.5em 0;
  list-style-type: none;
}


p {
  margin: 1.5em 0;
}


/***********/
/* CLASSES */
/***********/

.admin {
  float: right;
}


.cleared {
  clear: both;
}


.fuckc {
  color: #f00;
}


.invisible {
  display: none;
}


/*******/
/* IDS */
/*******/

#center_column {
  margin: 0 auto;
  width: 60em;
  background-color: #fff;
  text-align: left;
  padding-bottom: 2em;
}


img#forumlink {
  float: right;
  margin: 0 1em 1em 1em;
  padding: 5px;
  border: 1px #ccf solid;
}


ol#signatures {
  font-family: georgia, serif;
  font-style: italic;
  list-style-type: decimal;
}


ol#signatures li {
  border-bottom: 1px #ccf dotted;
  line-height: 1.5;
  margin: 1.5em 12em 1.5em 12em;
}
