/* 
Theme Name: Фонд помощи хосписам Вера 
Description: 
Version: 1.0.5 
Author: Разумный Подход 
Author URI: http://podhod.ru
Copyright (C) 2012 podhod.ru    
*/

/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

@font-face {
font-family: '21Cent';
src: url("21Cent-Regular.otf") format("opentype");
}

@font-face {
font-family: '21Cent';
font-weight: bold;
src: url("21Cent-Bold.otf") format("opentype");
}
/*
@font-face {
    font-family: '21Cent';
    src: url('fonts/21cent-bold-webfont.eot');
    src: url('fonts/21cent-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/21cent-bold-webfont.woff') format('woff'),
         url('fonts/21cent-bold-webfont.ttf') format('truetype'),
         url('fonts/21cent-bold-webfont.svg#21CentBold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: '21Cent';
    src: url('fonts/21cent-regular-webfont.eot');
    src: url('fonts/21cent-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/21cent-regular-webfont.woff') format('woff'),
         url('fonts/21cent-regular-webfont.ttf') format('truetype'),
         url('fonts/21cent-regular-webfont.svg#21CentRegular') format('svg');
    font-weight: normal;
}
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: Georgia, 'Times New Roman', Times, serif; color: #626262; }
body { margin: 0; font-size: 1em; line-height: 1.4; }


/*
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/

a { color: #000; text-decoration: none;}
a:visited { color: #000; }
a:hover { color: #000; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 0; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (max-width: 800px) {
 width:100%;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
 
}


/* ===== Theme Styles ========================================================
   ========================================================================== */
body{
	background:url(img/fon.png);
	/* font-family: '21Cent' ,'Times New Roman', Times, serif; */
      font-family: 'Times New Roman', Times, serif;  
}

h2, h3, h4, h5, h6 {font-weight: normal; color: #000; margin: 0.5em auto;}
h3{ font-size: 1.5em; }
h4, h5, h6{ font-size: 1em; }

h1{color: #000; margin: 0px; font-size: 1.8em; font-weight: normal;}
h1 a {text-decoration:none;}

p {  font-family: 'Times New Roman', Times, serif; }

.home .post-entry{font-size: 0.8em; }

.post-edit {margin-top:1em; font-size: 0.8em;}
.post-entry {font-size: 1em; }
.post-entry .read-more{display: none;}
.post-entry blockquote {border-left: 5px solid #742629; padding-left: 1em; color:#7f7f7f;}
.post-entry blockquote p{margin:0; font-size:1.5em; line-height:1.5em;}

.post-entry table.color {border: 0; width:100%; border-collapse: collapse;}
.post-entry table.color th {background-color:#742629; color: #fff; padding: 1em; }
.post-entry table.color td {border:1px solid white; background-color:#e7ecec; padding: 1em;}

.post-entry ul{list-style: none;}
.post-entry ul li:before{ content:'— '; position:relative; left:-10px; color: #742629;}

.post-entry form{ background-color: #e7ecec; padding: 2em;}
.post-entry textarea, .post-entry select, .post-entry input[type="text"] {width:100%; border: 1px solid #666; font-size:1.2em;}
.post-entry select, .post-entry input[type="text"] {height:1.4em;}

.post-entry input[type="submit"]{ font-size: 1.5em; padding:0.3em;}

.alignleft, .left{float:left;}
.alignright, .right{float:right;}

.grid {
float: left;
margin-bottom: 2.083%;
padding-top: 0;
}

.col-46{ width: 46%;}
.col-48{ width: 48%; padding-left: 12px;}
.col-4{ width: 4%;}

#container{
	margin: 0 auto;
	max-width: 1400px;
	min-width: 1000px;
	background-color:#fff;
}

#header{
	position: relative;
	height:170px;
	background: #742629 url(img/header-light.jpg) center center ;
	overflow:hidden; 
}

#header .inner{ position: absolute; width: 100%; } /* располагаем поверх фона одуванчиков */
#header .col-left{width: 16%}
#header .col-right{width: 84%;}

#header .top-header{height: 120px;}
#header .bottom-header{margin-top: 12px;}

#header .top-header .col-right{position: relative; height:120px;}




#header .wrapper{
	position: relative;
	margin: 15px auto 0px;	
	min-width: 1000px;
	width: 1000px;
	height:100%;
}

#header .logo{ height:100%; margin-right:10px;}
#header .slogan{font-size:1.4em; line-height:1.2em; color:#faeaea; width: 48%;}


#header .oduvan-left{
	position:absolute;
	height:321px;
	width: 335px;
	top:260px;
	left:-20px;
	background: url(img/oduvan-left.png) no-repeat;
}

#header .oduvan-right{
	position:absolute;
	height:637px;
	width: 764px;
	top:0;
	right: -240px;
	background: url(img/oduvan-right.png) no-repeat;
}

/*
#header-wave{
	position:absolute;
	height:14px;
	width: 1250px;
	bottom: 15px;
	left: -125px;
}

#header-wave .white-left{
	position:absolute;
	height: 6px;
	width: 854px;
	bottom: 0px;
	left: 0;
	background-color: #fff;
}

#header-wave .white-right{
	position:absolute;
	height: 6px;
	width: 105px;
	bottom: 0px;
	right: 0;
	background-color: #fff;
}

#header-wave .wave{
	position:absolute;
	bottom: 0px;
	right: 105px;
	height:14px;
	width: 295px;
	background: url(img/wave.png) 0 -26px no-repeat;
}
*/

#header-wave{
    bottom: 15px;
    height: 14px;
    left: -20%;
    position: absolute;
    width: 140%;
}

#header-wave .white-left{
background-color: #FFFFFF;
background-color: #FFFFFF;
    bottom: 0;
    height: 6px;
    left: 0;
    position: absolute;
    width: 68%;
}

#header-wave .white-right{
background-color: #FFFFFF;
    bottom: 0;
    height: 6px;
    position: absolute;
    right: 0;
    width: 170px;
}

