/************************/
/* Pre-defined elements */
/************************/

body {
   background-color: #363839;
   color: #cccccc;
   font-family: verdana, arial, sans-serif;
   margin:10px;
   padding: 0;
   margin: 0;
}

a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a:link {
   color: #FFDD00;
}

a:active {
   color: #FFDD00;
}

a:visited {
   color: #FFDD00;
}

input.button {
   background-color: white;
   color: #ffcc00;
   border: 1px solid #ffcc00;
   font-size: 9pt;
   font-weight: bold;
   font-family: verdana, arial, sans-serif;
}

/*******************/
/* IDs and classes */
/*******************/

.background {
   background-color: white;
}

.status {
   color: #cc6600;
}

/* FIXME: must i really define this for all pseudo classes? */
.status a, a:link.navigation, a:visited.navigation, a:active.navigation {
   color: #ffcc33;
}

.navigation table {
   margin-bottom: 12px;
}

.pad {
    background-color: #ffcc00;
}

.footer {
   background-color: #ff9900;
}

.preview {
    background-color: white;
    font-size: 9pt;
}

.preview .keyword {
   color: #993300;
   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 {
    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;
}

.smalltext {
   font-size: 0.7em;
}

.noresize {
   overflow: hidden;
}

.actionbutton {
   width: 120px;
   height: 60px;
   margin-left: 9px;
   overflow: hidden;
}

.formEl {
    font-size: 9pt;
}

.disclaimer {
    color: #666666;
    font-size: 7pt;
}

.voteresult {
   background-color: #ffcc00;
}


.item {
    font-family:verdana;
    font-size:10px;
    color: #cccccc;
}

.tracktitle {
    font-weight:bold;
}

.artist {
    font-style:italic;
}
