/*	
Theme Name: wp
Theme URI: wp
Description: wp
Author: wp
Author wp
Tags: wp
*/


* {
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	margin-left:0;
	padding:0;
}
image{
	border:0;
}
a img,:link img,:visited img,:hover img {
	border:0;
}
a{
	color:#505050;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin:0;
	padding:0;
}
textarea{
	border:1px solid #ccc;
	box-shadow:inset 0 1px 3px #ccc;
}
input:focus, textarea:focus {
    outline:none;
}
button:focus{
	outline:none;	
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:20px;line-height:30px;}
h2 {font-size:18px;line-height:25px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5, h6 {font-size: 13px; line-height: 15px; margin-bottom: 4px; font-weight: bold;}

input[type="checkbox"], input[type="radio"] {
	width: auto; 
	height: auto; 
	padding: 0; 
	margin: 3px 5px 5px 5px;
}
html{
	padding:0px;
	background:#fafafa;
}
body{
/*	background: linear-gradient(to bottom left, #696969, #696969, #696969, #696969); */
/*        background: #696969; */
 background-image: url("http://lifenovosti.ru/wp-content/uploads/2014/11/serpol24.gif");
 background-position: top left;
 background-repeat: repeat;
 background-color: #696969;
      	font-family:"Arial", Tahoma sans-serif;
	font-size:12px;
	height:100%;
	margin:0px;
	padding:0;
	color:#505050;
}
#container{
	width:1000px;
	margin:3px auto;
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
}
.above_header{
	background:#101010 url(img/bgx.png) 0 0 repeat-x;
	width:980px;
	height:30px;
	padding:0 10px;
}
.topmenu{
	width:800px;
	height:20px;
	padding:5px 0;
	position:relative;
	float:left;
}
.topmenu ul{
	font-size:12px;
	list-style:none;
	margin:0;
	display:inline;
}
.topmenu li{ 
	float: left;
	z-index:100;
	text-align:left;
}
.topmenu li a
{
	font-size: 12px;
	color:#fff;
	line-height:20px;
	padding:0 5px;
	display: block;
	text-decoration:none;
	border-radius:2px;
	margin:0 5px 0 0;
}
.topmenu li a:hover {
	z-index:100;
	background:#37b6ff;
	text-decoration:none;
}
/* LOGIN begin  */
.loginbar{
	height:20px;
	max-width:180px;
	float:right;
	position:static;
	text-align:right !important;
	line-height:20px;
	padding:5px;
}
.loginbar a{
	font-size:11px;
	text-decoration:none;
	color:#aaa;
}
.loginbar a:hover{
	text-decoration:underline !important;
	color:#fff;
}
a.user{
	padding:0 0 0 20px;
	background:url(img/user.png) left no-repeat;
	line-height:20px;
	display:inline-block;
	margin:0 0 0 5px;
}
.loginpanel{
	line-height:20px;
	min-width:140px;
	color:#909090;
	height:20px;
	padding:0 0 10px 0;
	float:right;
	text-align:right;
}
#loginb{
	color:#909090;
	width:270px;
	display:none;
	background:#fff;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-150px;
	z-index:20000 !important;
	box-shadow: 0px 0px 30px #000;
	padding:30px;
}
#loginb a{
	color:#505050;
	text-decoration:underline;
}
#loginb a:hover{
	color:#ccc;	
	text-decoration:none !important;
}
.logintitle{
	line-height:40px;
	height:40px;
	text-align:center !important;
	color:#fff;
	font-size:18px;
	margin:-30px -30px 25px -30px;
	background:#303030 url(img/nav.png) repeat-x;
	text-shadow:0 1px 1px rgba(0,0,0,0.3);
}
.login-close{
	position:absolute;
	background:url(img/login-close.png) 0 0 no-repeat;
	width:25px;
	height:25px;
	cursor:pointer;
	top:-15px;
	right:-15px;
}
.login-close:hover{
	background-position: 0 -25px;
}
.profile{
	margin:0 0 15px 0;
}
.profile-left{
	width:78px;
	float:left;
	margin:0 20px 0 0;
	border:1px solid #eee;
	padding:10px;
	border-radius:5px;
}
.profile img{
	width:80px;
	max-height:80px;
	border-radius:3px;
}
.profile ul{
	list-style: none;
	margin:0 0 15px 0;
	padding:0;
	font-size:12px;
	color:#303030;
	float:left;
	width:150px;
}
.profile li{
	position: relative;
	height:29px;
	line-height:20px;
	margin:0;
	padding:0;
	width:150px;
	text-align:left;
}
.profile li a{
	text-align:left;
	line-height:20px;
	font-size:13px;
	color:#175ca0 !important;
	text-decoration:underline !important;
	font-weight:normal;
}
.profile li a:hover{
	color:#303030 !important;
	text-decoration:none !important;
}
.login_input{
	margin:15px 0 0 0;
	text-align:center;
}
.login_field{
	width:270px;
	height:30px;
	line-height:35px;
	vertical-align: middle;
	font-size:15px;
	padding:0;
	color:#909090;
	background:#fff;
	margin-top:15px;
	border-radius:3px;
	text-align:left;
}
.field{
	padding:5px;
	width:260px;
	height:20px;
	color:#909090;
	font-size:15px;
	font-family:Arial;
	background:none;
	border:1px solid #ccc;
	vertical-align: middle;
	border-radius:3px;
	box-shadow:inset 0 0 15px rgba(0,0,0,0.1); 
}
.field:hover, .field:active, .field:focus{
	border:1px solid #aaa;
}
.field:active, .field:focus{
	border:1px solid #aaa;
	box-shadow:0 0 10px rgba(55,182,255,0.3);
}
.enter{
	height:30px;
	padding:0 10px;	
	background:#175ca0;
	border:1px solid #175ca0;
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.3);
	cursor:pointer;
	margin:0 15px 0 0;
	font-weight:bold;
	color:#fff !important;
	font-size:16px !important;
	line-height:30px;
	border-radius: 3px;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
	float:left;
	text-decoration:none !important;
}
.enter:hover{
	color:#000;
	background:#303030;
	text-shadow:none;
}
.lostpass{
	height:30px;
	line-height:30px;
	border:1px solid #ccc;
	background:#fafafa;
	color:#707070 !important;
	float:left;
	display:inline-block;
	font-size:14px !important;
	padding:0 10px;
	text-decoration:none !important;
	border-radius: 3px;
}
.lostpass:hover{
	color:#505050 !important;
	border:1px solid #aaa;
}
.not_save{
	font-size:12px;
	padding:0;
	margin:15px 0 5px 0;
	height:20px;
	text-align:left;
}
#login_overlay {
  background-color: #000; /* Чёрный фон */
  height: 100%; /* Высота максимальна */
  left: 0; /* Нулевой отступ слева */
  opacity: 0.50; /* Степень прозрачности */
  -moz-opacity:0.5;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  position: fixed; /* Фиксированное положение */
  top: 0; /* Нулевой отступ сверху */
  width: 100%; /* Ширина максимальна */
  z-index: 10000; /* Заведомо быть НАД другими элементами */
  display:none;
}
/* LOGIN end  */
.header{
	width:980px;
	padding:0 0 0 20px;
	height:100px;
	background:#CA1300 url(img/header.png) repeat-x;
}
.logo{
	width:260px;
	height:60px;
	float:left;
	margin:25px 30px 0 0;
}
.header-date{
	height:20px;
	line-height:20px;
	margin:40px 0;
	width:300px;
	float:left;
	color:#fff;
	font-size:13px;
}
.header-right{
	height:70px;
	width:250px;
	margin:15px;
	float:right;
}
.socialb{
	width:250px;
	height:20px;
	margin:0 0 20px 0;
	color:#fff;
	line-height:16px;
	font-size:12px;
}
.socialb ul{
	height:16px;
	font-size:14px;
	list-style:none;
	margin:0;
	display:inline-block;
}
.socialb li
{ 
	float: left;
	position: relative;
	text-align:left;
	margin:3px 0 0 10px;
	width:16px;
	height:16px;
}
.socialb li a
{
	width:16px;
	height:16px;
	padding:0;
	display: block;
	text-decoration:none;
	background:url(img/socialb.png) 0 0 no-repeat;
}
.socialb li a.vkontakte{
	background-position: 0 0;
}
.socialb li a.facebook{
	background-position: -16px 0;
}
.socialb li a.twitter{
	background-position: -32px 0;
}
.socialb li a.rss{
	background-position: -48px 0;
}
.socialb li a:hover{
	opacity:0.5;
}
.searchblock{
	width:250px;
	height:25px;
	line-height:25px;
	background:#fff;
	box-shadow:inset 0 4px 5px rgba(0,0,0,0.1);
}
.searchblock ul{
	height:25px;
	list-style:none;
	padding:0;
	display:inline;
}
.searchblock li
{ 
	float:left;
	position: relative;
	border:0;
	display:block;
	height:25px;
}
.searchblock li a
{
	float:left;
	position: relative;
	text-align:center;
}
.searchblock .searchbt input{
	width:50px;
	height:25px;
	background:url(img/searchbt.png) 0 0 no-repeat;
}
.searchblock .searchbt input:hover{
	background-position: 0 -25px;
}
.searchform{
	color:#505050;
	width:190px;
	height:25px;
	line-height:20px;
	padding:0 5px;
	border:0px;
	font-size:14px;
	font:Verdana, Geneva, sans-serif;
	background:transparent;
	overflow:hidden;
}
.searchform:focus{
	box-shadow:0 0 10px rgba(55,182,255,1);
}
.nav{
	width:1000px;
	height:40px;
	padding:0;
	margin:0 auto;
	position:relative;
	background:#fafafa url(img/bgx.png) 0 -30px repeat-x;
}
.nav ul{
	font-size:14px;
	list-style:none;
	margin:0;
	display:inline;
}
.nav li{ 
	float: left;
	z-index:100;
	text-align:left;
	position:relative;
}
.nav li a
{
	font-size: 12px;
	color:#C80000;
	line-height:40px;
	padding:0 15px;
	display: block;
	font-weight:bold;
	text-decoration:none;
	border-right:1px solid #BD6565;
	box-shadow:inset -1px 1px 1px rgba(255,255,255,1);
	text-shadow:0 1px 1px #fff;
}
.nav li a.first{
}
.nav li a:hover {
	z-index:100;
	color:#000;
	text-decoration:none;	
	text-shadow:0 1px 2px rgba(255,255,255,0.3);
	background:#fff;
}
.nav li a.link1{

	}