#header-wave .wave{
background: url("img/wave.png") no-repeat scroll 0 -26px transparent;
    bottom: 0;
    height: 14px;
    position: absolute;
    right: 160px;
    width: 295px;
}



#header .anons{
   /*  width:587px;
    height:398px;
    background-image: url(img/anons.jpg); */
}


.home #header{
	background-color:#742629;
	height:562px;
}

#header .bottom-header{
    display:none;
}

.home #header .bottom-header{ display: block; }

#header .header-menu{
    display: block;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

#header .header-menu a{
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 1.5em;
}

#header .left-header-menu{ margin:0px 8px 0 15px; width: 130px;}
#header .right-header-menu{ margin:0px 0px 0 20px; }



#header .cash{
    color: #fff;
    line-height:1.3em;
    font-size: 1em; 
}

#header .cash .y{ color: #ffd177; font-size: 0.9em; }
#header .money{  font-size: 1.3em; color: white; font-weight: bold;}
#money1{  font-size: 1.3em; color: white !important; font-weight: bold;}


#header .english{
    /*
    display: block;
    
    position: absolute;
    left: 895px;
    top: 80px;
    width: 50px;
    */
    background: url(img/en.png) 0 2px no-repeat;
    padding-left: 24px;
    margin-left: 10px;
    color: #a28384;
    font-size: 12px;
    line-height: 40px;
    text-decoration: none;
}

#header .flag{
     display: block;
    background: url(img/en.png) 0 1px no-repeat;
    height: 13px;   
    width: 20px;
}

#header .top-header-menu{
    display:block;
    list-style-type:none;
    margin:0;
    padding:0;
    font-size: 0.8em;
    margin: 1.6em 0 0 20px;
}
#header .top-header-menu a{color: #fff; text-decoration:none; line-height:1.7em;}

/* =Primary Menu
-------------------------------------------------------------- */

#topmenu{width: 100%; position: absolute; bottom:0; left:0;}

