@charset "utf-8";
/*
Theme Name: Cloudy
Theme URI: http://wordpressorg.ru/cloudy/
Version: 1.63
Author: AOE media GmbH
Tags: two-columns, fixed-width, blue, custom-header
	By downloading and using this theme, you agree to the following terms:
    - All variations of this theme have to remain GPL
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

For support requests please contact: wordpress(at)aoemedia.com. Requests through other channels (website etc.) can unfortunately not be responded to.

*/

/* Reset styles
*******************************/
html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}

/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	background: none;
	background: #000;
	color: #1d1000;
	font-size: 16px;
	text-align: left;
	/*text-shadow: #fff 0px 0px 1px;*/
}

/* Default fonts
*******************************/
body,
input,
select		{ font-family: Georgia, "Times New Roman", Times, serif; }
textarea,
pre,
code 		  { font-family:"Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
  font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
    font-size: 18px;
	font-weight: bold;
    color:#1d1000;
    line-height:1;
	margin-bottom: 20px;
	text-transform: uppercase;
}
h2 {
    font-size: 1.5em;
	margin-bottom: 20px;
}

h3 {
	text-align:center;
    font-size: 13px;
	text-transform: uppercase;
    padding-bottom:5px;
    color:#1d1000;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 6px;
	/*text-shadow: #522d00 0px 0px 1px;*/
}
h4 {
	font-size: 1.1em;
	text-align: center;
	margin-top: 18px;
	margin-bottom: 6px;
	}
h5 {
	font-size: 1.2em;
	margin-top: 18px;
	margin-bottom: 6px;
	}
h6 { font-size: 1.1em; }

/* Text elements
*******************************/
p {
	margin: 0 0 0 0;
	text-indent: 16px;
	text-align: justify;
	line-height:1.2; 
}
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }

.sdm_download_description p {
	text-indent: 0px;
}

blockquote    {
    margin:0 30px 0px 30px;
    padding-left:5px;
    border-left:2px groove #886055;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
}

blockquote p {
	text-indent: 0px;
}

strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }

dl {
    line-height:1.2;
    margin-bottom:1.2em;
}

hr {
    color: #1d1000;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #1d1000 dotted;
}

/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active { 
color: #1d1000;  
cursor:pointer; 
outline: 0; 
border: none;
text-decoration: none;
text-shadow: #796a51 0px 0px 1px;
}

a:hover {
	text-decoration: underline;
	color: #1d1000;
	text-shadow: #522d00 1px 1px 1px;
	}
a:visited {
	color: #1d1000;
	text-shadow: #fff 0px 0px 2px;
	}

a:active,
a:focus {
	outline: 0; 
	text-decoration: underline;
	color: #553000;
	text-shadow: #522d00 1px 1px 1px,  #ffd991 0px 0px 2px;
	} /*remove border in ff*/


/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:1em;
}

/* Images
*******************************/
img 		{ outline:0;border:0; }

/* Form styles
*******************************/
input,
select,
textarea {
	font-size: 14px;/*by default font-size is bigger*/
	vertical-align:baseline;
}


input,
select,
textarea {
    border:1px solid #897d71;
    border-right:0;
    border-bottom:0;
    background:url(img/fon_w.png) repeat;
    padding:2px;
    color:#30271d;
}


input.text,
input.file { cursor:text; }

input.button {
    cursor:pointer;
    color:#fefefe;
    border:0;
    background:url(../cloudy/img/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    padding:1px 12px;
    text-align:center;
    height:19px;
}

input.radio,
input.checkbox { border: 0;padding: 0; }




/* Wordpress aligning
*******************************/
.aligncenter,
div.aligncenter,
.entry img.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    /*border:1px solid #eee;*/
    text-align:center;
    padding-top:12px;
	padding-bottom: 12px;
}
.wp-caption p.wp-caption-text {
    font-size:.90em;
    text-align:center;
	color: #5c4f3f;
	font-style: italic;
	}


/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {
    overflow:hidden;
}

/* Main styles
 *******************************/
#root {
	min-width: 1000px;
    margin: 0;
    padding-bottom: 0px;
	background:url(img/mid.jpg) 50% 404px repeat-y;
}

/* Header
 *******************************/
