body {
	background:#EDEDED url(/images/body-bg.jpg);
	font-family: "Open Sans", sans-serif;
	color: #222;
	font-size: 14px;
	line-height: 20px;
}
a {
	color: #e46c64;
	text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:hover {
	color: #b7544e;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	
}

.border {
	border: 8px solid #eaeaea;
}

.container {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

.wrapper {
    background: url(/images/wrapp-bg.png) no-repeat center 100px;
}

.root-border {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .2);
	margin: 10px auto;
	padding: 13px;
	width: 960px;
}

.root-container {
	background: #FCFCFC;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(193,193,193,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(193,193,193,1);
	box-shadow: 0px 0px 5px 0px rgba(193,193,193,1);
	padding: 10px;
    padding-bottom: 0;
}

#header {
	height: 250px;
    margin-bottom: 10px;
	position: relative;
}
#header .autor {
    position: absolute;
    z-index: 60;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #000;
    text-align: center;
    color: #e7a652;
    background-color: rgba(0,0,0,.6);
}
#header .slider-left {
    float: left;
    width: 465px;
}
#header .slider-right {
    float: right;
    width: 465px;
}
/* main Slider */
.main-slider {
	margin-bottom: 10px;
}
.slider-caption {
	position: absolute;
	bottom: 11%;
	left: 5.641025641025641%;
	z-index: 1;
}
.slider-caption h1 {
	line-height: 1.2em;
	font-size: 40px;
	font-style: italic;
	text-shadow: 0 1px 0 #FFFFFF;
}
.slider-caption.black {
	color: #555555;
}
.slider-caption.white {
	color: #FFF;
}
.slider-item-border {
	border: 1px solid #FFFFFF;
	opacity: .4;
	position: absolute;
	height: 89%;
	top: 5.5%;
	right: 28px;
	left: 28px;
}

/* NAV */
#nav {
    text-align: center;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7a652+0,e5872d+100 */
    background: #e7a652; /* Old browsers */
    background: -moz-linear-gradient(top,  #e7a652 0%, #e5872d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e7a652 0%,#e5872d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e7a652 0%,#e5872d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7a652', endColorstr='#e5872d',GradientType=0 ); /* IE6-9 */
}
#nav a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px;
    color: black;
    display: inline-block;
}
#nav a:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,.2);
    color: white;
    text-shadow: 0 -1px 0 #000;
}

.page-wrapper {
	
}


#column-left {
	float: left;
	width: 240px;
}

#content {
	float: right;
	width: 680px;
}

.box {
	margin-bottom: 20px;
	border: 1px solid #DEDEDE;
	background-color: #fff;
	border-radius: 3px;
}
.box-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	color: #333;
	border-bottom: 1px solid #DEDEDE;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7a652+0,e5872d+100 */
    background: #e7a652; /* Old browsers */
    background: -moz-linear-gradient(top,  #e7a652 0%, #e5872d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e7a652 0%,#e5872d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e7a652 0%,#e5872d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7a652', endColorstr='#e5872d',GradientType=0 ); /* IE6-9 */
}
.box-middle {
	padding: 10px;
}

#category.box {
	
}
#category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#category li {
	padding: 4px 0 4px 12px;
	background: url(/images/category-arw.gif) no-repeat 0 9px;
	margin: 0;
}
#category a {
	/*color: #FFFFFF;*/
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}


.page-title {
	height: 40px;
	margin-bottom: 30px;
	color: #222;
	border-bottom: 2px solid #DEDEDE;
}

.bottom-inner .box {
	width: 450px;
}

.last-post {
	list-style: none;
	margin-bottom: 0;
}
.last-post li {
	margin: 3px 0;
	padding: 0;
	overflow: hidden;
}
.last-post .post-title {
	font-weight: bold;
	margin-bottom: 6px;
}
#footer {
	font-size: 13px;
    padding: 20px;
    margin-top: 40px;
    margin-right: -10px;
    margin-left: -10px;
    background: #e5872d;
    position: relative;
}
#footer .ptichka {
    width: 121px;
    height: 132px;
    float: left;
    margin-top: -50px;
    background: url(/images/ptichka.png) no-repeat;
}
.copyright {float:left;}
.copyright a {color: #000;}
.counter {float:right;}

/* =Navigation
-------------------------------------------------------------- */
.navigation {width: 100%; overflow: hidden; font-size: 13px; line-height: 20px; margin: 6px 0 6px; padding: 1px 0 20px; text-align:center}
.navigation a,
.navigation span {display: inline-block; padding: 3px 6px; height: 24px; text-align: center; margin: 0 1px; text-decoration: none; border: 1px solid #E1E1E1; border-radius: 2px;}
.navigation a {}
.navigation a:hover {border: 1px solid #CCC;}
.navigation span.current {border: 1px solid #E9E9E9; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; background: #F0F0F0; color: #444;}
.navigation span.extend {	border: 0; margin: 0; padding-left: 2px;}



/* Share icon */
.ok_right {
	position: fixed;
	top: 190px;
	right: -245px;
	z-index: 11;
	width: 245px;
	height: 346px;
}
.ok_right #share_icon {
	float: left;
	margin-left: -40px;
	width: 40px;
	height: 40px;
	background: url('/images/icon_ok.png') no-repeat center;
	color:#FFFFFF;
	text-align:center;
	cursor: pointer;
}
.ok_right .share_box {
  float:left;
  width: 238px;
  border:4px solid #eb722e;
  background-color: #fff;
  min-height: 40px;
}
#ok_group_widget {margin:-1px;}

.vk_right {
	position: fixed;
	top: 240px;
	right: -245px;
	z-index: 10;
	width: 245px;
	height: 346px;
}
.vk_right #share_icon {
	float: left;
	margin-left: -40px;
	width: 40px;
	height: 40px;
	background: url('/images/icon_vk.png') no-repeat center;
	color:#FFFFFF;
	text-align:center;
	cursor: pointer;
}
.vk_right .share_box {
  float:left;
  width: 238px;
  border:4px solid #5b7fa6;
  background-color: #fff;
  min-height: 40px;
}

.instagram_right {
	position: fixed;
	top: 290px;
	right: -245px;
	z-index: 9;
	width: 245px;
	height: 346px;
}
.instagram_right #share_icon {
	float: left;
	margin-left: -40px;
	width: 40px;
	height: 40px;
	background: url('/images/icon_instagram.png') no-repeat center;
	color:#FFFFFF;
	text-align:center;
	cursor: pointer;
}
.instagram_right .share_box {
  float:left;
  width: 238px;
  border:4px solid #3f6e95;
  background-color: #fff;
  min-height: 40px;
}

.facebook_right {
	position: fixed;
	top: 290px;
	right: -245px;
	z-index: 9;
	width: 245px;
	height: 346px;
}
.facebook_right #share_icon {
	float: left;
	margin-left: -40px;
	width: 40px;
	height: 40px;
	background: url('/images/icon_facebook.png') no-repeat center;
	color:#FFFFFF;
	text-align:center;
	cursor: pointer;
}
.facebook_right .share_box {
  float:left;
  width: 238px;
  border:4px solid #3b5998;
  background-color: #fff;
  min-height: 40px;
}