@charset "UTF-8";

@font-face {
    font-family: 'open_sanslight';
    src: url('OpenSans-Light-webfont.eot');
    src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('OpenSans-Light-webfont.woff') format('woff'),
         url('OpenSans-Light-webfont.ttf') format('truetype'),
         url('OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaLight';
    src: url('futura_light_bt-webfont.eot?') format('eot'),
         url('futura_light_bt-webfont.woff') format('woff'),
         url('futura_light_bt-webfont.ttf') format('truetype'),
         url('futura_light_bt-webfont.svg#webfontWHbFwcKu') format('svg');
    font-weight: normal;
    font-style: normal;
}


@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'open_sanslight';
	font-size: 14pt;
	background-color: #222;
	-webkit-transition: background 500ms;
	-moz-transition: background 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: background 500ms;
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	color:#FFF;
	overflow:hidden;
}

#MainPage { 
	opacity:1;
	width:98%;
	height:92%;
	max-width:1150px;
	max-height:650px;
	position:absolute;
	overflow-x:hidden;
	overflow-y:hidden;
	z-index:1;
	border: 1px solid #888888;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

.MainPage {  }
.MainPage #mainContent {
}

p { text-align:justify; font-size:14pt; }

a:link, a:visited {
	color: #FFDAC2;
	text-decoration: none;
}
a:hover { color: #FFF; text-decoration: none; }
a:active {
	color: #FFF;
	text-decoration: underline;
}

#newsPage a { font-size:10pt; }

h1 {
	font-family: 'open_sanslight';
	color: #AAA;
	font-size:28pt;
	font-weight: normal;
	text-decoration: none;
	clear:both;
	padding:0;
	margin:0;
	text-transform:uppercase;
	letter-spacing:3px;
}
h2 { font-family: 'open_sanslight'; color: #AAA; font-size: 24pt; font-weight: normal; text-decoration: none; clear:both; padding:0; margin:0; text-transform:uppercase; letter-spacing:3px; }
h3 { font-family: 'open_sanslight'; color: #AAA; font-size: 18pt; font-weight: normal; text-decoration: none; clear:both; padding:0; margin:0; text-transform:uppercase; letter-spacing:3px; }
h4 { font-family: 'open_sanslight'; font-size: 16pt; font-weight: normal; text-decoration: none; clear:both; padding:0; margin:0; text-transform:uppercase; letter-spacing:3px; }

#pagetitle {
	font-family: 'FuturaLight';
	font-size:42px;
	color:#FFF;
	z-index:1001;
	text-transform:uppercase;
	right:5px;
	bottom:0px;
	position:absolute;
	text-shadow: 2px 2px #000000;
}

#menubar {
	width: 99%;
	max-width: 1150px;
	height:22px;
	line-height:22px;
	margin-top:1px;
	margin-left:1px;
	text-transform:uppercase;
	text-align:left;
	letter-spacing:0.75pt;
	position:relative;
	z-index:1000;
	font-size:16px;
	color:#BBB;
}

#menubar a:link, #menubar a:visited {
	color:#666;
	text-align:center;
	top: 0px;
	text-decoration:none;
}

#menubar a:hover, #menubar a:active {
	color:#FFF;
}

.menuBtn {
	display:inline;
	padding-right: 5px;
}

.printerlink { 
	float:left; 
	clear:left; 
	width:280px; 
	text-transform:uppercase;
	margin-left:10px;
}

.printerlink a:link, .printerlink a:visited {
	color:#7D184A;
}

.printerlink a:hover, .printerlink a:active {
	color:#300;
}

#menuBtn1, #menuBtn2, #menuBtn3, #menuBtn4, #menuBtn5, #menuBtn6, #menuBtn7, #menuBtn8 { }

#contactForm { color: #000; }
#contactForm a:link, #contactForm a:visited {
	color: #755196;
}
#contactForm a:hover, #contactForm a:active {
	color: #2A1D36;
}