#header {
    overflow: hidden;
	position: relative;
	background:url(img/header_top.jpg) 50% 0% no-repeat;
	min-width: 1000px;
	height: 346px;
}

#underhead {
	min-width: 1000px;
    margin: 0;
    padding-bottom: 0px;
	background:url(img/header_fon.jpg) 50% 0% repeat-x;
}

#steam {
	display: inline-block;
	position: relative;
	top: 19px;
	left: 39px;
}
#home_l {
	display: inline-block;
	height: 221px;
	width: 870px;
}

a.menu_top, a.menu_top:link {
	display: inline-block;
	text-align: center;
	width: 156px;
	height: 34px;
	margin-top: 34px;
	padding-top: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1d1000;
	text-shadow: #422a0b 0px 0px 1px;
	font-weight: bold;
	text-decoration: none;
}

.menu_top:hover, #menu_top:active, #menu_top:focus {
	background:url(img/link_h.png) no-repeat;
	color: #553000;
	text-shadow: #ffd991 1px 1px 1px,  #422a0b 0px 0px 2px;

}




#vk {
	display: inline-block;
	width: 26px;
	height: 24px;
	background:url(img/vk_l.png) no-repeat;
}


#l_vk, #l_vk:link {
	padding-top: 17px;
	height: 39px;
	position: relative;
	left: -8px;
	top: 0px;
}

#lj {
	display: inline-block;
	width: 26px;
	height: 24px;
	background:url(img/lj_l.png) no-repeat;
}

#l_lj, #l_lj:link {
	padding-top: 17px;
	height: 39px;
	position: relative;
	left: 694px;
	top: -97px;
}


#l_home {
	position: relative;
	left: -74px;
	top: -6px;
}


#l_books {
	position: relative;
	left: -125px;
	top: -6px;
}

#l_an {
	position: relative;
	left: -48px;
	top: -6px;
	/*height: 20px;*/
}

#l_blog {
	position: relative;
	left: -74px;
	top: -6px;
}


#l_galery {
	position: relative;
	left: -178px;
	top: -6px;
}
#l_kontakt {
	position: relative;
	left: -77px;
	top: -6px;
}

#l_an2  {
	position: relative;
	left:420px;
	top: -85px;
}
/*#l_top {
	display: block;
	position: relative;
	left: -223px;
	top: 12px;
	width: 80px;
	height: 78px;
	background:url(img/up_n.jpg) no-repeat;
}
#l_top:hover {
	background:url(img/up_h.jpg) no-repeat;
}
#l_top:active, #l_top:focus {
	background:url(img/up_a.jpg) no-repeat;
}
*/









/*#header .menu,
#header .search {
    background:url(img/header-menu-back.gif) 0 0 repeat-x #5B94BE;
}

#header .menu {
    float:left;
    width:667px;
    height:28px;
    padding:10px 20px;
}

#header .menu li {
    float:left;
    background:url(img/header-menu-delim.gif) 100% 0 no-repeat;
}

#header .menu li.last {
    background:none;
}

#header .menu a {
    color:#fefefe;
    font-weight:bold;
    padding:0 14px;
    display:block;
    line-height:2.2;
}

#header .menu a:hover {
    text-decoration:none;
}

#header .search {
    width:236px;
    height:20px;
    float:right;
    padding:14px 16px;
    font-size:0.92em;
}

#header .search label {
    color:#fff;
    padding-right:8px;
}

#header .search input.text {
    width:122px;
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
    margin-right:8px;
}

#header .search input.button {
    color:#fefefe;
    border:0;
    background:url(img/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    width:51px;
    padding:1px 0;
    text-align:center;
    height:19px;
}

#heading {
    margin-top:4px;
    width:551px;
    float:left;
    clear:both;
    height:134px;
    background:url(img/heading.jpg) 0 0 no-repeat;
    padding: 66px 0 0 156px;
}

#heading a {
    color:#fff;
    text-decoration:none;
}

#heading .description {
    color:#fff;
}

#about {
    margin-top:4px;
    width:232px;
    height:164px;
    overflow:hidden;
    float:right;
    background:url(img/header-about-back.gif) 0 0 repeat-y #f9fdff;
    padding:18px;
}

#about .signature {
    text-align:right;
    margin:0;
}*/

