/* Reset/layout
-----------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
strong {
    font-weight:bold;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
h1 {
    font-size:22px;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
}
html {
    height: 100%;
}
body {
    font: 12px Verdana, Tahoma, sans-serif;
    width: 100%;
    height: 100%;
    background: #000000;
    line-height: 150%;
}
body.index, body.main, body.main-search {
    background: #000000 url('../img/main_bg.jpg') repeat-x 0 0;
}
a {
    color: #000;
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a.silent {
    font-size:90%;
    color: #777;
    font-weight: normal;
}
p {
    margin: 0 0 18px
}
img {
    border: none;
}
input {
    vertical-align: middle;
}
em {
    font-style: italic;
}
th, td {
    vertical-align: top;
}
.clear { clear: both; }
#wrapper {
    width: 1000px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: #fff;
}
.silent, .silent a {
    color:#888;
}

.error-tooltip {
    position:absolute;
    display:none;
    background:#ffd;
    border:1px solid #993;
    color:#000;
    padding:5px 10px;
    z-index:2000;
    line-height: 100%;
    width:250px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Pretty forms
-----------------------------------------------------------------------------*/
.small-submit {
    font-family: Tahoma, Sans Serif;
    font-size:11px;
    text-transform: uppercase;
    background:#d6d9f5 url('../img/small-button-bg.png') repeat-x 0 center;
    padding:3px 10px;
    border:1px solid;
    border-color: #fff #000 #fff #000;
    border-radius: 4px;
    cursor:pointer;
}
fieldset {
    padding:10px 0;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 200px;
    background: #000 url('../img/header_bg.jpg') 0 0 no-repeat;
}
#header h1 {
    float:left;
    background: url('../img/logo.png') 0 0 no-repeat;
    width:530px;
    height:150px;
    overflow:hidden;
    margin:0 17px;
}
#header h1 a {
    display:block;
    padding-top:99px;
}

/* Navigation
-----------------------------------------------------------------------------*/
.navigation-h {
    font-size:14px;
    font-weight:bold;
    text-transform: uppercase;
}
.navigation-h a {
    color: #fff;
}
.navigation-h ul {
    list-style: none;
    background:#701596 url(../img/nav-bg.png) repeat-x 0 0;
    height:0px;
    padding:0 15px;
}
.navigation-h ul li {
    float:left;
    background:url(../img/icons.png) no-repeat 0 -1023px;
    padding:0;
}
.navigation-h ul li a {
    display: block;
    padding:10px;
    color:#fff;
    text-decoration: none;
}
.navigation-h ul li a:hover, .navigation-h ul li.active a {
    background:#fff url(../img/nav-bg.png) repeat-x 0 -72px;
    color:#000;
}
.navigation-h h2 {
    background:#701596 url(../img/nav-bg.png) repeat-x 0 0;
    height:36px;
    padding:10px 0 0 50px!important;
    font-size:18px;
    float:none!important;
    color:#fff;
}
.navigation-h h2 span {
    padding:0 0 0 10px;
    background: url(../img/icons.png) no-repeat 0 -420px;
}

/* Messages
-----------------------------------------------------------------------------*/

.message, .validation_error {
    width:95%;
    margin:5px 10px;
    border:1px solid #d2d2d2;
    border-radius:4px;
    padding:5px 10px;
    font-weight:bold;
}
.message_error, .validation_error {
    background: #fdd;
}
.message_success {
    background: #dfd;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 100%;
    padding: 0 0 85px;
    height: 1%;
    position: relative;
    background:#fff;
}
.main #middle, .main-search #middle, .registration #middle {
    background: #fff url('../img/main-content-bg.png') repeat-x 0 0;
    padding-top:10px;
}
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
}
#content {
    padding: 0 310px 0 190px;
}
.wide #content {
    padding: 0;
}
.c2-s1 #content {
    padding: 0 310px 0 0;
}
.s1-c2 #content {
    padding: 0 0 0 190px;
}
.main-search #content {
    padding: 0 0 0 285px;
}
.index #content {
    padding: 0 250px 0 0;
}
.page #content {
    padding: 0 310px 0 215px;
}
.main #content {
    padding: 0 190px 0 260px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
    float: left;
    width: 170px;
    margin-left: -100%;
    position: relative;
}
.page #sideLeft {
    width: 215px;
}
.main-search #sideLeft {
    width: 285px;
}
.main #sideLeft {
    width: 260px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
    float: left;
    margin-right: -3px;
    width: 290px;
    margin-left: -290px;
    position: relative;
}
.index #sideRight {
    margin-left:-260px;
    width: 260px;
}
.main #sideRight {
    margin-left: -195px;
    width:195px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    width: 1000px;
    margin: -85px auto 0;
    height: 85px;
    position: relative;
    background: #000000 url(../img/footer-bg.png) repeat-x 0 0;
    color:#fff;
    font-size: 11px;
    color:#fff;
}
#footer .content {
    padding:40px 5px 10px 20px;
}
#footer .menu {
    text-align: center;
    float:left;
    width:580px;
    padding-top:10px;
}
#footer .menu a {
    color:#ffffff;
    padding:0 5px;
}
#footer .counters {
    float:right;
    width:180px;
    text-align: right;
}
#footer a {
    color: #fff;
}
#footer .copyright {
    float:left;
    width: 200px;
    padding-top:10px;
}

/* Avatars and user links
-----------------------------------------------------------------------------*/

.avatar-wrapper {
    display:block;
    position:relative;
    float:left;
    overflow:hidden;
    background-image: url("../img/avatar-wrapper-bg.png");
}

.avatar-large {
    width:130px;
    height:130px;
    padding:2px;
}

.avatar-medium {
    width:70px;
    height:70px;
    padding:2px;
}

