@import url(style_main.css);

/* defaults */
body
{
    color: white;
    background-color: black;
}

a
{
    color: white;
}

a:hover
{
    color: black;
    background-color: #FFD700;
    text-decoration: none;
}

#content a:hover
{
    background-color: silver;
}

/*
table.small
{
    border-top: 1px solid black;
    border-left: 1px solid black;
}

table.small td
{
    color: black;
    background-color: silver;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

table.small td.header
{
    font-weight: bold;
    background-color: gold;
}
*/

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

tr.heading, td.heading
{
    color: white;
    background-color: red;
    background-image: url(redgradient.png);
    background-repeat: repeat-x;
}

tr
{
    color: #FFD700;
    background-color:  #1c1800;
}

td
{
    border-right: 1px solid #FFD700;
    border-bottom: 1px solid #FFD700;
}

/* header */
#header
{
    color: white;
    background-color: #222;
    border-top: 2px solid silver;
    border-bottom: 2px solid silver;
    padding: 2px;
}

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

#randomness
{
    text-align: center;
    font-style: italic;
    padding-bottom: 10px;
}


/* sidebar */
#sidebar
{
    background-color: #222;
    border: 2px solid silver;
    border-top: none;
}

#sidebar a
{
    text-decoration: none;
    display: block;
}

#sidebar a[href="#"]
{
    background-color: transparent;
    color: gray;
}

#sidebar h1
{
    background-color: blue;
    background-image: url(bluegradient.png);
    background-repeat: repeat-x;
    border-top: 2px solid silver;
    border-bottom: 2px solid silver;
}

#sidebar ul
{
    color: silver;
    background-image: url(quarter_pokeball_translucent.png);
    background-repeat: no-repeat;
}


#rightbar div.box
{
    border: 2px solid silver;
    background-color: #222;
}

#rightbar h1
{
    background-color: #00f;
    background-image: url(bluegradient.png);
    background-repeat: repeat-x;
    border-bottom: 2px solid silver;
}


#rightbar .content
{
    color: silver;
    border-top: none;
}

#backlinks
{
    border-bottom: 1px solid white;
}

/* content */
#content div.box
{
    /*background-color: #fe8;*/
    color: #FFD700;
    background-color: #1c1800;
    border: 2px solid #FFD700;
}

#content h1
{
    color: white;
    margin: 0;
    border-bottom: 2px solid #FFD700;
    /*background-color: #b00;*/
    background-color: #f00;
    background-image: url(redgradient.png);
    background-repeat: repeat-x;
    font-style: italic;
}