.nav li.drop:hover .link1{
 border-bottom:0;
	color:#000;
	background:#fff;
}
.nav li.drop{
	display:block;
}
.nav li.drop:hover{
	
}
.nav li ul {
	z-index:500;
	display: none;
	position:absolute !important;
	left:0;
	width:280px;
	background:#fff;	
}
.nav li li{
	z-index:500;
	height:25px;
	padding:0;
	display:block;
	clear:both;
}
.nav li li a {
	padding:0 10px !important;
	text-align:left;
	font-size:13px;
	line-height:25px;
	text-decoration:none;
	text-shadow:none;
	border-right:0;
	box-shadow:none;
	display:block;
	width:275px;
	font-weight:bold;
}
.nav li li a:hover {
	color:#000;
	text-shadow:none;
	clear:both;
	background:none;
	text-decoration:underline;
}
.nav li:hover ul{
	display:block;
	clear:both;
	box-shadow:0 5px 10px rgba(0,0,0,0.1);
}
.featur{
	background:#C80000;
	width:1000px;
}
.fixed_news{
	width:680px;
	float:left;
}
.featur-1{
	width:660px;
	height:200px;
	margin:10px;
	position:relative;
	overflow:hidden;
}
.over300{
	width:300px;
	height:200px;
	overflow:hidden;
	float:left;
	margin:0 15px 0 0;
}
.over300 img{
	width:300px;
	min-height:200px;
}
.over300 img:hover{
	opacity:0.9;
}	
.f1title{
	font-size:24px;
	line-height:26px;
	max-height:104px;
	overflow:hidden;
	margin:0 0 17px 0;
}
.f1title a{
	font-size:24px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.f1title a:hover{
	color:#eee;
	text-decoration:underline;
}
.f1title span{
	color:#37b6ff;
	font-weight:bold;
	font-size:20px;
}
.f1text{
	font-size:14px;
	line-height:19px;
	color:#fff;
}
.f1text a{
	font-size:14px;
	text-decoration:underline;
}
.ftext a:hover{
	text-decoration:none;
}
.f1date{
	background:url(img/black75.png);
	color:#fff;
	line-height:20px;
	padding:0 5px;
	font-size:12px;
	position:absolute;
	top:0;
	left:0;
}
.featur-2{
	width:213px;
	height:142px;
	margin:0 0 10px 10px;
	position:relative;
	float:left;
}
.over213{
	width:213px;
	height:142px;
	overflow:hidden;
}
.over213 img{
	width:213px;
	min-height:142px;
}
.over213 img:hover{
	opacity:0.9;
}	
.f2title{
	font-size:13px;
	line-height:18px;
	max-height:72px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	background:url(img/black75.png);
	margin:0;
	padding:0 5px;
}
.f2title a{
	font-size:13px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.f2title a:hover{
	color:#eee;
	text-decoration:underline;
}
.top_today{
	float:left;
	width:300px;
	margin:10px;
}
.today_header{
	border-bottom:5px solid #37b6ff;
	line-height:20px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
.today_header h3{
	font-size:13px;
	font-weight:bold;
}
.featur-3{
	width:300px;
	height:50px;
	margin:7px 0 0 0;
	padding:0 0 7px 0;
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #404040;
}
.over75{
	width:75px;
	height:50px;
	overflow:hidden;
	float:left;
	margin:0 10px 0 0;
}
.over75 img{
	width:75px;
	min-height:50px;
}
.over75 img:hover{
	opacity:0.9;
}	
.f3title{
	font-size:14px;
	line-height:16px;
	max-height:48px;
	overflow:hidden;
}
.f3title a{
	font-size:14px;
	text-decoration:none;
	color:#fff;
}
.f3title a:hover{
	color:#eee;
	text-decoration:underline;
}
.f1title span{
	color:#37b6ff;
	font-weight:bold;
	font-size:20px;
}
.f1text{
	font-size:14px;
	line-height:19px;
	color:#fff;
}
.f1text a{
	font-size:14px;
	text-decoration:underline;
}
.ftext a:hover{
	text-decoration:none;
}
.f1date{
	background:url(img/black75.png);
	color:#fff;
	line-height:20px;
	padding:0 5px;
	font-size:12px;
	position:absolute;
	top:0;
	left:0;
}
#content{
	width:1000px;
}
#left{
	width:680px;
	float:left;
}
#right{
	width:300px;
	padding:10px;
	float:right;
}
.news_block{
	float:left;
	width:320px;
	margin:10px 10px 20px 10px;
	border-top:1px solid #eee;
}
.news_header{
	color:#37b6ff;
	border-bottom:5px solid #eee;
	line-height:30px;
	font-weight:bold;
	font-size:16px;
	font-family:Arial Narrow;
}
.news_header a{
	font-size:16px;
	font-weight:bold;
	color:#303030;
	text-decoration:underline;
	font-family:Arial Narrow;
}
.news_header a:hover{
	color:#175ca0;
	text-decoration:none;
}
.custom-1{
	width:320px;
	max-height:90px;
	padding:10px 0 10px 0;
	border-bottom:1px solid #eee;
	overflow:hidden;
}
.c1title{
	font-size:14px;
	line-height:16px;
	overflow:hidden;
	color:#303030;
	margin:0;
}
.c1title a{
	font-size:14px;
	text-decoration:none;
	color:#175ca0;
	font-weight:bold;
}
.c1title a:hover{
	color:#303030;
	text-decoration:underline;
}
.c1date{
	font-size:11px;
	color:#909090;
}
.custom-2{
	width:300px;
	max-height:50px;
	padding:10px 5px 10px 5px;
	border-bottom:1px solid #eee;
}
.c2title{
	font-size:14px;
	line-height:16px;
	overflow:hidden;
	color:#303030;
	margin:0;
}
.c2title a{
	font-size:14px;
	text-decoration:none;
	color:#175ca0;
}
.c2title a:hover{
	color:#303030;
	text-decoration:underline;
}
.news_wide{
	background:#eee;
	margin:10px;
}
.news_wide_header{
	height:30px;
	position:relative;
	padding:5px 10px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial Narrow;
}
.news_wide_header a{
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	color:#303030;
	font-family:Arial Narrow;
}
.news_wide_header a:hover{
	text-decoration:none;
	color:#175ca0;
}
.custom-3{
	width:315px;
	height:260px;
	overflow:hidden;
	margin:0 0 10px 10px;
}
.over315{
	width:315px;
	height:210px;
	overflow:hidden;
	margin:0 0 10px 0;
}
.over315 img{
	width:315px;
	min-height:210px;
}
.over315 img:hover{
	opacity:0.9;
}
.c3title{
	font-size:14px;
	line-height:13px;
	height:45px;
	overflow:hidden;
}
.c3title a{
	font-size:14px;
	text-decoration:none;
	color:#175ca0;
	font-weight:bold;
}
.c3title a:hover{
	color:#303030;
	text-decoration:underline;
}
.sideblock{
	width:300px;
	margin-bottom:10px;
	background:#fafafa;
}
.blackline_header{
	height:30px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	padding:0 10px;
	font-family:Arial Narrow;
	font-size:16px;
	background:#303030 url(img/bgx.png) 0 0 repeat-x;
}
.sideheader{
	color:#303030;
	font-weight:bold;
	font-family:Arial Narrow;
	font-size:16px;
	height:30px;
	line-height:30px;
	margin:10px 0 0 0;
	background:#eee url(img/bgx.png) 0 -30px repeat-x;
	padding:0 10px;
	border-top:1px solid #eee;
}
.sideheader a{
	font-size:16px;	
	color:#175ca0;
	text-decoration:underline;
}
.sideheader a:hover{
	color:#303030;
	text-decoration:none;
}
.tabstitle{
	height:20px;
	list-style:none;
	background:url(img/bgx.png) 0 -30px repeat-x;
	padding:5px 0 5px 10px;
	margin:0;
}
.tabstitle span{
	padding:0 5px;
	color:#707070;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	font-family:Arial Narrow;
	text-align:center;
	float:left;
	display:block;
	text-decoration:none;
	border-radius:3px;
	margin:0 10px 0 0;
}
.tabstitle span.first{
}
.tabstitle span:hover{
	cursor:pointer;
	color:#000;	
}
.active-ttab{
	color:#fff !important;
	background:#fff url(img/bgx.png) 0 -70px repeat-x !important;
	text-shadow:0 -1px 0 rgba(0,0,0,0.5);
}
.tt-panel{
	display:none;
}
.index-panel{
	
}
.custom-4{
	width:290px;
	padding:5px 10px 5px 0;
	border-bottom:1px solid #eee;
	border-top:1px solid #fff;
	background:#fafafa;
}
.c4title{
	font-size:12px;
	line-height:15px;
	overflow:hidden;
}
.c4title a{
	font-size:12px;
	text-decoration:none;
	color:#175ca0;
	font-weight:normal;
}
.c4title a:hover{
	color:#505050;
	text-decoration:underline;
}
.b_date{
	color:#303030;
	font-size:11px;
	padding:0 10px 0 10px;
	line-height:18px;
	height:18px;
	float:left;
}
.b_cat a{
	color:#909090;
	font-size:11px;
	line-height:12px;
	height:12px;
	display:block;
}
.lastnews{
	padding:10px;
	border-bottom:1px solid #eee;
}
.lastnews a{
	color:#175ca0;
	font-size:12px;
	text-decoration:underline;
}
.lastnews a:hover{
	color:#303030;
	text-decoration:none;
}
.custom-5{
	width:300px;
	height:200px;
	margin:0 0 10px 0;
	position:relative;
	overflow:hidden;
}
.over300{
	width:300px;
	height:200px;
	overflow:hidden;
	position:relative;
}
.over300 img{
	width:300px;
	min-height:200px;
}
.over300 img:hover{
	opacity:0.9;
}
.video_play{
	display:block;
	position:absolute;
	top:5px;
	left:5px;
	height:40px;
	padding:0 0 0 20px;
	background:url(img/video_play.png) no-repeat;
	color:#37b6ff;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}
.video_views{
	background:#303030;
	border-radius:0 10px 10px 0;
	padding:0 10px 0 5px;
	display:block;
}
.c5title{
	font-size:13px;
	line-height:18px;
	max-height:72px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	background:url(img/black50.png);
	margin:0;
	padding:0 5px;
}
.c5title a{
	font-size:13px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
.c5title a:hover{
	color:#eee;
	text-decoration:underline;
}
.custom-6{
	width:90px;
	height:140px;
	margin:0 5px;
	float:left;
	overflow:hidden;
}
.over90{
	width:90px;
	height:60px;
	overflow:hidden;
	position:relative;
}
.over90 img{
	width:90px;
	min-height:60px;
}
.over90 img:hover{
	opacity:0.9;
}
.c6title{
	font-size:11px;
	line-height:12px;
	max-height:60px;
	overflow:hidden;
	margin:5px 0;
}
.c6title a{
	font-size:11px;
	text-decoration:none;
	color:#175ca0;
	font-weight:bold;
}
.c6title a:hover{
	color:#303030;
	text-decoration:underline;
}
/* FOOTER         */
.footer {
	line-height:20px;
	width:960px;
	padding:20px;
	color:#C80000;
	position:relative;
	background:#CA1300;
}
.footer a{
	color:#909090;
	text-decoration:underline;
}
.footer a:hover{
	color:#ccc;
	text-decoration:none;
}
.logo_footer{
	width:260px;
	height:60px;
	float:left;
	margin:15px 30px 15px 0;
}
.footerblock{
	float:left;
	width:320px;
	margin:0 0 20px 0;
}
.footer_block_title{
	font-family:Arial Narrow;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	line-height:20px;
	margin:0 0 10px 0;
}
.seotext{
	font-size:11px;
	line-height:15px;
}
.footer_nav a{
	color:#fff;
}
.separate{
	margin:5px 5px 0 5px;
	width:5px;
	height:5px;
	display:inline-block;
}
.counters{
	height:31px;
	width:270px;
	margin:10px 0 0 0;
}
.tagscloud{
	padding:0 10px 10px 10px;
}
/* КНОПКИ */
.vbutton{
	font-family:Arial;
	background:#eee url(img/bgx.png) 0 -30px repeat-x;
	box-shadow:0 1px 2px rgba(0,0,0,0.1);	
	cursor:pointer;
	width:100px;
	height:30px !important;
	line-height:30px !important;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin:5px 0 10px 30px;
	color:#505050;
	text-shadow:0 1px 1px #fff;
	border-radius:3px;
	float:left;
	border:1px solid #ccc;
}
.vbutton:hover{
	color:#fff;
	cursor: pointer;
	border:0;
	background:#175ca0;
	box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
	text-shadow:none;
}
.cbutton{
	font-family:Arial;
	background:#eee url(img/bgx.png) 0 -30px repeat-x;	
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.3);
	text-shadow: 0 1px 1px #fff;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:30px !important;
	line-height:28px !important;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	display:block;
	margin:5px auto 10px 10px;
	color:#175ca0;
	border-radius:5px;
	text-align:center;
	float:left;
}
.cbutton:hover{
	color:#fff;
	cursor: pointer;
	border:0;
	text-shadow:none;
	background:#303030;	
}
.resbutton{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:12px !important;
	font-weight:bold;
	color:#175ca0;
	text-decoration:underline;
	line-height:25px;	
	float:right;
}
.resbutton:hover{
	color:#000;
}
.speedbar{
	font-size:11px;
	color:#909090;
	overflow:hidden;
	height:30px;
	line-height:30px;
	margin:0 20px 10px 15px;
}
.speedbar a{
	color:#909090;
	text-decoration:underline;
	font-size:11px;
}
.speedbar a:hover{
	color:#505050;
	text-decoration:none;	
}
.sort{
	margin:0 10px 20px 10px;
	color:#909090;
}
.sort a{
	color:#505050;
	text-decoration:none;
	border-bottom:1px dashed #505050;
}
.sort a:hover{
	color:#175ca0;
}
.shortstory, .shortstory2{
	margin:0 10px 20px 10px;
	border-bottom:1px solid #cdcdcd;
	padding:0 0 10px 0;
	line-height:18px;
}
.shortstory a, .shortstory2 a{
	text-decoration:none;
	color:#175ca0;
}
.shortstory a:hover, .shortstory2 a:hover{
	text-decoration:underline;
	color:#303030;
}
.over240{
	position:relative;
	width:240px;
	height:160px;
	overflow:hidden;
	float:left;
	padding:0 10px 10px 0;
	background:#fff;
}
.over240 img{
	width:240px;
	min-height:160px;
}
.over240 img:hover{
	opacity:0.9;
}
.shortstory img, .shortstory2 img{
	max-width:660px;
	margin:0 10px 10px 0;
}
.shorttitle{
	margin:0 0 5px 0;
}
.shorttitle a{
	line-height:20px;
	font-size:16px;
	font-weight:bold;
	color:#175ca0;
}
.shorttitle a:hover{
	text-decoration:underline;
	color:#303030;
}
.shortstory2 .full-info{
	margin:0 0 10px 0;

}
.views{
	float:left;
	padding:0 0 0 20px;
	background:url(img/dataicon.png) 0 0 no-repeat;
	margin:0 0 0 10px;
}
.comms{
	float:left;
	padding:0 0 0 20px;
	margin:0 0 0 10px;
	background:url(img/dataicon.png) 0 -13px no-repeat;
}
.date{
	float:left;
	margin:0 0 0 10px;	
}


/* NEWS POST */
.full-story{
	width:660px;
	padding:0 10px 10px 10px;
	color:#505050;
	font-size:14px;
	line-height:150%;
}
.full-story a {
	color:#175ca0;
	font-size:13px;
}
.full-story a:hover {
	color:#303030;
	text-decoration:none;
}
.full-story img {
	margin:0 10px 10px 0;
	max-width:660px;
}
.full-story ul, .full-story ol {
	margin-left:15px;
}
.post-title{
	font-size:20px !important;
	color:#303030;
	text-decoration:none;
	font-family:"Arial";
	line-height:25px;
	margin-bottom:5px;
	position:relative;
	font-weight:bold;
}
.post-title h1, post-title a h1{
	font-size:20px !important;
	display:inline;
}
.post-title a{
	font-weight:bold;
	color:#175ca0;
	font-size:18px !important;
	text-decoration:underline;
	font-family:"Arial";
}
.post-title a:hover{
	color:#303030;
	text-decoration:underline;
}
.full-info {
font-size: 11px;
color: #505050;
background: #f5f5f5;
margin: 0 0 10px 0;
height: 20px;
padding: 5px  0 0 5px ;
line-height: 14px;
}
.full-info a{
	font-size:11px;

}
.print{
	background:url(img/print.png) no-repeat;
	padding:0 0 0 20px;
	margin:0 0 0 10px;
	float:left;
}
.complaint{
	background:url(img/complaint.png) no-repeat;
	padding:0 0 0 20px;
	margin:0 0 0 10px;
	float:left;
}
.fstory{
	margin-bottom:20px;
}
.info-rating{
	margin:0 0 0 10px;
	font-size:11px;
	display:inline-block;
	position:relative;
	top:4px;
}
.plusobut{
	width:100%;
}
.related-block{
	position:relative;
	overflow:hidden !important;
	color:#303030;
	margin:0 10px;
	border:1px solid #eee;
}
.related-block .custom-1{
	float:left;
	width:309px;
	margin:0 10px;
	border-bottom:0;
	border-top:1px solid #eee;
}
/* COMMENTS */
.addcomment{
	padding:0;
	
	margin:10px;
	padding:0 0 10px 0;
}

.title{
	line-height:20px;
	padding:5px 10px;
	color:#303030;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin:5px 0;
	font-family:Arial Narrow;
}




.info{
	min-height:35px;
	margin:10px;
	color:#707070;
	background:#f5f5f5 url(img/sign.png) 	5px 5px no-repeat;
	padding:10px 5px 10px 60px;
	font-size:12px;
	line-height:15px;
	border:1px solid #eee;
	text-shadow:0 1px 0 #fff;
}
.info a{
	color:#175ca0;
}
.navigation{
	height:30px;
	width:100%;
	color:#000;
	margin:10px auto;
	padding:15px 0;
	font-size:14px;
	clear:both;
	text-align:center !important;	
}
.navigation b{
	font-size:25px !important; 
}
.navigation a:link,
.navigation a:visited,
.navigation a:active {
	line-height:24px !important;
	height:24px;
	text-decoration:underline;
	padding:0 9px;
	color:#175ca0;
	font-size:14px;
	display:inline-block;
	border-radius:2px;
}
.navigation a:hover{
	text-decoration:none;
	color:#000;
}
.navigation span {
	line-height:24px !important;
	height:24px !important;
	text-decoration:none;
	padding:0 5px;
	color:#000;
	font-size:14px;
	display:inline-block;
	font-weight:bold;
}
.nav_ext{
	background:none !important;
	color:#909090 !important;
	font-weight:bold;
	box-shadow:none !important; 
}
.next,.prev{
	display:inline-block !important;
	font-weight:normal;
}
.next a, .prev a{
	background:#eee !important;
	text-decoration:none !important;
}
.next a:hover, .prev a:hover{
	background:#ccc !important;
}
table.fulltable{
	width:100%;
	background:#fafafa;
	border-collapse: collapse;
    border-spacing: 0;
	cellspacing:0;
	border:0;

}
table.fulltable td{
	border-top:1px solid #fff;
	padding:10px 10px;
}
.line{
	margin:5px 0;
	padding:5px 15px;
	border:1px solid #e0e0e0;
	background:#fafafa;
	min-height:20px;
	text-align:left;
	font-size:13px;
}
.sline{
	width:150px;
	min-height:25px;
	line-height:25px;
	text-align:left;
}
.pline{
	width:400px;
	min-height:20px;
	line-height:20px;
	text-align:left;
}
.import{
	color:#175ca0;
}
.line a{
	color:#175ca0;
}
.row{
	font-size:13px;
	margin:5px 0;
	padding:5px;
	border:1px solid #eee;
	background:#fafafa;
}
.row a{
	color:#175ca0;
}
.row h{
	min-width:150px;
	padding:3px;
	margin:0 0 10px 0;
}
.poll{
	background:#fafafa;
	padding:5px 10px;
	margin:5px 0 10px 0;
	border:1px solid #eee;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.poll b{
	border-bottom:1px solid #303030;
}
.userstop{
	font-family:Tahoma;
	font-size:11px;
	color:#505050;
	border-collapse:collapse;
}
.userstop thead {
	font-family:Arial;
	padding:5px 0 0 5px;
	height:20px;
	font-size:12px;
	color:#303030;
	background:url(img/white.png) repeat-x;
}
.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:#175ca0;
}
.userstop a:hover {
	text-decoration: none;
}
.stat{
	color:#707070;
	font-size:13px;
	font-weight:bold;
	min-height:15px;
	margin:0 20px 0 20px;
	padding:2px 0 5px 0;
	border-bottom:1px solid #e0e0e0;
}
.stat span{
	float:right;
	font-weight:normal;
}
.stat a{
	font-size:13px;
	text-decoration:none;
}
.h-row{
	color:#505050;
	background:#f1f1f1;
	font-weight:bold;
	padding:0 0 0 15px;
	margin:10px 0 0 0;
}
textarea, .txsh, .input1, .input2, .input3{
	border:1px solid #ccc;
	height:25px;	
}
textarea:focus, .txsh:focus, .input1:focus, .input2:focus, .input3:focus, .search #searchinput:focus, .search #searchuser:focus{
box-shadow:0 0 10px rgba(55,182,255,0.3);
}
.input1{
	width:340px; 
	font-family:verdana; 
	font-size:13px;
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
	padding:0 5px;
	color:#707070;
}
.input2{
	width:100px;
		padding:0 5px;
	font-size:12px;
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
}
.input3{
	width:223px; 
	font-family:"Tahoma"; 
	font-size:12px; 	
	padding:0 5px;
	box-shadow:inset 0 1px 5px rgba(0,0,0,0.1);
}
.input4{
	width:312px;
	height:100px;
	font-family:verdana; 
	font-size:12px;	
	border:1px solid #ccc;	
}
.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: 11px;
	font-family: tahoma;
}
.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: #FFFFFF;
	text-decoration: underline;
}
.ntitle {
	color: #CC00FF;
	font-size: 15px;
	font-family: tahoma;
	font-weight: bold;
	padding:11px 0 0 6px;
}
.ntitle a {
	color: #0084ff;
	text-decoration: underline;
}
.ntitle a:hover {
	text-decoration:none;
}
.ui-dialog fieldset{
	padding:5px;
	color:#175ca0;
	border:1px solid #505050;
}
.pm_status {
	float:left;
	background:#fff;
	padding:0 0 10px 0;
	border:1px solid #eee;
	width: 330px;
	height: 100px;
	margin:5px 15px 0 10px;
}

