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

body
{
    color: white;
    font-family: Verdana;
    background-position: top left;
    background-repeat: no-repeat;
    background: #14141c url(tpm_blue_headerbg.png) repeat;
    margin: 0px;
}

#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: #0099ff;
}

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

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

#sidebar a
{
    color: white;
    padding-left: 2px;
    text-shadow: 1px 1px 0px #111111;
}

#sidebar a:hover
{
    color: black;
    background-color: #c0c0c0;
    text-shadow: 1px 1px 0px #999999;
}

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

a:hover
{
    color: white;
}

table
{
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    background-color: #232323;
}

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

tr.heading, td.heading
{
    background-color: #336699;
}

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

#randomness
{
    margin-left: 17%;
    margin-right: 13%;
    color: white;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    position: relative;
    top: -35px;
    text-shadow: 2px 2px 2px black;
}

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

#search
{
    border-bottom: 5px solid #6688aa;
    margin-bottom: 0px;
    padding-bottom: 7px;
    padding-right: 3px;
}

#content-area
{
    background: black url(tpm_blue_sidebg.png) repeat-y;
    border-top: 5px solid #336699;
    border-bottom: 5px solid #336699;
    padding-top: 10px;
    margin-bottom: 10px;
}

#content
{
    width: auto;
    margin-left: 205px;
    margin-right: 155px;
}

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

#sidebar
{
    width: 200px;
}

#rightbar
{
    width: 150px;
    background-color: #333333;
}

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

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

#sidebar
{
    background-color: #333333;
}

#rightbar .box
{
    margin-bottom: 0px;
}

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

#content h1
{
    border: 1px solid #333333;
    border-left: none;
    border-right: none;
    background:  #336699 url(top_right_pokeball.png) top right no-repeat;
    text-shadow: 1px 1px 1px black;
}

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

#content .content
{
    padding-top: 5px;
}

#sidebar h1, #rightbar h1
{
    background: #112599 url(glare.png) repeat-x;
    color: #ffc700;
}

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

#sidebar ul, #rightbar .content
{
    background-image: url(tpm-blue-shadow.png);
    background-repeat: repeat-x;
}

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

#content .contributedby
{
    color: black;
    background-color: #c0c0c0;
    font-weight: normal;
    text-align: left;
    padding-left: 2px;
    border-bottom: 1px solid #333333;
}

#content .contributedby a
{
    color: #112599;
}

#content .contributedby a:hover
{
    color: black;
}

#footer
{
    padding-top: 20px;
    padding-bottom: 5px;
    background: url(tpm_blue_footerbg.png) bottom center no-repeat;
    border-bottom: 5px solid #6688aa;
}
