@import url('css/rating.css');
@import url('/func/jwysiwyg/jquery.wysiwyg.css');

body
{
	margin:0;
	padding:0;
    background:url('bg.png') repeat-x #acaaab;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#FFFFFF;
}

a, img, div
{ 
	behavior:url('/gfx/iepngfix.htc');
}  

a, a:visited
{
	text-decoration:none;
	color:#F0A00B;
}

a:hover
{
	text-decoration:underline;
}

.embed object embed
{
    margin-bottom:20px;
}

#layout
{
    width:990px;
    margin:0px auto;
}

#top
{
    height:100px;
}

#logo
{
    width:260px;
    height:90px;
    background:url('logo.png');
    float:left;
    display:block;
}

#updates
{
    width:350px;
    position:absolute;
    margin:74px 0 0 640px;
    font-weight: bold;
    color:#D91F1F;
    font-size:13px;
    line-height:20px;
    padding:0 0 0 24px;
    background:url('icons/updates.png') no-repeat left center;
}

#login-box
{
    width:330px;
    height:50px;
	line-height:25px;
    margin:5px 0 0 0;
    padding:5px 10px;
    float:right;
    background-color:#3F000B;
   	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#login-box-done div
{
	float:left;
	margin:0 5px 0 0;
	padding:1px 5px 1px 22px;
	line-height:25px;
	background-repeat:no-repeat;
	background-position:3px center;
    cursor: pointer;
}

#login-box-done div a, #login-box-done div a:visited, #logina-box-done div a:hover
{
    color:#fff;
    text-decoration: none;
}

#login-box-done div#user-login:hover
{
    background-color: transparent!important;
}

#login-box-done div:hover
{
    background-color:#7F0014;
}

#login-box-done div#user-login
{
	float:none;
	padding:0;
}

#login-box-done div#favorites
{
	background-image:url('icons/fav.png');
}

#login-box-done div#account
{
	background-image:url('icons/account.png');
}

#login-box-done div#logout
{
	background-image:url('icons/logout.png');
}

#menu
{
    overflow:hidden;
    margin-bottom:10px;
}

#menu div
{
    float:left;
    width:203px;
    padding:10px 5px 10px 35px;
    border:1px solid #3B3633;
    background-color:#3B3633;
    background-repeat:no-repeat;
    background-position:6px center;
    font-size:15px;
    margin:1px;
}

#menu div a
{
    text-decoration:none;
}

#menu div a strong
{
    font-weight:normal;
}

#menu div:hover
{
    background-color:#7F0014;
    border:1px solid #3B3633;
    cursor: pointer;
}

#menu div#left-top
{
    -moz-border-radius-topleft:4px;
	-webkit-border-radius-topleft:4px;
	border-radius-topleft:4px;
}

#menu div#left-bottom
{
    -moz-border-radius-bottomleft:4px;
	-webkit-border-radius-bottomleft:4px;
	border-radius-bottomleft:4px;    
}

#menu div#right-top
{
    -moz-border-radius-topright:4px;
	-webkit-border-radius-topright:4px;
	border-radius-topright:4px;     
}

#menu div#right-bottom
{
    -moz-border-radius-bottomright:4px;
	-webkit-border-radius-bottomright:4px;
	border-radius-bottomright:4px;  
}

#menu div a
{
    color:#fff;
}

#page-head
{
    line-height:24px;
    background-color:#3F000B; 
    -moz-border-radius-topleft:4px;
	-webkit-border-radius-topleft:4px;
	border-radius-topleft:4px;   
}

#page-head div
{
    padding:0 5px 3px 5px;
    border-bottom:1px dashed #fff;
}

#page-head div a, #page-head div a:visited
{
    color:#fff;
}

#container
{
    overflow:hidden;
}

#container #main
{
    float:left;
    width:790px;
}

#container #right
{
    float:right;
    width:190px;
    margin:0 0 0 10px;
}

#right-block
{
    -moz-border-radius-topright:4px;
	-webkit-border-radius-topright:4px;
	border-radius-topright:4px; 
    -moz-border-radius-bottomright:4px;
	-webkit-border-radius-bottomright:4px;
	border-radius-bottomright:4px;  
    background-color: #3F000B;  
    padding: 0 0 5px 0;
}

#right-ad
{
    margin-top:40px;
}

#right-ad div
{
    margin:0 auto 40px auto;
}

#container #right a, #container #right a:visited
{
    color:#fff;
}

#container #right .promo
{
    margin:0 0 10px 0;
    padding:0 5px 5px 5px;
    border-bottom:1px dashed #fff;
}

#container #right .header
{
    font-size:15px;
    font-weight:bold;
    margin:0 0 5px 0;
}

#container #right .element
{
    background-repeat:no-repeat;
    background-position:left top;
    padding:0 0 0 30px;
    margin:0 0 5px 0;
    font-size:11px;
    min-height:32px;
}

#container #right .element a strong
{
    font-weight:normal;
}

#container #right #search
{
    padding:5px 5px 0 5px;
    margin: 0 0 10px 0;
}

#container #right #tags a
{
    padding:2px;
}

#container #right #tags a strong
{
    font-weight:normal;
}

#container #right #tags a:hover
{
    text-decoration:none;
    background-color:#7F0014;
}

#container #right #action
{
    overflow:hidden;
    border-bottom: none;
    padding:0;
}

#container #right #action div
{
    float:left;
    margin:0 0 0 5px;
    overflow:hidden;
    width:50px;
    padding:3px;
    text-align:center;
    cursor:pointer;
}

#container #right #action div:hover
{
    background-color:#7F0014;
}

#container #right #action a
{
    display:block;
    width:40px;
    height:44px;
    background-repeat: no-repeat;
    background-position: center 4px;
    margin:auto;
}

#container #right #tab
{
    background-image:url('icons/tab.png');
}

#container #right #rss
{
    background-image:url('icons/rss.png');
}

#container #right #contact
{
    background-image:url('icons/contact.png');
}

div.success_box
{
    border:1px solid green;
}

#page-content
{
    background:url('bg_head.png') repeat-x #7F0014;
    padding:5px 5px 20px 5px;
    -moz-border-radius-topleft:4px;
	-webkit-border-radius-topleft:4px;
	border-radius-topleft:4px;
    -moz-border-radius-bottomleft:4px;
	-webkit-border-radius-bottomleft:4px;
	border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
	-webkit-border-radius-bottomright:4px;
	border-radius-bottomright:4px;
}

.subpage-head
{
   font-weight:bold; 
}

/* komentarze */

#write-comment
{
    margin:10px 0;
    overflow:hidden;
}

#write-comment form
{
    width:408px;
}

#write-comment textarea
{
    width:400px;
    height:100px;
}

#write-comment .submit
{
    float:right;
}

.comment
{
    width: 600px;
    background:#CFCFCF;
    margin:0 0 10px 0;
    color:#000;
    padding:2px;
}

.comment .header
{

    color:#5F5F5F;
    font-size:11px;
    border-bottom:1px dotted #5F5F5F;
    padding:0 0 3px 0;
    overflow:hidden;
}


.comment .header a
{
    color:#7F0014;
}

.comment .text
{
    padding:5px 2px; clear:both;
}

.comment-head-left
{
    float:left;
}

.comment-head-right
{
    float:right;
}

/* /// komentarze /// */

.favorites-list-content
{
    overflow:hidden;
    margin: 0 0 10px 0;
}

.favorites-list-content .favorite-img
{
    float:left;
}

.favorites-list-content .favorite-img img
{
    width:150px;
    height:150px;
   	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
    opacity: .7;
    background:#000;
}

.favorites-list-content .favorite-img img:hover
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    opacity: 1;
    background:transparent;
}