.pm_status_head {
	font-size: 0.9em; 
	background:#eee url(img/bgx.png) 0 -30px repeat-x;
	height: 25px;
	line-height:25px;
	padding: 0;
	font-weight: bold;
	text-align: center;
	color: #505050;
	font-size:14px;
	box-shadow:0 1px 3px rgba(0,0,0,0.3);
}

.pm_status_content {
	padding: 5px;
}
.pmlinks{
	padding:10px 10px;
	float:left;
	text-align:center;
	width:250px;
}
.pmlinks a{
	display:block;
	height:30px;
	padding:0 10px;
	line-height:30px;
	background:#eee url(img/bgx.png) 0 -30px;
	color:#505050;
	text-decoration:none;
	margin:0 10px 5px 10px;
	text-shadow:0 1px 1px #fff;
	border:1px solid #ccc;
	border-radius:3px;
}
.pmlinks a:hover{
	box-shadow:inset 0 0 10px rgba(0,0,0,0.2) !important;
	color:#175ca0;
	background:#ececec;
}

li {
    list-style-type: none; /* Убираем маркеры */
   }














/* Alignment------------------------------------------------------------------- */
/* General */
.center,.aligncenter {
	display:block;
	margin-left:auto;
	margin-right: auto;
}
/* Images */
img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color:#FFF;
	border:0px solid #DDD;
	padding:0px;
}
img.alignleft,img.left {
	margin:0 1.5em 1em 0;
}
img.alignright,img.right {
	margin: 0 0 1em 1.5em;
}
/* Floats */
.left,.alignleft {
	float:left;
}
.right,.alignright {
	float:right;
}
.clear,.clearer {
	clear:both;
}
.clearer {
	display:block;
	font-size:0;
	line-height:0;
	height: 0;
}
/* Separators------------------------------------------------------------------- */
.content-separator,.archive-separator {
	background:#E5E5E5;
	clear:both;
	color:#FFE;
	display:block;
	font-size:0;
	line-height:0;
	height:1px;
}
.content-separator {
	margin:32px 0;
}
.archive-separator {
	margin-bottom: 20px;
}
/* Posts------------------------------------------------------------------- */
.post {
	margin-bottom:20px;
}
.post img.left,.post img.right {
	margin-bottom:0;
}
.post-date {
	color:#511111;
	margin:2px 0 10px;
	font-size:1em;
}
.post-date a {
	color:#070f62;
}
.post-meta a {
	color:#345;
}
.post-meta a:hover {
	color:#001;
}
.post-body {
	font-size:1.1em;
	overflow:auto;
}
.post-body a {
	color:#039;
}
.post-body a:hover {
	color:#039;
}
.post-body img.left,.post-body img.right {
	margin-bottom: 1em;
}
/* Pagination */
.pagination .left,.pagination .right {
	width:125px;
}
.pagination .right {
	text-align:right;
}
.left li {
	list-style:none;
}
.pagination {
	color:#777;
	padding:10px 0;
}
.pagination-top {
	border-bottom:2px solid #DDD;
	margin-bottom:24px;
}
.pagination-bottom {
	border-top:2px solid #DDD;
	margin-top: 24px;
}
/* Archives */
.archive-post-date {
	background:#F5F5F5;
	border-bottom:1px solid #C5C5C5;
	border-right:1px solid #CFCFCF;
	float:left;
	margin-right:12px;
	padding:2px 0 5px;
	text-align:center;
	width:46px;
}
.archive-post-title .post-date {
	margin:0;
}
.archive-post-title {
	padding-top:4px;
}
.archive-post-day {
	font: normal 1.6em Georgia,serif;
}
/* Comments------------------------------------------------------------------- */
.comment-input-text textarea {
width: 99.6%;
    height:166px;
}
/* Comment list */
.comment-list-wrapper {
	background:#F6F6F6;
	margin:10px 0 0;
	padding:5px 12px 10px 7px;
}
.comment-list {
	margin:0;
	padding:0;
}
.comment-list li {
	list-style:none;
}
.comment-list ul {
	margin-bottom:0;
}
.comment-profile-wrapper {
	text-align:center;
	width:105px;
}
.comment-gravatar {
	margin-bottom:3px;
}
.comment-content-wrapper {
	float:right;
	width:481px;
}
.comment-parent,.comment-single {
	margin-top:15px;
}
.comment-list ul.children,#comments #respond ul {
	border-left:1px solid #CCC;
	margin:0 0 0 130px;
}
.comment-list ul.children ul.children {
	margin-left:15px;
}
.comment-list ul.children li {
	background:url('img/comment-reply.gif') no-repeat left top;
	margin:0;
	padding:10px 0 0 15px;
}
.comment-body {
	background:#FFF;
	border:1px solid #DDD;
	overflow:auto;
	padding:10px 12px 0;
}
.comment-list ul.children .comment-body {
	background:#FCFCFC;
}
.comment-author {
	padding-top:2px;
}
.comment-text p {
	margin-bottom:0.8em;
}
.comment .post-date,.comment-author {
	font-size:0.9em;
}
.comment .post-date .right a {
	color:#BBB;
}
.comment .post-date .right a:hover {
	color:#234;
}
.comment-arrow {
	background:url('images/comment-arrow.gif') no-repeat left top;
	display:block;
	float:left;
	height:45px;
	margin:3px 0 -45px -41px;
	position:absolute;
	width: 29px;
}
/* Respond */
#respond li {
	list-style:none;
}
#respond {
	background:#F6F6F6;
	padding:10px 12px;
}
#respond ul {
	margin:0;
}
#respond .legend {
	margin-bottom:10px;
}
#comments #respond {
	padding:0;
}
#comments #respond .legend {
	border-bottom:0;
	margin-bottom:0;
}
#comments #respond ul {
	background:url('img/comment-reply.gif') no-repeat left top;
	padding:10px 0 0 15px;
}
#comments ul.children #respond ul {
	margin-left:30px;
	padding:0;
}
#comments #respond .comment-profile-wrapper,#comments #respond .comment-arrow {
	display:none;
}
#comments #respond .comment-body {
	background:#FFF;
}
#comments #respond .comment-content-wrapper {
	float:none;
	width: 100%;
}