#main {
	min-width: 1000px;
    margin-top: 0px;
    clear:both;
    overflow: hidden;
	background:url(img/header_bot.jpg) 50% 0% no-repeat;
}

#tabla {
	background:url(img/footer_top.jpg) 50% 100% no-repeat;
}


#lft {
	width: 280px;
	max-width: 280px;
	font-size: 14px;
}

#lft a {
	font-size: 14px;
}

#left-block {
	padding-left: 40px;
	padding-right: 10px;
/*	position: relative;
	top: -20px;
*/}

#left-block .box {
    background: none;
	padding-bottom: 5px;
    margin-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
}

#left-block .box h2 {
    padding-bottom:16px;
}

#left-block .box ul {
    font-size:1.17em;
}

#left-block .box ul.children {
	padding-bottom: 4px;
    font-size:1em;
}

#left-block .box li {
    padding:2px 0;
    padding-left:20px;
    background-repeat:no-repeat;
    background-position:0 6px;
    background-image:url(img/cat.gif);
}

#left-block .box ul.children li {
    padding:2px 0;
    padding-left:20px;
}


#left-block .box .ya-share2 li {
    padding:4px 0;
    padding-left:5px;
    background-repeat:no-repeat;
    background-position:0 0px;
    background-image: none;
}
.ya-share2 {
	text-align: center;
}




#left-block .box li.current-cat {
    font-weight:bold;
}

#left-block .categories li {
    
}

#left-block .archive li {
    background-image:url(img/cal.gif);
}

#left-block .blogroll li,
#left-block .meta li {
    background-image:url(img/arrow.png);
}


.box input.text {
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background: url(img/fon_w.png);
    padding:2px;
    color:#30271d;
    width:110px;
    font-size:.92em;
}

.box input.button {
    font-size:.92em;
    width:48px;
}

.box .tags {
    line-height:1.2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}

.box .textwidget {
    font-size:.92em;
    line-height:1.4;
}

#left-block #recentcomments {
    font-size:.92em;
}

#left-block #recentcomments li {
    background:none;
    padding-left:0;
}


#wp-calendar {
    width:180px;
}

#wp-calendar caption {
    padding:0 0 10px 0;
    font-weight:bold;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}

#wp-calendar th,
#wp-calendar td {
    padding:2px;
    text-align:center;
    font-size: 12px;
}

#wp-calendar thead th {
    background:none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

#wp-calendar #prev {
    text-align:left;
    padding-top:8px;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

#wp-calendar #next {
    text-align:right;
    padding-top:8px;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

#wp-calendar a {
	color: #F00;
	font-weight: bold;
	text-shadow: none;
}
#wp-calendar #prev a {
color: #1d1000;  
text-decoration: none;
text-shadow: #796a51 0px 0px 1px;
font-size: 12px;
}

#wp-calendar #next a {
color: #1d1000;  
text-decoration: none;
text-shadow: #796a51 0px 0px 1px;
font-size: 12px;
}


/* Content
 *******************************/
#rght {
	width: 720px;
}


#main-block {
	padding-left: 10px;
	padding-right: 30px;
	position: relative;
	top: 0px;
	padding-bottom: 20px;
}

.breadcrumb {
	text-align: right;
	font-size: 13px;
	padding-right: 60px;
	padding-left: 67px;
}

#content {
    padding:18px;
    background: none;
    min-height:400px;
    height:auto!important;
    height:400px;
	padding-top: 30px;
}

#content .post {
    overflow:hidden;
    margin-bottom:30px;
    clear:both;
}

#content .entry a {
    color:#1d1000;
}

#content .date {
    float:left;
    width:69px;
    height: 60px;
    padding-top:10px;
	padding-right: 0px;
    background:url(img/data.png) 0 0 no-repeat;
    color:#1d1000;
    font-size: 24px;
    text-align:center;
    margin: 0 0 20px 0;
    text-transform:uppercase;
}

#content .date span {
    font-size:0.65em;
    display:block;
}
#content .date span.dyear {
	font-size: 12px;
}
#content .title,
#content .postdata {
    margin-left:67px;
}

#content .page .title {
    margin-left:0;
}

