/*
  Theme Name: SabrinaResponsive
	Theme URI: 
	Description: SabrinaResponsive theme
	Author: Ksana
	Author URI: 
	Version: 1.0 
*/

/************************************************
* Reset Style			*
************************************************/

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline; 
    text-transform: none;
}



/************************************************
* Global style			*
************************************************/

html { padding: 0 0 7px 0;}

body { 
  width: auto;
  height: auto;
  text-align: left;
	color: #222; 
  font-family:  Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px; 
  line-height: 1.2;
	transition-property: font-size;
  -o-transition: font-size;
	-moz-transition-property: font-size;
	-webkit-transition-property: font-size;
	transition-duration: 0.5s, 0.5s; 
  -o-transition:  0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	-webkit-transition-duration: 0.5s, 0.5s;
	transition-timing function: linear, ease-in; 
	-o-transition: linear, ease-in; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
}
/*!
 * Bootstrap v2.3.0
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 
/************************************************
* nav - ¬ерхн¤¤ ѕанель Menu                		*
************************************************/

.navbar-fixed-top { 
  position: fixed; right: 0; left: 0; top: 0;
  min-height: 41px;
  padding-right: 30px;
  padding-left: 30px;
 	background: #1b1b1b; 
  *zoom: 1;
  overflow: hidden;
  z-index: 1030;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
          box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.navbar-fixed-top:after {
  clear: both;
}
/*  wrapper - контейнер   	*/

.wrapper {  
  max-width: 1160px; 
  margin: 0 auto 0;
  padding: 0;
  *zoom: 1;
}
.wrapper:before,
.wrapper:after {
  display: table;
  line-height: 0;
  content: "";
}
.wrapper:after {
  clear: both;
}
/*  btn-navbar -  нопка открыти¤ меню    	*/

.btn-navbar {
  float: right;
  margin: 3px 0 0 5px;
  padding: 7px 10px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(top bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  cursor: pointer;
  display: none;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
/*  collapse - контейнер меню  	*/

.collapse {
  position: relative;
  height: auto;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
  overflow: visible;
}
/* Top menu    */

.nav { 
  float: left;
  position: relative;
  list-style: none;
  left: 0;
  margin: 0;
}
.nav li {
  float: left;
  display: block;
  color: #999999;
  padding: 11px 15px 7px 15px;
  text-decoration: none;
}
.nav li a {
  color: #999999;
}
.nav li a:hover,
.nav li a:active {
  color: #ffffff;
  text-decoration: none;
}
#nav-page { 
  margin: 0;
  padding: 0;
}
#nav-category { 
  display: none; 
  padding: 0;
  margin: 0;
}
#nav-category li { 
  padding: 0 15px 7px 20px;
}

#nav-page li {
  float: left;
}
/* navbar-form	*/

.navbar-form {
  float: right;
  height: auto;
  margin-top: 3px;
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form input,
.navbar-form select{
  margin-top: 4px;
}
.navbar-form input {
  float: left;
  height: 15px;
  padding: 4px 6px;
  margin: 5px 10px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  vertical-align: middle;
  display: inline-block;
  background: #eee !important;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #cccccc;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 5px 5px 5px rgba(83, 72, 50, 0.3);
     -moz-box-shadow: inset 5px 5px 5px rgba(83, 72, 50, 0.3);
          box-shadow: inset 5px 5px 5px rgba(83, 72, 50, 0.3);
}
input.span2 {
  width: 126px;
}
/*  top    */

.top {
   float: right;
   color: #999;
   font-size: 16px;
   margin: 8px 20px 10px 0;
}
.top span {
  margin-left: 20px;
}
.top span a:link, .top span a:visited {
   color: #999;
   font-size: 13px;
}
button#but-submit {
  width: 64px;
  height: 27px;
  font-size: 100%;
  vertical-align: middle;
  padding: 0 6px 4px 6px;
  margin-top: 4px;
  color: #333;
}
/* responsive navbar   	*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    button#but-submit {
      padding: 2px 6px 3px 6px!important;
    }
}
@media (min-width: 980px) and (max-width: 1220px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 979px) {
    .navbar-fixed-top { 
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 5px;
      min-height: 38px;
    }
    .nav-collapse {
      clear: both;
    }
    .nav {
      float: none;
      margin: 0 0 0 15px;
    }
    .nav li {
      float: none;
    }
    .nav li a {
      float: none;
      margin-bottom: 2px;
      padding: 5px 0 0 0;
      margin: 0;
    }
    .navbar-form {
      float: none;
      overflow: hidden;
      padding: 10px 15px;
      margin: 10px 0 0 0;
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
         -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
              box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-form {
      border-top-color: #111111;
      border-bottom-color: #111111;
    }
    .collapse {
      height: 0;
      overflow: hidden;
    }
    .btn-navbar {   
      padding: 4px 10px 4px 10px;
      font-weight: normal;
      display: block;
    }
	.navbar-fixed-top{
		position: static;
	}
	body #outer-container{
		margin-top: 0;
	}
    #menu-box, ul#nav-page, #category { display: none; }
    ul#nav-category {  display: block !important; }
  
}
@media (min-width: 980px) {
  .collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/************************************************
*	colorbox                   				*
************************************************/

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0; padding: 0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxOverlay{background: url('images/lightbox/overlay.png');}

#colorbox{}
    #cboxContent{background:#000; margin-top:20px;}
        #cboxLoadedContent{ border: 1px solid #B4B4B4; }
        #cboxLoadedContent img { border: 0; margin: 0; }   
        #cboxLoadedContent img:hover { opacity: 1; }   
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background: url('images/lightbox/prev.png') top left no-repeat; width:30px; height:45px; text-indent:-9999px;}
        #cboxPrevious.hover{background: url('images/lightbox/prev_hover.png');}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background: url('images/lightbox/next.png') top right no-repeat; width:30px; height:45px; text-indent:-9999px;}
        #cboxNext.hover{background: url('images/lightbox/next_hover.png');}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url('images/lightbox/loading.gif') center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background: url('images/lightbox/close.png') top center no-repeat; width:17px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background: url('images/lightbox/close_hover.png');}

/************************************************
* class				*
************************************************/

hr {
  border: 1px solid #ddd;
  clear: both;
  margin-left: 15px;
  margin-right: 15px;
}
.clear {
  clear: both !important; 
}
p {
  margin: 0 0 10px 0;
}
small {
  font-size: 85%;
}
.left { float: left; }
.right { float: right; }

img {   
	max-width: 99%;
	height: auto;
	width: auto\9; /* ie8 */
  border: 1px solid #ccc;
  padding: 1px;
	height: auto;
	-moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
}
img:hover {
  opacity: 0.8;
}
img.wp-smiley { 
  float : none !important;
  width : 15px!important;
  height: 15px;
  background: none!important;
  margin: 0!important;
  padding: 0!important;
  vertical-align: middle;
  -webkit-box-shadow: none!important;
     -moz-box-shadow: none!important;
          box-shadow: none!important;
  border: 0!important;          
}
img {
  *zoom: 1;
  /* IE7-8 need help adjusting responsive images */
  width: auto\9;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  max-width: 97%;
  height: auto;
  margin: 10px 0 10px 0;
  vertical-align: middle;
  /* For IE 7 and up  */
  -ms-interpolation-mode: bicubic;
}
iframe {
  *zoom: 1;
  width: auto\9;
  max-width: 97%;
  display: block;
}

/************************************************
* Structure Page				*
************************************************/

#outer-container { 
  position: relative;
  max-width: 1240px; 
  margin: 0px auto 0; 
  padding: 0;
  z-index: 1;
}
#container {  
  width: auto; 
  height: auto;
}
#header {  }