.com {
	
	width: 660px;

}




.comment-form-comment {display: none;}
.sk {position: absolute; left: -1000px;}




.form-row-submit {
  border-top: 1px solid #DDD;

}


INPUT.button {
   margin: 3px;
    padding: 3px 5px;
 
    background: none repeat scroll 0% 0% #999999;
    border: medium none;
    font-family: 'Droid Sans',arial,sans-serif;
    font-size: 12px;
    color: #FFF;
    cursor: pointer;
    border-radius:3px;
}

.legend {
	background:#F0FAF0;
	border:1px solid #D6DFD6;
	font-size:1.5em;
	margin:0;
	padding:8px 14px;
}

.cust img {
	float:left;
    padding:1px 4px  4px 4px;
border-radius:11px;
}

.cust b {
	
    padding:1px 4px 4px 4px;
	
}
.cust {
	
   height:60px;
	
}


.cust span {
	color:#00158E;
  font-size:11px;
	
}
.customstsq .textwidget {
	
    padding:9px;
	
}

.customstsq  ul   {
	color:#00158E;
    padding:6px;
	
}


.customstsq  a  {
	color:#00158E;
    padding:6px;
	
}
.f1title span a{
	font-size:24px;
	text-decoration:none;
	color:#505050;
	
}

 .footer_nav li a {
font-size:14px;
float:left;
color:#fff;
margin:4px 14px 4px 4px;
text-transform: uppercase;
}

/* ----------------------------------------------------------podpis' avtora------------------------------------------------------------------- */

#authorbox{
background:#EFEFEF;
border:1px solid #CECFD0;
width:638px;
margin:0 auto;
margin-bottom:10px;
overflow:hidden;
}
#authorbox h4{
font-size:16px;
color:#191919;
margin:0;
padding:10px 10px 5px 10px;
}
.authortext{
padding-left:100px;
}
#authorbox img{
margin:0;
padding:10px;
float:left;
}
#authorbox p{
color:#191919;
margin:0;
padding:0px 10px 10px 10px;
}
#authorbox h4 > a{
text-decoration:none;
}
#authorbox p{
color:#191919;
}