#content .title h2 {
    background:url(img/line.png) repeat-x;
	padding-top: 7px;
	margin-top: 3px;
	margin-right: 100px;
	padding-left: 10px;
    padding-bottom:8px;
    margin-bottom:8px;
}
#content .title a {
    text-decoration:none;
    color:#1d1000;
}

#content .title a:hover {
    color:#1d1000;
}

#content .postdata {
	padding-left: 10px;
    font-size:0.92em;
}

#content .category {
    background:url(img/cat.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: left;
}

#content .comments {
    background:url(img/comment.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: right;
}

#content .category,
#content .category a {
    color:#1d1000;
}

#content .entry {
    clear:both;
	padding-left: 10px;
}

#content .entry .more-link {
    font-weight:bold;
    color:#1d1000;
}

#recent {
    margin-top:4px;
    background:#dccaaa;
    overflow:hidden;
}

#recent .posts,
#recent .comments {
    width:312px;
    padding:24px 32px;
}

#recent .posts {
    float:left;
}

#recent .comments {
    float:right;
}

#recent .posts ul,
#recent .comments ul {
    font-size:.92em;
    line-height:1.2;
}

#recent .posts li,
#recent .comments li {
    margin-bottom:1.1em;
}

#recent .posts li a {
    font-weight:bold;
}

#recent .comments li .author {
    font-size:0.91em;
    line-height:1.4;
}

#recent .comments li a {
    text-decoration:none;
}

#leavecomment {
    padding-top:1em;
}

.comments-list {
    background:url(img/line.png) repeat-x;
}

.comments-list .comm_head {
	padding: 5px;
    background:url(img/fon_d.png) repeat;
	min-height: 50px;
}

.comments-list .avatar {
	float: left;
	margin-right: 8px;
}

.comments-list li {
	margin: 10px;
    padding:10px;
    line-height:1.2;
}

.comments-list li.graybox {
    background: none;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list small {
    font-size:.83em;
}

.comments-list .comment {
	clear: both;
    margin-top:8px;
	padding-bottom: 15px;
	border-bottom: #6c5a3f solid 1px;
}

#commentform input.text,
#commentform textarea {
    border:1px solid #897d71;
    border-right:0;
    border-bottom:0;
    background:url(img/fon_w.png) repeat;
    padding:2px;
    color:#30271d;
}

#commentform input.text {
    width:200px;
	margin-bottom: 2px;
}

#commentform label {
	display: inline-block;
    width:60px;
	line-height: 1.8em;
}


.comm_comm {
	font-size: 12px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
}

#commentform textarea {
    width:600px;
}

#commentform {
	margin-bottom: 20px;

}

.left-line {
	padding-bottom: 15px;
}


/* Footer
 *******************************/
#footer {
	position: relative;
	background:url(img/footer_bot.jpg) 50% 0% no-repeat;
	min-width: 1000px;
	height: 74px;
	margin-bottom: 20px;
}

#footer img {
	vertical-align:middle;
}

#footer .copyright {
    float:left;
}

#footer .links {
	position: relative;
	top: -20px;
	left: 120px;
}

#footer .links a {
    padding-left:16px;
    margin-left:16px;
    background-repeat:no-repeat;
    background-position:0 1px;
}

#footer .rss {
    background-image:url(img/rss.gif);
}

#footer .login {
    background-image:url(img/login.gif);
}

#footer a.powered {
    padding:0;
}



/* my
 *******************************/


input[type="text"] {
	background: url(img/fon_w.png) repeat;
	border: #897d71 1px solid;
	color: #30271d;
	/*box-shadow: inset 0 0 2px #000;*/

}
input[type="password"] {
	background: url(img/fon_w.png) repeat;
	border: #897d71 1px solid;
	color: #30271d;
	/*box-shadow: inset 0 0 2px #000;*/

}
/*input[type="submit"] {
	background: url(img/submit.png) repeat-x;
	border-radius: 6px;
	border-left: #b19982 1px solid;
	border-right: #b19982 1px solid;
	border-bottom: none;
	border-top: none;
	height: 32px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #1d1000;
	text-shadow: #422a0b 0px 0px 1px, #6d5239 4px 4px 2px;
	box-shadow: #533f25 4px 4px 8px -6px;
	cursor: pointer;
}
input[type="submit"]:hover {
	background: url(img/submit_h.png) repeat-x;
	text-shadow: #1d1000 0px 0px 1px, #ffd991 0px 0px 3px,#6d5239 5px 5px 2px;
	color: #422a0b;
	box-shadow: #533f25 5px 5px 8px -5px;
}
input[type="submit"]:active {
	background: url(img/submit_h.png) repeat-x;
	text-shadow: #1d1000 0px 0px 1px, #ffd991 0px 0px 3px,#6d5239 4px 4px 2px;
	color: #422a0b;
	box-shadow: none;
}*/



