@charset "UTF-8";

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

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

@font-face {
    font-family: 'Myriad';
    src: url('myriadwebpro-webfont.eot');
    src: url('myriadwebpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriadwebpro-webfont.woff') format('woff'),
         url('myriadwebpro-webfont.ttf') format('truetype'),
         url('myriadwebpro-webfont.svg#MyriadWebProRegular') 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: 'MyriadLight';
	font-size: 14pt;
	background-color: #222;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	color:#FFF;
}

.MainPage {  }
.MainPage #mainContent {
}

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

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

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

.pagetitle {
	font-family: 'Didot';
	font-size:45px;
	letter-spacing:12px;
	text-align:center;
	text-transform:uppercase;
}

.pagesubtitle {
	font-size:22px;
	letter-spacing:15px;
}

#pagetitle {
	color:#FFF;
	position:absolute;
	left:0;
	bottom:27px;
	z-index:1000;
	width:100%;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#pagesubtitle {
	color:#AAA;
}

@media screen and (orientation:portrait) {

	#homePage { 
		margin:0;
		margin-top:60%;
		width:100%;
		float:none;
	}
	
	#hometitle {
		color:#FFF;
	}

	#homesubtitle {
		color:#AAA;
	}
	
}

@media screen and (orientation:landscape) {

	#homePage {
		margin:10px;
		margin-top:23%;
		margin-right:6%;
		width:auto;
		float:right;
	}
	#hometitle {
		color:#000;
	}

	#homesubtitle {
		color:#666;
	}
	
}

#socialMenu  {
	z-index:3000;
	top:0;
	right:0;
	text-align: right;
	height: auto;
	position: absolute;
}

.mainmenu {
	font-family: 'Didot';
	width: 100%;
	left:0;
	bottom:0;
	line-height:22px;
	height:22px;
	text-transform:uppercase;
	letter-spacing:3pt;
	position:absolute;
	z-index:1000;
	font-size:16px;
	color:#BBB;
	text-align:center;
}

.mainmenu a:link, .mainmenu a:visited {
	color:#CCC;
	text-align:center;
	top: 0px;
	text-decoration:none;
}

.mainmenu a:hover, .mainmenu a:active {
	color:#FFF;
}

.menuBtn {
	margin-left:3px;
	margin-right:3px;
	display:inline;
}

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

.pageContainer {
	top: auto;
	margin:0px;
	font-size:12pt;
	padding:0px;
	overflow-x:hidden;
	overflow-y:hidden;
	width:100%;
	height:100%;
	position: absolute;
	background-image: url(../images/bg01.jpg); /* fallback */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), url(../images/bg01.jpg); /* Saf4+, Chrome */ 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg02.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), url(../images/bg02.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg02.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg02.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg02.jpg);          /* W3C */
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: right top;
	background-size:100% auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity:0;
	z-index:-1;
	-webkit-transition: opacity 1000ms;
	-moz-transition: opacity 1000ms;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1000ms;
	transition: opacity 1000ms;
}

/*Edit Page Background Images Here*/

/*Home Page*/
#page0 {
	background-image: url(../images/bg01.jpg); /* fallback */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), url(../images/bg01.jpg); /* Saf4+, Chrome */ 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg01.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), url(../images/bg01.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg01.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg01.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg01.jpg);          /* W3C */
	background-position: left top;
}

/*News Page*/
#page1 {
}

/*Bio Page*/
#page2 {
}

/*Reviews Page*/
#page4 {
}

/*Calendar Page*/
#page5 {
}

/*Links Page*/
#page6 {
}

/*Contact Page*/
#page7 {
	background-image: url(../images/bg03.jpg); /* fallback */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), url(../images/bg03.jpg); /* Saf4+, Chrome */ 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg03.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), url(../images/bg03.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg03.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg03.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg03.jpg);          /* W3C */
	background-position: right top;
}

/*Music Page*/
#page8 {
}

/*Photos Page*/
#page9 {
}

/*Video Page*/
#page10 {
}

/*Teaching Page*/
#page12 {
	background-image: url(../images/bg04.jpg); /* fallback */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), url(../images/bg04.jpg); /* Saf4+, Chrome */ 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg04.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), url(../images/bg04.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg04.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg04.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg04.jpg);          /* W3C */
	background-position: left top;
}

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

#videoPage .entry {
	border-top: 1pt solid #666;
	border-bottom:none;
	padding-bottom:20px;
}

.pageContent, .aboutPage, .multimediaPage {
	margin:10px;
	margin-top:30px;
	padding:10px;
	overflow-x:auto;
	overflow-y:auto;
	background:rgba(0,0,0,0.5);
	float:left;
	-webkit-overflow-scrolling: touch;
}

.multimediaPage {
	margin-top:60px;
}

@media screen and (orientation:portrait) {

	#menubar {
		font-size:16px;
	}

	.pageContent, .aboutPage, .multimediaPage {
		width:35%;
		height:70%;
	}

	#videoPage { }

	.videothumb {
		background:none;
		width:0;
		height:0;
		border:none;
		margin: 0;
		overflow: hidden;
		visibility:hidden;
	}
	
	#videoPage .listenBtn {
		visibility:visible;
	}

	.cliplisting {
		width:90%;
		min-width:none;
		text-align: left;
		color: #AAA; 
		padding:10px;
		float:right;
		margin-top:-70px;
	}

}

