/*
Halloween theme for the PokeMasters website
._| \/\/
*/

@import url(../style_main.css);

body
{
    background: black url(fullmoon.jpg) fixed;
    color: white;
    font-family: Verdana;
}

#logo
{
    height: 150px;
    background: url(tpm_halloween_banner.png) center center no-repeat;
}

#randomness
{
    text-align: center;
    position: relative;
    top: -10px;
}

#sidebar, #rightbar, #content .box, table
{
    background: url(fullmoon_black.jpg) fixed;
}

a
{
    color: #ff7700;
}

a:hover
{
    color: white;
}

table
{
    border-right: 1px solid #aa5500;
    border-bottom: 1px solid #aa5500;
}

td
{
    border-top: 1px solid #aa5500;
    border-left: 1px solid #aa5500;
}

#header
{
    color: #ffffaa;
    border-bottom: 2px solid #aa5500;
}

select
{
    background-color: black;
    color: #ff7700;
}

#sidebar a:hover
{
    background: url(fullmoon_orange.jpg) fixed;
}

#sidebar ul
{
    background: url(spiderweb.png) top left no-repeat;
    list-style-image: url(../../PokeballBullet_glare.png);
}

#content h1, #sidebar h1, #rightbar h1, tr.heading, td.heading
{
    background: url(fullmoon_orange.jpg) fixed;
    color: #ffffaa;
}

#content .box
{
    padding-bottom: 1px;
}
