/* imports */
@import 'reset.css';
@import 'typography.css';

body {
    margin: 0px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    background: #f99 url(/images/body_background.jpg) repeat-x;
    color: #000;
}

a:link, a:active, a:visited, a:hover {
    color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

#header {
    margin: 0px auto;
    width: 960px;
    height: 135px;
}

    #header #logo {
        margin-right: 20px;
        width: 378px;
        height: 106px;
        float: left;
    }

    #header #meta ul {
        margin: 0;
        padding: 0;
        float: right;
    }

    #header #meta ul li {
        margin: 0 11px 10px 0;
        float: left;
        width: 172px;
        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: #0cf;
    }

    #header #meta p {
        font-size: 0.9em;
        letter-spacing: 0px;
        color: #fff;
        text-align: left;
    }

    #header #meta p a {
        color: #fff;
        font-weight: bold;
        text-decoration: underline;
    }

#content {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    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: #f99;
            font-weight: bold;
        }

        div.archives ul li a:hover {
            color: #fff;
            background-color: #0cf;
        }

    #content h2 {
        margin: 0 0 0 20px;
        height: 25px;
    }

    #content h2 strong {
        display: none;
    }

    #content h2.archives {
        background: url(../images/archives_header.jpg) top left no-repeat;
    }

    #content .block {
        margin: 0px auto;
        width: 934px;
		height: auto;
        background: url(/images/content_background.jpg) repeat-y;
    }

    #content .block a {
        color: #f99;
    }

    #content .block .top,
    #content .block .bottom {
        width: 934px;
        height: 15px;
        margin: 0 auto;
    }

    #content .block .top {
        background: url(/images/content_background_top.jpg) no-repeat;
    }

    #content .block .bottom {
        background: url(/images/content_background_bottom.jpg) no-repeat;
    }

    #content .block p {
        margin: 1px auto;
    }

    #content .block h3 {
        margin: 20px;
        text-align: center;
    }

    #content .thumbs {
        margin: 2px;
        width: 950px;
        display: block;
    }

    #content .thumbs img {
        margin: 1px;
        width: 150px;
        height: 200px;
        float: left;
        border: 1px solid #f99;
    }

    #content .toplist_row ul {
        list-style-type: none;
    }

    #content .toplist_row ul li {
        margin: 11px;
        padding-top: 25px;
        float: left;
        width: 208px;
        height: 75px;
        background: url(../images/toplist_site_background.jpg) no-repeat;
        background-position: center;
        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: #fff;
        font-weight: bold;
    }

    #content .toplist {
        margin: 15px auto;
        width: 965px;
    }

    #content .toplist ul {
        width: 200px;
        float: left;
    }

    #content .toplist ul li {
        padding-left: 20px;
        list-style-type: none;
        text-align: left;
        font-size: 1.4em;
        font-weight: bold;
        background: url(/images/toplist_bullet.jpg) left no-repeat;
    }

    #content .toplist a {
        color: #fff;
    }

    #content a.tradelink {
        color: #f99;
        font-weight: bold;
    }

    #footer {
        text-align: center;
    }
img.br {
	border:2px solid #ffffff;
	margin:2px;
}
.br {
	text-align: center;
}
table.topbar {
        height: 10pt;
        background-color: #ffffff;
        color: #06cafe;
        font: bold 16px Comic Sans MS, verdana, arial;
        padding: 0px;
        margin: 0px;
	width: 100%
}
a.topbar:link, a.topbar:visited, a.topbar:active {font-size: 12pt; font-weight: bold; color: #000000; font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif; padding-right: 8px; text-decoration: underline}
a.topbar:hover {font-size: 12pt; font-weight: bold; color: #FFFFFF; font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;text-decoration: none}
/* 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; }
