@charset "UTF-8";

@font-face {
    font-family: 'lowveticaregular';
    src: url('lowvetica-webfont.eot');
    src: url('lowvetica-webfont.eot?#iefix') format('embedded-opentype'),
         url('lowvetica-webfont.woff') format('woff'),
         url('lowvetica-webfont.ttf') format('truetype'),
         url('lowvetica-webfont.svg#lowveticaregular') 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;
}

body { background: #333 no-repeat fixed; margin: 0px; padding: 0px; text-align: left; color:#EEE; font-family: 'MyriadLight'; }

p { text-align: justify; padding-left: 5px; padding-right: 5px; }

b, strong { font-family: 'MyriadLight'; }

td {  }

hr { 
	display:block;
	clear:both;
}

a { }

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'lowveticaregular';
	color: #AAA;
	font-weight: normal;
	text-decoration: none;
	clear:both;
	padding:0;
	margin:0;
	margin-top:50px;
	margin-bottom:25px;
	text-transform:lowercase;
}

h2 a:link, h2 a:visited { color:#a87b69; }
h2 a:hover, h2 a:active{ color:#FFF; }

#menubar { 
	overflow:hidden; 
	background:rgba(0,0,0,0.8);
	padding:0;
	z-index:100;
	position: fixed;
	top:0;
	left:0;
	-webkit-transition: width 500ms, height 500ms;
	-moz-transition:  width 500ms, height 500ms;
	-ms-transition: width 500ms, height 0.5s;
	-o-transition:  width 500ms, height 500ms;
	transition: width 500ms, height 500ms;
}

#menuControls {
	margin-top:-20px;
	font-size:90pt;
	text-transform:lowercase;
}

#menuControls a:link, #menuControls a:visited {
	color: #C50;
}

.menuBtn {
	padding:5px;
}

@media screen and (orientation:portrait) {
	.menuBtn {
		font-size:48pt;
	}
}

@media screen and (orientation:landscape) {
	.menuBtn {
		font-size:12pt;
	}
}

#menuItems {
    font-family: 'lowveticaregular';
	width:0;
	height:0;
	-webkit-transition: width 500ms, height 500ms;
	-moz-transition:  width 500ms, height 500ms;
	-ms-transition: width 500ms, height 0.5s;
	-o-transition:  width 500ms, height 500ms;
	transition: width 500ms, height 500ms;
}

.entry {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #888;
	clear:both;
/*    -webkit-transition: transform 400ms, opacity 700ms;
    -moz-transition: transform 400ms, opacity 700ms;
    -ms-transition: transform 0.4s, opacity 0.7s;
    -o-transition: transform 400ms, opacity 700ms;
    transition: transform 400ms, opacity 700ms;*/
	-webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -ms-transition: all 0.6s;
    -o-transition: all 600ms;
    transition: all 600ms;

}


.mobilePage { width:960px; height: 100%; border: none; color:#EEE; text-align:center; background: #000 url("../images/mobile/NewsBG-2024.jpg") no-repeat; margin: 0 auto; padding-top: 380px; }

#homePage {
	background:#000;
	padding-top: 0;
}

a {
	font-family: 'lowveticaregular';
	text-transform: lowercase;
}

#homePage a {
	font-family: 'lowveticaregular';
	text-transform: lowercase;
}

#homePage .entry {
	border:none;
}

.homePageSection .entry {
    transform: translateY(400px);
	opacity:0;
	border:none;
	border-radius:20px;
	background:rgba(0,0,0,0.6);
	padding:20px;
 	filter: blur(50px);
}

.entry.show {
	opacity:1;
    transform: translateX(0);
 	filter: blur(0px);
}

#homeQuote {
	background: url("../images/mobile/HomeBG.jpg") no-repeat; 
	background-size: cover;
	background-position: top right;
	height:800px;
}

#homeZoomLessons {
	padding-top: 50px;
}

#homeNews {
	background: url("../images/mobile/homeNewsBG.jpg") no-repeat; 
	background-size: cover;
	background-position: top right;
}

#homeCalendar {
	background: url("../images/mobile/homeCalendarBG.jpg") no-repeat;
	background-size: cover;
	background-position: top left;
}