/*input[type="submit"] {
	background: url(img/kn_l.jpg) no-repeat;
	border-radius: 0px;
	border-left: none;
	border-right: #000000 2px solid;
	border-bottom: none;
	border-top: none;
	height: 26px;
	min-width: 75px;
	padding-bottom: 0px;
	padding-left: 30px;
	padding-right: 5px;
	color: #d0b68a;
	font-size: 12px;
	font-weight: bold;
	text-shadow: #000 0px 0px 1px;
	cursor: pointer;
}*/

input[type="submit"] {
	background: url(img/kn2_l.jpg) repeat-x;
	border-radius: 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
	height: 23px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #4E4132;
	font-size: 12px;
	font-weight: bold;
	text-shadow: #d0b68a 0px 0px 1px;
	box-shadow: 0 0 3px #000;
	cursor: pointer;
}
input[type="submit"]:hover {
	background: url(img/kn2_h.jpg) repeat-x;
	color: #ffd58d;
	text-shadow: #000 0px 0px 1px;
	box-shadow: 0 0 1px #000;
	
}

input[type="submit"]:active {
	background: url(img/kn2_h.jpg) repeat-x;
	color: #ffd58d;
	text-shadow: #000 0px 0px 1px;
	box-shadow: inset 0 0 2px #000;
}

#content .entry div.slideshowlink {
	display: block;
	clear: both;
}

#content .entry div.slideshowlink a {
	display: inline-block;
	clear: both;
	background: url(img/kn2_l.jpg) repeat-x;
	border-radius: 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
	height: 18px;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #4E4132;
	font-size: 12px;
	font-weight: bold;
	text-shadow: #d0b68a 0px 0px 1px;
	box-shadow: 0 0 3px #000;
	cursor: pointer;
}
#content .entry div.slideshowlink a:hover {
	background: url(img/kn2_h.jpg) repeat-x;
	color: #ffd58d;
	text-shadow: #000 0px 0px 1px;
	box-shadow: 0 0 1px #000;
}

#content .entry div.slideshowlink a:active {
	background: url(img/kn2_h.jpg) repeat-x;
	color: #ffd58d;
	text-shadow: #000 0px 0px 1px;
	box-shadow: inset 0 0 2px #000;
}



#searchform label {
	display: block;
	font-size: 10px;
	padding-bottom: 1px;
	font-family: Verdana, Geneva, sans-serif;
	
}
#s {
	border-right: none;
	border-right-width: 0px;
	margin-right: 0px;
	width: 200px;
	height: 19px;
	padding: 0px;
	margin: 0px;
}



#searchform input[type="submit"] {
	background: url(img/submit_s.png) no-repeat;
	border: #897d71 1px solid;
	height: 21px;
	width: 0px;
	min-width: 22px;
	padding: 0px;
	padding-left: 22px;
	overflow: hidden;
	cursor: pointer;
	margin: 0px;
	position: relative;
	top: -1px;
	left: -2px;
	box-shadow: none;
}
#searchform input[type="submit"]:hover {
	background: url(img/submit_s_h.png) repeat-x;
}
#searchform input[type="submit"]:active {
	background: url(img/submit_s_a.png) repeat-x;
}




#calendar_wrap {
	background: url(img/box.png) 50% 0% no-repeat;
	text-align: center;
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: #6c5a3f ridge 2px;
	
}

.autor {
	margin-top: 10px;
	font-size: 14px;
}

.red {
	color: #F00;
}

#copyright {
	font-size: 14px;
	font-weight: bold;
	padding-right: 500px;
	padding-top: 5px;
}

