

body {
	margin: 0;
	padding: 0;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #e7e8d8;
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust: none;
}

div {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
}

.link {
	font-weight: bold; text-decoration: none; color: #b1133c;
}
.link:hover { 
	font-weight: bold; text-decoration: underline; color: #b3b2b2;
	cursor: pointer;
}

a:link, a:visited { font-weight: bold; text-decoration: none; color: #b1133c; }
a:hover { font-weight: bold; text-decoration: underline; color: #b3b2b2; }

.small { font-size: 9px; }
.center { text-align: center; }
.span { width: 99%; }
input[type="text"] { width: 380px; }
textarea { width: 500px; }

.floatleft { float: left; clear: left; }
.floatright { float: right; clear: right; }
.padl { padding-left: 10px; }
.padr { padding-right: 10px; }
.padt { padding-top: 10px; }
.padb { padding-bottom: 10px; }


#frame {
	position: relative;
	left: 50%; margin-left: -465px;
	top: 30px; margin-top: 0;
	width: 930px; /*height: 647px;*/
	/*bottom: 70px;*/
	z-index: 2;
	/*background-image: url(./frame.png);*/
}
/*
#frame > div {
	position: absolute;
}
*/

#rosaclef {
	position: absolute;
	left: 50%; margin-left: 221px;
	top: 44px;
	width: 506px; height: 665px;
	background-image: url(./rosaclef.png);
	z-index: 1;
}

#rosaclef2 {
	position: absolute;
	left: 50%; margin-left: -975px;
	top: -175px;
	width: 506px; height: 665px;
	background-image: url(./rosaclef.png);
	z-index: 1;
}




#line {
	position: absolute;
	left: 50%; margin-left: -315px;
	top: 128px;
	width: 640px; height: 12px;
	background-image: url(./line.png);
	z-index: 1;
}

/*#leftBar {
	position: absolute;
	left: 50%; margin-left: -530px;
	width: 40px;
	top: 0;
	bottom: -60px;
	overflow: hidden;
	background-color: #e7e8d8;
}

#rightBar {
	position: absolute;
	left: 50%; margin-left: 460px;
	width: 70px;
	top: 0;
	bottom: -60px;
	overflow: hidden;
	background-color: #e7e8d8;
}*/

#topBar {
	position: absolute; top: 24px; right: 24px;
}
#topBar > div { float: right; clear: none; padding-left: 4px; }
#topBar > div:hover { cursor: pointer; }

#bottomBar {
	/*
	position: absolute;
	left: 50%; margin-left: -465px;
	*/
	float: right; clear: both;
	width: 930px; height: 25px;
	/*bottom: -25px;*/
	background-color: #703544;
}

#secondBottomBar {
	/*
	position: absolute;
	left: 50%; margin-left: -465px;
	*/
	float: right; clear: both;
	width: 930px; height: 40px;
	/*bottom: -65px;*/
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #888;
}



#logo {
	position: absolute;
	left: -12px; top: 0px;
	width: 285px; height: 100px;
	background-image: url(./logo.png);
}

#photo {
	/*position: absolute;
	top: 130px;
	left: 50%; margin-left: -465px;
	*/
	/*left: 20px; top: 130px;*/
	float: left; clear: left;
	margin-top: 150px;
	/*width: 930px;*/ height: 663px;
	background-image: url(./photo_home.png);
}


#photo.spanwidth { width: 100%; }
#photo.columnwidth { width: 260px; }

#fblink {
/*	left: 908px; top: 582px; */
	float: right; padding: 2px;
	width: 25px; height: 25px;
/*	background-image: url(./fb.png); */
}

#menu {
	position: absolute;
	right: 3px; top: 70px;	/* +10 because of 27 to 37 discrep */
	width: 680px; height: 34px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 17px;
	z-index: 5;
	background-image: url(./line.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 40px 28px;
}
#submenu {
	position: absolute;
	right: 15px; top: 70px;
	width: 680px; height: 34px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	opacity: 0.0;
	z-index: 4;
}
	

#menu .item, #menu .selectedItem {
	position: relative;
	float: right; clear: none;
	margin-top: 10px; height: 18px;
	margin-right: 21px;
	background-repeat: no-repeat;
}

#submenu .item, #submenu .selectedItem {
	position: relative;
	float: right; clear: none;
	margin-top: 10px; height: 18px;
	margin-right: 21px;
	background-repeat: no-repeat;
}
#submenu .spacer {
	position: relative;
	float: right; clear: none;
	height: 18px;
}


