/**
 * This file is part of the pokemonlab.com website.
 * Copyright (C) 2012-2013  Cathy J. Fitzpatrick <cathy@pokemonlab.com>
 *
 * This website is free. This file is dual licensed under
 *
 *   1) the Creative Commons Attribution-ShareAlike 3.0 Unported License
 *        <http://creativecommons.org/licenses/by-sa/3.0>, and
 *
 *   2) the GNU Affero General Public License, version 3 or later
 *        <https://www.gnu.org/licenses/agpl-3.0.html>.
 *
 * You may use, modify, or redistribute this file pursuant to either one of the
 * above licences, whichever is more convenient for you.
 *
 * See <http://pokemonlab.com/sources> for more details, including information
 * on how to attribute content to this website.
 *
 * The following additional people contributed to this file:
 *   - Guangcong Luo (Zarel) <http://zarel.github.com/>
 */

html {
    background-color: #fff;
    color: #000;
    font-family: sans-serif;
    text-align: left;
    font-size: 110%;
}
html, body {
    margin: 0;
    padding: 0;
}
div#top-bar {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    max-width: 800px;
    margin: 0 auto;
}
div#top-bar a {
    text-decoration: none;
}
div.ad-space {
    text-align: center;
    margin: 25px auto;
}
ins.adsbygoogle {
    display: inline-block;
    width: 728px;
    height: 90px;
}
div#logos {
    float: left;
    text-align: center;
    width: 206px;
    padding: 5px;
}
div#navigation {
    clear: both;
    text-align: center;
    border-bottom: 2px #B4BAE0 solid;
    padding: 4px 0;
}
div#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
div#navigation li {
    display: inline;
    margin-right: 4px;
}
div#navigation li a {
    text-decoration: none;
    color: #fff;
    background-color: #7B82B6;
    padding: 5px 12px;
    border: 1px #B4BAE0 solid;
}
div#navigation li a:hover {
    background-color: #545C9A;
}
div#navigation li a.selected {
    background-color: #B4BAE0;
}
div#content {
    min-height: 300px;
    padding: 0 20px;
    max-width: 800px;
    margin: 5px auto;
}
div#footer {
    text-align: center;
    font-size: 70%;
    color: #555;
    max-width: 800px;
    margin: 4em auto 1em;
}
h1, h2, h3 {
    color: #545C9A;
}
h1 {
    font-size: 120%;
    border-bottom: 1px #B4BAE0 solid;
    padding: 5px;
}
h2 {
    font-size: 100%;
}
h3 {
    font-size: 90%;
    font-weight: normal;
    font-style: italic;
}
a {
    color: #545C9A;
}
a:hover {
    text-decoration: none;
}
img.poke-lab-logo {
    width: 139px;
    height: 70px;
    margin-right: 20px;
    border: 0;
}
img.shoddybattle-logo {
    width: 206px;
    height: 42px;
    margin-bottom: 14px;
    border: 0;
}
.main-developer-contact-info, .heading-subtitle {
    padding-left: 25px;
    font-size: 80%;
    margin-top: -10px;
}
.detailed-list li {
    padding-bottom: 10px;
}
.detailed-list-info {
    padding-left: 15px;
}
