.searchform, .short_author:before, a.userbutton, .social_menu li a:before, .developer, .not_save_label span, .profile_cell.location:before, .profile_cell.icq:before, .attachment:before, #totop, .nav_btn{
    background:url(../images/sprite.png) 0 0 no-repeat;
}
* {
    margin-top:0;
    margin-bottom:0;
    margin-right:0;
    margin-left:0;
    padding:0;
}
*, *:before, *:after {
  box-sizing: border-box;
}
a{
    color:#0095ba;
    font-size:13px;
    text-decoration:underline;
}
a:hover {
    color:#2F9CB8;
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin:0;
    padding:0;
}
textarea{
    border:1px solid #ccc;
    padding:5px;
}
input:focus, textarea:focus {
    outline:none;
}
button:focus{
    outline:none;	
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;font-family:Arial, sans-serif;}
h1 {font-size:24px;line-height:30px;}
h2 {font-size:22px;line-height:25px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5, h6 {font-size: 16px;}
ul, ol{
    padding: 0;
    margin: 0;
}
input[type="checkbox"], input[type="radio"] {
    width: auto; 
    height: auto; 
    padding: 0; 
    margin: 3px 5px 5px 0;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
} 
.cf:after {
  clear: both;
}
.main_nav li, .short_cat, .full_post_meta a, .short_title2, .comment_author, .comment_controls{
    font-family: 'PT Sans Narrow Regular';
}
.short_title, .lightstat_is{
    font-family: "PT Sans Narrow Bold";
}
.navigation, .social_menu, .footer_menu{
    font-family: "PT Sans Bold";
}
html{
    padding:0px;
}
body{
    background-image: url(../images/bg.jpg );
	background-attachment: fixed;
	background-color: #ebe4db;
    font-family:'PT Sans Regular',sans-serif;
    font-size:18px;
    height:100%;
    margin:0;
    padding:60px 0 0 0;
    color:#5E5950;
	transition: all .9s ease-in;
	 
}
.header{
    background-image: url(../images/hdr.jpg);
    position: absolute;
    top: 0;
    margin-left: 3%;
    right: auto;
    bottom: auto;
    height: 60px;
    padding: 10px 0;
    width: 94%;
    z-index: 999;
    white-space:nowrap;
    border-top:1px solid #ebe4db;
	box-shadow: inset 0 0 38px 24px #555;
}
.wrap{
    width:94%;
    margin: 0 auto;
    position: relative;
	z-index: 0;
	box-shadow: 0 0 17px -6px #555;
}
.logo{
    width: 180px;
    height: 40px;
    display: inline-block;
    margin-left: -3%;
}
.logo a{
    display: block;
}
.logo a:hover{
    opacity: 0.7;
}
.header-controls{
    position: absolute;
    height: 30px;
    width: 70px;
    right: -3%;
    top: 5px;
}
.nav-btn{
    display: none;
    background-position: -70px -50px;
    width: 30px;
    height: 30px;
    border: 0;
    position: absolute;
    top: 6px;
}
.nav{
    display: inline-block;
    position: relative;
    width:auto;
    height:40px;
    z-index: 1000;
    vertical-align: top;
}
.nav_btn{
    border:0;
    height: 30px;
    width: 30px;
    color: #EFE9E4;
    display: none;  
    transition: ease 0.2s all;
    background-position: -70px -50px;
    background-color: transparent;
    opacity: 0.8;
    margin: 5px 0 0 20px;
}
.chatbutton{
    margin: -28px 0 0 44px;
    text-decoration:none;
    display: none;
}
.lstcbutton{
    margin: -31px 0 0 22px;
}
.nav_btn:hover{
    opacity: 1;
}
.nav ul{
list-style: none;
    height: 40px;
    margin-left: 40px;
    padding: 5px 0;
}
.nav li{
    float: left;
    position: relative;
    display: block;
    height: 30px;   
    z-index: 100;
}
.nav li a{
    display: block;
    padding: 0 5px;
    line-height: 30px;
    font-size: 17px;
    text-decoration: none;
    color: #fff9f4;
    transition: 0.1s all;
    text-shadow: 0px 0px 1px #004f63;
}
.nav li a:hover{
    background-color: #2F9CB8;
	border-radius: 2px;
}
.nav li ul{
    display: none;
    position: absolute;
    height: auto;
    background:#555; 
    z-index: 500;
    overflow: hidden;
    left: 0;
    margin: 0;
    padding: 0;
    min-width: 200px;
	box-shadow: 0px -2px 34px -4px rgba(128,121,107,1);
    border-radius: 6px;
}
.nav li li{
    display: block;
    float: none;
    clear: both;
    z-index: 500;
    height: 30px;
}
.nav li li a {
    text-align:left;
    display:block;
    float:none;
    line-height: 28px;
    font-size: 18px;
}
.nav li:hover ul{
    display: block;
    clear: both;
}
.container{
    width: 100%;
}
.content{
    background-color: #ebe4db;
    padding: 6px 0 0 0;
}
.left{
    float: left;
    padding:0 6px;
    width: calc(100% - 290px);
	border-right: 1px solid #BFBABA;
}
.right{
    float: right;
    width: 280px;
    margin: -5px 8px 0 0;
}
.searchblock{
    height:30px;
    margin: 0;
    position:absolute;
    right: 40px;
    top: 0;
    z-index: 600;
}
.searchform{
    color:#222;
    width:1px;
    height:30px;
    line-height:20px;
    padding:5px 0 5px 30px;
    border:0;
    margin: 0;
    font-size:14px;    
    background-color:transparent;
    background-position: 0 0;
    overflow:hidden;
    transition: ease 0.2s all;
}
.searchform:hover{
    cursor: pointer;
    background-color: rgba(255,255,255,0.3);
}
.searchform:focus{
    width:260px;
    padding: 5px 10px 5px 30px;
    cursor:text;
    background-color: #e8e3de;
}
input.searchbt {
    width:0;
    height:0;
    border:0;
    display: none;
    position: absolute;
}
.login-btn {
    width: 32px;
    height: 32px;
    color: #e8e3de;
    border-radius: 100px;
    font-size: 22px;
    position: absolute;
    border: 1px solid #000;
    top: -2px;
    right: 6px;
    padding: 4px 0px 0 4px;
    box-shadow: inset 0px 0px 7px 0px rgba(230, 225, 216, 1);
    cursor: pointer;
    transition: ease 0.3s all;
}
.hello{
float: right;
color: #ffffff;
margin: 29px 4px 0 0;
font-size: 14px;
}
.login-btn:hover{
    background: #2F9CB8;
}
.login_block{
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    width: 200px;
    background-color: #2F9CB8;
    z-index: 100;
}
.login_block:before{
    position: absolute;
    content: "";
    top: -16px;
    right: 12px;
    width: 0;
    height: 0;
    border:8px solid transparent;
    border-bottom-color: #E6E6E6;
}
.profile_menu{
    list-style: none;
    width: 100%;
}
.profile_menu li{
    display: block;
}
.profile_menu li a{
    height: 35px;
    padding: 10px 10px 10px 25px;
    line-height: 15px;
    display: block;
    color: #ebe4db;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}
.profile_menu li a:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #1E7990;
    left: 10px;
    top: 14px;
}
.profile_menu li a:hover{
    background-color: #1E7990;
    color: #fff;
    text-decoration: none;
}
.profile_link:hover{
    background-color: #1E7990 !important;
    color: #fff;
}
.profile_avatar{
    height: 20px;
    max-width: 20px;
    margin: 0 10px 0 0;
    overflow: hidden;
    float: left;
    display: block;
}
.profile_avatar img{
 border-radius: 100px;
    width: 20px;
    max-width: 20px;
}
.profile_menu li a.logout{
    color: #ccc;
}
.profile_menu li a.profile_link{
    background-color: #1D92AF;
    color: #fff;
    padding: 10px;
}
.profile_menu li a.profile_link:before{
    display: none;
}
.profile_menu li a i{
    font-style: normal;
    display: block;
    position: absolute;
    top: 9px;
    right: 10px;
    background-color: #00637C;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    padding: 2px 5px 0 5px;
}
.login_form{
    margin: 17px 20px;
}
.login_form label{
    color: #EFE9E4;
    font-size: 14px;
    display: block;
    margin: 0 0 10px 0;
    line-height: 15px;
}
.login_form label a{
    font-size: 14px;
    color: #ebe4db;
	text-decoration: none;
}
.login_form label a:hover{
    color: #ccc;
}
.login_form .inp{
    width: 160px;
    border:0;
    height: 35px;
    background-color: #E2EAF2;
    padding: 0 0 0 10px;
    color: #222;
    font-size: 14px;
    margin: 0 0 15px 0;
}
.login_form .not_save_label{
   font-size: 12px;
   height: 15px;
   line-height: 15px;
   display: block;
   position: relative;
}
.login_form input[type="checkbox"] + .not_save_label span{
    display: inline-block;
    cursor: pointer;
    margin: 0 6px 0 0;
    background-position: -30px -150px;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.login_form input[type="checkbox"]:checked +.not_save_label span{
    background-position: -45px -150px;
}
.ch_box_save{
    display: none;
}
.enter-btn{
    width: 100%;
height: 25px;
line-height: 10px;
    background-color:#3084A8;
    color: #fff;
 border: 2px solid #ccc;
}
.enter-btn:hover{    
    background-color: #bbb;
}
.reg-link{
    margin: 10px 0 0 0;
    text-align: center;
}
.reg-link a{
    font-size: 14px;
    color: #ebe4db;
}
.reg-link a:hover{
    color: #ddd;
}
.lastcomm {
margin: 2px 0 0 0;
list-style: none;
}
.lastcomm > li > a {
display: block;
    height: 36px;
    text-decoration: none !important;
    border-bottom: 1px solid #ccc;
    padding: 1px 0 1px 1px;
    overflow: hidden;text-shadow: 0px 0px 3px #CDCCC9;
    text-overflow: ellipsis;
    transition: ease 0.2s all;
}
.lastcomm > li > a > * { cursor: pointer;transition: ease 0.7s;}
.lastcomm > li > a > c {
display: block;
font-size: 12px;
color: #0082A2;
}
.lastcomm > li > a > p {
    font-size: 10px;
    color: #888;
    float: right;
    margin-top: -13px;
}
.lastcomm > li > a > img {
    float: left;
    width: 33px;
    height: 33px;
    border-radius: 3px;
    margin: 1px 6px 1px 0;
    background: #999;
}
.lastcomm > li > a > span {
    font-size: 15px;
    color: #777;
    font-weight: 600;
}
.lastcomm > li > a:hover { 
    background: #F2EDE7;text-shadow: 0px 0px 1px #FF6A3C;
}
.lastcombut {
	  width: 100%; 
}
.lastcombut a{
    display: block;
    margin: 10px 5px 5px 6px;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.lastcombut a:hover {background: #F2EDE7;color:#2F9CB8;text-shadow: 1px 1px 1px #f2e8dc;
}
.spoiler-trigger{
    color: #2F9CB8!important;
    padding: 0 15px;
    font-size: 13px;
    background: #ebe4db;
    border-radius: 1px 1px 20px 20px;
    margin-left: 35%;
    font-weight: bold;
    box-shadow: 0px 3px 5px -2px #333;
}
.spoiler-trigger>span{
	border-bottom: 2px dotted #000;
	padding:0 5px;
}
.spoiler-trigger:hover>span{
	border-bottom-style: solid;
    color: #888;
}
.spoiler-block{
	display: none;
}
.shortstory{
    width:100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
	border-bottom: 1px solid #BFBABA;
}
.post_img{
    display: block;
    position: relative;
    overflow: hidden;
}
.short_post{    
    width: 240px;
    height: 160px;
    float: left;
    margin: 0 20px 10px 0;
}
.short_post  img{    
 width: 240px;
 height: 100%;
}
.short_post_counts{
    position: absolute;
    bottom: -60px;
    height:60px;
	margin-left: 10px;
    color: #fff;
    z-index: 2;
    font-size: 14px;
    transition: ease 0.2s all;
}
.post_img:hover .short_post_counts{
    bottom: 0;
}
.post_img:before{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.post_img:hover:before{
    background-color: rgba(0,0,0,0.4);
}
.short_post_content{
    float: left;
    width: calc(100% - 260px);
}
.short_title{
    font-size: 22px;
    line-height: 24px;
    color: #5E5950;
    font-weight: normal;
    margin: 0 0 15px 0;
}
.short_title a{
    text-decoration: none;
    transition: ease 0.2s all;
    color: #5E5950;
    font-size: 26px;
}
.short_title a:hover{
    color: #2F9CB8;
}
.short_post_meta{
    margin: 0 0 15px 0;
    line-height: 12px;
    font-size: 11px;
    color: #888;
}
.short_post_meta a{
    font-size: 11px;
}
.short_cat{
    text-transform: uppercase;
    color: #2F9CB8;
    margin: 0 10px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.short_cat a{
    color: #2F9CB8;
    text-decoration: none;
    font-size: 14px;
	font-weight: bold;
    line-height: 12px;
    transition: ease 0.2s all;
}
.short_cat a:hover{
    color: #5E5950;
}
.short_date{
    line-height: 12px;
    margin: 0 10px 0 0;font-size: 11px;
    text-transform: uppercase;
}
.short_author{
    line-height: 12px;
    margin-right: 10px;
}
.short_author:before{
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px;
    background-position: -30px -50px;
}
.short_author a{
    text-decoration: none;
    text-transform: uppercase;
    color: #2F9CB8;
}
.short_author a:hover{
    color: #000;
}
.short-story_post{
    font-size: 17px;
    line-height: 20px;
    color: #555;
}
.edit-date{
    font-size: 12px;
    color: #666;
}
.side_block{
    width:280px;
    margin:0 0 0px 0;
    padding: 0 0 0 5px;
}
.side_block a{
    color:#0D87A5;
    text-decoration: none;
}
.side_block a:hover{
    color: #62656C;
}
 .side_header {
    color: #8e8e8e;
    box-shadow: 0 -4px 8px -5px #1f1f1f;
    text-align: center;
    margin: 8px 0 0;
    letter-spacing: 1px;
    padding-top: 1px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #fff;
    font: 13px segoe print;
}
.promo{
    padding: 14px;
}
.promomob{
    display: none;
}
.online {
    display: block;
    cursor: pointer;padding: 0px 5px;
	box-shadow: -1px 4px 8px -8px rgba(31,31,31,1);
}
.online a{
    font-size: 15px;
	text-decoration: none;
}
.online a:hover{
    text-shadow: 1px 0px 3px #FF6A3C;
    color: #000;
}
 .alluser {
    color: #0c7299;
    text-align: center;
    letter-spacing: 1px;
    font: 12px Comic sans ms;
	border-top: 2px dotted #d3d1cd;
}
.box-modal {
    position: relative;
    width: 285px;
    padding: 1px;
    background: #4da2d2;
    border: 1px solid #f5f0eb;
}
.box-modal_close {
    position: absolute;
    right: 45px;
    top: 105px;
 }
 .skin {
text-align: center;
margin: 4px 0 0 0px;
box-shadow: 0px 4px 8px -8px rgba(31,31,31,1);
}
.tumbler {
z-index: -1;
margin: 1px 0 0 15px;
display: inline-block;
padding: 2px 0;
}
.tumbler .btn{
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: background 600ms ease, color 600ms ease;
}
.tumbler input[type="radio"].toggle {
  display: none;
}
.tumbler input[type="radio"].toggle + label {
  cursor: pointer;font-size: 12px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  min-width: 55px;
}
.tumbler input[type="radio"].toggle + label:hover {
  background: none;
  color: #999;
}
.tumbler input[type="radio"].toggle + label:after {
  background: #2F9CB8;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
  z-index: -1;
}
.tumbler input[type="radio"].toggle.toggle-left + label {
  border-right: 0;
}
.tumbler input[type="radio"].toggle.toggle-left + label:after {
  left: 100%
}
.tumbler input[type="radio"].toggle.toggle-right + label {
  margin-left: -5px;
}
.tumbler input[type="radio"].toggle.toggle-right + label:after {
  left: -100%;
}
.tumbler input[type="radio"].toggle:checked + label {
  cursor: default;
  color: #ebe4db;
  transition: color 200ms;
}
.tumbler input[type="radio"].toggle:checked + label:after {
  left: 0;
}
.srating{
    width:60px;
    height: 12px;
    overflow: hidden;
    height: 12px;
    width:60px;
    display: inline-block;
}
.read_bt{
    float: right;
    margin: 10px 0 0 0;
}
.read_bt:before{
    content: " ";
    display: table;
    clear: both;
}
.read_bt a{
border:1px solid #ddd;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    transition: ease 0.3s all;
}
.read_bt a:hover{
    border-color: #777;
    color: #000;
    border-radius: 4px;
    background-color: #ccc;
}
.navigation-holder{
    text-align: center;
    clear: both;
    height: 30px;
    margin: 0 0 25px 0;
}
.navigation{
    color:#000;
    font-size:16px;
    clear:both;
    display: inline-block;
    text-align: center;
}
.navigation b{
    padding-top: 0 !important;
}
.navigation span, .navigation a, .navigation b{ 
      height: auto;
    padding: 10px;
    width: auto;
    font-size: 14px;
    margin: 0;
    float: left;
}
.navigation a{
    line-height:30px;
    color:#505050;
    text-decoration: none;
}
.navigation a:hover{
    text-decoration:none;
    color:#fff;
    background:#2F9CB8;
}
.navigation span {    
    line-height:26px;
    text-decoration:none;
    color:#5E5950;
    border:2px solid #2F9CB8;
}
.nav_ext{
    border:0 !important ;
}
.next,.prev{
    line-height: 30px !important;
}
.next span,.prev span{
    background:none !important;
    color:#555;
    border:0 !important;
    line-height: 30px !important;
	font-size: 20px;
}
.next a, .prev a{
    text-decoration:none !important;
    font-weight: bold;
    color: #2F9CB8;
	font-size: 20px;
}
.next a:hover, .prev a:hover{
}
.social_menu{
padding: 40px 25px 7px 0;
}
.social_menu li{
    display: inline;
    color: #D0C7BF;
}
.social_menu li a{
    font-size: 28px;
    position: relative;
	padding-left: 33px;
}
.social_menu li a:hover{
    opacity: 0.6;
	color: #D0C7BF;
}
.footer {
    background-color: #333;
    padding: 10px 0;
    font-size: 14px;
    color: #ebe4db;
}
.footer a{
    text-decoration:underline;
    color: #F0E8D8;
}
.footer a:hover{
    text-decoration:none;
    color: #FF7700;
}
.footer .logo{
    margin: 0 20px 0 0;
}
.footer_menu{
    margin: 10px 0;
    width: auto;
    clear: right;
    display: inline-block;
    height: 20px;
}
.footer_menu ul{
    list-style: none;
}
.footer_menu li{
    display:block;
    float: left;
    font-size: 14px;
}
.footer_menu li a{
    font-size: 16px;
   line-height: 20px;
   height: 20px;
   display: block;  
   margin: 0 0 5px 0;
   padding: 0 10px;
   position: relative;
   text-decoration: none;
}
.footer_menu li a:hover{
    text-decoration: none;
    color: #FF7700;
}
.footer_menu li a:before{
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: -1px;
    background-color: #FF7700;
    border-radius: 3px;
    width: 3px;
    height: 3px;
}
.footer_menu li:first-child a:before{
    display: none;
}
.about{
   margin: 10px 10px;
    font-size: 15px;
}
.about a{    
    font-size:15px;
	color: #FFA143;
}
.about p{
    margin: -31px 20px 0 0;
    float: right;
}
.post_content{
    font-size: 18px;
    color: #151514;
    margin: 12px;overflow: hidden;
}
.post_content a{
    font-size: 16px;
    color: #895140;
    text-decoration: underline;
}
.post_content a:hover{
 text-shadow: 1px 0px 3px #FF6A3C;color: #000;
}
.post_content object, .post_content iframe, .post_content embed, .post_content video{
    max-width: 100%;
    margin: 4px 0;
}
.post_content a:hover img{
    opacity:.8;
}
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6{
    color:#000;
    font-family:"PT Sans Bold";
    margin:10px 0;
}
.avatar_hover_content_prof{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    line-height: 46px;
    z-index: 2;
    color: #F3F0E8;
}
.avatar_hover_content_prof b{
    font-family: "PT Sans Bold";
    font-weight: normal;
}
.avatar_bg_prof{
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 1;
    background-size:cover;
    background-position: center center;
    background-color: #000;
}
.avatar_bg_prof:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}
.userinfo_left_prof{
   width: 43%;
    float: left;
    height: 100%;
    padding: 0 1px 0 0;
    font-size: 16px;
}
.userinfo_left_prof > div, .userinfo_right_prof div{
    margin: 0 0 10px 0;
}
.userinfo_right_prof{
    width: 42%;
    float: right;
    height: 100%;
    padding: 0 0 0 1px;
    text-align: right;
    font-size: 16px;
}
.userinfo_right_prof a{
    color: #2F9CB8;
font-family:"PT Sans Bold";
    text-shadow: 1px 1px 2px #fff;
	
}
.avatar_vprofile{
   width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    z-index: 2;
    position: absolute;
    margin: 0 0 0 -75px;
    left: 50%;
    top: 1px;border-radius: 4px;
}
.avatar_popup{
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    z-index: 3;
    position: absolute;
    margin: 0 0 0 -35px;
    left: 50%;border-radius: 3px;
    top: 15px;border: 1px solid #e3e8da;
}
.avatar_bg{
    width: 100%;
    height: 150px;
    position: relative;
    z-index: 1;
    background-size:cover;
    background-position: center center;
    background-color: #000;
}
.avatar_bg:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}
.avatar_hover_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    line-height: 16px;
    z-index: 2;
    color: #F3F0E8;
}
.avatar_hover_content b{
    font-family: "PT Sans Bold";
    font-weight: normal;
}
.userinfo_left{
    width: 50%;
    float: left;
    height: 100%;
    padding: 0 50px 0 0;
    font-size: 13px;
}
.userinfo_left > div, .userinfo_right div{
    margin: 0 0 10px 0;
}
.userinfo_right{
    width: 50%;
    float: right;
    height: 100%;
    padding: 0 0 0 50px;
    text-align: right;
    font-size: 13px;
}
.profile_popup_counters{
    background-color: #2F9CB8;opacity: 0.8;
    height: 50px;
    width: 100%;
    color: #F3F0E8;
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
}
.profile_popup_counter{
    width: 50%;
    height: 50px;
    float: left;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    display: block;
    position: relative;
}
.profile_popup_counter b{
    font-size: 15px;
    font-family: "PT Sans Bold";
}
.profile_popup_counter a{
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: #2F9CB8;
    text-align: center;
    line-height: 25px;
    text-indent: -9999px;
}
.profile_popup_counter a:hover{
    background-color: rgba(255,255,255,0.2);
}
.chzn-choices {
    border:1px solid #ccc !important;
    width:250px !important;
    box-shadow:none !important;
}
.chzn-container-active .chzn-choices {
    box-shadow:none;
    border:1px solid #2F9CB8 !important;
}
#category_chzn{
    width: 250px !important;
}
td .bbcodes{
    height: 30px;
    line-height: 30px !important;
    padding: 0 10px;
    border-radius: 2px;
}
.chzn-container-multi .chzn-choices .search-field input {
    height: auto !important; 
}
.feedbackta{
    width:301px;
    height: 200px;
}
.poll{
    background: #E5DFD8;
    width: 270px;
    padding: 15px;
    margin: 0 auto;
    box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.75);
}
.poll b{
 font-size: 15px;
  line-height: 16px;
  color: #060606;
  font-family: "PT Sans Bold";
  font-weight: normal;
  text-shadow: 0px 0px 8px #ff8300d6;
}
.poll i{
    font-size:11px;
    color:#777;
    font-family: "PT Sans Bold";
    font-weight: normal;
}
.buttonholder{
    margin: 0;
}
.site_button{
    cursor: pointer;
    transition: ease 0.2s all;
    font-size: 16px;
}
.site_button:hover{
    background-color: #79ACCE;
    color: #fff;
}
.light_button{    
    margin: 1px;
    border: 1px solid #bbb;
    background-color: #EFEAE4;
    color: #555;
    font-size: 12px;
    height: 20px;
    padding: 2px 5px;
    font-family: "PT Sans Bold";
}
.comm_button{
    cursor: pointer;
    font-size: 16px;
    margin: -7px -2px 15px 0;
    transition: ease 0.2s all;
}
.comm_button:hover{
    color: #000;
    box-shadow: inset 0 28px 28px -18px #ff3f00;
}
.go_button{
    background-color: #ebe4db;
    border: 1px solid #444;
    color: #000;
    height: 30px;
    font-weight: 600;
    text-shadow: 0px 0px 8px #ff7300c2;
    width: 70%;
    float: right;
    border-radius: 1px;
}
.prew_button{
    background-color: #ebe4db;
    border: 1px solid #444;
    color: #000000;
    height: 30px;
    width: 30%;
    font-weight: 600;
    text-shadow: 0px 0px 8px #ff7300c2;
    float: left;
    border-radius: 1px;
}
.color_button{
    background-color: #2F9CB8;
    border:1px solid #ccc;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 1px 15px 0 15px;
    border-radius: 2px;
}
.full-story{
    width:100%;
    padding:0 0 1px 0;
    color:#464649;
    line-height:20px;
	margin-bottom: 1px;
}
.full_post_meta {
    margin: 0 0 -12px 0;
    font-size: 13px;
}
.full_post_meta a{
    font-size: 13px;
    text-decoration: none;
	color: #2F9CB8;
}
.full_post_category{
    margin: 0 10px 15px 0;    
    padding: 5px 9px;
	 font-weight: bold;
    line-height: 12px;
	text-transform: uppercase;
}
.post_title{
    font: 24px Monotype;
    color: #57514C;
    text-decoration: none;
    padding: 1px;
    border-bottom: 1px solid #999;
    text-align: center;
    text-shadow: 1px 1px 1px #F6F2EF;
    font-weight: bold;
}
.full_post_tags a{
    display: inline-block;
    line-height: 20px;
    height: 21px;
    margin: 1px;
    border: 1px solid #999;
    color: #444;
    padding: 0 5px 2px 5px;
    text-decoration: none;
    font-size: 13px;
    transition: ease 0.2s all;
    background: #E4DED9;
}
.full_post_tags a:hover{
    color: #2F9CB8;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
}
.clouds_xsmall a{
    margin: 4px;
}
.coder_hide  {
    background : url(../images/hide.png) no-repeat 5px top;
    margin: 3px 8px 0 0;
    display: block;
    overflow: hidden;
    color: #444444;
    font-size: 17px;
    font-family: comic sans MS;
    font-weight: 400;
    font-style: italic;
    text-indent: 10px;
    padding: 15px 10px 10px 14px;
	-webkit-box-shadow: inset 0px 0px 18px -4px rgba(255,31,15,1);
-moz-box-shadow: inset 0px 0px 18px -4px rgba(255,31,15,1);
box-shadow: inset 0px 0px 18px -4px rgba(255,31,15,1);
}

