/* RESET */

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin: 0px; padding: 0px; }

/* GENERIC */

body {
    background: #0c0b0a url(imgs/bkg.jpg) no-repeat top center scroll;
    font-family: Verdana, Helvetica, sans-serif;
    color: #fff;
    font-size: 13px;
}

li {
    list-style: none;
}

#content-wrapper {
    margin: 0 auto;
    width: 1200px;
}

/* HEADER */

#logo a {
    display: block;
    width: 565px;
    height: 175px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999px;
}

#header {
    background: url(imgs/header.jpg) no-repeat 0 0 scroll;
    width: 1200px;
    height: 181px;
    margin: 0 auto;
    position: relative;
}

#header ul {
    background: url(imgs/nav-bkg.png) no-repeat 0 0 scroll;
    position: absolute;
    top: 25px;
    right: 45px;
    width: 549px;
    height: 31px;
    text-align: center;
}

#header ul li {
    float: left;
    width: 100px;
    margin-left: 8px;
}

#header ul li a {
    font-size: 15px;
    letter-spacing: -.4px;
    color: #000;
    text-decoration: underline;
    line-height: 2em;
}

#header ul li a:hover {
    text-decoration: none;
}

li .bookmark {
    color: #c2190f;
}

#banner {
    width: 350px;
    height: 80px;
    position: absolute;
    top: 80px;
    right: 120px;
}

#banner img {
    border: none 0;
}

#welcome {
    width: 1150px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

/* THUMBS */

.thumbs {
    width: 1150px;
    margin: 0 auto;
}

.thumbs a img {
    border: 2px solid #000;
    width: 180px;
    height: 240px;
    margin: 2px 0 0 2px;
}

.thumbs a:hover img  {
    border: 2px solid #c2190f;
}

/* PAGINATION */

.pagination {
    padding: 10px;
    margin: 0 auto;
    width: 1050px;
}

.pagination span {
    display: block;
    float: left;
    font-size: 21px;
    font-weight: bold;
    padding-right: 8px;
}

.pagination ul li {
    background: url(imgs/archive.png) no-repeat 0 0 scroll;
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    margin-left: 5px;
    text-align: center;
    line-height: 1.8em;
}

.pagination ul li a {
    color: #000;
    font-size: 15px;
}


.pagination ul li a:hover {
    text-decoration: none;
}

/* WORTH VISIT */

#worth-visit, #friends {
    background: url(imgs/worth-visit-bkg.jpg) no-repeat 0 0 scroll;
    width: 1101px;
    min-height: 438px;
    margin: 0 auto;
    margin-bottom: 20px;
}

 #friends {
    background: url(imgs/friendly-sites.jpg) no-repeat 0 0 scroll;
}

.premium-banner {
    float: left;
    padding: 30px 0 0 20px;
}

.premium-banner img {
    border: none 0;
}

.post {
    float: right;
    width: 500px;
    text-align: left;
    padding: 80px 75px 0 0;
}

.post p {
    font-size: 17px;
    line-height: 1.3em;
    padding-bottom: 30px;
}

.premium-link {
    background: url(imgs/premium-bullet.png) no-repeat 0 0 scroll;
    padding-left: 35px;
}

.premium-link a {
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    color: #c2190f;
    display: block;
}

/* TEXT LINKS */

#text-links {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0 30px 0;
}

.links {
    float: left;
    width: 490px;
    padding-left: 50px;
    text-transform: capitalize;
    font-size: 17px;
    letter-spacing: -0.3px;
    line-height: 2em;
}

.links a {
    color: #e7e0c6;
    display: block;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
}

/* TOP TRADERS */

#top-traders {
    margin: 0 auto;
    width: 1000px;
    padding: 80px 0 100px 0;
}

#top-traders ul {
    float: left;
    width: 246px;
}

#top-traders ul li {
    background: url(imgs/bullet.gif) no-repeat 0 10px scroll;
    font-weight: bold;
    text-indent: 10px;
    margin-left: 40px;
    line-height: 2.5em;
 }

#top-traders ul li a {
    font-size: 16px;
    line-height: 2em;
    margin-left: 10px;
    text-indent: 40px;
    color: #c2190f;
    text-decoration: none;
    text-transform: capitalize;
}

#top-traders ul li a:hover {
    text-decoration: underline;
}

/* FOOTER */

#footer {
    height: 60px;
    background: #1b1712;
    text-align: center;
    margin-top: 20px;
    padding-top: 25px;
}

#footer p {
    width: 600px;
    margin: 0 auto;
}

#footer p a {
    color: #c2190f;
    text-decoration: underline;
}


/* TOOLS */

.clear {
    clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
