/* 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: #4D152F;
    line-height: 150%;
}
body.index, body.main, body.main-search {
    background: #4D152F url('../img/main_bg.jpg') repeat-x 0 0;
}
a {
    color: #570B77;
    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;
}
.small { font-size:10px; }
.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:3000;
    line-height: 100%;
    width:250px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.34);
    -moz-box-shadow:    7px 7px 5px rgba(50, 50, 50, 0.34);
    box-shadow:         7px 7px 5px rgba(50, 50, 50, 0.34);
}

/* Pretty forms
-----------------------------------------------------------------------------*/
.small-submit {
    font-family: Tahoma, Sans Serif;
    font-size:11px;
    text-transform: uppercase;
    background:#fccf43 url('../img/small-button-bg.png') repeat-x 0 center;
    padding:3px 10px;
    border:1px solid;
    border-color: #fef1b9 #f3c640 #b08322 #f3c640;
    border-radius: 4px;
    cursor:pointer;
}
.small-submit2 {
    font-family: Tahoma, Sans Serif;
    font-size:11px;
    text-transform: uppercase;
    background:#57f23d url('/inc/domains/default/img/nav_green.png') repeat-x 0 center;
    padding:3px 20px;
    border:1px solid;
    border-color: #bef9ac #54ee37 #32ca11 #54ee37;
    border-radius: 4px;
    cursor:pointer;
    color: #000;
    text-decoration: none;
}
fieldset {
    padding:10px 0;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 135px;
    background: #fff url('../img/header_bg.jpg') 0 0 no-repeat;
}
#header .logo {
    float:left;
    background: url('../img/logo.jpg') 0 0 no-repeat;
    width:330px;
    height:99px;
    overflow:hidden;
    margin:0 17px;
}
#header .logo a {
    display:block;
    padding-top:99px;
}

/* Navigation
-----------------------------------------------------------------------------*/
.navigation-h {
    font-size:10px;
    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:36px;
    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;
}
.article #content {
    padding: 15px 250px 0 250px;
}


/* 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;
}
.article #sideLeft {
    width:230px;
    padding-top:15px;
}


/* 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;
}
.article #sideRight {
    margin-left: -250px;
    width:250px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    width: 1000px;
    margin: -85px auto 0;
    height: 85px;
    position: relative;
    background: #5f034d 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:600px;
    padding-top:10px;
}
#footer .menu a {
    color:#FF98C9;
    padding:0 5px;
    white-space: nowrap;
}
#footer .counters {
    float:right;
    width:180px;
    text-align: right;
}
#footer a {
    color: #fff;
}
#footer .copyright {
    float:left;
    width: 180px;
    padding-top:10px;
    overflow: hidden;
}

/* 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: 1px 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, .rc_box h1, .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 #ADCFF3;
    padding:3px 5px;
}
table.character th.head2 {
    background-color: #ECADF3;
    background-position: left top;
}
table.character th.head3 {
    background-color: #F2F9A7;
    background-position: left -100px;
}
table.character th.head4 {
    background-color: #B5F3AD;
    background-position: left -150px;
}
table.character td {
    border-bottom: 1px solid #e6e6e6;
}
table.character tr:hover {
    background: #f0e1f5;
}
/* User menu
-----------------------------------------------------------------------------*/
ul.user_menu {
    list-style: none;
    margin:10px 0;
}
ul.user_menu li {
    background: url("../img/button_sprite.png") no-repeat scroll left top transparent;
    margin-bottom:10px;
    overflow:hidden;
    height:24px;
}
ul.user_menu li a {
    font-size: 11px;
    line-height:100%;
    display:block;
    font-weight: bold;
    padding: 6px 5px 6px 35px;
    width: 95px;
    background: url("../img/icons.png") no-repeat scroll 12px -715px transparent;
}
ul.user_menu li a.send-message {
    background-position: 12px -392px;
}
ul.user_menu li a.photos, ul.user_menu li a.private-photos {
    background-position: 12px -515px;
}
ul.user_menu li a.add-lover {
    background-position: 12px -754px;
}
ul.user_menu li a.present {
    background-position: 12px -1397px;
}
ul.user_properties {
    list-style: none;
    font-size: 11px;
}
ul.user_properties li {
    padding:5px 0;
    margin:5px 0;
    border-bottom: 1px solid #ccc;
}

/* Misc
-----------------------------------------------------------------------------*/
.rotator {
    background: none repeat scroll 0 0 #F9F4DD;
    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;
}