#onecolumn	{  
  float: left; 
  height: auto;
  padding: 0; 
  width: 71%; 
}
#page	{ 
  position: relative; 
  margin: 20px 20px 0 20px;
  padding:15px 15px 15px 15px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  border: 1px solid #ccc;
  height: auto;
  background: #f6f6f6;  
  overflow: hidden;
  clear: both;
}
#sidebar1 { 
  float: left;
  width: 26%; 
}
#sidebar2 {  
  float: right;
  width: 27%;  
}
.main	{ 
  float: right; 
  width: 71%;
}

/************************************************
* Links				*
************************************************/

a:link, a:visited {
	color: #222;
	text-decoration: none;
  cursor: pointer;
}
a:hover, a:active {
	color: #666;
	text-decoration: none;
  outline: none;
}

/************************************************
* Title				*
************************************************/

h1 { }
h1 a:hover{ text-decoration: none; color: #27B3CF; }

/************************************************
* adsense_box					*
************************************************/

#add-body { 
  position: relative;
  max-width: 1518px !important; 
  margin: 0 auto 0;
}
#add-left, #add-right  {
  position: absolute; top: -10px;
  width: 160px; 
  height: 600px; 
  z-index: 1 !important;
}
#add-left img, #add-right img {  position: fixed; border: 0; }

#add-left  { left: 0; }
#add-right { right: 0 !important; }

.header_ad728x90,
#add-top, 
.main_ad336x280,
.sid_ad160x600,
.sid_ad300x250 { 
	float: none;
  width: auto\9;
  max-width: 100%;
  height: auto;
  text-align: center;
	clear: both;
  overflow: hidden;
}
.header_ad728x90,
#add-top, 
.main_ad336x280 { 
  margin: 20px auto 20px;
}
.sid_ad160x600{ 
  margin: 0 auto 15px;
}
.sid_ad300x250 { 
  margin: 0 auto 5px;
}
#add-top {
  margin: 0 auto 20px;
  text-align: center;
}
.header_ad728x90 {
  position: absolute; top: 50px; right: 0;
  max-width: 728px;
}
.main_ad336x280, .main_ad336x280 img { 
  max-width : 336px; 
} 
.sid_ad160x600, .sid_ad160x600 img { 
	max-width: 160px;
}
.sid_ad300x250, .sid_ad300x250 img { 
	max-width: 300px;
}
#home-top { margin-bottom: 0; }

.header_ad728x90 img,
#add-top img, 
.main_ad336x280 img,
.sid_ad160x600 img,
.sid_ad300x250 img { 
  *zoom: 1;
  width: auto\9;
  max-width: 99%;
	height: auto;
	border: 0!important;
  padding: 0!important;
	box-shadow: none;
}

/************************************************
* header					*
************************************************/

#header { 
  position: relative;
  width: auto; 
  min-height: 140px;
  margin: 0 20px 0 20px;
  padding-top: 1px;
}
#logo-img {  
  float: left;
  position: relative;
  width: 600px; 
  height: 200px;
  margin: 65px 0 0 20px; 
  z-index: 10; 
  display: block;
  border: 0;
}
#logo-text {  
  width: auto;
  margin: 70px 0 17px 40px; 
  font: italic 30px Georgia;     
  text-decoration: none;
  line-height: 0.9;
  display: block;
}
a#logo-text:hover, a#logo-text:active  {  
  text-decoration: none;
}
#desc {  
  max-width: 850px;
  height: auto;
  color: #fff;
  font: italic 20px Georgia; 
  line-height: 1.1;
  margin: 10px 0 30px 50px; 
}
 
/************************************************
* Top Menu				*
************************************************/

#primary-menu {  
  position: absolute; top: 1px;
  width: 100%; 
  max-width: 1240px;
  height: 65px;
  margin-bottom: 10px;
  z-index: 3000;
}
#primary-menu .menu {  
  margin-left: 20px;
}
#primary-menu .menu li {  
  float: left;
  position: relative !important;
  list-style-type: none;
  background : transparent;    
  text-align: center;
}
#primary-menu .menu li a:link, #primary-menu .menu li a:visited {  
  margin: 0 1px 0 0;
  padding: 12px 12px 16px 14px;
  font: normal 17px Arial, Verdana;
  background : transparent;  
  text-decoration: none;
  color: #fff;
  display: block;  
}
#primary-menu .menu li a:hover, #primary-menu .menu a:active {  
  margin-top: 1px;
  margin-right: 1px;
  padding: 11px 12px 15px 14px;
  text-decoration: none;
  color: #fff;
  display: block;
}
#primary-menu .menu li.current-menu-item a:link, #primary-menu .menu li.current-menu-item a:visited {
  text-decoration: none;
  color: #fff;
}
/*	menu sub-menu			*/

#primary-menu .menu .sub-menu, #primary-menu .menu .sub-menu ul {
  position: absolute; top: 46px; left: 0;
  width: 212px;  
  padding: 0 0 4px 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #bfc0c1;
  background: #E6E4E7;
}
#primary-menu .menu .sub-menu li {  	 
  float: left;
  position: relative;
  width: 211px;
  height: auto;
  margin: 0;
  background: none;
  font-weight: normal;
  text-align: left;
}
#primary-menu .menu .sub-menu li a:link, #primary-menu .menu .sub-menu li a:visited,
#primary-menu .menu .sub-menu li a:hover, #primary-menu .menu .sub-menu li a:active {  
  float: left;
  width: 180px;
  background : transparent;  
  margin: 0;
  padding: 7px 10px 8px 22px;
  font-size: 15px;
  text-align: left;
  text-decoration: none; 
  border-bottom: 1px dashed #bfc0c1;
}
#primary-menu .menu .sub-menu li a:link, #primary-menu .menu .sub-menu li a:visited {  
  color: #333 !important;
  background: url('images/arrow.gif') no-repeat 7px 11px;
}
/* sub sub menu     */

#primary-menu .menu .sub-menu ul { 
  position: absolute; left: 210px; top: 0; 
  border-radius: 8px;
  border-top-left-radius: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  padding: 0;
}
#primary-menu .menu li:hover > .sub-menu, 
#primary-menu ul.menu li:active > .sub-menu,
#primary-menu .menu ul li:hover > ul, 
#primary-menu .menu ul li:active > ul {
  visibility: visible;
  opacity : 1;
  -webkit-transition-property: opacity; 
     -moz-transition-property: opacity; 
          transition-property: opacity; 
  -o-transition-property: opacity; 
     transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s; 
     -moz-transition-duration: 0.7s; 
       -o-transition-duration: 0.7s; 
}
#primary-menu .menu ul, #primary-menu .menu ul ul.sub-menu {  
  visibility: hidden;
  opacity : 0;
  -webkit-transition-property: opacity; 
     -moz-transition-property: opacity; 
          transition-property: opacity; 
  -o-transition-property: opacity; 
     transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s; 
     -moz-transition-duration: 0.7s;
       -o-transition-duration: 0.7s; 
}

/************************************************
* links				*
************************************************/

.date a:link, .date a:visited,
.more a:link, .more a:visited {
	color: #555;
}
.mini-title a:link, .mini-title a:visited,
.date a:hover, .date a:active,
.more a:hover, .more a:active {
	color: #222;
}
.mini-title a:hover, .mini-title a:active {
	color: #666;
}

/************************************************
* titles                            *
************************************************/

.title {
  line-height: 1.1;
  color: #222;
  font-size: 20px;
	margin: 15px 15px 5px 15px;
  padding: 0;
  padding: 2px;
  text-align: left;
  clear: both;
}
h1.title {
  font-size: 22px;
	margin: 15px 0 5px 0;
}
.mini-title {	
	margin: 0 0 7px 0;
	padding: 0;
  color : #222; 
  font-size: 18px;
  line-height: 1;
}
.category-title {	
	margin: 20px 0 20px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 16px;
  text-transform: uppercase;
}

/************************************************
* breadcrumbs, postmetadata 				*
************************************************/

