/* RESET */

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin: 0px; padding: 0px; }

/* GENERIC */

body {
    background: #282828 url(imgs/header-bkg.jpg) repeat-x scroll 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
}

li {
    list-style: none;
}

#content-wrapper {
    width: 1050px;
    margin: 0 auto;
}

/* HEADER */



#header {
    background: url(imgs/logo.png) no-repeat 0 0 scroll;
    height: 163px;
    width: 1050px;
    margin: 0 auto;
    position: relative;
}

#logo a {
    display: block;
    width: 490px;
    height: 163px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -9999px;
}

#bookmark img {
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
}

#banner img {
    border: none;
    position: absolute;
    top: 60px;
    right: 0px;
}

/* NAVIGATION */


#nav {
    background: url(imgs/menu-bkg.png) no-repeat 0 0 scroll;
    margin: 0 auto;
    height: 37px;
    width: 611px;
    padding-top: 9px;
}

#nav ul li {
    float: left;
    width: 150px;
    text-align: center;
}

#nav ul li a {
    font-size: 17px;
    font-weight: bold;
    color: #eae1c0;
    text-decoration: none;
    
}

#nav ul li a:hover {
    color: #0a353d;
}

/* THUMBS */

.thumbs a img {
    border: 2px solid #000;
    width: 200px;
    height: 200px;
    margin: 2px 0 0 2px;
}

.thumbs a:hover img  {
    border: 2px solid #bd4c05;
}

/* PAGINATION */

.pagination {
    float: left;
    font-weight: bold;
    line-height: 2.6em;
    padding-left: 20px;
    color: #000;
    padding: 0;
    letter-spacing: 4px;
    font-size: 22px;
    font-weight: bold;
}

.pagination a {
    color: #fff;
    text-decoration: none;
}

.pagination a:hover {
    color: #bc4b05;
}

.pagination span {
    background: url(imgs/archive-pages.png) no-repeat;
    display: block;
    float: left;
    width: 214px;
    height: 61px;
    padding-right: 20px;
    text-indent: -9999px;
}

/* WORTH VISIT */

.worth-visit, friends {
    background: #171717 url(imgs/worth-visit-bkg.jpg) no-repeat 0 0 scroll;
    margin: 0 auto;
    width: 1021px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.friends {
    background: #171717 url(imgs/friends.jpg) no-repeat 0 0 scroll;
    padding-bottom: 40px;
}

.worth-visit img  {
    float: right;
    border: none 0;
    width: 400px;
    height: 300px;
    margin: 10px 10px 10px 0;
}

.post {
    width: 420px;
    float: left;
    padding: 100px 0 0px 85px;
}

.post p {
    color: #e7e0c6;
    font-size: 15px;
    text-align: center;
    padding-bottom: 20px;
    font-variant: small-caps;
    line-height: 1.4em;
}

.visit-button {
    margin: 0 auto;
    background: url(imgs/worth-visit-button.jpg) no-repeat 0 0 scroll;
    width: 378px;
    height: 63px;
    text-align: center;
    padding-top: 10px;
}

.visit-button a {
    font-size: 22px;
    color: #e2dcc0;
    font-weight: bold;
    text-decoration: none;
}

/* 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-top: 120px;
}

#top-traders ul {
    float: left;
    width: 250px;
}

#top-traders ul li {
    background: url(imgs/bullet.gif) no-repeat 0 10px scroll;
    text-indent: 15px;
    margin-left: 25px;
    line-height: 2.5em;
 }

#top-traders ul li a {
    font-size: 17px;
    letter-spacing: -0.3px;
    line-height: 2em;
    margin-left: 10px;
    text-indent: 40px;
    color: #c94725;
    text-decoration: none;
    text-transform: capitalize;
    font-variant: small-caps;
}

#top-traders ul li a:hover {
    text-decoration: underline;
}

/* FOOTER */

#footer-wrapper {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
    padding-top: 40px;
}

#footer-logo {
    background: url(imgs/footer-logo.jpg) no-repeat 0 0 scroll;
    margin: 0 auto;
    width: 416px;
    height: 142px;
}

#footer-text {
    text-align: center;
}

#footer-text a {
    color: #c94725;
    font-size: 15px;
    text-decoration: none;
}

/* 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%;
}
