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

body
{
    color: white;
    font-family: Verdana;
    background-position: top left;
    background-repeat: no-repeat;
    background: black url(animated_meteors.png) repeat fixed;
    margin: 0;
}

#inner-body
{
    background-repeat: no-repeat;
}

/* random backgrounds */
#inner-body.bg1 {background-image: url(../../pikachu_sil.png);}
#inner-body.bg2 {background-image: url(../../moltres_sil.png);}
#inner-body.bg3 {background-image: url(../../mewtwo_sil.png);}
#inner-body.bg4 {background-image: url(../../marril_sil.png);}
#inner-body.bg5 {background-image: url(../../suicune_sil.png);}
#inner-body.bg6 {background-image: url(../../gardevoir_sil.png);}
#inner-body.bg7 {background-image: url(../../kecleon_sil.png);}
#inner-body.bg8 {background-image: url(../../lucario_sil.png);}
#inner-body.bg9 {background-image: url(../../gallade_sil.png);}
#inner-body.bg10 {background-image: url(../../zoroark_sil.png);}
#inner-body.bg-rare {background-image: url(../../red_gyarados_sil.png);}

h1
{
    font-family: Tahoma;
}

a
{
    color: #777777;
}

a:hover
{
    color: #5599ff;
}

#header a
{
    color: #ffc700;
    padding: 3px;
}

#header a:hover
{
    background: #112599 url(glare.png) top left repeat-x;
}

#sidebar a
{
    color: #cccccc;
}

#sidebar a:hover
{
    color: white;
    background: url(lighter.png) fixed;
}

#sidebar ul
{
    list-style-image: url(MoonBallBullet.png);
}

table
{
    border-top: 1px solid #336699;
    border-left: 1px solid #336699;
    background-color: #111111;
}

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

#logo
{
    height: 150px;
    margin-left: 17%;
    margin-right: 13%;
    background: url(tpm_white.png) bottom center no-repeat;
}

#randomness
{
    margin-left: 17%;
    margin-right: 13%;
    color: white;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    height: 75px;
}

#header
{
    color: #ffd800;
    /*border-top: 2px solid #0000ff;*/
    border-bottom: 2px solid #112599;
    border-top: 2px solid #5060aa;
    /*background-color: #c0c0c0;*/
    background: #112233 url(glare.png) repeat-x;
    height: 17px;
    padding-top: 3px;
    padding-right: 5px;
}

#search
{
    margin-right: 5px;
}

#content-area
{
    margin-left: 5px;
    margin-right: 5px;
}

#content
{
    width: auto;
    margin-left: 16.5%;
    margin-right: 12.5%;
}

#backlinks
{
    padding: 2px;
    width: auto;
    margin-bottom: 0px;
    margin-left: 16%;
    margin-right: 12%;
}

#rightbar
{
    width: 12%;
    background-color: #333333;
}

#rightbar .content
{
    font-size: 8pt;
}

#rightbar ul
{
    padding-left: 20px;
}

#sidebar, #rightbar
{
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    background: #232323 url(animated_meteors_blurred.png) fixed;
    border: 2px solid #112599;
    border-top-width: 1px;
}

#content .box
{
    background-color: #111111;
    border: 2px solid #336699;
    border-top-width: 1px;
    margin-bottom: 5px;
}

#content h1
{
    background: black url(blue_glow.png) bottom repeat-x;
    border: 1px solid #336699;
    border-left: none;
    border-right: none;
}

#content h2
{
    text-decoration: none;
    border-bottom: 1px solid #333333;
}

#sidebar h1, #rightbar h1, tr.heading, td.heading, td.header
{
    background-color: #08124c;
    background-repeat: repeat-x;
    /*text-shadow: #000000 1px 1px 2px;*/
}

#sidebar h1, #rightbar h1
{
    border-top: 1px solid #112599;
    border-bottom: 1px solid #112599;
    background-image: url(glare.png);
    color: #ffc700;
    /*box-shadow: 0px 5px 5px #232323;
    -moz-box-shadow: 0px 5px 5px #232323;
    -webkit-box-shadow: 0px 5px 5px #232323;*/
}

/*#content h1, tr.heading, td.heading
{
    background: black url(top_right_pokeball.png) top right no-repeat;
}*/

/*#content h2
{
    background-color: #c0c0c0;
    color: black;
    text-decoration: none;
}*/

#sidebar ul
{
    /*background-image: url(quarter_pokeball_translucent_light.png);
    background-repeat: no-repeat;*/
    padding-left: 30px;
    background: url(quarter_pokeball_translucent.png) no-repeat;
}

#content .contributedby
{
    font-weight: bold;
    background-color: #333333;
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px solid #333333;
}

#footer
{
    padding-top: 20px;
    padding-bottom: 10px;
    background: url(tpm_blue_footerbg.png) center center no-repeat;
}

#nav ul {border-bottom: 1px solid #336699;}
