/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
/*	font: inherit; */
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    background: #eaeaea;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 317px;
	 background: #eaeaea;
}
#logo_header{
    width: 100%;
    height: 95px;
    background: #eaeaea;

}
#logo_img{
   margin-top: 16px;
   float: left;
}
#town{
   margin-top: 38px;
   width: 300px;
   height: 57px;
   float: right;   
}
#town span{
	font-weight: bold;
	font-size: 16px;
	font-family: arial, sans-serif;
    color: #005100;
    margin-top: 21px;
    margin-left: 10px;  
    float: left;
}
#town img{
 float: left;    
}
#strelka{
margin-left: 17px;
margin-top: 26px;
}


/* Menu
-----------------------------------------------------------------------------*/
#menu{
    width: 100%;
    height: 37px;
    background-image: url('../images/menubg.jpg');
}

#search{
    /*width: 250px;*/
	width: 233px;
    height: 36px;
    color: white;
    margin-top: -2px;
    float: right;
    background-color: #006600; 
}

#search_form{
  margin: 5px;
  padding : 2px 5px;
  background: #005100; 
  border-top: 1px solid #003700; 
  border-left: 1px solid #003700; 
  border-bottom: 1px solid #109a2d; 
  border-right: 1px solid #109a2d;  
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;  
}

#search_form input {
 border: none;
 background: #005100; 
 color: white;
 /*width: 205px;*/
 width: 191px;
}

#search_button {
 cursor:pointer;
 float:right;
 margin-top: 2px;
 width: 17px;
 height: 17px;
 background-image: url('../images/search.png');
}


#menu ul{

}
#menu ul li{
    float: left;
    margin-left: 8px;
    margin-top: 9px;
    font-size: 1.1em;
    padding-left: 10px;
    font-family: arial, sans-serif;
    color: white;
    background-image: url(../images/splitter.png); 
    background-repeat:no-repeat; 
    background-position: top left;
}

#menu ul li a{
    color: white;
    text-decoration: none;
}

#menu ul :first-child {
background-image: none!important;
}

#important{
    background-color: #a30000;
    width: 92px;
    height: 25px;
    color: white;
     display:table-cell;
   vertical-align:middle;  
   text-align: center;
   font-weight: bold;
}


/* Anons
-----------------------------------------------------------------------------*/
#anons{
    width: 100%;
    height: 167px;
    background-image:url('../images/anonsbg.jpg');
    margin-top: 15px;
    border-radius:5px; 
-webkit-border-radius:5px; 
-moz-border-radius:5px; 
-khtml-border-radius:5px;
/*border: 1px solid white;*/
 -webkit-box-shadow: 0px 2px 5px -2px #444;
    -moz-box-shadow: 0px 2px 5px -2px #444;
   box-shadow: 0px 2px 5px -2px #444;
    margin-bottom: 15px;
}
#anonsin{
    margin: 0 auto;
    width: 95%;
    height: 120px;
    margin-top: 7px;
}
#anons1{
    width: 50%;
    height: 120px;
    float: left;
}
#anons img{
   margin-right: 10px;
   float: left;
}
#anons2{
    width: 50%;
    height: 120px;
    float: left;
}
.anonstext h3 {
    margin: 0px 0px;
    color: #a30000;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
}
.anonstext a{
    color: #a30000; 
    text-decoration: none;
}
.anonstext a:hover{
    color: black;
    text-decoration: none;
}

.anonstext a.teaser, .anonstext a.teaser:hover{
    color: #000000; 
    text-decoration: none;
}


.anonstext span{
    color:#5e5e5e;
    
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
    margin-top: 15px;
    width: 100%;
    padding: 0 0 185px;
    position: relative;
    border-radius:5px; 
    -webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    -khtml-border-radius:5px;
    background-color: white;
}

.middle:after {
	display: table;
	clear: both;
	content: '';
}

.left-content {
 margin-right: 25%;
}

.container {
	width: 100%;
	float: left;
}

.newslabel{
    min-width: 92px;
    padding: 0 10px; 
    height: 25px;
    background-image: url('../images/newsbg.jpg') ;
    color: white;
     display:table-cell;
   vertical-align:middle;  
   text-align: center;
   font-weight: bold;
}