.tags {
	clear: both;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

p.epigraph {
	margin-left: 250px;
	text-indent: 0px;
	font-size: 14px;
	text-align: left;
	line-height:1.0; 
}

p.text_author {
	text-align: right;
	font-style:italic;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 10px;
	
}

p.no_indent {
	text-indent: 0px;
}

.navig_page {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tit_book h1 {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: left;
	font-size: 24px;
	text-transform:uppercase;
	font-weight: bold;
	margin-right: 200px;
}

.autors_book {
	text-align: right;
	margin-right: 130px;
	font-size: 18px;
	font-variant:small-caps;
	font-weight: bold;
}

.entry img {
	margin: 10px;
}

.annot {
	margin: 15px;
	padding: 15px;
}

.annot p {
	font-size: 14px;
	line-height: 1em;
}

li.he5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	padding-bottom: 8px;
	padding-top:0px;
	text-align: left;
	padding-right: 200px;
	padding-left: 30px;
}

li.he2 {
	font-size: 16px;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 15px;
	line-height: 1em;
	font-variant:small-caps;
	text-transform: uppercase;
	text-align: center;
}


li.he3 {
	font-size: 14px;
	text-indent: 25px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 8px;
	line-height: 1em;
}
li.he2 a {
	font-size: 16px;
}

#left-block .box li.he5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	padding-top: 0px;
	padding-bottom: 5px;
    padding-left:0px;
    background-image: none;
}

#left-block .box li.he2 {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	padding-bottom: 5px;
	padding-top: 8px;
    padding-left:0px;
    background-image: none;
}
#left-block .box li.he3 {
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	padding-bottom: 0px;
	padding-top: 2px;
    padding-left: 10px;
    background-image: none;
	text-indent: 0px;
}

#lft .box li.he5 a {
	display: none;
	padding: 0px;
	margin: 0px;
}
#lft .box li.he2 a {
	font-size: 12px;
}
#lft .box li.he3 a {
	font-size: 12px;
}

#content .post .oglav ul {
	list-style-type: none;
}

.sale_book {
	display: block;
	height: 100px;
	width: 140px;
	background: url(img/sale_book.jpg) no-repeat;
	float: right;
	border: none;
	position: relative;
	top: -30px;
	margin-bottom: -30px;
}
.sale_book:hover {
	background: url(img/sale_book_h.jpg) no-repeat;
}
.sale_book:active {
	background: url(img/sale_book_a.jpg) no-repeat;
}

.read {
	padding-left: 50px;
	padding-right: 50px;
}

.read_here {
	display: block;
	height: 53px;
	background: url(img/html_book.jpg) no-repeat;
	padding-left: 80px;
	float: left;
}
.read_flash {
	display: block;
	height: 53px;
	background: url(img/flash_book.jpg) right no-repeat;
	padding-right: 80px;
	float: right;
}
.comment_book {
	display: block;
	height: 20px;
	background: url(img/comm_link.jpg) 50% 0% no-repeat;
	padding-top: 50px;
	width: 100px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}
.comment_book_2 {
	display: block;
	height: 39px;
	background: url(img/comm_link.jpg) no-repeat;
	width: 100px;
	padding-top: 10px;
	padding-left: 75px;
	margin-bottom: 15px;
}

.free_book {
	margin-top: 18px;
	border-top: 1px ridge #1d1000;
}
.note_ben {
	padding-left: 250px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 6px;
}
.sale_ebook {
	clear: both;
	margin-top: 18px;
	border-top: 1px ridge #1d1000;
}

.sale_print {
	clear: both;
	margin-top: 25px;
	padding-top: 10px;
	border-top: 1px ridge #1d1000;
}



.fancybox-title-inside {
    background: url(img/fon.jpg) repeat    !important;
}

.navigat_top {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #1d1000 solid 1px;
}

.navigat_bot {
	clear: both;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 5px;
	border-top: #1d1000 solid 1px;
}


.button_link:link, #content .entry a.button_link:link {
	display: inline-block;
	background: url(img/kn2_l.jpg) repeat-x;
	border-radius: 1px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
	height: 18px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	color: #4E4132;
	font-size: 12px;
	font-weight: bold;
	text-shadow: #d0b68a 0px 0px 1px;
	box-shadow: 0 0 3px #000;
	cursor: pointer;
}
.button_link:hover, #content .entry a.button_link:hover {
	background: url(img/kn2_h.jpg) repeat-x;
	color: #ffd58d;
	text-shadow: #000 0px 0px 1px;
	box-shadow: 0 0 1px #000;
	text-decoration: none;
}