.avatar-small {
    width:35px;
    height:35px;
    padding:0;
    background: none;
}

.avatar-guy-large, .avatar-gey-large {
    background-position: -150px -150px;
}
.avatar-guy-medium, .avatar-gey-medium {
    background-position: 0 -150px;
}
.avatar-girl-large, .avatar-lesbi-large {
    background-position: -150px 0;
}
.avatar-girl-medium, .avatar-lesbi-medium {
    background-position: 0 0;
}
.avatar-geter-large{
    background-position: -150px -300px;
}
.avatar-geter-medium {
    background-position: 0 -300px;
}

.user-link {
    white-space: nowrap;
    background: url("../img/icons.png") 0 -1080px no-repeat;
    display:inline-block;
    padding:2px 2px 2px 15px;
}
.user-link-guy {
    background-position: 0 -36px;
}
.user-link-girl {
    background-position: 2px 4px;
}
.user-link-gey {
    background-position: 0 -1185px;
    padding-left:22px;
}
.user-link-lesbi {
    background-position: 0 -1135px;
    padding-left:20px;
}
.user-link a {
    font-weight:bold;
    color:#9E3481;
}
.user-link-guy a, .user-link-gey a {
    color:#345C9E;
}
.user-link-geter a {
    color:#4A7272;
}

.user-link .mark  {
    display:inline-block;
    width:29px;
    height:9px;
    overflow: hidden;
    background: url("../img/marks.png") 0 0 no-repeat;
    padding:0;
    margin-left:3px;
}
.avatar-wrapper .mark {
    background: url("../img/marks.png") 0 0 no-repeat;
    width:29px;
    height:9px;
    position:absolute;
    bottom:2px; left: 2px;
}
.user-link .mark-real, .avatar-wrapper .mark-real {
    background-position: 0 -9px;
}

.avatar-wrapper .mark-real {
    left:33px;
}

/* Blocks
-----------------------------------------------------------------------------*/
.rc_box {
    border: 0px solid #D2D2D2;
    position: relative;
    width: auto;
    padding: 10px 15px;
    margin: 10px 15px 20px 15px;
    zoom: 1.0; /* IE7 border fix */
}
.lt_corner, .rt_corner, .lb_corner, .rb_corner {
    background: url(../img/corners.gif) no-repeat -20px -20px;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 5px;
    left: -1px;
    top: -1px;
    border:0;
}
.rt_corner {
    background-position: 0 -20px;
    left:auto;
    right: -1px;
}
.lb_corner, .rb_corner {
    height:10px;
    bottom: -1px;
    top:auto;
    left:auto;
}
.lb_corner {
    background-position: -20px -10px;
    left: -1px;
}
.rb_corner {
    background-position:  0 -10px;
    right:-1px;
}
.rc_box h3, .main_search_results h1 {
    font-weight: bold;
    font-size:13px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.rc_box .more {
    border-top: 1px solid #E9E9E9;
    margin-top: 5px;
    padding-top: 5px;
    text-align: right;
}
.rc_box .more a {
    background: url("../img/icons.png") no-repeat 0 -1266px;
    color:#686868;
    padding-left: 15px;
}

/* Flat pages
-----------------------------------------------------------------------------*/
.page-nav, .page-content {
    padding:0 10px;
}
.page-content p, .page-content li {
    font-size: 12px;
    font-family: Arial, Sans serif;
}
.page-content a {
    color: #009FD1;
}
.page-nav h3, .page-content h3 {
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px solid #BABABA;
    margin: 10px 0;
}
.page-nav ul {
    list-style: none;
}
.page-nav li {
    padding: 8px 0;
    border-bottom: 1px solid #EEE;
    font-size:11px;
}
.page-nav a {
    color: #009FD1;
    text-decoration: none;
    display: block;
    padding: 3px 0px 4px 10px;
    font-weight:bold;
    line-height: 1em;
}
.page-nav li.active a, .page-nav li a:hover {
    background: url(../img/v_nav_active_bg.png) no-repeat right top;
    color:#fff;
}
ol.text, .page-content ol, ul.text, .page-content ul {
    margin-bottom:5px;
    list-style-position:inside;
}
ol.text, .page-content ol {
    padding-left:5px;
}
ul.text, .page-content ul {
    list-style: none;
    padding-left:5px;
}
ul.text li, .page-content ul li, ol.text li, .page-content ol li {
    padding-left: 10px;
    margin-bottom:5px;
    background: url(../img/bullet_bg.gif) no-repeat 0 6px;
}

/* Profile
-----------------------------------------------------------------------------*/
table.character {
    margin-bottom: 10px;
}
table.character th, table.character td {
    padding:5px;
}
table.character th {
    font-size: 11px;
    font-weight: bold;
    line-height: 100%;
    background: url("../img/title_bg_sprite.png") no-repeat scroll left -50px #fff;
    padding:3px 5px;
}
table.character th.head2 {
    background-color: #fff;
    background-position: left top;
}
table.character th.head3 {
    background-color: #fff;
    background-position: left -100px;
}
table.character th.head4 {
    background-color: #fff;
    background-position: left -150px;
}
table.character td {
    border-bottom: 1px solid #e6e6e6;
}
table.character tr:hover {
    background: #f6f6f6;
}

/* Misc
-----------------------------------------------------------------------------*/
.rotator {
    background: none repeat scroll 0 0 #fcfbf4;
    border: 1px solid #C4BFC7;
    height: 280px;
    overflow: auto;
    padding: 0 5px;
}
.comment_list td {
    padding:5px;
    vertical-align: top;
    font-size: 10px;
    border-bottom: 1px solid #ccc;
}
.text-status {
    color: #BD46B9;
    font-weight: bold;
    font-style:	italic;
}