.new{
    border-bottom: 1px solid #e0e0e0;
    margin-top: 10px;
}
.news{
    margin-left: 20px;
    margin-right: 5px;
    width: 355px;
}
.newstext{
    margin-top: 10px;
    text-align: left;
    padding-right: 15px;
    display:table-cell;
}


.field-content {
 padding-top: 7px;
}

.field-content a {
 color: #006600;
}

.newstext img{
    margin:5px 10px 10px 0;
    float:left;
    max-width: 200px;
}

.news h3{
    color: black;
    font-size: 16px;
    font-weight:bold;
}

.news h3 a{
    color: black;
    text-decoration: none;
    font-weight:normal;
    font-weight:bold;
}

.news h3 a .a_date{
    color: #646464;
    text-decoration: none;
    font-weight:normal;
    font-size:90%;

}

.one-node {
  margin-left: 15px;
  border-right: 1px solid #cecece;

}

.one-node h3 {
    color: black;
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    padding-right: 10px;
}

.one-node h3 a{
    color: black;
    text-decoration: none;
    font-weight:normal;
}


.one-node img {
    max-width: 500px;
}


.one-node p {
    font-size: 15px;
    padding-bottom: 14px;
}


.newsfooter{
    background-color: #f3f3f3;
    height: 50px;
    text-align: center;
   display: table-cell;
   vertical-align:middle;  
   width: 335px;
}
#newsholder{
    width: 100%;
    height: 30px;
}


/* right region */
#right {
 float: left;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	margin-left: -625px;
	width: 373px;
	position: relative;
    border-left: 1px solid #cecece;
    min-height: 905px;
    border-right: 1px solid #cecece;
}
#blogs{
    height: 570px;
   border-bottom: 1px solid #cecece;
   text-align: center;
   background-color: #f5f5f5;
}
#blogs h5{
    color: #a30000;
    font-size: 14px;
}
#firstblog{
    border-bottom: 1px solid #e0e0e0;
}
#blogs span{
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    font-style: italic;
    color: #363434;
}

#blogslabel{
    background-image: url('../images/newsbg.jpg') ;
    width: 92px;
    height: 25px;
    color: white;
    vertical-align:middle;  
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    margin-left: -1px;

}
.blogsimg{
    width: 115px;
    height: 115px;
    display:block;
    margin:0 auto;
    margin-top: 20px!important;
    border-radius: 112px;
    box-shadow: 0 0 0 3px white, 0 0 13px #333;
}
#comments{
  text-align: left;
}
#commentslabel{
    background-image: url('../images/newsbg.jpg') ;
    width: 120px;
    height: 25px;
    color: white;
    vertical-align:middle;  
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    margin-left: -1px;
}


.talk {
 margin: 10px;
 padding-top: 10px;
}

.talk_auth {
  font-weight: bold;
  display:inline;

}

.talk_text {
  color: #bababa;
  background-image: url(../images/talk_strelka.png); 
  background-repeat:no-repeat; 
  background-position: center left;
  padding: 5px 5px 5px 15px;
  display:inline;
}


.talk_bubble {
   margin:0 auto;
   width: 230px;
   margin-top: 20px!important;
   background: #ebebeb;
   position: relative;
   -moz-border-radius:    10px;
   -webkit-border-radius: 10px;
   border-radius:         10px;
   padding: 5px;
}
.talk_bubble:before {
   content:"";
   position: absolute;
   left: 20px;
   bottom: 100%;
   width: 0;
   height: 0;
   border-left: 8px solid transparent;
   border-right: 8px solid transparent;
   border-bottom: 16px solid #ebebeb;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	/* Отводится под правый блок */
	margin-left: -251px;
	width: 250px;
	position: relative;

	}
#anonsrightlabel{
    background-color: #a30000;
    margin-left: 1px;
    width: 92px;
    height: 22px;
    padding-top:3px;
    color: white;
   text-align: center;
   font-weight: bold;
}
#anonsright{
    
}
.oneanons{
    margin-top: 20px!important;
    margin: 0 auto;
    width: 230px;
    height: 65px;
    border-bottom: 1px solid #e0e0e0;
}
.date{
    width: 45px;
    height: 65px;
    float: left;
    text-align: right;
}
.date h4{
    font-size: 16px !important;
    font-family: 'PT Sans', sans-serif;
    color: #a30000;  
}
.date h5{
    color: #8c8c8c;
    font-family: arial;
    font-size: 14px;
}