/* Funny form */
.fancy-form {
    width:450px;
    margin: 20px auto;
}
.fancy-form .head {
    background: #ba20b2;
    font-size:11px;
    font-weight:bold;
    color:#fff;
    padding:5px 10px;
    position: relative;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-color: #755678 #c52cbc #9e0095 #c52cbc;

    background-image: linear-gradient(bottom, #9C0094 0%, #D13ECC 100%);
    background-image: -o-linear-gradient(bottom, #9C0094 0%, #D13ECC 100%);
    background-image: -moz-linear-gradient(bottom, #9C0094 0%, #D13ECC 100%);
    background-image: -webkit-linear-gradient(bottom, #9C0094 0%, #D13ECC 100%);
    background-image: -ms-linear-gradient(bottom, #9C0094 0%, #D13ECC 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #9C0094),
        color-stop(1, #D13ECC)
    );
}
.fancy-form .body {
    padding: 20px;
    background-image: linear-gradient(bottom, #D1CFD1 2%, #DCDCDC 7%, #FAFAFA 34%);
    background-image: -o-linear-gradient(bottom, #D1CFD1 2%, #DCDCDC 7%, #FAFAFA 34%);
    background-image: -moz-linear-gradient(bottom, #D1CFD1 2%, #DCDCDC 7%, #FAFAFA 34%);
    background-image: -webkit-linear-gradient(bottom, #D1CFD1 2%, #DCDCDC 7%, #FAFAFA 34%);
    background-image: -ms-linear-gradient(bottom, #D1CFD1 2%, #DCDCDC 7%, #FAFAFA 34%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, #D1CFD1),
        color-stop(0.07, #DCDCDC),
        color-stop(0.34, #FAFAFA)
    );
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border: 1px solid #ccc;
    border-top: 0;

    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4);
}
.fancy-form input, .fancy-form textarea {
    width:395px;
    font-size: 12px;
    padding:2px 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.fancy-form .message {
    margin:0 0 5px 0!important;
    width:395px !important;
    padding: 5px !important;
}
.fancy-form p {
    margin: 0 0 5px 0;
}
.fancy-form .small-submit {
    padding: 5px !important;
}

.feedback-text {
    padding: 10px;
    width: 670px;
    margin: 0 auto;
    font-size: 11px;
}

.feedback-text h2, .feedback-text h3 {
    font-size:16px;
    margin: 1em 0 .5em 0;
}

.feedback-text h2 {
    font-size:18px;
}
.feedback-text ul {
    list-style:none;
}
.feedback-text ul li {
     padding: 3px 0 0 0;
}
.feedback-text ul li a {
    text-decoration: none;
    border-bottom: dashed 1px;
}
.feedback-text ul blockquote {
    padding:20px;
    margin: 10px 0 5px 0;
    background:#ffd;
}
.blue-block {
    background: url(../img/blue_bg.gif) repeat-x 0 0;
}
.yellow-gray-block {
    background: #F1F1F5 url(../img/partners_bg.png) repeat-x 0 0;
}

/* articles */

.article-list {
    width:650px;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    padding: 0 15px;
    margin: 15px;
}
.article-title {
    font-size: 16px;
    border-bottom: 2px solid #BABABA;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.blog_post {
    margin: 10px 0;
    padding: 10px 0;
}

.blog_post h2 {
    color: #444444;
    font-size: 12px;
    margin: 5px 0;
    text-transform: uppercase;
}

.nav_list {
    font-size: 11px;
    list-style: none outside none;
}
.nav_list li {
    border-bottom: 1px solid #EEEEEE;
    padding: 8px 0;
}
.nav_list li a {
color: #009FD1 !important;
    display: block;
    line-height: 1;
    padding: 3px 0 4px 10px;
    text-decoration: none;
}
.nav_list li.active a, .nav_list li a:hover {
    background: url("/inc/domains/default/css/../img/vir_nav_bg.png") no-repeat scroll right top transparent;
    color: #FFFFFF !important;
    display: block;
}
.blog_nav {
    list-style: none outside none;
}
.blog_nav li {
    padding: 0 0 10px;
}
.post_content {
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    padding: 0 20px;
}
.post_content h3 {
    padding: 20px 0 10px;
    font-size: 16px;
}
.post_content p {
    padding: 5px 0;
}
.post_content p img, .post_content p iframe {
    margin: 15px 0;
    width:100% !important;
}

/** pagination **/
.ci .pagination {
    font-size: 11px;
}
.ci .pagination a, .ci .pagination strong {
    border: 1px solid #ECAAF3;
    display: inline-block;
    line-height: 100%;
    margin: 0 1px;
    padding: 3px 5px;
    font-weight: normal;
}

.ci .pagination a {
    background: none repeat scroll 0 0 #EFDBFB;
    text-decoration: none;
}
.ci .pagination .prev a, .ci .pagination .next a {
    font-weight: bold!important;
    width:100px;
    text-transform: lowercase;
    border:0!important;
    background: transparent!important;
}


.present-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("/media/badanga/img/small-button-bg.png") repeat-x scroll 0 center #FCCF43;
    border-color: #FEF1B9 #F3C640 #B08322;
    border-image: none;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: Tahoma,Sans Serif;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 410px;
}

.dot_border{
    font-size:11px;
    background:url(/inc/domains/default/img/icon_sprite.png) no-repeat right -489px;
    margin-right:5px;
    padding-right:8px;
}
.error-strip, .message-strip {
    margin:5px 0;
    padding:5px 10px;
    color:#fff;
    font-weight:bold;
    background: #900;
}
.message-strip {
    background: #040;
}
.comments h4 {
    background: #f2f9a7 url(/inc/domains/default/img/title_bg_sprite.png) repeat-y left -100px;
    padding: 0 6px;
    font-size: 11px;
    margin: 5px 0 5px 0;
}

.comments .comment-list {
    list-style: none;
}

.comments .comment-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ecaaf3;
    position: relative;
}
.comments .comment-list li .date {
    text-align: right;
    color: #858585;
    float:right;
}
.comments .comment-list li .comment-avatar-wrapper {
    float:left;
    width:40px;
}
.comments .comment-list li .comment-content {
    padding-left:45px;
}
.comments .comment-list li .comment-content .text {
    font-size:10px;
}

#article-content li {
    list-style-position: inside;
    padding: 10px 0;
}

#article-content footer {
    font-size: 8px;
    line-height: 9px;
    color: #B4B4B4;
}

#article-content mark {
    background: none;
    font-size: 19px;
}

#article-content h5 {
    font-size: 19px;
    line-height: 110%;
    padding-bottom: 10px;
}

.navigation-h span.off {
    color:#d4b9df;
}
.navigation-h .active span.off {
    color:#777;
}