.label { color:#222; font-size:10pt; display: inline; text-transform: uppercase; margin:0; }
input, textarea { width:400px; margin:0; }

#page0, #page1, #page2, #page3, #page4, #page5, #page6, #page7, #page8, #page9, #page10, #page11, #page12, #page13, #page14, #page15, #page16, #page17, #page18, #page19, #page20, #page21, #page22 {
	margin:0;
	width:100%;
	height:100%;
	font-size:12pt;
	padding:0px;
	position: absolute;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top left;	
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	overflow:hidden;
}


#page0 {
	background-image: url(../images/bg00.jpg);
}

#page1 {
	background-image: url(../images/bg01.jpg);
}

#page2, #page13, #page14 {
	background-position: top right;	
	background-image: url(../images/bg02-2023.jpg);
}

#page3, #page7, #page8, #page9, #page10, #page16, #page17, #page19, #page20, #page21, #page22 {
	background-image: url(../images/bg04.jpg);
}

#page4 {
	background-image: url(../images/bg06.jpg);
}

#page5 {
	background-image: url(../images/bg05-2023.jpg);
}

#page6 {
	background-image: url(../images/bg06.jpg);
}

#page7 {
	background-position: top right;	
	background-image: url(../images/bg07.jpg);
}

#page11 {
	background-position: top right;	
	background-image: url(../images/bg11.jpg);
}

#page12 {
	background-position: top right;	
	background-image: url(../images/bg12.jpg);
}

#page15 {
	background:none;
	text-align:center;
}

#page18 {
	background-image: url(../images/bg18.jpg);
}

.pageContent, .aboutPage, .multimediaPage {
	margin:10px;
	width:60%;
	height:85%;
	padding:5px;
	overflow-x:inherit;
	overflow-y:auto;
	background:rgba(0,0,0,0.6);
	float:left;
	-webkit-overflow-scrolling: touch;
}

#homeQuote {
	font-size:10pt;
	font-style:italic;
	padding:5px;
	text-align:justify;
	position:absolute;
	bottom:200px;
	margin-right:50px;
	-webkit-transition: height 500ms;
	-moz-transition: height 500ms;
	-ms-transition: height 0.5s;
	-o-transition: height 500ms;
	transition: height 500ms;
	overflow-y:hidden;
	height:auto;
	max-height:200px;
	clear:both;
}

#homeQuoteText {
	color:#EEE;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	overflow-y:hidden;
	padding:5px;
}

#homePage, #newsPage, .multimediaPage, #multimediaPage, #calendarPage, #reviewsPage {
	width:60%;
	height:85%;
	float:right; 
	text-align:right;
}

#homePage {
	width:490px;
	background:none;
	overflow:hidden;
}

#newsPage { width:400px; }

.aboutPage, #linksPage, #contactPage {
	background:rgba(255,255,255,0.3);
	color:#222;
}

.aboutPage {
	max-width:550px;
}

#bioPage, #vbioPage, #teachingPage { text-align:justify; max-height:510px; }
#teachingPage h1, #teachingPage h2, #teachingPage h3, #teachingPage h4 { margin:0; padding:0; display: inline; }


#teachingPage {
	float:right;
	background:rgba(0,0,0,0.5);
	color:#EEE;
	text-align: right;
	width:450px;
}

#vbioPage {
	font-family: "open_sanslight";
}

.musicPage { width:410px; }

#musicPage { 	
	margin-top:100px;
	padding:20px;
	width:500px;
	height:auto;
	text-align:center;
}

#photosPage { }

#reviewsPage { width:65%; text-align:justify; background:rgba(255,255,255,0.5); color:#222; }
#reviewsPage p { font-size:12pt; font-style:italic; }

#reviewsPage a:link, #reviewsPage a:visited { 	color: #725D2E;}
#reviewsPage a:hover, #reviewsPage a:active { color: #222; }

#discographyPage  {
	float: left;
	width:540px;
	color:#666;
	background:rgba(189,203,205,0.8); /* #bdcbcd */
}

#discographyPage a:link, #discographyPage a:visited { color: #75691B; }
#discographyPage a:active { color: #222; }

#discographyPage .entry {
	height:auto;
	min-height:120px;
	clear:both;
	overflow:visible;
}

#discographyPage img {
	margin:0;
	margin-right:10px;
}

#discographyPage .listenBtn {
	font-size:10pt;
	float:right;
}