.top-menu {
    margin:0 auto;
    border: 1px solid #A14E51;
    /* width: 730px; */
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4), 0 0px 1px rgba(240, 250, 250, 0.96) inset*/
}

.top-menu {border-radius: 2px;}
.top-menu li:first-of-type{border-radius: 2px 0 0 2px;}
.top-menu li:last-of-type{border-radius: 0 2px 2px 0;}
.top-menu li:first-of-type a{border-radius: 2px 0 0 2px;}
.top-menu li:last-of-type a{border-radius: 0 2px 2px 0;}

.top-menu, .top-menu ul {
    display:block;
    list-style-type:none;
    margin:0;
    padding:0;
}

.top-menu li {
    border:0;
    display:block;
    float:left;
    margin:0;
    padding:0;
    position:relative;
    z-index:5;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3), 0 0 1px rgba(240, 250, 250, 0.96) inset;
}

.top-menu li:hover {
    white-space:normal;
    z-index:10000;
}

.top-menu li li {
    float:none;
}

.top-menu ul {
    left:0;
    position:absolute;
    top:0;
    visibility:hidden;
    z-index:10;
}

.top-menu li:hover > ul {
    top:100%;
    visibility:visible;
}

.top-menu li li:hover > ul {
    left:100%;
    top:0;
}

.top-menu:after, .top-menu ul:after {
    clear:both;
    content:".";
    display:block;
    height:0;
    overflow:hidden;
    visibility:hidden;
}

.top-menu, .top-menu ul {
    min-height:0;
}

.top-menu ul {
    margin:-10px 0 0 -30px;
    padding:10px 30px 30px;
}

.top-menu ul ul {
    margin:-30px 0 0 -10px;
    padding:30px 30px 30px 10px;
}

.top-menu ul li a:hover, .top-menu li li a:hover {
    color:#484848;
    text-decoration:none;
}

.top-menu ul {
    min-width:10em;
    width:auto;
}