/* Анонс, текст */
.text{
    padding-left: 10px;
    float: left;
    vertical-align: top;
    text-align: left;
    width: 170px;
    color: #020202;
    font-family: arial;
    font-size: 14px;
}


#rightbanner{
    margin-left: 1px;
    background-image: url('../images/rightbanner.jpg') ;
    height: 100px;
    padding-top: 33px;
    padding-left: 20px;
}

#rightbanner h3{
    font-size: 18px !important;
font-family: 'PT Sans', sans-serif;
color: white;
}
#rightmenu{
    list-style-image: url('../images/arrow.png')!important;
    color: white;
    margin-left: 60px;
    margin-top: 10px;
    
}
#rightmenu li a{
    text-decoration: none;
    color: white;  
}
#rightmenu li a:hover{
    text-decoration: underline;
    color: white;  
}

.rightbanner{
    width: 250px;
    text-align: center;
    margin-top: 20px;
}

.rightbanner img{
    width: 250px;
}

#rassilkalabel{
    background-image: url('../images/newsbg.jpg') ;
    margin-left: 1px;
    width: 92px;
    height: 22px;
    padding-top:3px;
    color: white;
    text-align: center;
    font-weight: bold;
}
#rassilka{
}
#rassilka span{
   font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    font-style: italic;
    color: #363434;
    margin-left: 10px;
}
#text {
    width: 130px;
    font-size: 13px;
    padding: 4px 0 4px 0px;
    border: 1px solid #cecece;
    background: #F6F6f6;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 10px;
}


/* Градиентные кнопки */
.button_grad{
 border:1px solid #e3e3e3; -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 6px 6px 6px 6px; text-decoration:none; display:inline-block;font-weight:bold; color: #000000;
 background-color: #FFFFFF; background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CDCDCD));
 background-image: -webkit-linear-gradient(top, #FFFFFF, #CDCDCD);
 background-image: -moz-linear-gradient(top, #FFFFFF, #CDCDCD);
 background-image: -ms-linear-gradient(top, #FFFFFF, #CDCDCD);
 background-image: -o-linear-gradient(top, #FFFFFF, #CDCDCD);
 background-image: linear-gradient(to bottom, #FFFFFF, #CDCDCD);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFFFFF, endColorstr=#CDCDCD);
}

.button_grad:hover{
 border:1px solid #cccccc;
 background-color: #e6e6e6; background-image: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#b4b4b4));
 background-image: -webkit-linear-gradient(top, #e6e6e6, #b4b4b4);
 background-image: -moz-linear-gradient(top, #e6e6e6, #b4b4b4);
 background-image: -ms-linear-gradient(top, #e6e6e6, #b4b4b4);
 background-image: -o-linear-gradient(top, #e6e6e6, #b4b4b4);
 background-image: linear-gradient(to bottom, #e6e6e6, #b4b4b4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e6e6e6, endColorstr=#b4b4b4);
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
    width: 1000px;
	margin: -185px auto 0;
	height: 185px;
	position: relative;
    background-color: #eaeaea;
    color: #5c5c5c;
}
#footerimg{
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    width: 260px;
    height: 185px;
}
#contacts{
    margin-top: 20px;
    width: 256px;
    height: 185px;
    float: left;
}
#contacts2{
    margin-left: 20px;
     margin-top: 20px;
    width: 200px;
    height: 185px;
    float: left;
}


.one-node img {
float: none;
margin: 0 auto;
display: block;

}

.newstext img {
padding-top: 5px;
}

h1 {
	font-size: 150%!important;
}


.form-item {
 display: block;
 clear:both;
}

.social_net {
    display: inline-block;
    padding-left: 25px;
}

.social_net a i {color: #fff;line-height: 29px;font-size: 16px;padding: 0 2px;} 


.socicons {
    padding-left: 8px;
    display: block;
    float: left;
}

.socicons > a {
    background: url('/sites/all/themes/kotovuni/images/iconsocial.png') no-repeat top left;
    display: block;
    width: 22px;
    height: 22px;
    margin: 5px 1px;
    float: left;
    background-color: #fff;
}

.socicons > a.vk { background-position: -96px -7px;}
.socicons > a.tw { background-position: -38px -7px;}
.socicons > a.in { background-position: -183px -7px;}
.socicons > a.ok { background-position: -125px -7px;}
.socicons > a.fb { background-position: -9px -7px;}