/* imports */
@import 'reset.css';
@import 'typography.css';

body {
    margin: 0px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    background: #000 url(../images/body_background.jpg);
    color: #fff;
}

a:link, a:active, a:visited, a:hover {
    color: #FF0033;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    margin: 0 auto;
    width: 965px;
}

#header {
    height: 120px;
    background: #000;
    border-bottom: 2px solid #191919;
}

    #header #logo {
        margin-right: 20px;
        width: 294px;
        height: 121px;
        float: left;
    }

    #header #meta ul {
        margin: 0;
        padding: 0;
        float: right;
    }

    #header #meta ul li {
        margin: 0 10px 10px 0;
        float: left;
        width: 202px;
        height: 45px;
        list-style-type: none;
        text-align: center;
        font-weight: bold;
        line-height: 3em;
        background: url(../images/nav_item_background.jpg) no-repeat;
    }

    #header #meta ul li a {
        color: #fff;
    }

    #header #meta p {
        padding-top: 10px;
        font-size: 0.9em;
        letter-spacing: 1px;
    }

#content {
    margin: 0 auto;
    width: 965px;
    display: block;
    clear: both;
}

    #content .spacer {
        margin: 20px;
    }

    div.archives {
        text-align: left;
    }

        div.archives h2 strong {
            display: none;
        }

        div.archives ul {
            margin: 0 0 0 20px;
            padding: 0;
            float: left;
        }

        div.archives ul li {
            margin: 0 2px;
            list-style-type: none;
            float: left;
        }

        div.archives ul li a {
            padding: 5px;
            color: #fff;
            font-weight: bold;
        }

        div.archives ul li a:hover {
            color: #fff;
            background-color: #FF0033;
        }

    #content .block {
        margin: 0px auto;
        width: 965px;
        background: url(../images/content_background.jpg) repeat-y;
    }

    #content .block p {
        margin: 0 auto;
        width: 900px;
        text-align: center;
    }

    #content .thumbs {
        margin: 0px auto;
        width: 965px;
        display: block;
        border: 1px solid #191919;
    }

    #content .thumbs img {
        margin: 4px;
        width: 150px;
        height: 230px;
        float: left;
        border: 1px solid #191919;
    }

    #content .promo {
        margin: 10px auto 0 auto;
        padding: 10px;
        background: #000;
        border: 1px solid #191919;
        text-align: left;
    }

    #content .femjoyvid {
        width: 800px;
    }

    #content .metmodels {
        width: 800px;
    }

    #content .promo h2 {
        margin-bottom: 10px;
        font-size: 1.6em;
        font-weight: normal;
        letter-spacing: 0.3em;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 1px solid #191919;
    }

    #content .femjoyvid img {
        float: left;
        margin: 0 10px 10px 0;
    }

    #content .metmodels img {
        margin: 9px;
        width: 380px;
        height: 304px;
        float: left;
        border: 1px solid #191919;
    }

    #content .toplist_row ul {
        margin: 0;
        list-style-type: none;
    }

    #content .toplist_row ul li {
        margin: 11px;
        float: left;
        width: 208px;
        text-align: center;

    }

    #content .toplist_row ul li a:link,
    #content .toplist_row ul li a:active,
    #content .toplist_row ul li a:visited,
    #content .toplist_row ul li a:hover {
        color: #FF0033;
        font-weight: bold;
    }

    #content ul.toplist_sites li h4 {
        margin: 20px auto 0 auto;
        font-size: 1.6em;
        font-weight: bold;
    }

    #content ul.toplist_sites li p {
        font-size: 0.9em;
    }

    #content .toplist {
        margin: 20px auto;
        width: 840px;
    }

    #content .toplist ul {
        margin: 5px;
        width: 200px;
        float: left;
        overflow: hidden;
    }

    #content .toplist ul li {
        text-align: left;
        padding-left: 30px;
        list-style-type: none;
        font-size: 1.3em;
        font-weight: bold;
        background: url(../images/toplist_bullet.jpg) left no-repeat;
    }

    #content .toplist a {
        color: #fff;
    }

#footer {
    padding: 20px;
    background: #000;
    border-top: 2px solid #191919;
}

    #footer p {
        margin: 0;
        padding: 0;
        font-size: 0.9em;
        text-align: center;
    }

    #footer p a.tradelink {
        color: #b31a54;
        font-weight: bold;
    }

    #footer div {
        text-align: center;
    }

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }
.clear:after, .container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }