@import url(../../style_main.css);

/* defaults */
body
{
    font-family: "Comic Sans MS";
    color: black;
    background: #1188ff url(rainbow.png) repeat-x;
}

#inner-body
{
    background: url(Pikachu.png) no-repeat;
}

a
{
    color: blue;
}

a:hover
{
    color: black;
}

table
{
    border: 2px solid yellow;
    border-right: 1px solid yellow;
    border-bottom: 1px solid yellow;
    background-color: #ffffaa;
}

tr.heading, td.heading, td.header
{
    background-color: yellow;
}

tr
{
    color: black;
}

td
{
    border-right: 1px solid yellow;
    border-bottom: 1px solid yellow;
}

/* header */
#header
{
    color: #007700;
    border: 2px solid #007700;
    background-color: #44aa44;
    padding: 2px;
}

#header a
{
    font-family: "Comic Sans MS";
}

#logo
{
    height: 100px;
    background: url(tpm_kids2.png) center no-repeat;
}

#randomness
{
    text-align: center;
}


/* sidebar */
#sidebar
{
    border: 2px solid blue;
    border-top: none;
    background-color: #7777ff;
}

#sidebar a
{
    text-decoration: none;
    display: block;
}

#sidebar h1
{
    font-family: "Comic Sans MS";
    color: white;
    background-color: blue;
    border-top: 2px solid blue;
    border-bottom: 2px solid blue;
}

#sidebar ul
{
    font-family: "Comic Sans MS";
    font-weight: bold;
    color: blue;
}


#rightbar div.box
{
    border: 2px solid red;
    background-color: #ff7777;
}

#rightbar h1
{
    border-bottom: 2px solid red;
    color: white;
    background-color: red;
    font-family: "Comic Sans MS";
}


#rightbar .content
{
    color: red;
    border-top: none;
}

#backlinks
{
    border-bottom: 2px dotted black;
    font-family: "Comic Sans MS";
}

/* content */
#content div.box
{
    background-color: #ffffaa;
    color: black;
    border: 2px solid yellow;
}

#content h1
{
    color: black;
    background-color: yellow;
    margin: 0;
    border-bottom: 2px solid yellow;
    font-family: "Comic Sans MS";
}

select
{
    border: 2px solid gray;
    color: gray;
    font-family: "Comic Sans MS";
}