.top-menu a {
    border-left:1px solid #e8e8e8;
    border-right:1px solid #9c9b9b;
    border-left:1px solid rgba(240, 250, 250, 0.46);
    border-right:1px solid rgba(0, 0, 0, 0.26);
    color:#303030;
    display:block;
    font-size: 1.6em;
    height:40px;
    line-height:40px;
    margin:0;
    padding:0 217px;
    position:relative;
    text-decoration:none;
    text-shadow:0 1px 0 rgba(255,255,255,0.3);
background: -moz-linear-gradient(top,  #dedede 1%, #c8c8c8 36%, #8c8989 89%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#dedede), color-stop(36%,#c8c8c8), color-stop(89%,#8c8989));
background: -webkit-linear-gradient(top,  #dedede 1%,#c8c8c8 36%,#8c8989 89%);
background: -o-linear-gradient(top,  #dedede 1%,#c8c8c8 36%,#8c8989 89%);
background: -ms-linear-gradient(top,  #dedede 1%,#c8c8c8 36%,#8c8989 89%);
background: linear-gradient(to bottom,  #dedede 1%,#c8c8c8 36%,#8c8989 89%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#8c8989',GradientType=0 );
}


.top-menu a:hover {
background: #f7f7f7;
background: -moz-linear-gradient(top,  #f7f7f7 1%, #d8d8d8 36%, #a39f9f 89%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f7f7f7), color-stop(36%,#d8d8d8), color-stop(89%,#a39f9f));
background: -webkit-linear-gradient(top,  #f7f7f7 1%,#d8d8d8 36%,#a39f9f 89%);
background: -o-linear-gradient(top,  #f7f7f7 1%,#d8d8d8 36%,#a39f9f 89%);
background: -ms-linear-gradient(top,  #f7f7f7 1%,#d8d8d8 36%,#a39f9f 89%);
background: linear-gradient(to bottom,  #f7f7f7 1%,#d8d8d8 36%,#a39f9f 89%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#a39f9f',GradientType=0 );

}

.top-menu .current_page_item {box-shadow: none}

.top-menu .current_page_item a {
    background-color:#c9c9c9;
    border: 1px none transparent;
    box-shadow: 0 1px 0 #96444f inset, 0 -1px 0 #e1a3a8 inset;
background: #b8b8b8;
background: -moz-linear-gradient(top,  #b8b8b8 0%, #ddd9d8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8b8b8), color-stop(100%,#ddd9d8));
background: -webkit-linear-gradient(top,  #b8b8b8 0%,#ddd9d8 100%);
background: -o-linear-gradient(top,  #b8b8b8 0%,#ddd9d8 100%);
background: -ms-linear-gradient(top,  #b8b8b8 0%,#ddd9d8 100%);
background: linear-gradient(to bottom,  #b8b8b8 0%,#ddd9d8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#ddd9d8',GradientType=0 );

}

.top-menu li:last-of-type a, .post-entry input[type="submit"]{
    color: #fff;
    box-shadow: 0 0 1px #9e6467 inset;
    text-shadow:0 -1px 0 rgba(94,16,19,0.75);
    border-right:0px;
background: #dd7074;
background: -moz-linear-gradient(top, #ffd177 -25%, #ffd177 -15%, #a33236 70%, #742629 99%, #903a3d 90%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(-25%,#ffd177), color-stop(-15%,#ffd177), color-stop(70%,#a33236), color-stop(99%,#742629), color-stop(90%,#903a3d));
background: -webkit-linear-gradient(top, #ffd177 -25%,#ffd177 -15%,#a33236 70%,#742629 99%,#903a3d 90%);
background: -o-linear-gradient(top, #ffd177 -25%,#ffd177 -15%,#a33236 70%,#742629 99%,#903a3d 90%);
background: -ms-linear-gradient(top, #ffd177 -25%,#ffd177 -15%,#a33236 70%,#742629 99%,#903a3d 90%);
background: linear-gradient(to bottom, #ffd177 -25%,#ffd177 -15%,#a33236 70%,#742629 99%,#903a3d 90%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7074', endColorstr='#903a3d',GradientType=0 );

} 

.top-menu li:last-of-type a:hover, .post-entry input[type="submit"]:active{
background: #dd7074;
background: -moz-linear-gradient(top, #ffd177 -15%, #ffd177 -5%, #a33236 100%, #742629 99%, #903a3d 60%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(-25%,#ffd177), color-stop(-15%,#ffd177), color-stop(100%,#a33236), color-stop(99%,#742629), color-stop(60%,#903a3d));
background: -webkit-linear-gradient(top, #ffd177 -15%,#ffd177 -5%,#a33236 100%,#742629 99%,#903a3d 60%);
background: -o-linear-gradient(top, #ffd177 -15%,#ffd177 -5%,#a33236 100%,#742629 99%,#903a3d 60%);
background: -ms-linear-gradient(top, #ffd177 -15%,#ffd177 -5%,#a33236 100%,#742629 99%,#903a3d 60%);
background: linear-gradient(to bottom, #ffd177 -15%,#ffd177 -5%,#a33236 100%,#742629 99%,#903a3d 60%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7074', endColorstr='#903a3d',GradientType=0 );
} 

.top-menu li.current_page_item:last-of-type a {
box-shadow: 0 1px 0 #96444f inset, 0 -1px 0 #e1a3a8 inset;
background: #742629;
background: -moz-linear-gradient(top,  #742629 1%, #af494b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#742629), color-stop(100%,#af494b));
background: -webkit-linear-gradient(top,  #742629 1%,#af494b 100%);
background: -o-linear-gradient(top,  #742629 1%,#af494b 100%);
background: -ms-linear-gradient(top,  #742629 1%,#af494b 100%);
background: linear-gradient(to bottom,  #742629 1%,#af494b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#742629', endColorstr='#af494b',GradientType=0 );
}

.top-menu li li {
    background:#fff;
    background-image:none;
    border:1px solid #b2b2b2;
    border-top:none;
    color:#444;
    filter:none;
    width:auto;
}

.top-menu li li a {
    border:none;
    color:#444;
    font-size:12px;
    font-weight:400;
    height:auto;
    height:20px;
    line-height:20px;
    padding:5px 10px;
    text-shadow:none;
    white-space:nowrap;
}

.top-menu li li a:hover {
    background:#f5f5f5;
    background-image:none;
    border:none;
    color:#444;
    filter:none;
}

.top-menu ul > li + li {
    border-top:0;
}

.top-menu li li:hover > ul {
    left:100%;
    top:0;
}

.top-menu > li:first-child > a {
    border-left:none;
}

.top-menu > li:first-child > a, .top-menu li + li + li li:first-child > a {
}

.top-menu ul.children a, .top-menu .current_page_ancestor, .top-menu .current_page_ancestor ul a {
    background:none;
    background-image:none;
    filter:none;
}

ul.sub-menu .current_page_item a {
    background:transparent !important;
}

/* =Primary Main Menu IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 .top-menu ul {
    background:url(images/ie7-fix.gif) repeat;
}

/* ===============  */

#wrapper {
	clear:both;
	margin: 10px auto 20px;
	position:relative;
	width: 1000px;
	min-width: 1000px;
}

/* ==== SIDEBARS ==== */
#sidebar-left{
float: left;
width: 155px;
height: 100%;
padding-right: 10px;
display: block;
font-size: 0.8em;
border-right: 1px solid #999999;
/* padding-left: 10px;*/
/* border-right: 1px solid gray;*/
}

#searchform input[type="text"] {width: 210px;}

#sidebar-right{
	float:right;
	width:240px;
	height:100%;
}

.sidebar .widget-wrapper{margin-bottom: 15px;}

#searchsubmit{
    background: transparent url(img/icons.png) 64px 0px;
    border: 0;
    height: 16px;
    width: 16px;
}

.widget-wrapper ul {
    display:block;
    list-style-type:none;
    margin:0;
    padding:0;
}

.widget-wrapper ul li a{
    color:#000;
    text-decoration:none;
}

.sidebar ul li a{
    display:block;    
    margin-bottom: 5px;
    padding: 0 3px;
}

.widget-wrapper ul li ul li a{
   padding-left: 25px;
}

#content .current_page_item >a { background-color: #e3e3e3;}
#content  .current_menu_item  >a{  background-color: #e3e3e3;}

#content .sub-menu .current_page_item  { background-color: #e3e3e3;}
#content .sub-menu .current_menu_item  {  background-color: #e3e3e3;}

/* ========================= */

#content{
	float:left;
	margin: 0;
	width: 730px;
}

#content .page, #content .post, #content .posts{
    float: left;
    width: 540px; 
    padding-left: 20px;
}
#content .gallery-posts, #content .gallery-posts .post{
    float: left;
    width: 740px; 
    padding-left: 20px;
}


#content .breadcrumb-list{
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #4a4a4a;
    padding-left:3px;
}


#content .breadcrumb-list .slash{color: #7d3437; font-weight:bold; font-size:0.9em}
#content .breadcrumb-list a{ color: #4a4a4a; text-decoration:none;}


/* ==== FOOTER ==== */
#footer{
	position:relative;
	min-height:220px;
	background-color: #d5dede;
	background:  #d5dede url(img/oduvan-footer.png) no-repeat top right;
}

#footer-widgets .widget-wrapper{   margin: 20px 20px;}

#footer-widgets h4{ color: #666666; font-size:1.1em; margin: 0.3em auto;}

#footer-widgets a{font-size:0.9em;}
#footer-widgets a.lj{background: url(img/lj.png) no-repeat; display: block; height:22px; padding-left: 25px;}
#footer-widgets a.fb{background: url(img/fb.png) no-repeat; display: block; height:22px; padding-left: 25px;}
#footer-widgets a.vk{background: url(img/vk.png) no-repeat; display: block; height:22px; padding-left: 25px;}

#footer-wrapper{
	position:relative;
	margin: 0 auto;
	min-width: 1000px;
	width: 1000px;		
}

#footer .wave{
	position:absolute;
	height:8px;
	width: 295px;
	top:0px;
	right: 150px;
	background: url(img/wave.png) 0 0 no-repeat;
}


.oduvan-footer{
	position:absolute;
	background: url(img/oduvan-footer.png) top right no-repeat;
}

#subfooter{
	margin: 20px auto;
	min-width: 1000px;
	width: 1000px;
	color: #666;
}

#subfooter .veralogo{
	margin-left: 25px;
	width: 70px;
	height: 43px;
	background-image: url(img/footer-logos.png);
}

#subfooter .podhodlogo{
	width: 80px;
	height: 43px;
	background: url(img/footer-logos.png) -70px 0 no-repeat;
	margin: 0 23px 0 143px;
}

#subfooter span.copy{line-height: 2.2em;}

#subfooter .copyright{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 0.7em;
	margin: 0 58px 0 43px;
}

#subfooter .madein{
    font-family: Arial, "MS Trebuchet", sans-serif;
    font-size: 0.7em;
}

#subfooter .madein a{color: #922a2e;}

#subfooter .contacts{
	font-size: 1.3em;
	line-height: 1em;
}


#subfooter .contacts a{
	color: #666;
	text-decoration: none;
	font-size: 0.6em;
}


/*============ HOME PAGE ===========*/

#nado{background-color: #E7ECEC; padding: 0 0px 10px 0px; margin-bottom:2em;}

#nado h3{ margin: 0.5em 15px 0; }
#nado ul{list-style: none; margin:0; padding-left: 15px;}
#nado ul li{ font-size: 0.9em;}
#nado ul li:before{ content:'— '; position:relative; left:-5px;}

.home p{ text-align: left;}
.home .post-meta, .category-gallery .post-meta{font-size: 0.8em; color:#666;}
.home h5, .category-gallery h5 {margin:0; font-weight:bold; font-size: 0.85em;}
.home h5 a{text-decoration:none;}

div.category-gallery{margin-bottom:30px;}

.newspost .attachment-thumbnail{ margin-right: 10px;}

#homepage-footer-widget{ margin: 0 auto; padding: 10px 0 20px 12px; width:980px }
#homepage-footer-widget h4{color: #666; font-size: 1.4em; margin: 0.3em auto;}

#homepage-footer-widget .image{overflow:hidden; width:235px; height:149px;}

#homepage-footer-widget .left{margin-right: 13px;}
#homepage-footer-widget .left:last-child{margin-right: 0px;}

#homepage-footer-widget a{line-height:0.9em; font-weight: bold;}

#gallery-post{margin-bottom: 2em;}
#gallery-post img, .col-48 img, .category-gallery .wp-post-image{
    float:left; border: 2px solid #fff;
    margin-right: 10px;
    -moz-box-shadow: 0 0 10px #666; 
    -webkit-box-shadow: 0 0 10px #666; 
    box-shadow: 0 0 10px #666; 
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#666666, strength=10);
    }

#gallery-post a, #video-post a{font-size: 0.8em;}
#gallery-post h5 a, #video-post h5 a{font-size:1.05em;}


#video-post .img-container{position: relative; margin-right: 10px;}
#video-post .img-container div{ background-image: url(img/video-bg.png); height: 8px;}
#video-post .img-container:after{
    content: ""; position: absolute; background: url(img/video-play.png) no-repeat center center;
    height:100%;
    width:100%;
    left:0;
    top:0;
}


/* ======  FOTORAMA  ========*/


#fotorama-container{width: 600px; overflow:hidden;}
#fotorama-thumbs { position: relative; *zoom: 1; margin: 0; height: 64px; width:100%; }
#fotorama-thumbs-inner{position: relative; height: 64px; width:10000px;}
#fotorama-thumbs a { background-color: #d5dede; width: 150px; height: 64px; float: left; font-size:0.85em;  line-height: 1.2em;  margin: 10 10 10 10; cursor: pointer; text-decoration: none; color: #666666;  position: relative; }
#fotorama-thumbs a span{ display: block; padding: 5px 7px}
#fotorama-thumbs a:hover { background-color: #fff; }
#fotorama-thumbs a.active {  cursor: default; color: #000;  background-color: #fff;}
#fotorama-thumbs a.active:after { 
                    content:"";
                    display: block;
                    height:16px;
                    width: 50px;
                    position: absolute;
                    top: -16px;
                    left: 40%;
                    background: url(img/icons.png);
                    z-index: 50;
                }
#fotorama-thumbs a:before { 
                    content:"";
                    display: block;
                    position: absolute;
                    height:64px;
                    width: 1px;
            background-color: #fff;
                }


#fotorama-thumbs.autoplay a.active {  background-color: #fff; color: #000;}


.b-slide { position: absolute; text-align: left; color: #fff; font-size: 0.95em; background: rgb(116, 112, 112); background: rgba(116, 112, 112, .9);  padding: 0.5em;}
.b-slide p{text-align:left; margin: 0;}
.b-slide em { font-style: italic; }
.b-slide h2 { font-weight: bold; }
.b-slide ol li { list-style-type: decimal; }
.b-slide a { color: #0062ad; }
.b-slide a:hover { color: #f00; }
.b-slide a.white { color: #ddd; }
.b-slide a.white:hover { color: #fff; }


.posts{margin-top: 30px}


.post a:hover, .page a:hover{text-decoration:underline;}


.vert .simply-scroll-clip{
height:200px !important;
}

#nado .shadow-box{
		background: url(img/scroller-shadow.png) center 150px no-repeat, url(img/scroller-shadow.png) center -60px no-repeat !important;
	}

/* Effects for management page */
a.efm {
  display:block;
  width:180px;
  height:220px;
  background-position:0px 0px;
  background-repeat: no-repeat;
  float: left;
  margin: 0px;
  font-size: 0px;
  color: rgba(128,128,128,0);
  color:transparent;
}


img.efmi {
  margin: 0px;
}

.efmi {
  display:block;
  width:178px;
  height:218px;
  float: left;
  margin: 0px;
  border: 1px solid #ffffff;  
}
/*
a.efm:before {  
	border: 1px solid #ffffff;  
	content: '';  
	width: 178px;  
	height: 218px;  
	position: absolute;  
}  
              
a.efm:after {  
	content: '';  
	position: absolute;  
	width: 176px;  
	height: 216px;  
	border: 1px solid #ffffff;  
	left: 1px; top: 1px;  
}  
*/
a.efm:hover {
  background-position: 0px -220px;
}

/* НАЧАЛО добавленного Savos'ом для тестовых страниц */
div.wp-caption.alignnone {
	float: left;
	margin-top: 0px;
	margin-right: -8px;
	margin-bottom: 2px;
	margin-left: -2px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	height: 220px;
}

img.ppl, a img.ppl {
	margin: 0 0 0 0;
	padding: 0px;
	border-left: solid 2px white;
	
	//box-shadow: -1px 1px 1px 1px red;
}

div.wp-caption.alignnone a:hover{
	text-decoration: none;
	outline: 0;
}

.post a:hover img.ppl, .post a:focus img.ppl, .post a:active img.ppl {
	text-decoration: none;
	outline: 0;
}

span.ppl_caption {
	background-color: rgba(0,0,0,0.75);
	display: block;
	position: relative;
	left: 2px;
	bottom: 25px;
	color: white;
	width: 175px;
	padding-left: 5px;	
	
}

.smaller {
	font-size: 12px;
	display: block;
	line-height: 1.2;
	padding-bottom: 6px;
}

.posta .ppl_caption, .post a:hover .ppl_caption, .post a:focus .ppl_caption, .post a:active .ppl_caption, .post a .ppl_caption .smaller, .post a:hover .ppl_caption .smaller, .post a:focus .ppl_caption .smaller, .post a:active .ppl_caption .smaller {
	text-decoration: none;
	outline: 0;
}


/* ОКОНЧАНИЕ добавленного Savos'ом для тестовых страниц */