@media screen and (orientation:landscape) {

	#menubar {
		font-size:24px;
	}

	.pageContent, .aboutPage, .multimediaPage {
		width:50%;
		max-width:600px;
		height:70%;
		-webkit-overflow-scrolling: auto;
	}

	#twitterPage {
		width:40%; height:29%; margin-top:10px;
	}

	#videoPage { }
	
	.videothumb {
		background: #000000;
		width:100px;
		border: 1px solid #FFFFFF;
		margin: 10px;
		float: left;
		overflow: hidden;
		visibility:visible;
	}

	#videoPage .listenBtn {
		visibility:hidden;
	}
	
	.cliplisting{
		width:70%;
		min-width:300px;
		text-align: left;
		color: #AAA; 
		padding:10px;
		margin-top:0;
		float:right;
	}
		
}

#homePage { 
	background:none; 
	height:auto;
}

#newsPage, #resumePage {
	width:40%;
}

#resumePage {
	height: auto;
}


/*.aboutPage, .multimediaPage {
	margin-top:50px;
}*/

.multimediaPage {
	margin-top:50px;
}

#bioPage { text-align:justify; }

#musicPage { }

#photosPage { }

#reviewsPage { }
#reviewsPage p { font-size:12pt; font-style:italic; }

#calendarPage { }
#calendarPage a { text-transform:uppercase; }

#teachingPage {
	float:right;
	background:rgba(0,0,0,0.8);
}

/*#resumePage {
	height:auto;
	width:auto;
	max-height:400px;
	max-width:400px;
}*/

#contactPage { 
	background:rgba(255,255,255,0.8);
	height:auto;
	width:auto;
}
#contactPage h3 { margin: 1px; }
#contactPage p { text-align:right; }

#videoPage { }

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

.cliplisting {
	width:300px;
	text-align: left;
	color: #AAA; 
	padding:10px;
	float:right;
}

.cliptitle { color: #FFF; font-size:16pt; }

#multimediaPage { width:300px; font-size:24pt; text-align:center; font-family: 'Didot'; text-transform:uppercase; margin:10%; }
#multimediaPage a { display:block; }
#multimediaPage a:link, #multimediaPage a:visited { color:#333;}
#multimediaPage a:hover, #multimediaPage a:active { color:#000; }

.mm-menubar { overflow:hidden; width:180px; left:0px; top:30px; z-index:10; position:absolute; }

.mm-menubar a:link, .mm-menubar a:visited {
	font-family: 'Didot';
	color:#333;
	display:inline;
	width:auto;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

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

.about-menubar { overflow:hidden; width:180px; left:0px; top:30px; z-index:10; position:absolute; }

.about-menubar a:link, .about-menubar a:visited {
	font-family: 'Didot';
	color:#333;
	display:inline;
	width:auto;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}

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

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

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

.photoGallery {
	display:block;
	clear:both;
	margin-bottom:40px;	
}


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

longdate { color: #AAA; font-size: 10pt; }
shortdate { color: #AAA; font-size: 10pt; }
newsdate { color: #AAA; font-size: 12pt; display: block; }
twitterdate { color: #AAA; font-size: 12pt; display: block; }
twitterstatus { color: #FFF; font-size: 14pt; display: block; }

event { color: #FFFFFF; font-size: 16pt; }
venue { color: #CCCCCC; font-size: 14pt; }
city { color: #BBBBBB; font-size: 14pt; }
maplink { font-size: 12pt; }
repertoire { color: #999999; font-size: 12pt; display:block; }
details, description { color: #BBBBBB; font-size: 12pt; display:block; text-align:justify; }
website { font-size: 12pt;  }
time { font-size: 10pt; }

headline { color: #FFFFFF; font-size: 12pt; display: block; }
newsitem { color: #BBBBBB; font-size: 10pt; display:block; text-align:justify; }

.perstitle { display:block; }
.artistname { display:block; }
.credentials { display:block; }
.bioPhoto { display:block; }
.biography { display:block; text-align:justify; }

content { font-size: 14pt; padding-left: 5px; }
education { font-size: 12pt; }
composer { color: #888; font-size: 18pt; display: block; text-transform:uppercase; text-align:left; letter-spacing:3px; }
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: #BBBBBB; font-size: 14pt; font-style: normal; text-decoration: none; display: block; text-align: right; }
publication { color: #999999; font-size: 12pt; font-style: normal; text-decoration: none; margin-bottom: 20px; padding-bottom: 2px; display: block; text-align: right; }

#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%;}

#FlashAudioPlayer {
	width:auto;
	width:100%;
	height:25px;
	top:0px;
	left:0px;
	text-align:left;
	position:absolute;
	z-index:2000;
	padding:0px;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#audioStatusBar {
	margin-top:-8px;
	width:0;
	height:1px;
	background:#FFF;
	clear:both;
}

#audioplayerInfo { overflow:hidden; text-overflow:ellipsis; padding:0; top:0; left:0; margin:0px; margin-bottom:5px; color:#AAA; clear:both; }

#playerTimer { text-align:right; padding:0; width:auto; overflow:hidden; float:right; margin-right:165px; }

#audioControls { text-align:right; margin-right:5px; width:auto; padding:0; overflow:hidden; float:right; }

#audioComposer, #audioName, #audioMovement { text-align:left; margin-right:10px; font-size:16px; line-height:16px; height:16px; padding-top:2px; }

#audioTrackDetails { float:left; }
#audioControlDetails { float:right; }

#audioName { color:#FFF; min-width:100px; overflow:hidden; text-overflow:ellipsis; float:left; padding-top:0;  }

#audioComposer { text-transform:uppercase; font-size:12px; color:#CCC; float:left; margin-left:5px; }

#audioMovement { font-size:12px; min-width:100px; max-width:300px; overflow:hidden; text-overflow:ellipsis; float:left; }

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