.button_link:active, #content .entry a.button_link:active {
	background: url(img/kn2_h.jpg) repeat-x;
	color: #ffd58d;
	text-shadow: #000 0px 0px 1px;
	box-shadow: inset 0 0 2px #000;
	text-decoration: none;
}


.pay_yad {
	margin-left: 90px;;
}

.pay_yad div {
    float: left;
}
.pay_yad input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.pay_yad .yad {
	display: block;
	width: 84px;
	height: 27px;
	background: url(img/pay_yand_top.jpg) 50% 50% no-repeat;
	border-radius: 3px;
}

.pay_yad .cart {
	display: block;
	width: 84px;
	height: 27px;
	background: url(img/pay_cart_top.jpg) 50% 50% no-repeat;
	border-radius: 3px;
}

.pay_yad input.yad_r:checked + label {
	background: url(img/pay_yand_bot.jpg) no-repeat;
}
.pay_yad input.cart_r:checked + label {
	background: url(img/pay_cart_bot.jpg) no-repeat;
}

.pay_yad input[type="submit"] {
	margin-left: 10px;
	margin-top: 2px;
}

.mail_us {
	float: left;
	width: 160px;
}
.mail_us_lab {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.mail_us_inp {
	height: 20px;
	width: 150px;
	margin-top: 1px;
}

.pay_widget  {
	background: url(img/box.png) 50% 0% no-repeat;
	padding: 10px;
	padding-top: 15px;
	border-bottom: #6c5a3f ridge 2px;
}


.pay_autor .comm_l {
	display: block;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
}

.pay_autor div {
    float: left;
	margin-bottom: 8px;
}
.pay_autor input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.pay_autor .yad {
	display: block;
	width: 84px;
	height: 27px;
	background: url(img/pay_yand_top.jpg) 50% 50% no-repeat;
	border-radius: 3px;
	margin-left: 20px;
}

.pay_autor .cart {
	display: block;
	width: 84px;
	height: 27px;
	background: url(img/pay_cart_top.jpg) 50% 50% no-repeat;
	border-radius: 3px;
}

.pay_autor input.yad_r:checked + label {
	background: url(img/pay_yand_bot.jpg) no-repeat;
}
.pay_autor input.cart_r:checked + label {
	background: url(img/pay_cart_bot.jpg) no-repeat;
}

.pay_autor input[type="submit"] {
	display: block;
	clear: both;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
}

.pay_autor .comm_inp {
	display: block;
	width: 200px;
	height: 30px;
	font-size: 12px;
	margin-bottom: 8px;
}

.pay_autor .summ_l {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.pay_autor .summ_inp {
	width: 37px;
	font-size: 12px;
	text-align: right;
}

.seria {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.genre {
	font-size: 14px;
}

.dannye {
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 20px;
	line-height: 1.5em;
	text-align: left;
	font-size: 14px;
}

.t_bord th, .t_bord td {
	border: 2px groove #FC9;
	vertical-align: middle;
	text-align: center;
	padding: 3px;
	}
input.label {
	border: none;
	background: none;
}

.pay_metod {
	display: inline-block;
	width: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#content .page_book_title {
    background:url(img/line.png) repeat-x;
	padding-top: 7px;
	margin-top: 3px;
	margin-right: 30px;
	padding-left: 10px;
    padding-bottom:0px;
    margin-bottom:0px;
}

.book_link {
	margin-top: 25px;
}
.order_all {
	display: block;
	height: 52px;
	width: 90px;
	background: url(img/sale_books.jpg) no-repeat;
	padding-right: 50px;
	padding-top: 15px;
	padding-left: 50px;
	text-align: center;
	margin-left: 25px;
	font-weight: bold;
}
.order_all:hover {
	background:url(img/sale_books_h.jpg) no-repeat;
	color: #553000;
	text-shadow: #ffd991 1px 1px 1px,  #422a0b 0px 0px 2px;
	text-decoration: none;
}
.order_all:active {
	background:url(img/sale_books_a.jpg) no-repeat;
	color: #553000;
	text-shadow: #ffd991 1px 1px 1px,  #422a0b 0px 0px 2px;
	text-decoration: none;
}

.hlod_sv h2 {
    font-size: 1.5em;
	margin-bottom: 20px;
	text-align: center;
}

.hlod_sv h3 {
	text-align: left;
    font-size: 13px;
	font-variant:small-caps;
	text-transform: none;
    padding-bottom:5px;
    color:#1d1000;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 6px;
	/*text-shadow: #522d00 0px 0px 1px;*/
}

.post_thumb_link:link {
	display: block;
	border:  #6c5a3f groove 2px;
	box-shadow: 0 0 2px #6c5a3f;
	margin: 10px;
}

.post_thumb_link:hover {
	border: #6c5a3f ridge 2px;
	box-shadow: 0 0 5px #6c5a3f;
}

.post_thumb_link img{
	margin: 0;
}

.an-text h2 {
	text-align: center;
	line-height: 1.2em;
	font-size: 24px;
	font-weight: bold;
}

.an-text h3 {
	text-align: center;
	line-height: 1.2em;
	font-size: 20px;
	text-transform: none;
	padding-bottom: 5px;
}
.an-text h5 {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	line-height: 1em;
	font-size: 12px;
	text-transform: none;
	padding-bottom: 15px;
	padding-top: 0;
	margin-top: 0;
	padding-left: 50px;
	padding-right: 50px;
}

.podcat {
	padding-left: 130px;
	padding-bottom: 20px;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 14px;
}
.podcat a {
	font-weight: bold;
	font-size: 14px;
    padding-left:20px;
    background-repeat:no-repeat;
    background-position:0 6px;
    background-image:url(img/cat.gif);
	
}
.podcat2 {
	padding-left: 20px;
	padding-bottom: 5px;
}
.podcat2 a {
	font-weight: normal;
	font-size: 14px;
    padding-left:20px;
    background-repeat:no-repeat;
    background-position:0 6px;
    background-image:url(img/cat.gif);
	
}


/*.wp-video {
	background: url(img/telesteam.jpg) no-repeat;
	background-size: 100% 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 65px;
}
.wp-video-shortcode {
}

.mejs-offscreen {
	position: absolute;
	top: 100px;
	display: block !important;
}
*/



h3.comments-title {
	border-bottom: 1px solid #897d71;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: lowercase;
}

h3.comment-reply-title {
	/*text-transform: lowercase;*/
}

.comment-list .comment {
	border-bottom: 1px solid #897d71;
	margin-bottom: 20px;
}
.comment-author {
	background: url(img/fon_d.png) repeat;
	font-size: 16px;
	height: 30px;
	min-height: 30px;
	max-height: 30px;
}
.comment-author img {
	float: left;
	margin: 8px;
}
.comment-author .fn {
	display: inline-block;
	padding-top: 10px;
}
.comment-meta {
	background: url(img/fon_d.png) repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 26px;
	min-height: 26px;
	max-height: 26px;
	margin-bottom: 10px;
}

.comment-meta .comment-edit-link {
}

.comment-list .comment p {
	text-indent: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}
.comment-list .reply {
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.comment-list .children {
	margin-left: 30px;
}

.comment-notes {
	display: block;
	text-indent: 0px;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 15px;
}
.required {
	color: #F00;
}

.comment-form p {
	text-indent: 0px;
}

.comment-form-author label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.comment-form-author, .comment-form-email {
	margin-bottom: 5px;
}

.comment-form-email label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.comment-form-url {
	display: none;
}

.comment-form-comment label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.comment-form-comment {
	margin-bottom: 5px;
}

.form-submit {
	display: block;
	margin-top: 10px;
	text-align: center;
}
h3.comment-reply-title small {
	display: block;
}

.cptch_block {
	font-family: Verdana, Geneva, sans-serif;
}

.cptch_title {
	font-size: 14px;
}

.cptch_wrap {

}

#commentform .cptch_block label {
	width: 100%;
	font-size:18px;
	font-weight: bold;
}

.cptch_block label {
	font-size:18px;
	font-weight: bold;
}


#login {
	background: #FC6 url(img/fon.jpg) repeat !important;
	width: 500px !important;
	padding: 10px !important;
}