/* MAIN CASCADE STYLE SHEETS FILE. Copyright 2007-2011 frater Oleg. */
body {
background: #eae1d8; /* Old browsers */
background: -moz-linear-gradient(top, #eae1d8 75%, /*#e7d8d0*/#e1cebe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,#eae1d8), color-stop(100%,#e1cebe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eae1d8 75%,#e1cebe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eae1d8 75%, #e1cebe 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #eae1d8 75%,#e1cebe 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae1d8', endColorstr='#e1cebe',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #eae1d8 75%,#e1cebe 100%); /* W3C */
color: #58301B;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
margin: 0;
}
/* Texts, links, headers  */
p, ul, ol, dl { color: #463429; text-align: justify; }
li { /*margin-top: 1em;*/ }
dt, dd { margin-top: 1em; }
blockquote {
	color: #000000;
	font-size: 16px;
	font-family: "Book Antiqua", Garamond, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
p.center { text-align: center; }
p.left { text-align: left; }
p.right { text-align: right; }
.book {	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 16px; text-align-last: left; text-indent: 2em;}
/* .book2 {color: black; font-family: Garamond, Georgia, "Times New Roman", Times, serif; font-size: 16px; text-align-last: left;} */
p.title { color: black; font-size: 14px; font-weight: bold; text-align: center; }
p.description { color: black; font-size: 10px; text-align: center; }
p.demo {
	background: url('muz.gif') no-repeat;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 1px;
	margin: 10px;
	height: 16px;
}
p.error { color: red; font-weight: bold; }
p.good { color: green; font-weight: bold; }
.underline { text-decoration: underline; }
a {
	color: #8B4513;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}
a:visited {
	color: #8B4513;
	text-decoration: none;
}
a:active {
	color: #8B4513;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a.list {
	display: block;
	padding: 3px;
}
a.framed {
	background-color: #F5EDE5;
	border: 1px solid #E7D8D0;
	display: block;
	padding: 5px;
    box-shadow: inset 1px 1px 1px #ffffff;
    -moz-box-shadow: inset 1px 1px 1px #ffffff;
    -webkit-box-shadow: inset 1px 1px 1px #ffffff;
}
a.exp1
{
	text-align: right;
	float: right;
	padding: 3px;
}
a.exp2
{
	text-align: right;
	float: right;
	padding: 3px;
}
/*a.exp3
{
	text-align: right;
	float: right;
} */
h1, h2, h3, h4, h5, h6 {
	color: navy;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}
h1 {	font-size: 42pt; }
h2  {
	border-bottom: 1px dotted navy;
	font-size: 24pt;
	font-weight: normal;
	text-align: left;
	margin-top: 2em;
}
h3 {	font-size: 20pt; margin-top: 2em; }
h4 {
	font-size: 16pt;
	font-weight: normal;
	text-align: left;
	margin-top: 2em;
}
h5 { font-size: 12pt; }
/* standart padding - 5px ??? */
.padS { padding: 5px; }
/* --- */
.inline {
	/* For center elements. Using with centerBlock*/
	display: inline;
}
.centerBlock
{
	text-align: center;
	padding: 5px;
	overflow: hidden;
}
/*.halfBlock
{*/
	/* for proportional content */
	/*width: 50%;
}*/
.container100 {	width: 100%; overflow: hidden; vertical-align: top;}
.leftBlock {
	clear: left;
	float: left;
	width: 50%;
}
.rightBlock {
	clear: right;
	float: right;
	width: 50%;
}
.dleft {float:left;}
.window {
	background-color: #f5ede5;
	border: 1px solid #E7D8D0;
	vertical-align: top;
	overflow: hidden;
}
.social
{
background-color: white;
border: 1px solid #E7D8D0;
border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
float:left;
margin: 3px;
padding: 5px;
}
div.window {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 1px 1px 1px #ffffff;
    -moz-box-shadow: inset 1px 1px 1px #ffffff;
    -webkit-box-shadow: inset 1px 1px 1px #ffffff;
	margin: 3px;
	padding: 0px;
}
td.window {
	padding: 10px;
}
table { border-collapse: collapse; }
.window p { color: #58301b; margin: 5px; }
.caption {
	background-color: #e7d8d0;
	border-color: #E7D8D0;
	border-style: solid;
	border-width: 1px;
	color: #5C564A;
	font-weight: bold;
	padding: 5px;
    text-shadow: white 1px 1px 1px;
}
/* Lines */
hr { background-color: #e1cebe; border: 0; color: #e1cebe; height: 1px; }
hr.lightline { background-color: #E3E1DB; color: #FBF8F4; height: 2px; }
hr.darkline {  background-color: #EAE1D8; color: #EAE1D8; height: 2px; }
/* Pictures */
img.banner { border: 0px; margin: 5px; }
img.rozet { border: 0px; height: 32px; width: 32px; }
img.bigcover { border: 0px; height: 256px; width: 256px; }
img.left { margin-right: 10px; margin-bottom: 5px; margin-top: 5px; float: left; }
img.right { margin-left: 10px; margin-bottom: 5px; margin-top: 5px; float: right; }
/* ---------------------------------------------------------------------------------------------------------- MAIN BLOCKS ---------------------------------------------------------------*/
#wrapper {max-width: 1280px; min-width: 320px; width: 1000px;}
#header { background: url('logoU.jpg') no-repeat; height: 150px; width: 100%; }
#header2 { background: url('logo.jpg') no-repeat; height: 150px; width: 100%; }
#adv { float: right; margin-top: 50px; margin-right: 10px; }
#nav { 
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #ffffff 50%, #eae1d8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(50%,#ffffff), color-stop(100%,#eae1d8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #ffffff 50%,#eae1d8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #ffffff 50%,#eae1d8 100%); /* Opera11.10+ */
background: -ms-linear-gradient(left, #ffffff 50%,#eae1d8 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae1d8',GradientType=1 ); /* IE6-9 */
background: linear-gradient(left, #ffffff 50%,#eae1d8 100%); /* W3C */
border-top: 1px solid #d0d0d0; color: #808080; font-size: 10px; padding: 3px; 
}
#nav a:link, #nav a:visited {color: #808080; font-size:10px;}
#nav a:hover {color: #a05050; font-size:10px; text-decoration:none;}
#aside { background: url('logoD.jpg') no-repeat; float: left; overflow: hidden; vertical-align: bottom; height: 650px; width: 200px; }
#rightside { background: #fbf8f4 url('chant.jpg') no-repeat 100% 100%; border: 1px solid #e1cebe; padding: 25px; margin-left: 200px; margin-right: 5px; }
#content { background-color: #fbf8f4; border: 1px solid #e1cebe; padding-top: 25px; padding-bottom: 25px; padding-left: 50px; padding-right: 50px; }
#bottom { text-align: center; padding: 25px; }
#footer { clear: both; text-align: center; }
#footer p {font-family: Arial, Helvetica, sans-serif; font-size:10px; text-align: center;}
#bannerBlock { /*BACKGROUND-COLOR: red;*/ }