#albumInfo .albumCover {
	margin-left:10px;
	margin-bottom:5px;	
}

#calendarPage {
	float:left;
	width:40%;
	max-width:450px;
	background:rgba(255,255,255,0.8);
	color:#222;
	overflow-x:hidden;
	max-height:630px;
	text-align:left;
}

#calendarInfo {
	width:35%;
	max-width:380px;
	float:left;
	margin-top:10px;
	padding:5px;
	overflow-x:inherit;
	overflow-y:auto;
	height:auto;
	max-height:630px;
	background:rgba(255,255,255,0.8);
	color:#EEE;
	opacity:0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#calendarPage h1 {
	font-size:16pt;
	color:#AAA;
	text-align:left;
	letter-spacing:2px;
	margin: 1px;
	margin-bottom:10px;
	padding: 1px;
}

#calendarPage a:link,  #calendarPage a:visited {
	color:#E0CCBD;
}

#calendarPage a:hover,  #calendarPage a:active {
	color:#FFF;
}

#calendarPage .entry {
	border-top-color:#555;
	height:10px;
}

#calendarPage .entry:hover {
	background-color: #888;
}

#calendarInfo a:hover { color: #FFF; }



#linksPage { width:200px; color:#222; padding:5px; }
#linksPage a { text-transform:uppercase; font-size:8pt; }
#linksPage a:link, #linksPage a:visited {
	color: #755196;
}
#linksPage a:hover, #linksPage a:active {
	color: #2A1D36;
}

#contactPage { width:430px; overflow:hidden; color:#222; padding:5px; font-family: 'FuturaLight'; margin-right:0; }
#contactPage h3 { margin: 1px; }
#contactPage p { text-align:right; }
#contactPage a { }
#contactPage a:link, #contactPage a:visited {
	color: #755196;
}
#contactPage a:hover, #contactPage a:active {
	color: #2A1D36;
}

#ContactPageEditable {
	font-size:12pt;	
}

contactformtitle {
	font-size:12pt;	
}


#videoPage { width:500px; }

#videoPage .entry { padding: 0px; clear:both; }

.videothumb {
	background: #000000;
	width:160px;
	border: 1px solid #FFFFFF;
	margin: 5px;
	float: left;
	overflow: hidden;
}

.cliplisting {
	width:300px;
	text-align: left;
	color: #AAA; 
	padding:5px;
	float:right;
	font-size:9pt; 
}
.cliptitle { color: #FFF; font-size:12pt; }
cliptitle{ color: #FFF; font-size:12pt; }


#multimediaPage { margin-top:220px; width:220px; height:150px; font-size:24pt; text-align:center; }
#multimediaPage a { display:block; text-transform:uppercase; }
.multimediaPage { width:500px; height:75%; padding:20px; }

.about-menubar { overflow:hidden; width:100%; right:0px; top:0px; z-index:10; position:relative; text-align:left; }

.about-menubar a:link, .about-menubar a:visited {
	color:#777;
	display:inline;
	width:auto;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	margin-left:4px;
}

.about-menubar a:hover, .about-menubar a:active {
	color:#000;
}

.mm-menubar { overflow:hidden; width:100%; right:0px; top:0px; z-index:10; position:relative; text-align:right; background:rgba(0,0,0,0.5); }

.mm-menubar a:link, .mm-menubar a:visited {
	color:#CCC;
	display:inline;
	width:auto;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	margin-right:4px;
}

.mm-menubar a:hover, .mm-menubar a:active {
	color:#FFF;
}

.music-menubar { overflow:hidden; width:100%; right:0px; top:0px; z-index:10; position:relative; text-align:right; background:rgba(0,0,0,0.5); }

.music-menubar a:link, .music-menubar a:visited {
	color:#CCC;
	display:inline;
	width:auto;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	margin-right:4px;
}

.music-menubar a:hover, .music-menubar a:active {
	color:#FFF;
}

.musicMiniMenuThumb, .musicMenuThumb { display:inline; margin-right:10px; }

#musicStudio {
	z-index:500;
	position:absolute;
	width:100%;
	height:99%;
	float:none;
	background:none;
	overflow:hidden;
	padding:0;
	margin:0;
	margin-top:5px;
	text-align:center;
}

#musicStudio #albumInfo {
	width:55%;
	height:75%;
	float:right;
	text-align:left;
	background:rgba(0,0,0,0.5);
	margin:0;
	margin-right:5px;
	overflow-x:inherit;
	overflow-y:auto;
	padding:10px;
}

