/*
   highvoltage.css
   stilyagi
   
   Created by Steve King on 2007-06-16.
   Copyright 2007 Ann Arbor Science Fiction Association. All rights reserved.
*/

body {
    background: white url("../img/bg.png");
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: left;
    margin-left: 162px;
}

div#spark {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 160px;
    height: 100%;
    background: url("../img/spark.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: left center;
}

h1 {
    color: rgb(50,50,255);
}

h2 {
    clear: both;
}
h3 {
    clear: both;
}
hr {
    clear: both;
}

div#head {
    position: fixed;
}
table#navbar { 
    position: fixed;
    top: 100px;
    left: 20px;
    width: 120px;
}

a.nav {
    text-decoration: none;
}
a.nav:link {
    color: rgb(255,255,255);
}
a.nav:visited {
    color: rgb(160,160,160);
}

td.nav {
    font-size: 90%;
    background-color: rgb(0,0,127);
    text-align: center;
}
td.nav:hover {
    background-color: rgb(0,0,255);
}
td.nav:active {
    background-color: rgb(127,127,255);
}

div#footer {
    clear: both;
    text-align: center;
    font-size: 66%;
}
div#header {
    clear: both;
}

.left {
    width: 200px;
    margin: 0px 5px 5px 5px;
    float: left;
}
.right {
    width: 200px;
    margin: 0px 5px 5px 5px;
    float: right;
} 

span.novel {
    font-style: italic;
}

div.guest {
    clear: both;
}

span.link {
    font-size: 80%;
    font-style: italic;
}

span.date {
    font-size: 80%;
    font-style: italic;
    color: rgb(100,100,100);
}

td.rate {
    text-align: center; 
}

td.date { 
    text-align: center; font-size: 80%; font-weight: bold; padding-left: 1em; padding-right: 1em;
}

.notice {
  border: 2px solid red; background-color: rgb(225,225,225);
  padding: 0.5em;
}

ol.lower {
    list-style-type: lower-alpha;
}

p.faq-q {
    margin-bottom: 0px;
}
p.faq-a {
    margin-top: 0px;
}

p.faq-q:first-letter {
    font-weight: bold;
}
p.faq-a:first-letter {
    font-weight: bold;
}

span.overstrike {
    text-decoration: line-through;
}
