/* -----------------------------------------------------------------------------
 * - Main Site Layout/Style ----------------------------------------------------
 * -------------------------------------------------------------------------- */

body {
    font-family: "Times New Roman", Times, serif;
    background: url("/static/images/background.png") no-repeat;
    background-color: #f8f8f8;
}

#mainContent {
    position: absolute;
    top: 58px;
    left: 208px;
    /*width: 576px; */
}

#mainContent #pranksArea {
    width: 576px;

    /* XXX: Using this hard-coded height makes the "other pranks" page not look
            so good. */
    /*height: 520px;*/

    /* Believe it or not, this min-height business seems to work in IE7.
       Since it will almost certainly not work in older IE's, it may look like
       crap in those (for pages that don't have 5 pranks listed), but that's
       fine with me. */
    min-height: 520px;

    border: 1px solid #c9c9c9;
    background-color: #f7f7f7;
}

#mainContent #prankListNavigation {
    width: 570px;
    height: 25px;
    text-align: right;
}

#googleAds {
    position: absolute;
    left: 840px;
    top: 58px;
    width: 120px;
    height: 600px;
    border: 1px solid #c9c9c9;
    padding: 10px;
    background-color: white;
}

footer {
  margin-top: 2em;
}
footer > div {
    margin-top: 1.5em;
    font-size: 75%;
    color: #555;
    clear: left;
} 
footer > div > div {
    width: 35px;
    float: left;
    text-align: center;
}
footer > div .blurb {
    width: 530px;
    margin: 1em;
    height: 2em;
    text-align: left;
}

#useStandardsCompliantBrowser {
    clear: both;
    padding-top: 0.5em;
    margin-left: 40px;
    font-size: 70%;
    color: #888;
}
#useStandardsCompliantBrowser a {
    /*color: #888;*/
    /*text-decoration: underline;*/
}

#quickPaddingHack {
    height: 4.5em;
    width: 800px;
    background: none;
    border: none;
}

a:link, a:visited {
    color: #4080BF;
    text-decoration: none;
}
a:hover {
    background-color: #dfffff;
}


/* -----------------------------------------------------------------------------
 * - Pranks List ---------------------------------------------------------------
 * -------------------------------------------------------------------------- */

.pranks {
    width: 100%;
    padding: 0.5em;
    border: 0;
    position: relative;
}

.pranks tr.odd {
    background-color: #f2f2f2;
}

.pranks tr.even {
    background-color: inherit;
}

.pranks td {
    padding: 0.2em;
    border: none;
}

.pranks .icon {
    width: 84px;
}

.pranks .icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    border: none;
    /* specify the width/height so the dimensions don't change as a picture
       loads in */
    width: 80px;
    height: 80px;
}

.pranks .name {
    padding-left: 1em;
    width: 60%;
}

.pranks .name a {
    font-size: 125%;
    color: #777;
    font-weight: bold;
}

.pranks .links {
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    white-space: nowrap;
    vertical-align: bottom;
    text-align: right;
    font-size: 90%;
    color: #bbb;
}

#prankListNavigation {
    padding-top: 0.5em;
    font-size: 110%;
}

#prankListNavigation a {
    margin-left: 0.75em;
}

