body
{
    font-family: Arial;
    font-size: 80%;
}

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

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

a img
{
    border: none;
}

img.thumb
{
    width: 200px;
}

table
{
    width: 100%;
    margin-bottom: 20px;
}

tr.heading, td.heading
{
    font-weight: bold;
}

.caption
{
    font-size: 80%;
}

.game-logo, .logo
{
    width: 100%;
    text-align: center;
}

/* header */
#logo
{
    display: block;
    text-align: center;
}

/*body>#logo
{
    margin-top: 3.5em;
}*/

#header
{
    font-weight: bold;
    text-align: right;
}

#sections span:after
{
    content: " -=-";
}

#sections span.last-child:after
{
    content: "";
}

/*body>#header
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}*/

#search
{
    text-align: right;
    margin-top: .5em;
    margin-bottom: .5em;
}

/*body>#search
{
    position: fixed;
    top: 1.5em;
    left: 0;
    width: 100%;
}*/

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

#content-area
{
    clear: both;
}

#sidebar
{
    width: 16%;
    float: left;
}

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

#sidebar h1
{
    padding: 2px;
}

#sidebar ul
{
    font-size: 90%;
    font-family: "Arial Black";
    list-style-image: url(pokeballbullet.png);
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}

#rightbar
{
    float: right;
    width: 16%;
}

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

#rightbar h1
{
    padding: 2px;
}

#rightbar .content
{
    padding: 2px;
}

#backlinks
{
    font-family: Verdana;
    padding-bottom: 2px;
    margin-left: 16.5%;
    width: 67%;
    margin-bottom: 5px;
}

#content
{
    margin-left: 17%;
    width: 66%;
}

#content .box
{
    margin-bottom: 20px;
}

#content h1
{
    padding: 2px;
}

#content .contributedby
{
    text-align: right;
    font-weight: bold;
    padding-right: 2px;
}

#content .content
{
    padding-left: 1%;
    padding-right: 1%;
}

#content .newsstorylink
{
    text-align: right;
}

#footer
{
    font-size: 80%;
    text-align: center;
    clear: both;
    padding-top: 10px;
    margin-top: 10px;
}

.spoiler
{
    color: black;
    background-color: black;
}

.spoiler:before
{
    color: white;
    font-weight: bold;
}

.spoiler:hover
{
    color: white;
}


/* navigation menu */



/* type chart */
.typechart
{
    border: 1px solid black;
    padding: 0;
    margin: 0;
}

.typechart tr:first-child td
{
    background-image: url(glare.png);
    background-repeat: repeat-x;
}

.typechart td.key
{
    background-color: white;
    font-weight: normal;
    font-size: 7pt;
    padding: 1px;
}

.typechart tr
{
    border: none;
    height: 25px;
}

.typechart td
{
    color: black;
    font-family: Verdana;
    background: #333333;
    border: 1px solid black;
    text-align: center;
    font-weight: bold;
    cursor: default;
    padding-top: 5px;
    padding-bottom: 5px;
}

.typechart .hl
{
    border-color: white;
    color: white;
    background-color: #777777;
}

.typechart .none
{
    color: red;
}

.typechart .half
{
    color: yellow;
}

.typechart .normal
{
    color: black;
}

.typechart .double
{
    color: #00ff00;
}

.typechart .Normal-type {background-color: #aaaaaa;}
.typechart .Fire-type {background-color: #ff2200;}
.typechart .Water-type {background-color: #2222ff;}
.typechart .Electric-type {background-color: #eecc00;}
.typechart .Grass-type {background-color: #008800;}
.typechart .Ice-type {background-color: #00cccc;}
.typechart .Fighting-type {background-color: #ff8800;}
.typechart .Poison-type {background-color: #8800aa;;}
.typechart .Ground-type {background-color: #884400;}
.typechart .Flying-type {background-color: #88aaff;}
.typechart .Psychic-type {background-color: #ff88dd;}
.typechart .Bug-type {background-color: #77ee00;}
.typechart .Rock-type {background-color: #666666;}
.typechart .Ghost-type {background-color: #440088;}
.typechart .Dragon-type {background-color: #00cc77;}
.typechart .Dark-type {background-color: #232323;}
.typechart .Steel-type {background-color: #9999bb;}