homeCalDay {
	font-family: 'lowveticaregular';
	text-transform: lowercase;
	display: block;
}

homeCalMonth {
	font-family: 'lowveticaregular';
	text-transform: lowercase;
	display: inline-block;
	margin-right:20px;
}

homeCalDate {
	font-family: 'lowveticaregular';
	display: inline-block;
}

#homeQuoteText {
	padding: 50px;
	padding-top: 100px;
	color:#FFF;
	font-size:24pt;
	-webkit-transition: opacity 1000ms;
	-moz-transition: opacity 1000ms;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1000ms;
	transition: opacity 1000ms;
}

#siteTitle {
    font-family: 'lowveticaregular';
	text-transform:lowercase;
	font-size: 96pt;
}

#mobileSocialFooter {
	display:block;
	text-align: center;
	margin-top:80px;
}

#NewsPage { background: #000 url("../images/mobile/NewsBG-2024.jpg") no-repeat; }
#NewsPage #mainContent {  }

#AboutPage, #ReviewsPage { text-align:justify; background: #000 url("../images/mobile/AboutBG-2024.jpg") no-repeat; }
#AboutPage #mainContent, #ReviewsPage #mainContent, #TeachingPage #mainContent { padding-left: 30px; padding-right: 30px; text-align:justify; }

#TeachingPage { background: #000 url("../images/mobile/TeachingBG.jpg") no-repeat; }


.discThumb {
	margin:20px;
	display:block;
	text-align:center;
}

#ReviewsPage a {
    font-family: 'lowveticaregular';
	text-transform:lowercase;
}

#DiscographyPage .entry {
	padding-bottom:30px;
	background:rgba(0,0,0,0.8);
}

.discAlbum {
	clear: both;
	background-size: 100% auto;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
}

.discIMG { margin-right:10px; clear:both; }

#MultimediaPage, #AudioPage, #DiscographyPage, #PhotosPage, #VideoPage { background: #000 url("../images/mobile/MultimediaBG-2024.jpg") no-repeat; padding-top: 140px; }
#MultimediaPage #mainContent {  }
#MultimediaPage p { color:#222; text-align:center; }
#MultimediaPage h2 { padding-left: 5px; padding-right: 5px; }
#MultimediaPage #photoalbum { margin-top: -1px; }

#AudioPage { }
#AudioPage #mainContent {  }
#AudioPage #repertoire {  padding-left: 5px; padding-right: 5px; }
#AudioPage h2 { }
#AudioPage h4 { }

.albumAudioListing {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.albumAudioListing .entry {
	background:rgba(0,0,0,0.7);
}

#albumMenu {
	text-align:center;
}

.musicMenuThumb {
	margin:10px;
	display:inline-block;
}

#PhotosPage {  }

#photoLoader {
	margin-top:40px;
	width:60%;
	height:70%;
	max-width:507px;
	max-height:500px;
	background:none;
	padding:10px;
	float:left;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	opacity:0;
}

#VideoPage { }

#VideoPage .entry { 
	border:none;
	display: inline-block;
	vertical-align: middle;
	margin:10px;
	background:#000;
	overflow: hidden;
	padding:0;
	width:950px;
	height:534px;
}

.tracklisting { margin-left: 5px; margin-right: 5px; margin-bottom: 10px; padding-bottom: 10px; color:#BBB; text-align:center; }
#trackcomposer { text-transform: uppercase; }
#tracktitle { color: #FFF; }
.audioBtn { font-family: 'MyriadLight'; padding-right: 10px; }

.listenBtn {
	display:inline-block;;
	text-align:center;
	margin:5px;
	margin-top:10px;
}

#AudioPage a:link,
#AudioPage a:visited {
	padding-right: 10px;
	text-transform: none;
}

#AudioPage a:hover,
#AudioPage a:active{}

#VideoPage .entry {
	position: relative;
	width:940px;
	height:529px;
	overflow: hidden;
	display: inline-block;
	margin:10px;
	border: 1px solid #FFF;
	padding: 0;
}



#VideoPage .entry:hover .cliplisting {
	opacity: 0;
}

.vidPlayBtn {
	color:rgba(255,255,255,0.5);
	font-size: 60pt;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}


.cliplisting {
	padding-top:80px;
	color:#AAA;
	line-height:15pt;
	float:none;
	font-size:9pt;
	z-index:100;
}