.favorites-list-content .favorite-info
{
    float:left;
    margin:0 0 0 15px;
    width:600px;
}

.favorites-list-content .favorite-info h1
{
    margin-top:0;
    float:left;
}

.favorites-list-content .favorite-info button.favorite_delete
{
    float:left;
    background:url('icons/del.png') no-repeat left 3px;
    font-size:11px;
    border:0;
    color:#fff;
    cursor: pointer;
    width:auto;
    padding:3px 0 3px 18px;
    margin:0 0 0 10px;
}

.favorites-list-content .favorite-info ul
{
    clear:both;
    list-style-type: square;
}

#bottom
{
    background-color:#7F0014;
    padding:0 5px 5px 5px;
    overflow:hidden; 
    -moz-border-radius-bottomright:4px;
	-webkit-border-radius-bottomright:4px;
	border-radius-bottomright:4px; 
    -moz-border-radius-bottomleft:4px;
	-webkit-border-radius-bottomleft:4px;
	border-radius-bottomleft:4px; 
}

/* paginacja */
#pagination
{
    text-align:center;
    margin:20px 0 15px 0;
}

#pagination a
{
    color:#fff;    
}

.nav, .first, .last
{
    padding:4px 5px;
    font-size:14px;
    background-color:#3B3633;
    margin:0 3px 0 0;
    border:1px solid #3B3633;
}

