﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b{
	font-weight: bold !important;
}

i{
	font-style: italic !important;
}


/* style.css
------------------------------------------------------------- */
.clearfix:after {
	clear: both;
}

.clearfix:after,
.clearfix:before {
	display: table;
	line-height: 0;
	content: "";
}

.last{
	margin-right: 0 !important;
}

p{
	font:16px verdana;
	color:#4D3110;
	text-align: justify;
	text-indent: 20px;
}

p.blue{
	color:#421890;
	font:bold 16px verdana;
}

.align-right{
	text-align: right;
}

.autor-paragraph{
	font: bold italic 28px Times New Roman;
	text-align: center;
	margin: 40px 0;
}

h1{
	font: bold 28px Times New Roman;
	color: rgb(58, 26, 26);
	padding-left: 60px;
	text-align: center;
}

h2{
	color: rgb(58, 26, 26);
	padding-left: 60px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	font-family: Times New Roman;
}

html{
	background:url("../images/tailing.png");
	/* min-width: 1430px; */
}

body{
	position: relative;
	background: url("../images/notes.png") 70% 0 no-repeat;
}

.fortepiano{/* fortepiano */
	display: block;
	content:"";
	width: 387px;
	position: absolute;
	height: 1070px;
	top: 0;
	left: 0;
	background:url("../images/fortepiano.png") no-repeat;
}

.rose{/* rose */
	display: block;
	content:"";
	width: 504px;
	position: absolute;
	height: 315px;
	bottom: 0;
	left: 0;
	background: url("../images/rose.png") 0 0 no-repeat;
	z-index: 1;
}

.wrap{
	width: 100%;
	min-height: 1070px;
	/* margin: 0 auto; */
	background: url("../images/svet.png") center 0 repeat-y;
}

.main{
	position: relative;
	width: 970px;
	min-height: 970px;
	/* margin-left: 230px; */
	margin: 0 auto;
	padding-bottom: 155px;
}

header{
	position: relative;
	padding-top: 5px;
	height: 190px;
	width: 100%;
	background: url("../images/composition.png") 91% 8px no-repeat;
}

a.logo{
	position: absolute;
	top: 8px;
	left: -1px;
}

a.logo img{
	border: 0;
	outline: 0;
}

.autor{
	margin-top: -15px;
}

/**** menu ****/
nav{
	width: 100%;
	height: 185px;
	background:url("../images/menu-fon.png") no-repeat;
	margin-top: -20px;
	padding: 46px 0 0 0;
}

nav table{
	width: 100%;
}

nav table tr td:first-child{
	width: 50%;
}

nav table tr td a{
	color: #421890;
	font: italic 40px Times New Roman;
	text-decoration: none;
	line-height: 0.9;
}

.a1{
	margin-left: 98px;
}

.a2{
	margin-left: 183px;
}

.a3{
	margin-left: 302px;
}

.a4{
	margin-left: 552px;
}

.a5{
	margin-left: 125px;
}

.a6{
	margin-left: 327px;
}

nav table tr td a:hover{
	color:#C3122E;
}

div.red-a{
	text-align: right;
	margin-top: -30px;
	margin-right: 37px;
	margin-bottom: 10px;
}

div.red-a span{
	color:#C3122E;
	font: italic 40px Times New Roman;
	border-bottom: 2px solid #C3122E;
} 

.content{
	width: 873px;
	margin-left: 60px;
}

.wrap-footer{
	width: 970px;
	height: 124px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background:url("../images/footer-fon.png") no-repeat;
}

footer{

}

footer p.copy{
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg); 
	transform: rotate(-3deg); 
	margin: 70px  0 0 138px;
	color:#421890;
}

footer p.copy a{
	color:#421890;
}

footer p.copy a:hover{
	text-decoration: none;
}


/* FOTO_GALLERY
------------------------------------------------------------- */
ul.galery{
	margin: 0 0 0 5px;
	padding: 0;
}

ul.galery li{
	margin: 0 10px 30px 0;
	width: 200px;
	height: 200px;
	float: left;
}

ul.galery li a img{
	border: 0;
}

ul.galery li p{
	text-align: center;
	font:normal 14px arial;	
	color: #004A80;
	margin: 0;
}

a.prev{
}

a.prev img{
	position: relative;
	display: block;
	border: 1px solid #948686;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(pie/PIE.htc);
	margin: 20px 0 5px 13px;
}

/* BOOKS
------------------------------------------------------------- */
.one-books{
	margin-bottom: 30px;
}

.one-books h1{
	margin-bottom: 10px;
}

ul#books{
	margin-top: 15px;
	
}

ul#books li:first-child{
	margin-left: 15px;
} 

ul#books li {
	margin-right: 50px;
	margin-bottom: 10px;
}

.block-r p{
	
}

.n{
	text-indent: 0 !important;
}

.mr30{
	margin-right: 30px !important;
}

.ot_avtora{
	margin-left: 40px;
}

.mt13{
	margin-top: -13px;
}

.player{
	width: 835px !important;
	height: 35px !important;
	margin-bottom: 50px;
}

.player p{
	padding: 5px 10px;
	text-indent: 0;
	font: 16px arial;
	background: #645F5F;
	color: #DAD4D4;
}

.title-audio{
	text-align: left;
	
	margin-bottom: 20px;
}


ul.menu-audio{
	width: 100%;
	margin-top: 30px;  
	/* padding: 0 0 0 20px; */  
	padding-bottom: 21px;  
	text-align: center;
}

ul.menu-audio li{
	list-style: none; 
	float: left; 
	position: relative;
	top: 0; 
	margin: 0 3px 10px 0; 
	border-bottom-width: 0; 
	padding: 0; 
	white-space: nowrap;

}

ul.menu-audio li a{
	float: left; 
	padding: 0 13px;  
	color: #04213F; 
	text-decoration: none;  
	font: 16px arial; 
	text-shadow: 0px 1px 1px #221D91;
}

ul.menu-audio li a:hover,
ul.menu-audio li a.active{
	color: #FF0000;  
	text-decoration: none; 
	outline: 0;  
	text-shadow: 0px 1px 1px #4D3636;

}