/* sbros i obshee
----------------------------------------------- */

html,body,div,span,object,iframe,frame,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,a,b,i,dl,dt,dd,ol,ul,li,fieldset,textarea,select,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	
   background: transparent;margin:0;padding:0;outline:none;border: 0;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   box-sizing: border-box;
}
input, label, button, form {background: transparent;margin:0;padding:0;outline:none;border: 0;}
   
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}

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

body {
          font: 12px Arial, Helvetica, sans-serif;
          line-height:normal;
          padding:0;
          margin:0;        
          color: #000;
          background: #fff;
          height:100%;
          width:100%;         
}

img {max-width:100%; margin-right:10px;}
.clr {clear: both;height: 1px;min-height: 1px;}

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

h1,h2,h3,h4,h5,h6 {font-weight: normal;}
h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}

.left {float:left}
.right {float:right;}
.border3, ul#menuin  li a {border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.border5 {border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
.border20 {border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px; }
.bordertop {border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0; -webkit-border-radius:5p 5p 0 0; }
.borderbot, ul#menuin  li ul {border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px; }

.grad-lgrey, .sidemenu li a {background: #ffffff; color:#000;
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 70%, #f0f0f0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(70%,#ffffff), color-stop(100%,#f0f0f0));
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 70%,#f0f0f0 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 70%,#f0f0f0 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 70%,#f0f0f0 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 70%,#f0f0f0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
}
.grad-dblue, .sidemenu li a:hover {background: #00b7ea; color:#FFF;
background: -moz-linear-gradient(top,  #00b7ea 0%, #009ec3 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3));
background: -webkit-linear-gradient(top,  #00b7ea 0%,#009ec3 100%);
background: -o-linear-gradient(top,  #00b7ea 0%,#009ec3 100%);
background: -ms-linear-gradient(top,  #00b7ea 0%,#009ec3 100%);
background: linear-gradient(to bottom,  #00b7ea 0%,#009ec3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );
}
li.sdata, li.sview, li.scom {background:url(../images/sprites.png) no-repeat;}


/* HEADER
----------------------------------------------- */

.wrapper {width:1000px; margin:0 auto; border-top:3px solid #009ec3;}
.header {height:100px; position:relative;}
.logo {display:block; width:255px; height:70px; background:url(../images/logo.png) no-repeat;
position:absolute; left:0; top:25px;}
.reglog {position:absolute; left:0; top:5px;}
.log {font-weight:bold; padding:5px 10px; margin-right:10px;}
.log:hover, .log:active {color:#D0EFFD;}
.reg {text-decoration:underline; color: #009ec3;}
.time {position:absolute; top:0; right:0; padding:5px 10px; display:inline-block; background-color:#f9f9f9; font-weight:bold;}
.social {position:absolute; right:10px; top:45px; display:inline-block;}

/* GLAV MENU
----------------------------------------------- */
.menuwrp {border:1px solid #CCC; margin-bottom:10px;}
.mainmenu {padding:10px 5px;}
ul#menuin  li {position:relative; font-weight:bold; border-right:1px solid #e8e8e8; display:inline-block; padding:0 5px;}
#menuin :last-child {border:0 !important;}
ul#menuin  li a {display:inline-block; color:#fff; padding:0 5px; line-height:26px; }
ul#menuin a:hover, ul#menuin li:hover a {color:#fff; background-color:#009ec3;}
ul#menuin {margin:-2px 0 0 0; position:relative;clear:left;}
ul#menuin  li ul {background:#009ec3; margin:0; height:auto; position:absolute; top:36px; left:-5px; 
visibility:hidden; z-index: 5; width:200px; padding:10px 5px;
 box-shadow: 0 20px 50px 0 rgba(0,0,0,0.22);
  -moz-box-shadow: 0 0 50px 0 rgba(0,0,0,0.22);
  -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.22);}
ul#menuin  li ul li { display:block; position:relative; left:0; text-align:left; border-right:0;}
ul#menuin  li ul li a {display:block; color:#fff; line-height:26px; padding: 0px 5px; background-color:#009ec3 !important;}
ul#menuin li ul li a:hover {background-color:#00b7ea !important; color:#fff}

/* VAZHNOE EKSKLUSIV KASTOM
----------------------------------------------- */
.vazh {padding-right:300px; position:relative; height:70px;}
.ads-box-m {margin-bottom:10px; text-align:center;}

/* BEGUSHAYA STROKA
----------------------------------------------- */
.stroka {background-color:#009ec3; color:#FFF; margin-bottom:10px; padding:0 10px; height:36px;}
ul#ticker, ul#ticker li {width: 100%; height:36px; line-height:36px; display:block; text-align:center; overflow:hidden;} 
ul#ticker li a {color: #fff; font-weight:bold;}
ul#ticker li a:hover {text-decoration:underline;}

/* KOLONKI KARKAS
----------------------------------------------- */
.sidebarl {width:240px;}
.sidebarr {width:240px; margin-left:10px;}
.content { width:500px; margin-left:10px;}

/* DOP MENU V SIDEBARE
----------------------------------------------- */
.sidemenu {display:block; border:1px solid #CCC; overflow:hidden; margin-bottom:10px;}
.sidemenu li a {display:block; border-bottom:1px solid #CCC; line-height:30px; padding:0 10px; font-weight:bold;}

/* ZAGOLOVKI KASTOMOV
----------------------------------------------- */
.cust-title {border-bottom:1px solid #CCC; margin-bottom:30px;}
.cust-title h2 {font-size:16px; font-weight:bold; display:inline-block; padding:0 10px 0 0; background-color:#fff;
position:relative; bottom:-10px;}
.cust-title a span {display:inline-block; padding:3px 5px; color:#FFF; background-color:#F97500;}
.cust-title a {display:inline-block; padding:0 0 0 10px; background-color:#FFF; float:right;
position:relative; bottom:-9px;}

/* KASTOM GLAV DEN
----------------------------------------------- */
.mainnewswrp {width:200px;}
.mainnewswrp  :last-child {border:0 !important;}
.mainitem {display:block; margin-bottom:10px; border-bottom:1px dashed #CCC; padding-bottom:5px;}
.mainimg {height:140px; overflow:hidden; margin-bottom:5px; display:none;}
.mainimg img {width:expression(this.scrollWidth > 111 ? "112px" : "auto"); min-height:100%;}
.maincat {display:none; padding:3px; margin-right:10px; color:#FFF; background-color:#F97500; margin-bottom:5px;}
.mainitem h3 {font-size:12px; font-weight:bold; color:#5c5c5c;}
.mainitem:nth-child(2) .mainimg {display:block;}
.mainitem:nth-child(2) .maincat {display:inline-block;}
.mainitem:nth-child(2) h3 { font-size:14px; color:#000;}
.mainitem:hover h3, .daysitem:hover h3 {color: #009ec3; text-decoration: underline;}

/* KASTOM DRUGIE DEN
----------------------------------------------- */
.daynewswrp {width:290px;}
.daysitem {display:block; padding-left:110px; margin-bottom:10px;}
.daysimg { width:100px; height:112px; overflow:hidden; margin-left:-110px;}
.daysimg img {width:expression(this.scrollWidth > 111 ? "112px" : "auto"); min-height:100%;}
.daysitem h3 {font-size:12px; font-weight:bold;}
.daysdate {font-size:10px; color:#5c5c5c; margin-top:5px;}

/* KASTOM POSLEDNIE
----------------------------------------------- */
.lastitem {padding-left:130px; margin-bottom:10px;}
.lastimgb {width:120px; margin-left:-130px;}
.lastimg {height:120px; overflow:hidden;}
.lastimg img {width:expression(this.scrollWidth > 111 ? "112px" : "auto"); min-height:100%;}
.lasttext {width:100%;}
.lasttext h3 {font-size:14px; font-weight:bold; margin-bottom:10px;}
.lasttext h3:hover a {text-decoration:underline;}

/* BLOK PRAVOGO SIDEBARA
----------------------------------------------- */
.sidebox {background-color:#f9f9f9; padding:10px; margin-bottom:10px; border:1px solid #c2ddfa; }
.sidebox-title { font-size:14px; font-weight:bold; margin:10px 0 20px 0;}

.tabs li {display:inline-block; background-color:#f0f0f0; color:#000; padding:5px 5px; cursor:pointer; font-weight:bold;}
.tabs li.current {background-color:#009ec3; color:#FFF;}
.box {display: none; padding-top:10px; }
.box.visible {display: block; padding-top:10px;}

/* KASTOM LENTA
----------------------------------------------- */
.rlentaitem {margin:10px 0; padding-left:50px;}
.rlentaitem span {display:block; height:100%; float:left; width:auto; font-size:10px; color:#F97500; margin-left:-50px;
font-weight:bold;}
.rlentaitem a { font-weight:normal; }
.rlentaitem b a {color:#CCC; font-size:10px; text-decoration:underline; margin-left:10px;}
.rlentaitem a:hover {text-decoration:underline;}
.rlentaitem b a:hover {text-decoration:none;}

/* FOOTER
----------------------------------------------- */
.footer {background-color:#f9f9f9; border-top:5px solid #009ec3; margin-top:20px;}
.foottext {width:700px; padding:20px;}
.foottext p { margin-bottom:5px;}
.counts-info {width:300px;}
.infolnk { padding:20px 20px 20px 0;}
.infolnk li {display:inline-block; margin:0 10px 10px 0;}
.footer a {color:#009ec3; text-decoration:underline;} 
.footer a:hover {text-decoration: none;}
.counts {text-align:right; margin-right:20px; margin-left:-10px;}
.counts li {display:inline-block; width:88px; height:31px; background-color:#FFF; margin-left:5px;}

/* BLOK LEVOGO SIDEBARA I TOPNEWS
----------------------------------------------- */
.sideboxwrpl {margin-bottom:10px; border:1px solid #CCC;}
.sideboxl-title {background-color:#06c; color:#FFF; font-weight:bold; font-size:14px; padding:10px;}

.topnews-b {display:block; padding:10px;}
.topnews-b:nth-child(2n) {background-color:#f9f9f9;}

/* KASTOM TOP NEDELI
----------------------------------------------- */
.topweekwrp {width:240px; background-color:#f9f9f9; padding:10px 10px 0 10px;}
.weekwrp {width:250px;}
.topweekwrp h2, .weekwrp h2 { font-size:16px; font-weight:bold; margin-bottom:10px;}
.topweekwrp a:hover {text-decoration:underline;}

.topweekwrp ol {counter-reset:li; padding:0; list-style:none; }
 .topweekwrp ol li {position:relative; margin:0 0 6px 2em; padding:0 0 10px 10px;}
.topweekwrp  ol li:before {content:counter(li); counter-increment:li;
      position:absolute; top:2px; left:-2em; width:2em; padding:4px 0;
      color:#fff; background:#F97500; font-weight:bold; text-align:center;}


/* BISTRIY POISK
----------------------------------------------- */
.searchbox {position: absolute; top:20px; right: 10px; z-index:10; color:#000; font-weight:bold;}
button.searchbut { width:60px; height:30px; border:0 !important; padding:3px 5px !important;
position:absolute; top:-1px; right:0px; color:#FFF; background-color:#F97500;}
button.searchbut:active {background-color:#F97500 !important;}
.searchbox input { color: #9a9898; padding: 5px 10px; width: 280px; height: 30px; background: #fff; border:1px solid #e5e5e5; 
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin-left:10px;
box-shadow:none !important;}
.searchbox input:focus { color: #000; box-shadow:none !important; }
form#quicksearch {margin-bottom:0 !important;}


/* KONTENT SPEEDBAR
----------------------------------------------- */
.speedbar {margin-bottom:15px;}
.speedbar a {color:#347fb7; text-decoration:underline;}
.speedbar a:hover {text-decoration:none;}


/* SHORT STORY
----------------------------------------------- */
.shortstory {padding:15px 15px 15px 10px; margin-bottom:0px; box-shadow:inset 0 -20px 20px -20px rgba(0,0,0,0.1);
-moz-box-shadow:inset 0 -20px 20px -20px rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 -20px 20px -20px rgba(0,0,0,0.1); }
.shortimg { width:170px; margin-left:-180px; height:120px; overflow:hidden;}
.shortimg img {width:expression(this.scrollWidth > 111 ? "112px" : "auto"); min-height:100%;}	
.shorttext {width:100%;}
.shorttitle { margin-bottom:10px; width:100%;}
.shorttitle h2 a {display:block; font-size:18px; line-height:18px; color:#009ec3;}
.shorttitle h2 a:hover { text-decoration:underline;} 
.shortfix {width:100%; margin-bottom:10px;}


/* FULL STORY
----------------------------------------------- */
.fullarticle {padding:5px 0 20px 0;}
.fulltitle { background-color:#f9f9f9; padding:10px; margin-bottom:10px;}

.articleinfo {position:relative;}
.articleinfo ul li {display:inline-block; line-height:30px; margin-right:20px; color:#a8a8a8; font-weight:bold; font-size:11px;}
li.sdata {background-position:0 -292px; padding-left:20px;}
li.sview {background-position: 0 -333px; padding-left:22px;}
li.scom {background-position: 0 -370px; padding-left:22px;}
.articleinfo ul li a {color:#347fb7; font-weight:bold; text-decoration:underline;}
.articleinfo ul li a:hover {text-decoration:none;}

.articlesocial {position:absolute; top:0; right:150px; width:200px;}
.articlerating {position:absolute; right:0; top:5px;}

.addfavorit { opacity: 0.6; position:absolute; right:100px; top:5px;}
.addfavorit:hover { opacity: 1 }
.iedit { position:absolute; top:5px; right:130px}
.iedit * { cursor: pointer; height: 17px; width: 17px;}
.iedit .thd { background-image: url("../dleimages/editstore.png")}

.articletext {margin:10px 0; line-height:20px; font-size:14px;}
.articletext img {margin:0 10px 10px 0;}
.articletext a {text-decoration:underline; color:#347fb7;}
.articletext a:hover {text-decoration:none;}
.articletext ul li {list-style:disc; margin-left:40px;}
.articletext ul { margin-bottom:0px;}

/* POHOZHIE
----------------------------------------------- */
.articlerelated {background-color:#f9f9f9;}
.relatedheader {font-size:14px; padding:5px; font-weight:bold;}

.relitem {display:block; padding:10px 10px 10px 120px;}
.relimg {width:100px; height:70px; overflow:hidden; margin-left:-100px;}
.relimg img {width:expression(this.scrollWidth > 70 ? "71px" : "auto"); height:70px;}
.reltext {color:#5c5c5c; width:100%;}
.reltext p {color:#000; font-weight:bold; margin-bottom:10px}
.relitem:hover .reltext p {text-decoration:underline;}
.relitem:hover { background-color:#f0f0f0;}

 /* KOMMENTARIY
----------------------------------------------- */
.articlecomments {margin:10px 0; padding-right:20px;}
.combox {padding:0 0 0 80px; margin-bottom:10px}
.comava {width:70px; margin: 20px 0 0 -80px; height:70px; border:3px solid #fff;  background-color:#000; box-shadow: 0 0 0 1px #ccc}
.comava img {width:70px; max-height:70px;}
.combody {min-height:110px; padding:20px 0; width:100%;}
.cominfo {padding:5px 0; margin:-20px -20px 5px 0; border-bottom:1px solid #CCC;
line-height:30px}
.cominfo ul {margin:0;}
.cominfo ul li, .comedit ul li {float:left; margin-right:20px;}
.cominfo ul li b, .cominfo ul li b a {color:#34495e; font-size:14px;}
.cominfo ul li.reply {float:right; display:inline-block; padding:5px 0; color:#FFF; margin:4px 0 0 0; line-height:normal;}
.cominfo ul li.reply a {display:block; color:#009ec3; text-decoration:underline;}
.comedit {margin:20px 0 10px 0;}
.comedit ul {float:right}
.comedit a {color:#009ec3; text-decoration:underline;}


.signature { border-top: 1px dashed #d5d5d5; padding: 14px 0; font-size: 11px; color: #828282; font-style:italic; }
.mass_comments_action { height: 1%; text-align: right; padding: 12px 14px 12px 14px; margin: 0 0 47px 0; background-color: #f9f9f9;
 -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px }
	.mass_comments_action .bbcodes { margin-bottom: 0 }

.addcom-btn {display:inline-block; font-size:12px;  padding:10px; color:#FFF;cursor:pointer;
margin-bottom:0px; background-color:#009ec3; font-weight:bold;}
.addcom-btn:hover {background: #133954; color:#FFF}
#addcform {background-color: #f9f9f9; padding:10px;}
.comline {background-color:#f9f9f9; margin-top:20px}
.comnum {display:inline-block; padding:10px; font-weight:bold;}

/* LOGIN
----------------------------------------------- */
#loginbox { background: #fff; padding: 40px; width: 350px; margin-left: -170px; min-height: 150px;
 position: absolute; z-index: 9999; left: 50%; top: 20%; line-height:normal;}
	.logfix {height:70px; background-position:0 0;}
	li.lfchek input, li.lfchek label {display:inline-block !important;}
	.submitline {margin:0 -7px -40px -7px; padding:10px 0 10px 110px;}
#loginbox.logged { background: #fff;}

.not-logged .f_input { font-size: 1.2em; padding: 10px; width: 100%; height: 40px;
 -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
	#loginbox form { margin: 0 }
	.not-logged li { margin-bottom: 1em }
	.not-logged li label { display: block; margin-bottom:0; }
	.submitline .rcol { line-height: 30px }
	.signbox { padding: 0 0 0 110px; }
	.signbox .lcol { margin-left: -110px; }
	.signbox .rcol { width: 100% }
	.rcol h3 {color:#34495e; font-size:18px; font-weight:bold;}
	.signbox ul { margin: 0 }
	.signbox ul li a { display: block; color: #595959; padding:5px; }
	.signbox ul li a:hover { color: #fff; background-color:#1295D8}
	.lg-out { display: block; position:relative; left:10px; top:100px; color:#fff; background-color:#1295D8; padding:5px 16px; font-weight:bold;}
	.lg-out:hover {color:#fff; }
	.avatar { display: block; width: 80px;  }
	.avatar img { width: 100%;box-shadow: 0 1px 3px 0 rgba(0,0,0,0.22);
		-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.22);
		-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.22); border:5px solid #FFF;}
.close { background-color: #b5b5b5; cursor: pointer; margin: 3px; position: absolute; right: 0; top: 0; 
width: 23px; height: 23px; background-position: 0 -427px;}
	.close:hover { background-color: #fb643c }
	


/*--- obshee knopki polya---*/

textarea { overflow: auto; vertical-align: top }
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  transition: color 0.2s linear; -webkit-transition: color 0.2s linear; -o-transition: color 0.2s linear; -moz-transition: color 0.2s linear; color:#fff;
   border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
  font-weight: bold; border: 1px solid #d9d9d9; display: inline-block; padding: 10px 10px; cursor: pointer;
 background-color: #3274a5; font-size:12px}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 }
button[disabled], input[disabled] { cursor: default }
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { color: #F4F9FA }
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { background: #455270;
  box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1)
}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button { font-weight: normal; font-size: 12px; height: 32px; padding: 4px 14px;}

dl,dd,pre,ol,blockquote,address,table,fieldset,form { margin-bottom: 25px }

blockquote { margin-left: 20px; padding: 0 20px; font-style: italic; border-left: 6px solid #1295D8; color: #737373 }
strong, b { font-weight: bold }
em, cite { font-style: italic }
caption { text-align: left }
th,td { vertical-align: middle }
small, .small { font-size: 12px }

table.userstop, table.pm, table.tableform, table.calendar { border-collapse: collapse; border-spacing: 0 }
.thd, .ui-icon, .close { display: block; overflow: hidden; text-indent: -9999px; white-space: nowrap; background-image: url("../images/sprites.png") }
.lcol { float: left; display: inline }
.rcol { float: right; display: inline }

/* Content-other */
#pollbox { border-bottom: 1px dashed #E3E3E3; padding-bottom: 22px }
	#dle-poll-list, #searchtable, .pm_status { padding: 25px; background: #E9F0FC; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px }

/* Navigation */
.storenumber { clear: both; font-weight: bold; }
	.basenavi { font-size: 1.1em; margin: 20px 0; text-align: center; clear: both; line-height: 34px; height: 34px; }
	.navigation { margin: 0 auto; }
	.navigation a, .navigation span { margin-left: -2px; padding: 3px 8px 3px 8px; }
	.navigation a:hover { color: #fff; background: #009ec3;}
	.navigation span.nav_ext { background: none; }
.pnext, .pprev { font-size:14px; margin:0 20px;}
.navigation span {background-color:#009ec3; color:#FFF;}


/* errors */
.berrors { background: #E9F0FC; color: #000; margin: 20px 0 47px 0; padding: 13px 20px; height: 1%; }
	.boxfull .berrors { margin-right: 27px }
	.berrors a { color: #347fb7; text-decoration:underline; }
/* Votes */
	.votenum { color: #717171 }
	.vlist { margin-bottom: 25px }
	.vfoot { margin-bottom: .8em }
.vresult {
    border: 0 none;
    background: none;
    cursor: pointer;
    margin-top: 3px;
    font-size: 11px;
    color: #717171;
    float: right;
    width: 96px;
    height: 20px;
    padding: 0;
    background: url("../images/vresult.png") no-repeat 100% 0 !important;
}

.vresult span {
    padding: 3px 25px 5px 5px;
    display: block;
}

#votes h4 { float: left;}

.vtitle { background-color:#f9f9f9; font-weight:bold; padding:10px;}
.dpad { padding:10px;}
.vote {margin-bottom:5px;}
a.vres {color:#000; margin-left:17px; display:inline-block; padding:5px 0;}
.votebuts {background-color:#f9f9f9; padding:5px 10px 5px 25px; margin:0 -10px -35px -10px;}
.vbut { padding:5px 10px !important; border:0 !important;}

 
/* forms */
#addcoment-dialog form { margin: 0 }
.statbox { margin-bottom: 47px }
.statbox h1 { margin-bottom: .6em }

.tableform { width: 100%; }
	.tableform td, .tableform th { border-top: 1px dotted #ebebeb; padding: 10px 0; text-align: left; }
		.tableform tr:first-child td, .tableform tr:first-child th { border: 0 none; }
		.tableform th, .tableform .label, .tableform .addnews { width: 25%; font-weight: normal; vertical-align: top; padding-right: 10px; padding-top: 8px; }
		.imp::after { color: #e46950; content: "*"; font-weight: bold; }

	.recipient select { width: 298px; }

	.checkbox { color: #787878; padding: 4px 0; line-height: 1em; }
	.checkbox input { margin-top: -2px; vertical-align: middle; }

	/*captcha*/
	.c-captcha { position: relative; height: 70px }
	.c-captcha #dle-captcha, .c-captcha .f_input { float: left; margin-right: 5px }
	.c-captcha #dle-captcha a { display: block; clear: both }
	.c-captcha .f_input { position: absolute; left: 175px; font-size: 20px; height: 30px; padding: 9px; width: 100px }

.f_input, .xfields input, .xprofile input { width: 288px; }
.logg {width:230px;}
textarea { resize: vertical; }
.f_textarea, textarea.ui-corner-all { width: 96.7%; }
#category { width: 300px !important; }
.f_input { height: 16px; }
.fieldtr select, .f_textarea, .f_input, .xfields textarea, .xprofile textarea, .tdfield select, .lfield input, .editor input[type="text"], #category, textarea.ui-corner-all, .pm select,
.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select, .bbeditor select, .textin, select.rating { padding: 4px; background: #f2f2f2; border: 1px solid #cecece;
}
.xfields textarea { width: 96.7%; }
.editor_button select { padding: 0; }
.fieldtr select:focus, .pm select:focus, .textin:focus, .f_textarea:focus, .f_input:focus, .xfields textarea:focus, .xprofile textarea:focus, .editor input[type="text"]:focus, #category:focus, textarea.ui-corner-all:focus,  .tdfield select:focus, .lfield input:focus,
.xfields input:focus, .xprofile input:focus, .xfields select:focus, .xprofile select:focus, .mass_comments_action select:focus, .bbeditor select:focus { background: #fff; border-color: #78afbe;
	box-shadow: 0 0 10px 0 #96BEFB;
	-moz-box-shadow: 0 0 20px 0 #96BEFB;
    -webkit-box-shadow: 0 0 20px 0 #96BEFB;}

/* search */
.searchstyle { width: 480px }
	.search { padding: 0 }
	#searchtable, #searchtable td { vertical-align: top; text-align: left }
	#searchtable fieldset { font-size: 11px; border: 1px solid #d7d7d7; padding: 10px; text-align: left; margin: 0 4px 4px 0 !important; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px }
	#searchtable table, #searchtable form { margin: 0 }
	#searchtable select { background-color: #fff }

	fieldset legend { font-size: 11px; font-weight: bold; color: #696969; }
	#searchuser, #searchinput { width: 90% !important; }

.searchresult { border-bottom: 1px solid #E3E3E3; padding: 0 100px 25px 0; margin-bottom: 25px; height: 1%; overflow: hidden; position: relative }
	.snum { font-weight: bold; text-align: right; font-size: 55px; border-radius: 25px; text-align: center; color: #E3E3E3; position: absolute; right: 24px; bottom: 6px; transition: color 0.3s linear; -webkit-transition: color 0.3s linear; -o-transition: color 0.3s linear; -moz-transition: color 0.3s linear }
	.searchresult:hover .snum { color: #2cb6dc }
	.sr-info { font-size: 11px; color: #8c8c8c; margin: 0 }

.searchresult.linedark { background: #fff; }

/* Userinfo */
.userinfo { padding-left: 110px }
	.userinfo .lcol { margin-left: -110px; width: 110px }
	.userinfo .lcol .avatar { margin-bottom: 1em }
	.userinfo .rcol { margin: 0; width: 100% }

	.umenu a { text-decoration: none !important; display: block; height: 1%; line-height: normal; padding: 6px 10px 5px 10px; color: #262626 }
	.umenu a:hover { border-radius: 6px; background: #9fba51; color: #fff }

	.usinf li, .userinfo  ul.rcol li { padding: 5px 0; border-top: 1px dotted #D9D9D9 }
	.usinf li:first-child, .userinfo  ul.rcol li:first-child { border: 0 none }
	.uibtn { font-size: 11px }
	.ussep { padding-top: 1.2em }
	.offline, .online { text-align: center; width: 70px; padding: 3px 5px; font-size: 11px; font-weight: bold; color: #fff; background-color: #626262; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; border-radius: 6px }
	.online { background: #99ce1b }

/* statistics */
.statistics { padding-bottom: 1em }
	.statistics ul.lcol { min-height: 71px; margin-left: -1px; width: 33.3% }
	.statistics ul.lcol li { clear: both; padding: 0 15px 0 1px; margin-bottom: 2px }
	.statistics h4 { font-weight: bold; border-bottom: 1px solid #E2E2E2; margin-bottom: .5em; padding-bottom: .6em }
	.statsbox li { border-top: 1px dotted #ebebeb; padding: 8px 0 }
	.statsbox li:first-child { border-top: 0 none }

.lines { border: 1px dotted #ebebeb; padding: 10px; }
	.lines li { margin-bottom: 0.2em; }

/* PM */
.tabcont { display: none }
.pm_menu, .tabbsmenu { margin-bottom: 10px; height: 42px; border-bottom: 1px solid #78ADCC }
	.pm_menu *, .tabbsmenu * { float: left }
	.pm_menu a, .tabbsmenu a { text-decoration: none !important; border-radius: 6px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; padding: 0 15px; background: #E9F0FC; color: #2b2b2b; margin-right: 2px; height: 41px; line-height: 40px; border: 1px solid #fff6e5; border-bottom-width: 0;  }
	.pm_menu a:hover, .tabbsmenu a:hover { position: relative; background: #fff; height: 42px; color: #f86801 }

.pm_status { margin-bottom: 47px }
	.pm_status_head { border-bottom: 1px solid #E3E3E3; font-size: 0.9em; height: 22px; padding: 0; font-weight: bold; text-align: center; color: #4e4e4e }

.pm_progress_bar { border-radius: 4px; border: 1px solid #d8d8d8; background-color: #fff; padding: 4px; margin-top: 10px; margin-bottom: 10px }
	.pm_progress_bar span { border-radius: 2px; background: #fb643c; font-size: 0; text-indent: -2000em; height: 10px; display: block; overflow: hidden }

/* gotop */
#gotop{position:fixed;width:40px;height:40px;right:10px;bottom:50px;display:block;
    background:url('../images/gotop.png') no-repeat;z-index:9998;display:none;}

/* RESIZE
----------------------------------------------- */
@media screen and (min-width: 1230px) {
	.wrapper {width:1200px;}
	.mainmenu {font-size:14px;}
	.vazhlist li {max-width:380px;}
	.content { width:700px;}
	.mainnewswrp {width:250px;}
	.daynewswrp {width:440px;}
	.foottext {width:900px;}
	.topweekwrp {width:340px;}
	.weekwrp {width:350px;}
	.sres-text {width:580px !important;}
}
/* SABAK KOSY
----------------------------------------------- */
.addbutton{
    position:absolute; right:10px; top:45px; display:inline-block;
}
.addbutton a{
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 0 10px 0 30px;
    background:#00AFDE url(../images/sprite1.png) 0 -238px no-repeat;
}
.addbutton a:hover{
    background-color: #F97500;}
	
/* PIKIRLER
----------------------------------------------- */	
.lastcomm {
  margin: 0;
  padding: 0;
  list-style: none;
  font: normal 14px/20px Arial, sans-serif;}
  
.lastcomm a {
  text-decoration: none;
}
.lastcomm a span {
  color: #676767;
}
.lastcomm li {
  position: relative;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
  padding: 5px 15px;
}
.lastcomm li .lcomm-user {
  color: #b270ce;
}
.lastcomm li .lcomm-date {
  color: #666;
}
.lastcomm li .lcomm-hidden {
  position: absolute;
  top: -10px;
  left: 100%;
  width: 450px;
  display: none;
  padding: 10px 14px;
  font-weight: normal;
  text-shadow: none;
  background: #fff;
  border: solid 2px #398dd8;
  z-index: 150;
  color: #444;
}
.lastcomm li .lcomm-hidden img {
  max-width: 450px;
}
.lastcomm li .lcomm-hidden .lcomm-user-foto {
  max-width: 44px;
  background: #fff;
  display: block;
  margin: 4px 10px 10px 0;
  overflow: hidden;
  float: left;
}
.lastcomm li .lcomm-hidden .lcomm-text {
  overflow: hidden;
}
.lastcomm li:hover {
  background: #398dd8;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.lastcomm li:hover .lcomm-hidden {
  display: block;
}
.lastcomm li:hover a,
.lastcomm li:hover .lcomm-date,
.lastcomm li:hover .lcomm-user,
.lastcomm li:hover a span {
  color: #fff;
}
.right-side .lastcomm .lcomm-hidden {
  left: auto;
  right: 100%;
}
.tags{
    height: 20px;
    line-height: 20px;
    font-size:12px;
    color:#909090;
    margin:0 0 15px 0;
}
.tags b{
    color:#303030;
}
.tags a{
    color: #496ba8;
    font-size: 12px;
}

.tags a:hover {
    color: #009ec3;
    text-decoration:underline;
}


.sf-snow-flake {
position: fixed;
top: -20px;
z-index: 99999;
}

.sf-snow-anim {
top: 110%;
}