.breadcrumbs, .postmetadata { 
	background: #efeef0;
	margin: 15px 0 15px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000; 
	border-bottom: 1px solid #ccc;
  clear: both;
} 
.breadcrumbs p, .postmetadata p { 
  margin: 0 10px 0 10px !important; 
} 

/************************************************
*	Carousel  							*
************************************************/

#flexisel { display: none; position: relative;}

.nbs-flexisel-container {
    max-width: 100%;
    margin-bottom: 20px;
}
.nbs-flexisel-ul {
    width:9999px;
    margin:0;
    padding:0;
    list-style-type:none;   
    text-align:center;  
}
.nbs-flexisel-inner {
    float:left;
    width:100%;
    background: #f3f2f3;
    background: #f3f2f3 -moz-linear-gradient(top, #f3f2f3 0%, #E8E7E9 100%); /* FF3.6+ */
    background: #f3f2f3 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2f3), color-stop(100%,#E8E7E9)); /* Chrome,Safari4+ */
    background: #f3f2f3 -webkit-linear-gradient(top, #f3f2f3 0%, #E8E7E9 100%); /* Chrome10+,Safari5.1+ */
    background: #f3f2f3 -o-linear-gradient(top, #f3f2f3 0%, #E8E7E9 100%); /* Opera11.10+ */
    background: #f3f2f3 -ms-linear-gradient(top, #f3f2f3 0%, #E8E7E9 100%); /* IE10+ */
    background: #f3f2f3 linear-gradient(top, #f3f2f3 0%, #E8E7E9 100%); /* W3C */
    border:1px solid #ccc;
    -webkit-border-radius:5px;  
       -moz-border-radius:5px;
            border-radius:5px;
    overflow:hidden;
}
li.nbs-flexisel-item {   
   float: left;  
   margin: 0;
   padding: 0;
   cursor: pointer;
   line-height: 0;
   position: relative !important;  
   z-index: 0 !important;  
}
.nbs-flexisel-item img {
    max-width: 180px;
}
/*  carousel-title  */

.carousel-title {
  width: auto;
  font-size: 13px;
  color: #000;
  text-align: center;
  margin: 0 6px 10px 6px;
  line-height: 1.1;
  overflow: hidden;  
}
.carousel-title a:link, .carousel-title a:visited {
  color: #000;
}
.carousel-title a:hover, .carousel-title a:active {
	text-decoration:none;
  color: #555;
}
/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute; 
    width: 30px;
    height: 33px; 
    cursor: pointer;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    left: 5px;
    background: url("images/left-arrow.png") no-repeat;
}
.nbs-flexisel-nav-right {
    right: 3px;
    background: url("images/right-arrow.png") no-repeat;
}

/************************************************
*	content    							*
************************************************/

.content {	
	float: left;
	width: 100%;	
  height: 100%;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 13px;
	overflow: hidden;
}
.date {
	font: 12px Arial;
	color: #555;
	margin: 0 0 7px 0;
}
/*  vrezka  */

.vrezka {
  float: right; 
  width: 200px; 
  max-height: 60px;
  padding: 5px 5px 7px 10px; 
  margin: 5px 0 5px 15px; 
	background: #efeef0;
  border: 1px solid #ccc;
  font-size: 13px;
  overflow: hidden;
}
.vrezka .author {
  float: right; 
  width: 150px; 
  margin: 2px 0 0 0;
  line-height: 1.1 !important;
}
.vrezka .avatar-40 img {
  float: left;
  margin: 3px 0 0 0!important; 
  width: 40px!important;
  height: 40px!important;
  overflow: hidden;
}

/************************************************
*	desc   								*
************************************************/

#homedesc {
  border: 0;
}
#cat_desc { 
	margin: 15px 0 25px 0;
  padding: 10px;
  font-style: italic;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 6px;
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px; 
}
#cat_desc p {
  margin: 0 0 7px 0;
}

/************************************************
* frontpost 				*
************************************************/

#frontpost {		  
	background: #fff;
	border: 5px solid #E6E4E7;
	margin: 0 0 10px 0;
}
#frontpost .front-title {
  text-align: right;
	background: #E6E4E7;
  font-family: "century gothic";
	font-size: 20px;
	letter-spacing: 2px;
	color: #333;
	padding: 0 10px 3px 15px;
}	
.frontpost_container {
	padding: 10px 15px 15px 15px;
	border: 1px solid #c6c6c6;
	overflow: hidden;
}
#frontpost .title {
	font: 22px Arial;
	margin: 0 0 7px 0;
	line-height: 1;
}	
#frontpost img {
  float: left;
	margin: 5px 15px 10px 0;
  padding: 1px;
}
#frontpost p {		
	margin: 2px 0 0 0;
	line-height: 1.2;
}
#front {		
	margin: 8px 0 5px 0;
}
#frontpost .date {
	margin: 0 0 5px 0;
}

/************************************************
*	column    / home.php, index.php,
              content-twocolumn.php /					*
************************************************/

.column { 
  width: 47.5%;
  height: auto;
  overflow: hidden;
}
#column1 {  
  float: left;
}
#column2 { 
  float: right;
}
.mini-block { 
  min-height: 140px;
  margin: 0 0 20px 0; 
  font-size: 13px;
  overflow: hidden;  
}
/*  cat_content	       */

.mini-block .date { 
  margin: 0 0 5px 0!important; 
}
/*  cat_content	       */

.mini-block img { 
  float: left;
  width: 130px;
  height: auto;
	margin: 3px 12px 5px 3px!important;
}
.m-Left, .m-Right { 
  width: 47.5%;
  margin-bottom: 20px; 
}
.m-Left { float: left; }
.m-Right { float: right; }

/************************************************
* post   / content-onecolumn.php /*
************************************************/
	
.post {	
  height: auto;
	margin: 0 0 15px 0;
	padding-bottom: 25px;
	font-size: 13px;
	color: #222;
}
.post img {
  float: left;
  width: 200px;
  height: auto;
	margin: 3px 15px 10px 0;
}
.post img.youtube {
  width: 160px;
}
.post p, .mini-post p {  
  line-height: 1.2;
}
.more {
  float: right;
	font-size: 13px;
	font-style: italic;
}

/************************************************
* entry		/  single.php  /	*
************************************************/

.entry { 
  margin: 0 15px 15px 15px;
  padding: 0;
}
.text { 
  font-size: 14px;
  margin: 0;
}
.text h2, .text h3, .text h4, .text h5, .text h6 {
  font-weight: normal;
  margin: 10px 0 12px 0!important;
  clear: both!important;
}
.text h2 {  font-size: 20px; }
.text h3 {  font-size: 18px; }
.text h4 {  font-size: 16px; }
.text h5 {  font-size: 15px; }
.text h6 {  font-size: 14px; }
.text p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.3;
}
strong {
  font-weight: bold !important;
  color: #333;     
}
.big, big {
  font-size: 17px;
  color: #222;     
}
#page_navi {
  margin : 15px 0 5px 0; 
  font-weight: bold;
}
#tags {
  margin: 10px 0 15px 0!important;
  font-size: 14px;
}
/*  img    */

.text .alignleft, img.alignleft {
	float: left;
  height: auto;
	margin: 3px 15px 10px 0;
}
.text .alignright, img.alignright {
	float: right;
	display: inline;
	margin: 3px 0 10px 15px;
}
.text .aligncenter, .text img.aligncenter {
	float: none;
	margin: 15px auto 10px;
	display: block;
	clear: both;
}
.text .alignnone, img.alignnone {
	float: none;
  margin-top: 15px;
  margin-bottom: 10px;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
  *zoom: 1;
  /* IE7-8 need help adjusting responsive images */
  width: auto\9;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  max-width: 97%;
  height: auto;
  margin: 10px 0 10px 0;
  vertical-align: middle;
  /* For IE 7 and up  */
  -ms-interpolation-mode: bicubic;
  clear: both;
}
.wp-caption-text, .gallery-item .wp-caption-text {
  text-align: center!important;
  font-weight: bold;
	margin: 0!important;
  clear: both;
}
/*  gallery    */