cliptitle, .cliptitle {
	color: #FFF;
	font-size:10pt;
	text-align:center;
	margin-top:50px;
	padding-left:10px;
	padding-right:10px;
	z-index:105;
	background:rgba(0,0,0,0.5);
}
.photoAlbum {
	min-height:200px;
	display:block;
	clear:both;
	padding-bottom:20px;
	margin-bottom:20px;
	text-align:center;
}

.thumb { 
	background:#000000;
	overflow:hidden;
	margin:10px;
	border: 1px solid #AAA;	
	width:80px;
	height:80px;
	padding:0;
	display:inline-block;
	vertical-align: top;
}

#CalendarPage { background: #000 url("../images/mobile/CalendarBG-2024.jpg") no-repeat; }
#CalendarPage #mainContent { }
#CalendarPage a:link, a:visited { }
#CalendarPage h2 { color: #777; text-align: left;  padding-left: 5px; padding-right: 5px; }

#socialButtons{
	width:380px;
	text-align:left;
	padding:1px;
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
}

.socialBtn {
	text-align:left;
	height:24px;
	overflow-y:hidden;
	width:80px;
	overflow:hidden;
	float:right;
	padding-left:10px;
}


#ContactPage { background: #000 url("../images/mobile/ContactBG-2024.jpg") no-repeat; }
#ContactPage #mainContent { padding-bottom: 10px }
#ContactPage h1, #ContactPage h2, #ContactPage h3, #ContactPage h4 { text-align:left; margin-top: 2px; margin-bottom: 2px; }
#ContactPage a, #ContactPage a:visited {  }

#Table_01 { border-top: solid 1px #FFFFFF; }

pubdate { }
twitterstatus { color: #222; }

longdate { }
shortdate { }
newsdate { 
	font-family: 'lowveticaregular';
	text-transform: lowercase;
	display: block; 
}
twitterdate { display: block; }
twitterstatus { color: #222; display: block; }

event { color: #FFF; }
venue { color:#AAA; }
city { color: #BBB;  }
repertoire { color: #BBB; display:block; }
details, description { color: #CCC; display:block; }
#DiscographyPage description { 
	display:block;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align: justify;
}
#linksPage details { color: #CCC; }
website { text-transform:uppercase; display:block; margin:20px; }
time { }

headline { color: #FFF; display: block; }
#linksPage headline { color: #FFF;}
newsitem { color:#AAA; display: block; }
#homePage headline { }
#homePage newsitem { display:block; text-align: justify; padding-left:50px; padding-right:50px; }

worktitle { color: #FFF; display:block; }
duration { color: #AAA; display: block; }
instrumentation { color: #BBB; display: block; }
ensemblesize { color: #AAA; display: block; }
workyear { color: #CCC; display: block; }

composer { color: #BBB; text-transform:uppercase; }
personnel { color: #DDD; }
work { color: #FFF; text-align:right;  }
role { display:inline; }

reviews { font-style: italic; }
author { color: #BBB; font-style: normal; text-decoration: none; display: block; margin-top:20px; text-align:right; }
#homePage author { text-align: center; }
publication { color: #999; font-style: normal; text-decoration: none; margin-bottom: 20px; padding-bottom: 2px; display: block; text-align:right; }
#homePage publication { text-align: center; }

#desktopMessage {
	display:block;
	text-align:center;
	font-size:24pt;
	line-height:30pt;
	color:#FFF;
	background:#400;
}

#desktopMessage a { text-transform:none; }

#html5Page { text-align:center; font-size:24pt; line-height:30pt; color:#FFF; }

#html5Page #mainContent { padding:50px; }

#FlashAudioPlayer {
	width:100%;
	height:auto;
	bottom:0;
	left:0;
	text-align:left;
	position:fixed;
	z-index:2000;
	padding:0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	background: rgba(0,0,0,0.8);
}

#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:5px; }

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

#audioComposer, #audioName, #audioMovement { text-align:left; margin-right:10px; 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; color:#CCC; float:left; margin-left:5px; }

#audioMovement { overflow:hidden; text-overflow:ellipsis; float:left; }

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

#html5Page #mainContent { padding:50px; }