#menu_home { width: 43px; }
#menu_about { width: 45px; }
#menu_schedule { width: 66px; }
#menu_teaching { width: 67px; }
#menu_recordings { width: 85px; } 
#menu_gallery { width: 49px; }
#menu_repertoire { width: 76px; }
#menu_contact { width: 52px; }

#menu .item {
	color: #000000;
}
#submenu .item {
	color: #000000;
}
#menu .item:hover, #submenu .item:hover {
	cursor: pointer;
	color: #535353;
}
#menu .selectedItem, #submenu .selectedItem {
	color: #847e80;
}


#wrapper {
/*	position: relative;*/
	z-index: 1;
	/*
	left: 267px; top: 130px;
	width: 671px; */ /*height: 427px;*/
	float: right; clear: right;
	width: 650px;
	margin-top: 130px;
	/*background-color: white;*/
}

#content {
	font-family: Tahoma, Arial, sans-serif;
}

#content p {
	clear: left;
}

#content .column {
	position: relative;
	float: left; clear: none;
	margin: 1% 4%;
	width: 41%; height: 97.5%;
}

#content .box {
	position: relative;
	float: left; clear: none;
	margin: 1% 9%;
	width: 81.5%; height: 97.5%;
}

#content .divider {
	position: relative;
	float: left; clear: none;
	top: 5%; height: 90%;
	width: 2px;
	background-color: #777;
	margin: 1%;
	opacity: 0.5;
}

#content .title {
	font-weight: 300;
	font-size: 20px;
	color: #69021f;
	margin-top: 10px;
	margin-bottom: 8px;
}

#content .titlefootnote {
	font-weight: 100;
	font-size: 14px;
	color: #847e80;
	margin-top: -3px;
	margin-bottom: 8px;
}


#content .sectiontitle {
	font-weight: 300;
	margin-bottom: 2px;
	color: #000000;
	font-size: 16px;
}

#content .title + .section {
	padding-top: 13px;
}
#content .section + .section {
	padding-top: 10px;
}

#content .sectiontitlefootnote {
	font-weight: 100;
	font-size: 11px;
	color: #847e80;
	margin-top: -3px;
	margin-bottom: 8px;
}

#content .sectiontitlefootnotewhite {
	font-weight: 100;
	font-size: 11px;
	color: white;
	margin-top: -3px;
	margin-bottom: 8px;
}

#content .section {
	font-weight: 500;
	font-family: Tahoma, Arial Black, sans-serif;
	font-size: 17px;
	color: #000000;
	line-height: 17px;
}

#content .sectiontitle + .section {
	margin-top: 0;
}

#content .section + .sectiontitle {
	padding-top: 15px;
}

#content .section + .title {
	padding-top: 25px;
}


#content .foldingblock {
	position: relative;
	display: block;
	border-bottom: #000000 solid 1px;
}
#content .foldingblock .title:hover {
	cursor: pointer;
	color: #535353;
}
#content .foldingblock .arrow {
	position: absolute;
	top: 5px; left: 430px;
	width: 12px; height: 12px;
	background-image: url(./arrow.png);
	background-repeat: no-repeat;
}
#content .foldingblock.closed .arrow {
	background-position: 0 0;
}
#content .foldingblock.open .arrow {
	background-position: 0 -12px;
}



#content .first {
	position: relative;
	float: left; clear: left;
	width: 120px;
}

#content .second {
	position: relative;
	float: left; clear: none;
	width: 200px;
}

#content .last {
	position: relative;
	float: left; clear: none;
}

#content .only {
	position: relative;
	float: left; clear: left;
	font-size: 15px;
}
#content .onlytitle {
	position: relative;
	float: left; clear: left;
	font-size: 16px;
}
#content .onlytext {
	position: relative;
	float: left; clear: left;
	font-size: 14px;
}

#content .recordings .first { width: 320px; }
#content .recordings .last { width: 45px; }

#content .schedule .first { width: 120px; }
#content .schedule .second { width: 200px; }


#content table.gallery {
	width: 99%;
}
#content table.gallery td {
	padding: 10px;
	text-align: center;
	color: black
	
}
#content table.gallery td.label {
	padding-left: 0;
	text-align: left;
	font-size: 12px;
	width: 49%;
}

#hidden {
	position: absolute;
	top: 0; left: 0;
	width: 100px; height: 100px;
	z-index: -1;
	visibility: hidden;
	display: none;
	overflow: hidden;
}

#hidden_query {
	display: block;
}

#recaptcha_image {
	position: relative;
}

#content .foldingblock.closed .section {
	display: none;
}
#content .foldingblock.open .section {
	display: block;
}