#albumInfo description {
	text-align:right;
}

#albumInfo .albumThumb {
	margin-left:10px;
}

#musicStudio #trackList {
	width:40%;
	height:80%;
	float:left;
	text-align:left;
	background:rgba(0,0,0,0.5);
	margin:0;
	margin-left:5px;
	overflow-x:inherit;
	overflow-y:auto;
}

#musicStudio .entry {
	border-top: thin solid #666;
	border-bottom:none;
	margin-top:10px;
	padding-bottom:30px;
	padding:10px;	
}
	

#musicStudio #trackList.entry {
	padding-bottom:20px;
}
	

#albumartworkBG {
	z-index:-1;
	filter: blur(10px);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	height:100%;
	width:100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#musicLivePage {
	width:400px;
}

.photos-menubar { overflow:hidden; width:100%; right:0px; top:0px; z-index:10; position:relative; text-align:right; background:rgba(0,0,0,0.5); }

.photos-menubar a:link, .photos-menubar a:visited {
	color:#CCC;
	display:inline;
	width:auto;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	margin-right:4px;
}

.photos-menubar a:hover, .photos-menubar a:active {
	color:#FFF;
}

.tracklisting { font-size: 10pt; color: #CCC; text-align:right; padding-bottom:20px; }
#musicStudio .tracklisting { text-align:left; }
.trackcomposer { font-size: 12pt; text-transform: uppercase; }
.tracktitle { color: #FFF; font-size: 14pt;}
.trackmovement { font-size: 12pt; }
.audioBtn { font-family: 'open_sanslight'; padding-right: 20px; font-size: 12pt; }

.listenBtn {
	display: inherit;
	float: right;
	text-align:right;
	margin-top:0;
	margin-bottom:10px;
	margin-left:10px;
	padding-bottom:10px;
}

#pubgallery { margin-left:0px; margin-bottom:10px; padding-bottom:10px; clear:both; }
#pubgallery #thumb {
	background: #000000;
	width: 50px;
	height: 50px;
	border: 1px solid #FFFFFF;
	margin: 6px;
	float: left;
	overflow: hidden;
}

#albumgallery { margin-left:0px; margin-bottom:10px; clear:both; text-align:center; }
#albumgallery #thumb {
	background: #000000;
	width: 45px;
	height: 45px;
	border: 1px solid #FFFFFF;
	margin: 4px;
	float: left;
	overflow: hidden;
}

.thumb { 
	background: #000000;
	width: 80px;
	height: 80px;
	border: 1px solid #FFFFFF;
	margin: 6px;
	float: left;
	overflow: hidden;
}

.smallThumb {
	background: #000000;
	width: 40px;
	height: 40px;
	border: 1px solid #FFFFFF;
	margin: 2px;
	display: inline-block;
	overflow: hidden;
	vertical-align:top;
}

.entry {
	padding: 10px;
	border-bottom: 1pt solid #666;
	clear:both;
}

#reviewsPage .entry {
	padding-bottom: 20px;
}