.gallery-item .wp-caption-text {
  padding-top: 0!important; 
  margin-top: 0;
}
.gallery-item img  {
  margin: 0 4px 4px 4px!important;
}
/*  Table  */

.text table {
  max-width: 99%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 15px 0 15px 0!important;
}              
.text table thead, .text table th {
  background-color: #4E7DCF;
  text-align: center;
  vertical-align: text-top;
  padding: 9px 10px 9px 10px;
  border: 1px solid #ccc;
  border-collapse: collapse;
  color: #fff;
}
.text table td, .text table tr {
  text-align:left;
  padding: 10px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.text table tr {
  background: #fff;
}
.text table tr:nth-child(odd) { } 
.text table tr:nth-child(even) { background-color: #EFEEF0; }
/* ul li  */

.text ul {
  margin: 10px 0 10px 15px;
  padding: 0;
  list-style: outside disc;
  color: #222 !important;
}
.text ul ul, .text ul ul ul {
  margin : 7px 0 7px 15px;
  padding : 0;
  list-style : outside disc;
}
.text ul li {
  font-size : 14px;
  margin : 0;
  padding : 0;
  text-decoration : none;
  color: #222;
  line-height: 1.3;
}
.text ul ul li {
 line-height: 1.2;
}
.text ol {
  margin: 10px 0 10px 7px;
  padding: 0 0 0 20px;
  list-style: outside decimal;
}
.text ol ol {
  margin : 7px 0 7px 0;
  list-style : outside lower-alpha;
}
.text ol ul {
  margin : 7px 0 7px 20px;
  list-style : outside disc!important;
}
.text ol li {
  font-size : 14px;
  margin : 0;
  padding : 0;
  text-decoration : none;
  color: #222;
  line-height: 1.3;
  list-style: outside decimal;
} 
.text ol ol li {
 line-height: 1.2;
}

/************************************************
* donate 			/ single.php /			*
************************************************/

#donate {
  margin: 0 0 15px 0;
  overflow: hidden;
}
#donate .mini-title {
  margin: 0 0 20px 0;
  font-size: 20px;
  clear: both;
}
.donate_link {    
  margin: 0 0 10px 0;
  clear: both;
  overflow: hidden;
}
#google, #twit, #vk, iframe#fb-root {
  float: left;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
}
iframe#twitter-widget-0 {
  max-width: 110px;
}
#vk {
  width: 120px;
  margin-right: 25px;
}
#vk table, #vk tr, #vk td {
  border: 0 !important;
  padding: 0;
}
#google {
  max-width: 80px;
}
#fb-root {
  max-width: 120px;
}
#donate img, #donate a:link img {
  font-size: 10px;
  border: none;
}
 #donate img.img {
  margin-right: 5px;
  margin-bottom: 5px;
}

/************************************************
* Other  *  / single.php /*
************************************************/

#other { 
	height: auto;
  margin: 0 0 25px 0;
}
#other .mini-title {
  width: auto !important;
  font-size: 20px;
  margin: 0;
  padding: 0 0 15px 0 !important;
  clear: both;
  border-bottom: 1px dashed #999;
}
#other li {  
  float: left;
  width: 48%; 
  list-style-type: none; 
  line-height: 1.1;
  margin: 0;
  padding: 5px 0 5px 0;
  border-bottom: 1px dashed #999;
}
#other img {
  float: left;
  max-width: 130px;
  height: auto;
  margin: 0 10px 0 0;
}
.other-title {
  line-height: 1.1;
}
.other-title a:link, .other-title a:visited {  
  font-size: 14px; 
  margin: 0;
}
.other-meta { 
  display: block; 
  margin-top: 7px; 
  font-size: 13px; 
  color: #666;
}
.m-Left { float: left !important; }
.m-Right { float: right !important; }

/********************************************************
*   archiv         / archives.php /                     *    
*********************************************************/

#archives {  		
  margin: 10px 0 0 0; 
} 
ul.archive {
  float : left; 
  width: 32%;
  margin: 0 0 20px 0;
  padding: 0; 
  overflow: hidden;
} 
.archive .title { 	
  margin: 0 0 20px 0; 
  padding: 0; 
} 
ul.archive li { 			
 	width: 270px;  
  float : left; 
  margin: 0 0 5px 0; 
  padding: 0; 
  list-style-position: inside;
  list-style-type: disc; 
} 

/************************************************
*   site-map,	ddsg-wrapper		/  sitemap.php    /*
************************************************/

#site-map, .ddsg-wrapper {
  margin-bottom: 20px;
	margin: 15px 0 15px 0;
}
.title-map, .ddsg-wrapper ul li {
  float: none;
  list-style-type: none;
  font-size: 18px;
}  
#site-map ul {  
  margin-left: 15px;
  padding: 0;
}
.ddsg-wrapper { 
	padding: 0;  	
	overflow: hidden;
}
.ddsg-wrapper h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
} 
.ddsg-wrapper ul {
  margin: 10px 0 0 0;
  padding-left: 1px;
}  
.ddsg-wrapper ul ul {
  margin: 10px 0 5px 13px;
}  
.ddsg-wrapper ul ul li, #site-map ul li {
  line-height: 1.2;
  list-style-type: disc !important;
  margin: 0;
  font-size: 14px;
}  
.ddsg-pagenav p {
  clear: both; 
  margin: 20px auto 20px;
}
.ddsg-pagenav p span { 
  float: left;
  margin-left: 20px;
}
.ddsg-pagenav p a:link, .ddsg-pagenav p a:visited {
  margin-left: 5px;
}
.ddsg-wrapper strong {
  font-weight: normal !important;
}

/************************************************
* Sidebar		*
************************************************/

.sidebar { 
  margin : 0 0 20px 0; 
  padding : 0; 
	-webkit-transition-property: width;
	   -moz-transition-property: width;
	        transition-property: width;
	-webkit-transition-duration: 0.5s, 0.5s;
	   -moz-transition-duration: 0.5s, 0.5s;
	        transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	    moz-transition-timing function: linear, ease-in; 
	        transition-timing function: linear, ease-in;
  font-size: 14px;
}
.block { 
  float: none;
  margin: 0 0 17px 0;  
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  clear: both;
  overflow: hidden;
}
.sid-title {
  margin: 0 0 10px 0 !important; 
  color: #000;
  border-bottom: 2px solid #ddd;
  padding-bottom: 2px;
}
.sidebar .widget, .sidebar .widget ul { 
  margin: -10px 0 0 0;
  padding: 0;
}
.sidebar .widget ul li { 
}

/************************************************
* #sidebar ul li			*
************************************************/

.sidebar ul {
  margin: 0 0 7px 0;
}
.sidebar ul li { 
  list-style-position: inside;
  list-style-type: none; 
  line-height: 1.5;
  background: url('images/arrow.gif') no-repeat 0 6px;
  padding-left: 15px;
}

/************************************************
*	sidebar1								*
************************************************/
/************************************************
*	accordion									*
************************************************/

#accordion li { 
  list-style-type: none; 
  margin: 0;
  list-style-position: inside; 
  line-height: 1.4;
  padding-left: 15px;
}
#accordion li .parent {
  font-size: 14px;
  cursor: pointer;
}
#accordion li .parent:hover, #accordion li .parent:active {
	color: #666;
}
#accordion .children { 
  margin: 5px 0 5px 0;
  padding: 0;
  color: #666;
  display: none;
}
#accordion .children li { 
  list-style-type: disc; 
  list-style-position: inside;
  line-height: 1.2;
  background: none;
  padding: 0;
}
.parent.active { 
  color : #2a71c6;
}

/************************************************
* social			*
************************************************/

