/************************/
/* Pre-defined elements */
/************************/

body {
   background-color: white;
   color: black;
   font-family: verdana, arial, sans-serif;
   margin-left: 40px;
   margin-top: 1px;
   padding: 0;
}

a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a:link {
   color: #336633;
}

a:active {
   color: #336633;
}

a:visited {
   color: #336633;
}

a .nobold {
   font-weight: normal;
}

input.button {
   background-color: white;
   color: #669900;
   border: 1px solid #669900;
   font-size: 9pt;
   font-weight: bold;
   font-family: verdana, arial, sans-serif;
}

/*******************/
/* IDs and classes */
/*******************/

.background {
   background-color: white;
}

.status {
   color: #ccff99;
}

/* FIXME: must i really define this for all pseudo classes? */
.status a, a:link.navigation, a:visited.navigation, a:active.navigation {
   color: #ffffcc;
}

.navigation table {
   margin-bottom: 12px;
}

.pad {
   background-color: #669900;
}

.footer {
   background-color: #336600;
}

.preview {
   background-color: white;
   font-size: 9pt;
}

.preview .keyword {
   color: #003300;
   font-weight: bold;
   text-transform: uppercase;
   letter-spacing: 1.8pt;
   vertical-align: baseline;
   font-size: 7pt;
   overflow: hidden;
}

.paragraph {
   background-color: white;
   font-size: 9pt;
}

.paragraph .keywords {
   font-size: 8pt;
   overflow: hidden;
}

.storytitle, .commentTitle {
   color: black;
   font-size: 10.5pt;
   font-weight: bold;
}

.title {
   color: black;
   font-weight: bold;
}

.infobox, .linkbox, .imagebox, .votebox {
   background-color: #eaeaea;
   font-size: 9pt;
}

.linkbox .link {
   padding-top: 3px;
   font-size: 9pt;
}

.smalltext {
   font-size: 7.5pt;
}

.noresize {
   overflow: hidden;
}

.actionbutton {
   width: 120px;
   margin-left: 9px;
   overflow: hidden;
}

.formEl {
    font-size: 9pt;
}

.disclaimer {
    color: #666666;
    font-size: 7pt;
}

.voteresult {
   background-color: #669900;
}

.forum {
   border-width: 3px 0;
   border-style: solid;
   border-color: #669900;
   font-size: 9pt;
}

.online, .offline, .moderate {
   border-bottom: 1px dotted #b4cddd;
}

.offline {
   background-color: #def0d3;
}

.moderate {
   background-color: #e4edf3;
}

.comment {
   font-size: 9pt;
}

.comment_0 {
   /* this is an fscking, but necessary hack */
   width: 1px;
}

.comment_1 {
   width: 30px;
}

.capitals {
   text-transform: uppercase;
   letter-spacing: 0.04em;
}

.attenuation {
   text-transform: lowercase;
}

.limit {
   overflow: hidden;
   width: 526px;
}

.siteborder {
   background-color: #d7d7d7;
}

.webcam {
   margin: 3px;
   background-color: #669900;
}