artist { color: #BBB; font-size: 12pt; text-transform:uppercase; }
#discographyPage artist { color: #444; }
album { color: #FFF; font-size: 14pt; }
#discographyPage album { color: #222; font-size: 14pt; display:block; clear:right; }
#discographyPage label { display:block; clear:right; }
#discographyPage year { display:block; clear:right; }

#calendarPage longdate, 
#calendarPage pastdate { float:left; clear:left; }

longdate, pastdate { color: #333; font-size: 10pt; }
#calendarInfo longdate { color: #333; font-size: 12pt; }
/*pastdate { color: #BBB; font-size: 9pt; }*/
shortdate { color: #555; font-size: 10pt; }
newsdate { color: #555; font-size: 10pt; display: block; }

#calendarPage event, 
#calendarPage vsoevent, 
#calendarPage csoevent, 
#calendarPage pastevent, 
#calendarPage city { float:right; clear:right; }

event, pastevent { color: #000; font-size: 12pt; }
#calendarInfo event { color: #000; font-size: 16pt; }

/*pastevent { color: #BBB; font-size: 10pt; }*/
venue { color: #333; font-size: 14pt; }
city { color: #000; font-size: 12pt; }
maplink { font-size: 12pt; }
repertoire { color: #444; font-size: 12pt; display:block; }
description { color: #222; font-size: 12pt; display:block; }
#calendarPage description { color: #000; font-size: 9pt; }
#albumInfo description { color: #FFF; text-align:left; }
website { font-size: 12pt;  }
time { font-size: 10pt; }

cal-archive {
	color:#222;
	text-align:left;
}

headline { color: #FFFFFF; font-size: 16pt; display: block; }
#linksPage headline { color: #222; font-size: 11pt; }
#linksPage description { color: #555; font-size: 10pt; }
newsitem { color: #BBBBBB; font-size: 12pt; display: block; }

content { font-size: 14pt; padding-left: 5px; }
education { font-size: 12pt; }
composer { color: #888; font-size: 10pt; display: block; }
work { color: #fff; }
movement { color: #acacac; font-size: 12px; display: block; }

personnel { color: #CCCCCC; font-size: 14px; }
role { color: #888888; font-size: 12pt;}

reviewstext { font-style: italic; font-size:14pt; }
author { color: #444; font-size: 14pt; font-style: normal; text-decoration: none; display: block; text-align: right; }
publication { color: #666; font-size: 12pt; font-style: normal; text-decoration: none; margin-bottom: 20px; padding-bottom: 2px; display: block; text-align: right; }
#homePage author { color: #AAA; }
#homePage publication { color: #CCC; }

#preloaderOverlay { background:#000; width:100%; height:100%; z-index:9999; margin-right:-100%; margin-bottom:-100%; top:0px; left:0px; color:#AAA; font-size:36pt; text-align:center; overflow:hidden; visibility:visible; padding-top:40%;}

#socialMenu {
	height:30px;
	margin:0;
	display:inline;
	float:right;
}

.socialBtn {
	display: inline;
}

#FlashAudioPlayer {
	width:100%;
	max-width:800px;
	height:55px;
	bottom:0;
	left:0;
	text-align:center;
	position:absolute;
	z-index:800;
	padding:0;
	margin:1px;
	opacity:0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#audioStatusBar {
	width: 0px;
	height: 1px;
	clear: both;
	background-color: #D6C765;
}

#audioplayerInfo { width:99%; max-width:800px; height:50px; overflow:hidden; text-overflow:ellipsis; padding:0; top:0; left:0; margin:0px; color:#AAA; }

#playerTimer { float:right; text-align:right; padding:0; font-size:10px; clear:right; margin-top:0; color:#FFF; }

#audioControls { text-align:right; float:right; clear:right; margin-top:0; }

#audioComposer, #audioName, #audioMovement { text-align:left; float:left; margin-left:4px; font-size:14px; line-height:14px; height:16px; }

#audioTrackDetails { width:80%; overflow:hidden; text-overflow:ellipsis; }

#audioName { color:#FFF; clear:left; }

#audioComposer { margin-top:5px; text-transform:uppercase; font-size:10px; display:block; }

#audioMovement { font-size:10px; margin-top:2px; clear:left; display:block; }

#playpauseBtn, #playBtn, #pauseBtn, #prevBtn, #nextBtn, #audiopurchaseBtn { text-transform:uppercase; font-size:12px; visibility:hidden; padding-left:5px; letter-spacing:0px; }

#pfMain {
	width:65%;
	max-width:930px;
	height:480px;
	background-color: rgba(255,255,255,0.80);
	color:#222;
	margin-right:0;
}


#pfThumbs {
	width:65%;
	max-width:930px;
	height:90px;
	margin-right:0;
}

#pfLinks {
	width:30%;
	max-width:310px;
	height:570px;
	float: right;
	text-align:right;
	background-color: rgba(255,255,255,0.80);
	color:#222;
	margin-left:0;
}