#social {
  margin-bottom: 14px;
}
.social {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 5px 0 0 0;
}
.social img {
  border: 0;
}
.social a { 
    display: table;
    float: left;
    width: 99%;
    height: 33px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 13px;
}
.social a span { 
    padding-left: 40px;
    vertical-align: middle !important;
    display: table-cell;
}
.rssLink {
    background: url('images/icons/rss.png') no-repeat left top;
}
.mailLink {  
   background: url('images/icons/mail.png') no-repeat left top;
}
.twitterLink {
    background: url('images/icons/twit.png') no-repeat left top;
}
.livejournalLink {
    background: url('images/icons/lj.png') no-repeat left top;
}
.facebookLink {
    background: url('images/icons/fbk.png') no-repeat left top;
}
.vkontakteLink {
    background: url('images/icons/vk.png') no-repeat left top;
}
.googleLink {
    background: url('images/icons/google-plus.png') no-repeat left top;
}
.odnoklassnikiLink {
    background: url('images/icons/cs.png') no-repeat left top;
}
.linkedinLink {
    background: url('images/icons/ld.png') no-repeat left top;
}
.livinternetLink {
    background: url('images/icons/li.png') no-repeat left top;
}

/************************************************
*	sidebar2								*
************************************************/
/************************************************
* sub 					*
************************************************/

#sub {
  max-width: 300px;
	background: #fff;
  margin: 1px auto 17px;
  padding: 0; 
  border: 5px solid #E6E4E7;
  overflow: hidden;
}
#border {
  border: 1px solid #ccc;
  margin: 0; 
  padding: 15px 22px 20px 18px; 
}
#sub .sid-title {
  padding: 0;
  text-align: center;
  margin: 0; 
}
.sub-img {
  float: none;
  max-width: 300px;
  margin: 10px auto 0;
  clear: both !important;
}
.sub-img img {
  width: auto;
}
#sub-text, #sub-at {
  font-size: 15px;
  color: #222 !important;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 12px;
}
#sub-at {
  font-size: 12px;
  color: #3b3a3a !important;
  margin: 0;
}
form#SR_form { 
  max-width: 220px;
  margin: 0 auto 0;
  overflow: hidden;
}
input.input-text {
  width: 95%;
  max-width: 320px;
  height: 23px;
  border-left: 1px solid #eee;
  border-right: 1px solid #c9c9c7;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #c9c9c7; 
  background: #f2f2f2;
  margin: 0 auto 12px;
  padding: 3px 3px 3px 7px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.23);
     -moz-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.23);
          box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.23);
}
.submitButton, a.bbut:link {
  width: 96%;
  height: 38px;
  background: #aaa url('images/sub-button.png') repeat-x left top;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border: 1px solid #7e7e7e;
  border-bottom: 1px solid #6e6d6d;  
  border-top: 1px solid #8e8d8d;
  -webkit-border-radius: 6px; 
     -moz-border-radius: 6px; 
          border-radius: 6px;
  margin: 0 auto 12px; 
  padding: 3px 0 8px 0!important;
  color: #fff;
  text-shadow: 1px 1px 1px #777;
  font: italic 20px Georgia;
  text-align: center;
  letter-spacing: 2px;
  clear: none;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.submitButton:hover {
  opacity: 0.9;
}
p.sub_stat { float: right; margin-top: -11px; }
p.sub_stat img { border: 0; }

p.sub_link { font-size: 13px; margin: 15px 0 0 0; }

/************************************************
* searchform 					*
************************************************/

#search {
  min-height: 95px;
	margin: 0 0 15px 0!important;
}
#searchform {
  position: relative;
  width: 99%;
	height: 41px;
	max-width: 303px;
	margin: 20px 0 10px 0;
	padding: 0;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.23);
     -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.23);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.23);
  border-bottom: 0;  
  -webkit-border-radius: 6px; 
     -moz-border-radius: 6px; 
          border-radius: 6px;
}
#s {	
  width: 77%;  
	height: 19px;
	margin: 7px 30px 0 15px;
  padding: 3px 3px 3px 6px!important;
  background: #f2f2f2!important;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.23)!important;
     -moz-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.23)!important;
          box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.23) !important;
	border: 0!important;
	border-top: 1px solid #e2e2e2!important;
  color : #000;
  z-index: 100; 
}
#searchsubmit {
  position: absolute; top: 2px; right: -3px;
	width: 35px;
	height: 35px; 
  color : #fff; 
  text-shadow: 1px 1px 1px #9c0900;
 	margin: 6px 0 0 0;
  padding : 2px 0 4px 0; 
  font-size : 14px; 
  text-align: center;
	border: 0;
  background : url("images/search.png") no-repeat;
  cursor : pointer; 
  z-index: 100;  
}

/************************************************
*	slider
************************************************/

.bookslide_bg {
  position: relative;
  max-width: 307px;
  height: 440px;
  margin: 20px auto 20px;
  padding: 0;
  background: #f4f4f4;
  border: 5px solid #ddd;
  z-index: 100;
  overflow: hidden;
}
#tax-slider {
  border: 1px solid #ddd;
  width: auto;
  height: 400px !important;
  background: #fff;
  padding: 0;
  overflow: hidden;
}
#tax-slider .slide {
  position: relative;
  width: 304px;
  height: 400px !important;
  text-align: center;
  display: block;
  padding: 0;  
}
.overallslide .prev,
.overallslide .next {
  position: relative;
  display: block;
  width: 30px;
  height: 33px;
  text-indent: -9999px;
  bottom: 260px;
  z-index: 200;
}
.overallslide .prev{
  float: right;
  background: url("images/right-arrow.png") no-repeat scroll 0 0 transparent;
  right: -2px;
}
.overallslide .next{
  background: url("images/left-arrow.png") no-repeat scroll 0 0 transparent;
  left: -2px;
}
#tax-slider .title_slider, #tax-slider p.booksDescription {
  float: none;
  text-align: center;  
}
#tax-slider .title_slider {
  width: 96%;
  margin: 12px 0 0 0 !important;
  padding: 0;
  color : #3e65bb;
  font-size: 18px;
  text-shadow: #eee 1px 1px 1px;
  text-shadow: 1px 1px 1px #e3e3e3;
  line-height: 1; 
}
#tax-slider .title_slider a:link,
#tax-slider .title_slider a:visited {
  text-decoration: none;
  color : #3e65bb;
  text-shadow: 1px 1px 1px #e3e3e3;
}
#tax-slider .title_slider a:hover{
  text-decoration: none;
  color: #666;
}
#tax-slider img {
  position: relative;
  width: 210px;
  height: 180px;
  margin: 0 auto 0;
  border: 1px solid #d1d1d1;
}
#tax-slider p.booksDescription {
  width: 90%;
  height: 65px !important;
  margin: 10px auto 15px !important;
  overflow: hidden;
}
ul.pagination {
  position: relative;
  display: block;
  list-style: none outside none;
  bottom: 25px;
  text-align: center;
}
ul.pagination li {
  text-indent: 9999px;
  margin: 0 -7px 0 0;
  font-size: 1px !important;
  display: inline;
  clear: none;
  overflow: hidden;
}
#bookSlides  ul.pagination li a {
	background-image: url('images/pagination.png');
  width: 12px !important;
  height: 12px !important;
  padding: 5px;
  color: #969696;
}
#bookSlides ul.pagination li.current a {
	background-position: 0 -12px;
  padding: 5px;
  color: #98b126;
}
a.bbut:link {
  width: 80%;
  height: 25px;
  margin: 0 auto 0; 
  padding: 4px 0 7px 0;
  letter-spacing: 1px;
}
a.bbut:hover {
  background: #aaa url('images/sub-button.png') repeat-x left top;
  opacity: 0.9;
}

/************************************************
* tabs 					*
************************************************/