.post_img:before{
    background-color: rgba(0,0,0,0.1);
}
.comtitle {
    color: #8a8a8a;
    letter-spacing: 11px;
    text-shadow: 1px 1px 0px #ffffff;
    font: 17px segoe print;
    text-align: center;
}
.comment{
    margin: 10px 1px 1px 1px;
    padding-bottom: 45px;
    overflow: hidden;
}
.comment a{
    text-decoration:none;
	line-height: 12px;
}
.comment a:hover{
    text-decoration:underline;
	opacity: 0.7;
	color: #555;	
}
.comment_avatar {
float: left;
}
.comment_avatar img{
border-radius: 100px;
    margin-left: 2px;
    transition: all 0.2s linear 0s;
    width: 70px;
    position: absolute;
    height: 70px;
    box-shadow: -4px 0px 6px -3px #555;
}
.comment_avatar:hover  img{ 
    transform: scale(1.3);
}
.comment_content{
  margin: 0 10px 10px 72px;
}
 .comment_usinfo{
text-decoration: none;
    font-size: 12px;
    color: #023050;
    text-align: center;
    line-height: 17px;
    margin-top: 52px;
}
.comment-news a{
    text-decoration:underline;color: #7e5845;
    margin:0 0 8px 0 !important;
    display: inline-block;line-height: 16px;
    font-size: 18px;font-weight: bold; 
}
.comment-news a:hover{
    text-decoration:none;
    color:#2F9CB8;
}
.comment_meta{
line-height: 0px;
    font-size: 12px;
    color: #333;
    margin: 0px;
}
.comment_author{
   padding-left: 35px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: underline;
}
.comment_author a{
    font-size: 18px;
	color: #008AAC !important;
	font-weight: bold;
}
.comment_date{
    float: none;
	margin-left: 7px;
	text-decoration:underline;
}
.comment_id{
    float: right;
}
.comment_id b{
    font-size: 12px;
    margin: 0 0 0 10px;
    text-decoration: underline;
}
.comment_post {
position: relative;
    margin: 6px -6px -43px 35px;
    border-radius: 3px;
	color: #000;
    text-shadow: 0 0 0 #000;
    font: 18px Verdana;
    padding: 10px 1px 15px 10px;
    box-shadow: 0px 0px 5px 0px #999;
    background: #ede8e4;
}
.comment_post:before, .comment_post:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}
.comment_post:before {
    left: -30px;
    top: 12px;
    border: 15px  solid;
    border-color: #999 #999 transparent #31242400;
}
.comment_post:after {
left: -28px;
    top: 13px;
    border: 15px solid;
border-color: #ede8e4 #ede8e4 transparent #fff0;
}
.comment_post a{
   font-size: 18px;
   color: #895140;
   text-decoration: underline;
}
.comment_post b {
    font-size: 16px;
}
.comment_post a:hover,  .skin a:hover{
 text-shadow: 1px 0px 3px #FF6A3C;color: #000;
}
.comment_controls{
    color: #003b65;
    margin: 46px -6px 0px 0;
    font-size: 18px;
    padding-right: 4px;
    line-height: 17px;
    float: right;
    box-shadow: 1px 1px 0px 0px #999;
}
.comment_controls a{
    font-size: 15px;
    color: #666;
    margin: 0 0 0 6px;
    text-shadow: 0px 0px 2px rgb(255 91 0 / 45%);
}
.comment_controls a:hover{
    color: #2F9CB8;
    text-decoration: none;
}
.info{
    margin: 2px;
    color: #FDF9EE;background: #2F9CB8;
    padding: 15px;text-shadow: 2px 2px 5px #000;
    font-size: 14px;margin: 0 0 6px 0;
    line-height: 1.2;
    font-weight: 600;
}
.info a{
    color:#FFC741;
    font-size: 14px;
}
form#registration .bbcodes{
    height: 30px;
    padding: 0 15px 0 15px;
    line-height: 20px;
    font-size: 16px;
    font-family: "PT Sans Bold";
    vertical-align: middle;
}
.edit_button{
    margin: 0 0 20px 0;
}
.edit_button a{
    display: block;
    text-align: center;
    transition: ease 0.2s all;
    border:1px solid rgba(0,0,0,0.3);
    background-color: transparent;
    color: #777;
    height: 40px;
    line-height: 40px !important;
    text-decoration: none;
    padding: 0 10px;
    font-family: "PT Sans Bold";
}
.edit_button a:hover{
    background-color: #FF6F00;
    color: #fff;
}
.votes{
margin: 10px;
}
.vote{
    font-size: 13px;
    line-height:150%;
    font-family: "PT Sans Bold";
    font-weight: normal;
}
table.fulltable{
    width:100%;
}
table.fulltable td{
    padding:0 0 0 0;	
}
.line{
    margin:5px 0;
    padding:5px 15px;
    border:1px solid #e0e0e0;
    background:#fafafa;
    min-height:20px;
    text-align:left;
    font-size:13px;
}
.sline, .addnews{
    width:140px;
    min-height:25px;
    line-height:25px;
    font-size:14px;
}
.pline{
    width:400px;
    min-height:15px;
    line-height:15px;
    text-align:left;
}
.import{
    color:#2F9CB8;
}
.line a{
    color:#2F9CB8;
}
.row{
    font-size:13px;
    margin:5px 0;
    padding:5px;
    border:1px solid #eee;
    background:#fafafa;
}
.row a{
    color:#2F9CB8;
}
.row h{
    min-width:150px;
    padding:3px;
    margin:0 0 10px 0;
}
.userstop{
    font-size:11px;
    color:#505050;
    border-collapse:collapse;
}
.userstop thead {
    padding:5px 0 0 5px;
    height:20px;
    font-size:12px;
    color:#303030;
    background:#eee;
    background: linear-gradient(to top, #eee, #fff);
}
.userstop table {
    border-collapse:collapse;
}
.userstop td {
    text-align:center;
    height:25px;
    padding:0px;
    border:1px solid #ccc;
}
.userstop a {
    font-size:11px;
    text-decoration:none;
    color:#2F9CB8;
}
.userstop a:hover {
    text-decoration: none;
}
.stat{
    color:#707070;
    font-size:13px;
    min-height:15px;
    margin:0 20px 0 20px;
    padding:5px 0 1px 0;
    border-bottom:1px solid #BFBABA;
    font-family: "PT Sans Bold";
}
.stat span{
    float:right;
    font-weight:normal;
    font-family: "PT Sans Regular";
}
.stat a{
    font-size:13px;
    text-decoration:none;
}
::selection {
color: white; 
background-color: #2F9CB8; 
}
::-moz-selection {
color: white;
background-color: #2F9CB8; 
}
::-webkit-scrollbar {
	width: 13px;
}
::-webkit-scrollbar-track {
	background: #e0e0e0;
}
 ::-webkit-scrollbar-thumb {
	background: #959595;
	border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
	background: #2F9CB8;
}
.h-row{
    color:#2F9CB8;
    background:#E6DED6;
    font-family: "PT Sans Bold";
    padding:0 0 0 15px;
    margin:10px 0 0 0;
    line-height: 30px;
}
 textarea, .txsh, .input1, .input2, .input3, .input4, .xfields input[type="text"], input.default{
    border:1px solid #ccc;
    line-height:20px;
    background:#fff;	
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    transition: ease 0.1s all;
    padding:5px;
}
.txsh, .input1, .input2, .input3, .xfields input[type="text"], input.default{ 
    height:30px ;
    line-height: 20px;
}
textarea{
    min-height: 30px;
}
textarea:focus, .txsh:focus, .input1:focus, .input2:focus, .input3:focus, .search #searchinput:focus, .search #searchuser:focus, .field:focus, .field:hover, .xfields input[type="text"]:focus, input.default:focus{
    box-shadow:none;
    border:1px solid #888 !important;
}
.input1, .xfields input[type="text"], input.default{
    width:300px ;  
    font-size:14px;
    color:#777;
}
.input2{
    width:100px;
    font-size:12px;
}
.input3{
    width:223px;  
    font-size:12px; 
    margin: 0 10px 0 0;
}
.input4{
    font-size:13px;	
    height:100px;
    width:250px;
}
.clear {
    margin:0;
    padding:0;
    height:0px;
    clear:both;
    width:100%;
}
table{
    background:transparent;
    border:0px;
    border-collapse:separate;
}
table td{
    text-align:left;
    padding:0px;
    background:transparent;
}
select {
font-size: 20px;
font-family: MV Boli;
background: #f1f1f1;
}
.stext {
    color: #727272;
    font-size: 11px;
    font-family: tahoma;
}
.stext a:active,
.stext a:visited,
.stext a:link {
    color: #0084ff;
    text-decoration:none;
}
.stext a:hover {
    color: #EFE9E4;
    text-decoration: underline;
}
#totop{
    width: 40px;
    height: 40px;
    background-position: -130px -150px;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 111px;
    right: 8px;
    cursor: pointer;
    display:none;
}
.ratebox2 {
float: right;
}
.ratebox3 {
  margin: 0;float: right;
    background:#E4DED9 !important;
}
.ratebox ul, .ratebox ul li {
  float: left;
}

.ratebox2 ul, .ratebox2 ul li {
  float: right;
}
.reset, .reset li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.reset li{
    float: left;
}