@import url(style_main.css);

body
{
    font-family: Verdana, Arial;
    font-size: 10pt;
    background-color: #000000;
    color: white;
}

#content-area
{
    background-color: white;
    border-bottom: 20px solid #336699;
}

h1
{
    font-family: Verdana;
    font-size: 1em;
    margin: 0px;
}

h2
{
    font-size: 1.1em;
    text-decoration: underline;
}

a:link       { text-decoration: underline; color: #336699 }
a:visited    { text-decoration: none; color: #336699 }
a:active     { text-decoration: none; color: #FFFFFF }
a:hover      { text-decoration: none; color: #FFFFFF; background-color: #336699 }

a img
{
    border: none;
}

img.thumb
{
    width: 200px;
}

table
{
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid black;
}

tr.heading td, td.heading
{
    font-weight: bold;
    color: white;
    background-color: #336699;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

td
{
    background-color: #d0d0d0;
    border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    padding: 5px;
}

select
{
    background-color: #99ccff;
    font-family: Verdana;
    font-size: 8pt;
}

.caption
{
    font-size: 80%;
}

/* header */
#logo
{
    display: block;
    height: 50px;
    background: url(headert.gif) bottom center no-repeat;
}

#randomness
{
    display: block;
    color: white;
    text-align: right;
    font-style: italic;
    background: #336699 url(headerb.gif) top center no-repeat;
    padding: 3px;
    height: 14px;
}

#header
{
    color: black;
    font-weight: bold;
    text-align: right;
    padding: 4px;
    background-color: #c0c0c0;
    font-size: 8pt;
    padding-left: 200px;
    height: 12px;
}

#header img
{
    display: none;
}

#search
{
    color: black;
    text-align: right;
    padding-top: .5em;
    padding-bottom: .5em;
    background-color: white;
    margin: 0px;
    height: 47px;
}

#sections
{
    float: left;
    font-family: Verdana;
    font-size: 90%;
}

#content-area
{
    background: white url(nostalgia_left.gif) left repeat-y;
    color: black;
    clear: both;
}

#randomness, #header, #search, #content-area
{
    margin-left: 2%;
    margin-right: 2%;
}

#sidebar
{
    background-image: url(suicune.gif);
    padding-top: 140px;
    position: relative;
    top: -140px;
    font-size: 8pt;
    width: 200px;
}

#sidebar a
{
    display: inline;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

#sidebar a:hover
{
    background-color: #336699;
    color: white;
    text-decoration: underline;
}

#sidebar h1
{
    color: white;
    font-size: 10pt;
    background-color: #369;
    padding: 2px;
}

#sidebar ul
{
    font-family: Verdana;
    font-size: 8pt;
    background-color: #99CCFF;
    list-style-image: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
}

#rightbar
{
    width: 125px;
    margin-right: 5px;
    font-size: 8pt;
}

#rightbar div.box
{
    margin-bottom: 15px;
    border: 2px groove black;
    background-color: #d0d0d0;
}

#rightbar h1
{
    padding: 2px;
    background-color: #336699;
    font-size: 10pt;
    color: white;
    border-bottom: 2px ridge gray;
    text-align: center;
}

#rightbar .content
{
    padding: 2px;
}

#rightbar ul /* since the right boxes are so small, move the bullet points over */
{
    padding-left: 20px;
}

#backlinks
{
    font-family: Verdana;
    padding-bottom: 2px;
    margin-left: 205px;
    margin-right: 140px;
    width: auto;
    margin-bottom: 5px;
    border-bottom: 2px groove #336699;
    font-size: 8pt;
    margin-bottom: 3em;
}

#content
{
    background-color: white;
    width: auto;
    margin-left: 225px;
    margin-right: 160px;
}

#content div.box
{
    margin-bottom: 20px;
    border: 2px groove black;
    background-color: #d0d0d0;
    margin-bottom: 40px;
}

#content h1
{
    padding: 3px;
    padding-left: 5px;
    background-color: #336699;
    color: white;
    /*border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;*/
    border-bottom: 2px ridge gray;
}

#content .contributedby
{
    text-align: left;
    padding: 3px;
    padding-left: 5px;
    font-weight: normal;
    background-color: #99ccff;
    /*border-top: 1px solid #555555;
    border-left: 1px solid #555555;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;*/
    border-bottom: 2px ridge gray;
}

#content .content
{
    padding: 5px;
}

#content .newsstorylink
{
    text-align: right;
    padding: 3px;
    background-color: #99ccff;
    color: black;
    border-top: 2px ridge gray;
}

#content .newsfooter
{
    background-color: #336699;
    border-top: 2px ridge gray;
    height: 22px;
}

#footer
{
    font-size: 8pt;
    text-align: center;
    clear: both;
    margin-left: 200px;
}