#tabs {	 
  height: auto;
  margin: 5px 0 20px 0; 
  overflow: hidden;
  background: 0;
  border: 0;
  padding: 0;
}
#tabs_menu { 
  width: 100%;
	height: 35px;
  background: #E6E4E7;
  position: relative; z-index: 20;
  -webkit-border-top-left-radius: 5px;  
     -moz-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;  
     -moz-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
}
#tabs_menu ul {
  width: auto;
  list-style-type: none; 
}
#tabs_menu li {	
  float: left;	
  width: 45%;
  margin: 0; 
  padding: 0;
  padding-top: 8px; 
  padding-bottom: 8px; 
  font: normal 16px Arial;     
  background: none !important;
  list-style-type: none; 
  text-align: center;
  line-height: 1.1;
  z-index: 10;
  cursor: pointer;
  -webkit-border-top-left-radius: 5px;  
     -moz-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;  
     -moz-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
}
#tabs_menu li.right { width: 52%;	}

#tabs_menu li a:link, #tabs_menu li a:visited {
  color: #222; 
  text-shadow: 1px 1px 1px #fff;
}
#tabs_menu .tabs li a:hover  {  
  color: #666 !important;
  text-shadow: none;
  text-decoration: none !important;
}
#tabs_menu .tabs li.active {  
  border-top: 1px solid #ccc;
}
#tabs_menu .tabs li.active a {  
  color: #fff !important;
  text-shadow: none;
}
/*	tabcontent     */

.tab_content {  
  z-index: 10;
	background: #fff;
  border: 6px solid #E6E4E7;
  margin-top: -6px;
}
.tab_content ul { 	
	border: 1px solid #ccc;
  padding: 10px;
  margin: 0;
}
.tab_content ul li { 	
  float: none;
  height: auto;
  margin: 0!important;
  padding: 3px 0 3px 0!important;
  list-style-type: none; 
  text-align: justify;
  background: none !important;
	border-bottom: 1px dashed #999;
  overflow: hidden;
} 
.tab_content img {
  float: left;
  margin: 2px 10px 5px 0;
  font-size: 13px;
  width: 100px;
}
.last-title { 
  margin-top: 3px;
  font-size: 14px;
  text-align: left;
	color: #222; 
  line-height: 1.1;
  display: block;
}
.tab_content .meta {
  margin-top: 3px;
  font-size: 13px !important;
	color: #555; 
  text-align: left;
  display: block;
}
.tab_content .meta a:link, .tab_content .meta a:visited { 
  color: #555;
}
.tab_content .meta a:hover, .tab_content .meta a:active { 
  color: #222;
}
/* video      */								

.videoFile {  	
  height: auto;
  margin: 5px 0 20px 0;
} 
.videoFile iframe {
  width: 100%;
  width: auto\9;
  max-width: 100%;
  height: auto;  
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
} 

/************************************************
* video-galery			*
************************************************/

#video-galery .video-block {  
  margin: 0 0 20px 0;
  clear: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  _height: 200px;
}
#video-galery .date {
  padding-bottom: 7px;
}
#video-galery .videoFile {
  margin-bottom: 10px;
}

/************************************************
* bottom-bg			*
************************************************/
 
#bottom-bg {		
  min-height: 290px;
	color: #fff;
	margin-top: 20px;
	padding: 12px 20px 10px 20px;
  -webkit-border-bottom-left-radius: 8px;  
     -moz-border-bottom-left-radius: 8px;
          border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;  
     -moz-border-bottom-right-radius: 8px;
          border-bottom-right-radius: 8px;
  clear: both;
	overflow: hidden;
}
.bottom_post { 
	width: 32%;
}
#bp1 {  
	float: left;
  margin-right: 2%;
}
#bp2 {  
	float: left;
  margin-right: 2%;
}
#bp3 {  
	float: right;
  margin: 0;
}
#bottom-bg .bot-title {
	margin: 7px 0 15px 0;
	padding: 0;
	font-size: 20px;
}
#bottom-bg ul {
	margin: 18px 0 0 0;
}
#bottom-bg ul li {
	list-style: none;
	margin: 0;
	padding: 7px 5px 0 0;
	display: block;
  line-height: 1.2;
  overflow: hidden;
}
#bottom-bg img {
  float: left;
  width: 60px; 
  height: auto; 
	margin: -2px 10px 5px 0;
	font-size: 12px;
	color: #666;
  overflow: hidden;
}
#bottom-bg img.avatar {
  width: 60px; 
  height: 60px; 
}
#bottom-bg a:link, #bottom-bg a:visited {
  text-decoration : none; 
	font-size: 14px;
	display: block;
}
#bottom-bg a:hover, #bottom-bg a:active {
	color: #fff;
}
li .meta {
	font-size: 13px;
	display: block;
}

/************************************************
* responsive   *
************************************************/

@media screen and (max-width: 900px) {
  .bottom_post {  width: 99%; padding-bottom: 10px; }
  #bp3 { float: left !important; }
}

/************************************************
* widget				*
************************************************/

.bottom_post #widget ul, #linkcat-2 ul {
  color: #fff;
}
.bottom_post #widget ul li, #linkcat-2 ul li {
	height: auto;
	border: 0;
  background: url('images/arrow.gif') no-repeat 0 7px;
	list-style-position: inside;
	padding-left: 15px;
}
ul#recentcomments li.recentcomments {    
  background: none;
  padding-left: 0;
}

/************************************************
*	Comments								*
************************************************/

#comments {   
  position : relative;
  margin : 0 15px 20px 15px !important; 
  padding : 0;  
  background : transparent; 
  font-family:  Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  font-weight : normal; 
  font-size : 13px; 
  overflow: hidden;
	clear: both !important;
} 
.comment-title {  font-size: 18px; } 

ol.commentlist {
  list-style-type: none; 
	clear: both;
}
ol.commentlist li, #trackbacks {  
  position: relative; 
  width: auto;
  height: auto;
  min-height: 70px;
  margin: 15px 0 0 0 !important; 
  padding: 0 !important; 
  list-style-type: none !important; 
  clear: both!important;
}
.even, .byuser {
  margin : 15px 0 15px 0!important; 
}
#trackbacks { 
  min-height: 0;
  margin : 20px 0 20px 0; 
  padding: 10px 10px 13px 10px; 
  font-size : 13px; 
}
#trackbacks li {    
  font-size : 13px; 
  list-style-type: square;
  margin : 0 0 0 15px; 
  padding: 0; 
}
ol.commentlist li img.avatar {   
  float: left;
  position : relative;
  width : 50px; 
  height : 50px; 
  margin : 0 10px 0 0; 
  padding: 0; 
}
.comment_text {   
  width: auto; 
  min-height: 50px!important;
  padding: 0; 
  margin : 0 0 7px 0;  
	overflow: hidden;
  font-size: 13px;
} 
.comment_text p {     
  color: #222;
} 
.commentmetadata {     
  line-height: 1.5;
  margin : -4px 0 7px 0; 
  padding: 0;
  font-size : 12px; 
  font-weight : normal; 
  text-align: left;
  overflow: hidden;
} 
.commentmetadata .time {
  margin : 0 5px 0 0; 
}
.comment_text p {   
  width: auto; 
  padding: 0; 
  margin : 0;  
	overflow: hidden;
  font-size: 13px; 
} 
ol.commentlist .reply { 
  width : auto; 
  padding : 5px 0 5px 0!important;  
  font-size : 12px; 
  text-align: left;
  text-decoration : none; 
}
ol.commentlist li .reply a:hover, ol.commentlist li .reply a:active {  
  text-decoration: none; 
}
#respond {  
	overflow: hidden;
}
#respond p { 
  font-size: 12px; 
  margin: 0 0 1em; 
}
#cancel-comment-reply { 
  margin: 0 !important;
	font-size: 13px;
}
#cancel-comment-reply-link {
  padding-top: 10px;
}
.required {  
  font-size: 15px; 
}
/*	ol		*/

