/* RESET */

body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin: 0px; padding: 0px; }  

/* GENERIC */

body {
    background: #3f2420;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #e7e7e7;
}

li {
    list-style: none;
}

/* VISUAL TOP*/

#visual-top a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#visual-top img {
    width: 220px;
    height: 160px;
    border: 0 none;
}

#content-wrapper {
    width: 1000px;
    margin: 0 auto;
}

/* WORTH VISIT */

.ad-top-bg {
    margin: 0 auto;
    margin-top: 10px;
    width: 986px;
    max-width: 986px;
    overflow: hidden;
    height: 56px;
}

.recommended {
    background: url(imgs/recommended.png) no-repeat;
}

.dating {
    background: url(imgs/dating.png) no-repeat;
}

.top-sites {
    background: url(imgs/top-sites.png) no-repeat;
}

.adult-shop {
    background: url(imgs/adult-shop.png) no-repeat;
}

.free-sites {
    background: url(imgs/free-sites.png) no-repeat;
}

.ad {
    background: #f05322;
    min-height: 200px;
    overflow: hidden;
    margin: 0 auto;
    width: 986px;
    min-height: 200px;
}

.ad img a, div.ad img {
    border: 0;
}

.ad p {
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}


.ad-bottom-bg {
    background: url(imgs/ad-bottom-bg.png) no-repeat;
    margin: 0 auto;
    width: 986px;
    height: 11px;
    margin-bottom: 20px;
}

/* TEXT LINKS */

#text-links {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 30px 0;
}

.links {
    float: left;
    width: 440px;
    padding-left: 50px;
    text-transform: capitalize;
    letter-spacing: -1px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
}

.links a {
    color: #e7e7e7;
    display: block;
    text-decoration: none;
}

.links a:hover {
    text-decoration: underline;
}

/* TOP TRADERS */

#top-traders {
    text-transform: capitalize;
    text-align: left;
    font-family: 'Arial Black'
}

#top-traders ul {
    float: left;
    width: 200px;
    padding-left: 40px;
    margin-bottom: 20px;
}

#top-traders ul li {
    background: url(imgs/bullet.png) no-repeat 0 6px scroll;
    text-indent: 25px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
 }

#top-traders ul li a {
    line-height: 1.6em;
    color: #fff;
    text-decoration: none;
}

#top-traders ul li a:hover {
    text-decoration: underline;
}


/* HEADER */

#header {
    background: url(imgs/header.jpg) no-repeat scroll 0 0;
    width: 1000px;
    height: 170px;
    margin: 0 auto;
    position: relative;
}

#header p {
    width: 200px;
    position: absolute;
    top: 35px;
    right: 35px;
}

#bookmark a {
    display: block;
    position: absolute;
    width: 150px;
    height: 30px;
    top: 110px;
    right: 50px;
}

/* PAGINATION */

.pagination {
    padding: 10px;
    margin: 0 auto;
    width: 800px;
}

.pagination span {
    display: block;
    float: left;
    font-weight: bold;
    font-size: 30px;
    line-height: 1em;
    letter-spacing: -1px;
}

.pagination ul li {
    background: url(imgs/archive-button.png) no-repeat 0 0 scroll;
    display: block;
    float: left;
    width: 35px;
    height: 36px;
    margin-left: 6px;
    text-align: center;
    font-weight: bold;
    line-height: 2em;
    font-size: 16px;
}

.pagination ul li a {
    color: #fbcf1f;
    text-decoration: none;
}

.pagination ul li a:hover {
    color: #fff;
}

/* THUMBS */

.thumbs {
    margin: 0 auto;
}

.thumbs a img {
    border: 2px solid #fbcf1f;
    width: 240px;
    height: 180px;
    margin: 3px 0 0 1px;
}

.thumbs a:hover img  {
    border: 2px solid #d07629;
}


/* FOOTER */

#footer-wrapper {
    text-align: center;
    height: 115px;
}

#footer {
    background: url(imgs/footer-logo.jpg) no-repeat 0 0 scroll;
    width: 1000px;
    margin: 0 auto;
    height: 115px;
}

#footer span {
    float: right;
    display: block;
    margin-right: 10px;
    margin-top: 35px;
}

#footer span img {
    border: 0 none;
}

#footer-text {
    padding: 30px 10px 0 0;
    float: right;
    width: 250px;
}

#footer-text a {
    color: #fcb415;
    font-size: 14px;
    text-decoration: none;
}

#footer-text a:hover {
    text-decoration: underline;
}

#footer p {
    padding: 5px;
}


/* 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%;
}