.prev, .next
{
    padding:4px 5px;
    font-size:14px;
    background-color:#7F7F7F;
    margin:0 3px 0 0;
    border:1px solid #3B3633;
}

.nav:hover, .prev:hover, .next:hover, .first:hover, .last:hover
{
    text-decoration:none;
    background-color:#3F000B;
    border:1px solid #ACAAAB;
}

.act
{
    padding:4px 5px;
    font-size:14px;
    font-weight:bold;
    margin:0 3px 0 0;
    background-color:#E36216;
    border:1px solid #ACAAAB;
}

.act:hover
{
    text-decoration:none;
}

/* /// paginacja /// */

.alert
{
    width:710px;
    margin:0 auto 5px auto;
    padding:10px 10px 10px 55px;
    background:url('icons/warning.png') no-repeat 10px center #3F000B;
}

.alert2
{
    background:url('icons/warning2.png') no-repeat 10px center #3F000B;
}

.advice
{
    background:url('icons/advice.png') no-repeat 10px 15px #3F000B;
}

.alert span
{
    display:block;
    font-size:14px;
    font-weight:bold;
    color:#ED9213;
    padding:0 0 3px 0;
    margin:0 0 3px 0;
    border-bottom:1px dashed #fff;
}

.alert #share_large
{
    padding:0 10px 0 0;
    margin:0 7px 0 0;
    border-right: 2px solid #fff;
}

.copyright
{
    padding:0 5px;
    font-style:italic;
}

#footer
{
    margin:5px 0;
    font-size:11px;
    color:#000;
    width:790px;
}

#footer #copyright
{
    float:left;
}

#footer #up
{
    float:right;
}

#footer #up a
{
    font-weight:bold;
    color:#000;
}

#footer #up a:hover
{
    text-decoration: none;
}
/* formularz */
#register_form
{
    margin:10px 0 0 0;
}

div.row
{
    clear:both;
    margin:0 0 10px 0;
    overflow:hidden;
}

div.row div, div.row label
{
    float:left;
}

div.row label
{
    width:200px;
    line-height:22px;
}

div.row label#pass, div.row label#name, div.row label#create, div.row label#email, div.row label#comments, div.row label#fav
{
    background-position:left center;
    background-repeat:no-repeat;
    padding:0 0 0 20px;
    font-weight:bold;
}

div.row label#pass
{
    background-image:url('icons/pass.png');
}

div.row label#name
{
    background-image:url('icons/user.png');
}

div.row label#create
{
    background-image:url('icons/create.png');
}

div.row label#email
{
    background-image:url('icons/email.png');
}

div.row label#comments
{
    background-image:url('icons/comments.png');
    margin:0;
}

div.row label#fav
{
    background-image:url('icons/fav.png');
}

div.row div
{
    line-height: 22px;
}

div.row div input
{
    float:left;
}

div.row div .error
{
    width:300px;
}

div.row div label.error
{
    margin:0 0 0 5px;
    padding:0 0 0 20px;
    background:url('icons/error.png') no-repeat left center;
}

/* /// content /// */

.content
{
    width:790px;
    background-color:#7F0014;
    padding:0 0 10px 0;
}

.content .head
{
    overflow:hidden;
    background:url('bg_head.png') repeat-x #7F0014;
    padding:5px 5px 0 5px;
    min-height:57px;
    margin:6px 0 0 0;
}

.content .head .date
{
    float:left;
    width:auto;
    text-align:left;
    margin: 0 0 5px 0;
    font-size:11px;
    line-height: 20px;
}

.content .head .info
{
    text-align:right;
    float:right;
    width:420px;
    font-size:11px;
}

.content .head #share
{
    float:left;
    width:100px;
    padding:3px 0 0 2px;
}

.content .head .info .container
{
    float:right;

}

.content .head .info .container div
{
    float:left;
    margin:0 12px 0 0;
}

.content .head .info .container .cont-icon
{
    background-repeat:no-repeat;
    background-position: left center;
    line-height:16px;
    height:16px;
    padding:0 0 0 20px;
    font-weight:bold;
}

.content .head .info .container .comments
{
    background-image:url('icons/comments.png');
}

.content .head .info .container .shows
{
    background-image:url('icons/views.png');
}

.content .head .info .container .mini-stars
{
    background-repeat:no-repeat;
    width:113px;
    height:16px;
}