ol.commentlist ul.children,
ol.commentlist ul ul.children,
ol.commentlist ul ul ul.children,
ol.commentlist ul ul ul ul.children {
  width: auto;
  height: auto;
  margin-top: 0!important; 
  margin-bottom: 0!important; 
  padding: 0!important; 
  text-indent: 0; 
  list-style: none; 
  clear: both;  
}
ol.commentlist ul.children li {   
  height: auto;
  min-height: 60px;
  margin-top: 5px!important; 
  padding-left: 10px!important; 
  list-style-type : none; 
  clear: both;
}

/************************************************
*	Commentsform								*
************************************************/

#commentform, #contactform { 
  position: relative;
  width: auto;
  height: auto; 
  margin-bottom: 20px;
  padding: 3px 0 0 0 !important;
  font-family:  Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
  z-index: 2;
  clear: both;
	overflow: hidden;   
} 
#commentform p, #contactform p {  
  margin-bottom: 10px;
  overflow: hidden;
} 
#contactform input, textarea#cp_message,
#commentform input, textarea#comment { 
  font-family:  Arial, Verdana, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px; 
  margin: 0; 
  padding: 3px; 
  background: #fafafa;
} 
#searchform input#s,
#commentform input, textarea#comment,
#contactform input, textarea#cp_message {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.075);
          box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
	overflow: visible;   
}		
#single_submitButton:hover,
#searchform input#s:focus, #searchform input#s:hover,
#commentform input:focus, textarea#comment:focus,
#commentform input:hover, textarea#comment:hover, 
#contactform textarea#cp_message:focus, #contactform input:focus,
#contactform textarea#cp_message:hover, #contactform input:hover {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background: #fff;
}
input#cp_name, input#cp_email, input#cp_url,
input#com-author, input#email, input#url { 
  width: 35%; 
  min-width: 175px; 
  height: 24px; 
  clear: both;
} 
textarea#comment, textarea#cp_message {  
  float: left;
  position : relative;
  width: 94%;
  min-height : 150px;
  padding : 10px; 
  overflow : auto; 
} 
input#submit { 
  float: right;
  width: 130px; 
  height: 31px; 
  border: 0; 
  color: #fff; 
  cursor: pointer; 
  margin-bottom: 0;
  margin-right: 10px;  
  padding: 0 0 3px 0; 
  font-size: 14px; 
  text-align: center;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
} 
input#submit:hover { 
  color: #ddd;
} 
#login-navi {  
	padding: 0 0 20px 0!important;
  width: 96%; 
}
#login-navi .alignleft { 
  float: left; 
  width: 60%; 
  font-size: 13px; 
}
#login-navi .alignright {     
  float: right; 
  text-align : right; 
  width: 70px; 
  font-size: 13px; 
  text-align: right;
}
.attention { 
  float: none;
  width: auto;
  margin: 10px 0 5px 0; 
  padding: 0;
  color: #666; 
  font-size: 13px !important; 
}
.moderation { 
  width: auto;
  font-style:italic; 
  font-size: 14px;
  clear: both !important;
	margin: 0;
  padding: 0; 
}

/************************************************
* contactform					*
************************************************/

#contactform {       
	margin: 15px 0 30px 0;
}
input#cp_verify { 
  width: 120px !important;
  height : 22px; 
}

/*********************************************
	Anchors
*********************************************/

a.add_comments {  
  width: 220px;
  background: url('images/arrow_top.png') right 13px no-repeat;
  padding: 10px 18px 10px 0;
  margin-top: 10px;
  display: block;
} 
#add_comments { 
  float: left;
  width : auto; 
  margin: 0 0 20px 0 !important; 
} 
.navi_top { 
  float: left;
  width : 100%; 
  height: auto;
  margin-top: 20px;
} 
#first {  
  width: auto;
  background: url('images/arrow_bot.png') right 4px no-repeat;
  padding-right: 20px;
} 
a#ancor { 
  width: auto;
  padding-left: 20px;
  background: url('images/arrow_bot.png') left 4px no-repeat;
} 

/************************************************
*	Comment	navigation								*
************************************************/

#navig { 
  max-width: 600px;
  height: 20px;
  margin : 0 auto 10px; 
  padding : 0; 
  border: 0;
  overflow: hidden;
} 
#navig .alignleft, #navig .alignright{   
  float: left;
  max-width: 46%;
  margin : 0 0 10px 0; 
  padding : 0; 
} 
#navig .alignright { 
  float: right;
} 

/********************************
  Site navigation       
********************************/

.navigation {    
  position: relative; 
  height: 25px; 
  text-align: center;
  margin: 0 15px 10px 15px!important; 
  padding: 10px 0 0 0; 
  clear: both; 
}
.navigation .alignleft, 
.navigation .alignright {
  width : 70px;
}
.navigation .alignleft {  
  float: left;  
}
.navigation .alignright {  
  float: right; 
  margin-top: -22px; 
}
.pagenavi {  
  float: none;
  clear: none; 
  display: block;
  font-size: 15px;
}
.pagenavi a {
  padding: 3px 5px 3px 5px;
}
.pagenavi .current {
  padding: 3px 8px 3px 8px;
  color: #222;
  font-weight: bold;
}
.pagenavi a:link, .pagenavi a:visited { 
	color: #666;
	text-decoration: none;
}
.pagenavi a:hover, .pagenavi a:active {
	color: #222;
}

/*********************************************
	Comment	editor
*********************************************/

blockquote, pre {
    background: none repeat scroll 0 0 #f3f3f3;
    margin: 15px 0;
    padding: 10px;
    font-style: italic;
}
blockquote blockquote {
	margin: 5px 0 5px 10px;
	padding: 10px;
}
quote {
    display: block;
    margin: 15px 0;
    padding: 10px 0 10px 0;
}
code {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px dashed #bbb;
    display: block;
    font: 1em 'Courier New',Courier,Fixed;
    margin: 15px 0;
    padding: 10px 10px 15px 10px;
}

/************************************************
*	subscribe-to-comments						*
************************************************/

.subscribe-to-comments {
  width: 300px; 
  margin: 10px 0 5px 0 !important;
  padding: 0;
} 
.subscribe-to-comments input#subscribe {
  float: left;
  box-shadow: none;
  margin-top: 1px!important;
}
.subscribe-to-comments label {
  padding: 3px 0 0 7px!important;  
}

/************************************************
*	footer						*
************************************************/

#footer {
  width: auto;
  height: auto;
  margin: 10px 0 0 0;
  padding: 30px 20px 20px 20px;
  background: url('images/footer.jpg') repeat-x left top;
  text-align: center;
  clear: both !important;
}
#track-text {
  height: auto;
  margin: 0 0 10px 0;
}
.copyright {  padding-bottom: 10px!important; }
.author {  padding-bottom: 20px!important; }

/************************************************
*	media-queries					*
************************************************/

/* fonts    */

