/*
 * CSS for gopchop's Wiki (http://www.gopchop.org/)
 *
 * By: Tom von Schwerdtner | Etria LLP (http://www.etria.com/)
 *
 */

body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Times New Roman', Serif;
    padding: 0px;
    margin: 0px;
}

a:link, a:visited, a:hover {
    font-weight: bold;
    color: #0081ac;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #0081ac;
}

div.wikiheader, div.wikifooter {
    padding: 10px;
    padding-right: 20px;
    background-color: #0081ac;
    color: #d6d6d6;
    border: none;
}

div.wikiheader {
    border-bottom: 2px #000000 solid;
}

div.wikifooter {
    font-size: 80%;
    border-top: 2px #000000 solid;
}

div.wikifooter form {
}

div.wikiheader a:link,
div.wikifooter a:link,
div.wikiheader a:hover,
div.wikifooter a:hover,
div.wikiheader a:visited,
div.wikifooter a:visited
{
    color: white;
}

div.wikiheader img {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wikilineheader, .wikilinefooter {
    display: none;
}

div.wikitext, div.wikipref, div.wikirc {
    padding: 20px;
}


#logo {
    float: right;
}

#logo a img {
    border:    none;

}

/* JON: In the wiki by adding the logo as a div tag, this is a hack that puts
   logo in the main menu which is mirrored on the bottom of the page. Thus,
   to get it to not display on the bottom, the following css doesn't allow
   it to get displayed.
 */
.wikifooter #logo {
    display:    none;
}

