body {
    font-size: 13pt;
    color: black;
    background: url('/graphics/blue_angle_swirl.jpg');
    margin-left: 10%;
    margin-right: 10%;
    font: Helvetica, Arial, courier;
}

p {
    font-size: 13pt;
    margin-left: 6%;
    margin-right: 6%;
}

h1 {
    font-size: 15pt;
    margin-left: 6%;
}

h2 {
    font-size: 14pt;
    margin-left: 6%;
}

h3 {
    font-size: 13pt;
    margin-left: 6%;
}

h4 {
    font-size: 12pt;
    margin-left: 6%;
}

h5 {
    font-size: 10pt;
    margin-left: 6%;
}

h6 {
    font-size: 10pt;
    margin-left: 6%;
}

#masterWrapper {
    width: 100%;
}

#navWrapper {
    vertical-align: middle;
    background: url('/graphics/navbackground.png');
    border: 1px solid black;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    text-align: right;
    float: left;
    width: 10em;
    margin-right: 2px;
    padding-right: 5px;
}

#navWrapper ul {
    list-style-type: none;
}

#catchPhrase {
    clear: both;
    margin-top: 8px;
    background: white;
    border: 1px solid black;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    margin-left: 28%;
    margin-right: 0%;
}

#catchPhrase p {
    font-size: 10pt;
}

#logo {
    text-align: right;
}

#mainBody {
    clear: both;
    width: 100%;
    border: 1px solid black;
    background: white;
    margin-top: 4px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

#contactMe {
    border: 1px solid black;
    background: white;
    text-align: center;
    margin-top: 4px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

#disclaimer {
    margin-top: 4px;
    border: 1px solid black;
    background: white;
    text-align: center;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

#copyrightNotice {
    margin-top: 4px;
    border: 1px solid black;
    background: white;
    font-size: 9pt;
    text-align: center;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

#comicTitle {
    text-align: center;
}

#comicTitle h2 {
    font-size: 80%;
}

.comicNav {
    text-align: center;
    padding-bottom: 1em;
    padding-top: 1em;
}

.comicNav table {
    margin: auto;
}

.comicNav a {
    border: 0 none;
}

.comicNav a:link {
    border: 0 none;
    text-decoration: none;
}

.comicNav td:hover {
    background: blue;
}
.comicNav img {
    border: 0;
    display: block;
}

.donateForm {
    padding-top: 2px;
    padding-bottom: 2px;
}

#comicImage {
    text-align: center;
}

#generateDate {
    margin-top: 4px;
    border: 1px solid black;
    background: white;
    font-size: 9pt;
    text-align: center;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

#archiveList table {
    margin: auto;
}

#archiveList td.archiveItemLink {
    width: 20em;
}

#archiveList td.archiveItemDate {
    width: 10em;
    text-align: right;
}

#facebookListing {
    float: right;
}