@media (min-width: 1100px) { 
  body {font-size: 0.9rem;} 
} 
@media (max-width: 900px) {
    .mini-block p { font-size: 0.9rem; line-height: 1.2; } 
    #bottom-bg ul li a { font-size: 1rem !important; } 
}
@media (max-width: 740px) {
    .text p, #site-map, .ddsg-wrapper { font-size: 1rem; } 
    .last-title, .tab_content ul li, .mini-post, #cat_desc, .more, .post { font-size: 0.9rem; line-height: 1.3; }
    .tab_content ul li .com {  font-size: 0.8rem; } 
}
/* visibility and padding   */
@media screen and (max-width: 1460px) { 
    #add-left, #add-right  {  display: none; }
}
@media screen and (max-width: 1250px) { 
    #tax-slider .slide {  width: 290px; }
}
@media screen and (max-width: 1160px) { 
    .attention { margin: 0 0 5px 0; }
    #searchsubmit {right: -7px !important; }
    .nbs-flexisel-item img { max-width: 170px; } 
    #tax-slider .slide {  width: 270px; }
}
@media screen and (max-width: 1100px) { 
    .header_ad728x90 { display: none; } 
    #s { width: 88%; margin: 7px 10px 0 10px; }
    #searchsubmit {right: 0 !important; }
    #tax-slider .slide {  width: 250px; }
}
@media screen and (max-width: 1000px) { 
    #tabs_menu li.right {	padding-right: 5px; }
    .submitButton { width: 100%; height: 34px; font-size: 18px; letter-spacing: 1px; }
    a.bbut:link { width: 80%; padding: 6px 0 5px 0!important; font-size: 18px; }
    input.input-text {  width: 93%; }
    #s { width: 86%; }
    #other .m-Left, #other .m-Right  { float: left !important; width: 98%; }
    textarea#comment, textarea#cp_message { width: 92%; }
    .nbs-flexisel-item img { max-width: 160px; }   
    #tax-slider .slide {  width: 230px; }
    ul.archive {  width: 100%; }
}
@media screen and (max-width: 979px) { 
    .submitButton {  height: 34px; }
    #onecolumn {  width: 70.5%; }
    .nbs-flexisel-item img {  max-width: 150px; }
    #tax-slider .slide {  width: 220px; }
}
@media screen and (max-width: 900px) { 
    #s { width: 84%; }
    #tabs_menu li {	font: normal 15px Arial; }
    .submitButton {  height: 32px; font-size: 16px; letter-spacing: 0; }
    a.bbut:link { height: 22px; font-size: 16px; letter-spacing: 0; }
    #column1, #column2, .m-Left, .m-Right { float: left; width: 98%; } 
    .mini-post p {  margin-top: -3px; }
    .nbs-flexisel-item img { max-width: 130px; }  
    #tax-slider .slide {  width: 200px; }
    .bookslide_bg {  height: 460px; }
    #tax-slider, #tax-slider .slide { height: 420px !important; }
}
@media screen and (max-width: 850px) { 
    #tax-slider .slide {  width: 190px; }
}
@media screen and (max-width: 800px) { 
    #s { width: 82%; }
    .nbs-flexisel-item img { max-width: 110px; }    
    #tax-slider .slide {  width: 175px; }
}
/* Tablet  */ 

@media screen and (max-width: 760px) 	{
    #onecolumn, .main, #sidebar1, #sidebar2 { width: 100%; }
    #primary-menu { display: none; }
    #logo-text { margin-top: 0; padding-top: 25px; }
    #logo-img { margin-top: 0; }
    #sidebar2 { float: left; }
    .submitButton, a.bbut:link {  width: 96%; height: 38px; font-size: 20px; letter-spacing: 2px; }
    a.bbut:link {  width: 80%;  height: 25px;  margin: 0 auto 0; padding: 4px 0 7px 0;  letter-spacing: 1px; }
    #s {  width: 80%;	margin: 7px 30px 0 15px; }
    .social a { width: 32%; }
    #column1, #column2, .m-Left, .m-Right {  width: 47.5%; }
    #column2, .m-Right { float: right; }
    #header { min-height: 120px; }
    input#submit { margin-right: 32px; } 
    #tax-slider .slide {  width: 304px; }
    .bookslide_bg {  height: 440px; }
    #tax-slider, #tax-slider .slide { height: 400px !important; }
    ul.archive {  width: 32%; }
}
@media screen and (max-width: 600px) 	{
    #add-top { display: none; }
    #column1, #column2, .m-Left, .m-Right { float: left; width: 98%; } 
    #logo-img, #logo-text, #desc { margin-left: 0; }
    #header { padding-bottom: 20px; }
    input#submit { margin-right: 17px; } 
    ul.archive {  width: 100%; }
}
@media screen and (max-width: 500px) 	{
    .social a { width: 48%; }
    #searchsubmit {right: -5px !important; }
    #commentform, #contactform { width: 98% }
    input#submit { margin-right: 13px; } 
    textarea#comment, textarea#cp_message { width: 90%; }
}
@media screen and (max-width: 420px) {
    .mini-post {  width: 100%; }
    #s { width: 88%; margin: 7px 10px 0 10px; }
    #searchsubmit {right: 0 !important; }
    input#submit { margin-right: 5px; } 
    textarea#comment, textarea#cp_message { width: 88%; }
}
@media screen and (max-width: 400px) {
    #tax-slider .slide {  width: 280px; }
}
@media screen and (max-width: 380px) {
    #tax-slider .slide {  width: 270px; }
}
@media screen and (max-width: 360px) 	{
    #tabs_menu li {	font: normal 16px Arial; }
    .social a { width: 98%; }
    .submitButton {  height: 34px; font-size: 18px; letter-spacing: 0; }
    a.bbut:link {  height: 23px; padding: 3px 0 7px 0!important; font-size: 18px; letter-spacing: 0; }
    #s { width: 86%; }
    .vrezka {  width: 90%; }
    textarea#comment, textarea#cp_message { width: 86%; }
    #commentform input, #contactform input { width: 86%; min-width: 130px;  }
    #tax-slider .slide {  width: 250px; }
}
@media screen and (max-width: 345px) {
    #tax-slider .slide {  width: 240px; }
}
@media screen and (max-width: 330px) {
    #tax-slider .slide {  width: 215px; }
}
@media screen and (max-width: 300px) 	{ 
    #tabs_menu li {	font: normal 14px Arial; }
    #s { width: 84%; }
    textarea#comment, textarea#cp_message { width: 86%; }
    #commentform input, #contactform input { min-width: 125px;  }
    #tax-slider .slide {  width: 200px; }
    .bookslide_bg {  height: 460px; }
    #tax-slider, #tax-slider .slide { height: 420px !important; }
}


/* форма подписки на книгу */

.form_book {
background: url("images/form_book_bg.jpg") no-repeat;
width:90%; 
height:499px; 
position: relative;
margin: 10px 0 10px 0;
}
#form_book{
padding:270px 0 0 75px;
}

#form_book_mail {
border: #7E7979 solid 2px;
color: #000;
border-radius: 10px 10px 10px 10px;
font-size: 14px;
padding: 5px 5px 5px 10px;
text-shadow: 1px 1px 0 white;
width: 220px;
color: #333;
font-family: georgia;
margin-bottom: 25px;
margin-left: 32px;
}

#form_book_name {
border: #7E7979 solid 2px;
color: #000;
border-radius: 10px 10px 10px 10px;
font-size: 14px;
padding: 5px 5px 5px 10px;
text-shadow: 1px 1px 0 white;
width: 220px;
color: #333;
font-family: georgia;
margin-bottom: 25px;
margin-left: 32px;
}
#form_book_submit {
    background: url("images/book_sub.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #43413C;
    cursor: pointer;
    float: left;
    font: 16px Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style:normal !important;
	font-weight:bold;
    height: 53px;
    margin: 20px 0 0 0px;
    text-align: center;
    width: 300px;
}
#form_book_submit:hover {
    background: url("images/book_sub_hoover.gif") no-repeat;
}

.more-link { margin:0 0 0 500px;}

blockquote, code {  }

blockquote {
	position: relative;
	width: 80%;
	padding: 15px 15px 5px 10px;
	margin: 16px 0px 20px 20px;
	background: #f6f5f4;
	border: 1px solid #dfdfdf;
	border-left: 2px solid #7c7772;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;color:#333; font-style:italic;
	}

	blockquote:before,
blockquote:after {
		content: "";
		position: absolute;
		z-index: -1; }

	blockquote:before {
		top: 50%;
		bottom: 0px;
		left: 100px;
		right: 100px;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,1);
		box-shadow: 0 0 10px rgba(0,0,0,1);
		-moz-border-radius: 120px / 10px;
		border-radius: 120px / 10px; }	