.content .head .info .container .go-up
{
    margin-right:0;
    padding:0 0 0 5px;
    border-left: 1px solid #fff;
    height:16px;
    line-height:16px;
    font-size:14px;
}

.content .head .info .container a, .content .head .info .container a:visited
{
    color:#fff;
}

.content .head .info .favorite
{
    float:right;
    padding:0 0 0 3px;
}

.content .head .info button#fav_add
{
    background:url('icons/fav.png') no-repeat left center;
    font-size:11px;
    border:0;
    color:#fff;
    cursor: pointer;
    width:auto;
    padding:0 0 0 16px;
    height:16px;
    line-height: 16px;
}

.content .body
{
    padding:5px;
}

.content .head .title
{
    clear:both;
    text-align:left;
    background-repeat:no-repeat;
    margin:0 0 5px 0;
    padding:0 0 0 30px;
    height:26px;
    line-height: 26px;
}

.content .head .title h1, .content .head .title h2
{
    float:left;
    padding:0;
    margin:0;
}

.content .head .title a
{
    color:#F0A00B;
}

h1, h2
{
    font-size:18px;
}

.content .head .title span
{
    float:left;
    margin:0 0 0 10px;
    font-size: 18px;
}

.content .head .text
{
    clear:both;
    margin:2px 0;
}

.content .head .star
{
    float:right;
    width:320px;
}

.content .head .tags
{
    float:left;
    width:460px;
    margin:5px 0 0 0;
}

.content .head .tags a, .content .head .tags a:visited, .content .head .date a, .content .head .date a:visited
{
    color:#fff;
}

.content .head .tags .left
{
    float:left;
    width:110px;
}

.content .head .tags .right
{
    float:right;
    width:350px;
}

.content .body img
{
    clear:both;
    margin-top:10px;
    margin-left:5px;
}

.content .photo-no
{
    position:absolute;
    z-index:100;
    margin:10px 5px; 
    background:#3B3633;
    font-size:11px;
    padding:2px 3px 2px 2px;
   	-moz-border-radius-bottomright:4px;
	-webkit-border-radius-bottomright:4px;
	border-radius-bottomright:4px;
}

.content .photo-no a:hover
{
    text-decoration:none;
}

#comments
{
    margin:10px 0;
}

/* /// INTRO /// */

#intro
{
    background-color:#7F0014;
    padding:15px;
    background:url('bg_head.png') repeat-x #7F0014;
    -moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#intro #warning
{
    font-size:14px;
    font-weight: bold;
    text-align:center;
    margin:0 0 20px 0;
}

#intro #informations
{
    font-size:11px;
    text-align:justify;
    background:url('icons/warning.png') no-repeat left center;
    padding:0 0 0 50px;
}

#buttons
{
    text-align:center;
    margin:25px 0 0 0;
    font-size: 14px;
    font-weight:bold;
}

#buttons a
{
    padding:10px 20px 10px 45px;
    background-color:#3B3633;
    background-repeat:no-repeat;
    background-position:10px center;
    -moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    cursor:pointer;
    text-decoration:none;
}

#buttons a#yes
{
    background-image:url('icons/yes.png');
}

#buttons a#no
{
    background-image:url('icons/no.png');
}

#buttons a#yes:hover
{
    background-color:#7F0014;
}

#buttons a#no:hover
{
    color:#8F8F8F;
    background-image:url('icons/no_hov.png');
}

/* ADS */
.content-ad
{
    text-align:center;
}

.content-ad .head
{
    padding:20px 0;
}

/* sap ad css */

.sap {
    overflow: hidden;
    margin: auto;
}

.sap a {
    display: block;
    width: 107px;
    height: 200px;
    float: left;
    background-image: url('/gfx/ads/sexamore_profiles_eroo.png');
    outline: none;
    margin-left: 25px;
}

.sap1 {
    background-position: 0 0;
}

.sap2 {
    background-position: -107px 0;
}

.sap3 {
    background-position: -214px 0;
}

.sap4 {
    background-position: -321px 0;
}

.sap5 {
    background-position: -428px 0;
}

.sap6 {
    background-position: -535px 0;
}

.sap1:hover {
    background-position: 0 -200px;
}

.sap2:hover {
    background-position: -107px -200px;
}

.sap3:hover {
    background-position: -214px -200px;
}

.sap4:hover {
    background-position: -321px -200px;
}

.sap5:hover {
    background-position: -428px -200px;
}

.sap6:hover {
    background-position: -535px -200px;
}
