@font-face {
    font-family: CenturyGothicRegular;
    src: url(font/CenturyGothicRegular.ttf);
   }

html, body, ul, h1, h2, h3, h4, figure, aside{
margin:0;
padding:0;
list-style:none;
font-weight:normal;
vertical-align:baseline;
}

article, aside, footer, figure, header, section, nav{
display:block;
}

:focus {
outline: 0;
}

html{
height:100%;
}

body{
min-height:100%;
height:100%;
background-position:top;
font-family:CenturyGothicRegular, PT Sans, Serif, Arial;
font-size:14px;
color:#fff;
background:#333333;
}

h1{
font-size:30px;
font-weight:bold;
text-align:center;
color:#FF3399;
display:block;
border-bottom:1px solid #cecece;
margin:10px 30px;
}

h4{
font-size:24px;
text-align:center;
color:#FF3399;
display:block;
border-bottom:1px solid #fff;
margin:10px 30px;
}


a{color:#000; text-decoration:none;}
a:hover{text-decoration:none;}

.wrap{
min-width:990px;
max-width:1260px;
margin:auto;
height:auto !important;
min-height:100%;
height: 100%;
overflow:hidden;
}

.footer_guarantor {
clear:both;
height: 50px;
}

.footer-site {
margin: auto;
margin-top: -60px;
min-width:990px;
max-width:1260px;
height: 60px;
}

.footer-site img{
float:left;
}

.footer-site span{
display:block;
margin-left:30%;
}

.basket{
float:right;
margin-right:170px;
padding-right:35px;
width:70px;
height:50px;
background:url(images/basket.png) no-repeat 100% 5px;
}

.counter{
float:right;
margin:10px;
}

.head-site{
margin:0 5px 10px;
height:100px;
border-bottom:1px solid #fff;
}

.head-site h1{
display:block;
width:275px;
height:63px;
padding-right:10px;
border-right:1px solid #fff;
position:relative;
}
.head-site h1:after{
display:block;
position:absolute;
bottom:0px;
right:-3px;
content:"";
width:1px;
height:30px;
border-right:3px solid #fff;
}

.main{
margin-right:280px;
border-right:1px solid #fff;
}

.stat{
margin:10px 30px;
border-bottom:0px solid #fff;
padding:0px 10px;
}

nav{
margin:10px 30px;
padding-left:10px;
padding-bottom:0px;
color:#FF3399;
}

nav li{
display:inline-block;
vertical-align:middle;
}

nav li a{
color:#fff;
}

.navigation li:first-child, .navigation li:nth-child(5){
font-size:15px;
color:#FF3399;
}

nav span{
font-size:15px;
color:#fff;
}


.pagination{
width:300px;
margin:20px auto;
}

.pagination li{
height:15px;
padding:5px;
cursor:pointer;
}

.pagination a{
color:#fff;
}

.pagination li:hover{
background-position:0px -24px;
}

.pagination li:first-child{

}

.pagination li:last-child{

}


.anekdot{
margin:10px 30px 30px;
overflow:hidden;
}

.anekdot p{
padding:0px 10px;
font-size:13px;
}

.anekdot-head{
height:25px;
-webkit-border-radius:15px;
-moz-border-radius:15px;
border-radius:15px;
border:1px solid #fff;
overflow:hidden;
}

.anekdot-head h2{
display:inline-block;
vertical-align:top;
text-transform:uppercase;
font-size:12px;
margin-left:10px;
padding-top:5px;
}

.anekdot-head h2 a{
color:#FF3399;
}

.reiting{
float:right;
margin-right:20px;
vertical-align:top;
}

.reiting li{
display:inline-block;
font-size:16px;
}

.minus{
float:right;
margin-right:20px;
vertical-align:top;
font-size:16px;
color:#FF66CC;
}

.plus{
float:right;
margin-right:20px;
vertical-align:top;
font-size:16px;
color:#FF3399;
}

.reiting li:first-child{
background:url(images/down.png) no-repeat;
background-position:0px 5px;
width:15px;
height:15px;
cursor:pointer;
}

.reiting li:last-child{
background:url(images/up.png) no-repeat;
background-position:0px 4px;
width:15px;
height:15px;
margin-left:3px;
cursor:pointer;
}

.anekdot-foot{
float:right;
margin-right:20px;
}

.anekdot-foot span{
font-size:18px;
color:#fcaf40;
}

.rek{
width:727px;
margin:20px auto;
}

.item{
float:right;
width:280px;
padding-top:10px;
text-align:center;
position:relative;
}

.search_container {
color:#FF3399;
}

.search_container input {
width: 230px;
margin:0 auto;
padding:2px 20px 5px 10px;
}

.search_container input.icon {
background: url(images/search.png) no-repeat;
background-position: 98% 3px;
}

.anekdot-list{
margin-top:10px;
text-align:left;
max-width:220px;
border-bottom:1px solid #fff;
position:relative;
}
.anekdot-list:after{
position:absolute;
bottom:-3px;
right:0px;
content:"";
width:70px;
height:1px;
border-bottom:0px solid #fff;
}


.anekdot-list li{
border-left:3px solid #fff;
text-transform:uppercase;
}
.anekdot-list li:hover{
border-left:4px solid #FF3399;
}

.anekdot-list a{
display:block;
color:#fff;
font-size:12px;
}

.anekdot-list a:hover{
color:#FF3399;
}

.anekdot-list li span{
font-size:20px;
padding:0px 5px;
}

form{
margin:0 auto 10px;
text-align:center;
padding-bottom:200px;
width:500px;
}

form div{
margin:0 auto;
}

input, textarea{
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
border:1px solid #909090;
padding:5px;
}

.submit{
cursor:pointer;
width:200px;
height:35px;
background:#fff;
float:right;
color:#909090;
-webkit-box-shadow:0 0 3px 1px #909090;
-moz-box-shadow:0 0 3px 1px #909090;
box-shadow:0 0 3px 1px #909090;
}
.submit:active{
-webkit-box-shadow:0 0 3px 3px #fcaf40;
-moz-box-shadow:0 0 3px 3px #fcaf40;
box-shadow:0 0 3px 3px #fcaf40;
}


.category-name-link{
color:#fff;
}

.add{
color:#fcaf40;
text-transform:uppercase;
}

.share {
display: inline-block;
vertical-align: top;
margin: 0px 0px;
float:right;
}

.share a{
color:fff;
}

.yashare-auto-init {
display: inline-block;
}

.forma{
margin:0px 0px 10px 0px;
padding:10px 30px 10px 10px;
background:#333333;
color:#003d81;
height:230px !important;
}

.forma div{
vertical-align:top;
text-align:left;
}

.forma form{
width:100% !important;
background:#333333;
}

.forma input[type=text]{
border:1px solid #909090;
background:#dfdddd;
box-shadow:inset 0px 2px 3px #333;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.forma input[type=submit]{
padding-right:10px !important;
border:1px solid #909090;
background:#dfdddd;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background: #dfdddd;
background: -moz-linear-gradient(top,  #dfdddd 0%, #909090 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdddd), color-stop(100%,#909090));
background: -webkit-linear-gradient(top,  #dfdddd 0%,#909090 100%);
background: -o-linear-gradient(top,  #dfdddd 0%,#909090 100%);
background: -ms-linear-gradient(top,  #dfdddd 0%,#909090 100%);
background: linear-gradient(top,  #dfdddd 0%,#909090 100%);
}

.forma select{
color:#a9a9a9;
background:#dfdddd;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.forma textarea{
border:1px solid #909090;
width:100%;
background:#dfdddd;
box-shadow:inset 0px 2px 3px #333;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.forma infot{
color:#fff;
}

.captcha{
display:inline-block;
margin-top:2px;
padding-left:3px;
overflow:hidden;
}

