@charset "UTF-8";

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

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


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

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

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

td {  }

hr { 
	display:block;
	clear:both;
}

a { }

a:link, a:visited {
	color: #7994BB;
	text-decoration: none;
}
a:hover {
	color: #F0D0C8;
	text-decoration: none;
}
a:active {	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Optima';
	color: #AAA;
	font-weight: normal;
	text-decoration: none;
	clear:both;
	padding:0;
	margin:0;
	text-transform:uppercase;
	text-align: center;
}

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;
	font-family: 'Optima';
	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;
	text-transform:none;
}

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

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

.menuBtn {
	padding:5px;
}

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

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

#menuItems {
	text-transform:uppercase;
	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;
}

.mobilePage { width:960px; height: 100%; border: none; color:#CCC; text-align:center; background: #222 url(../images/mobile/MobileBG.jpg) no-repeat; margin: 0 auto; padding-top: 360px; }

#NewsPage { }
#NewsPage #mainContent {  }
#NewsPage a { font-family: 'Optima'; text-transform: uppercase; }


#BioPage, #PressPage { }
#BioPage #mainContent, #PressPage #mainContent { 
	padding-left: 30px; 
	padding-right: 30px; 
	margin-bottom:50px;
	text-align:justify;
}
#PressPage a { font-family: 'Optima'; text-transform: uppercase; }

#MultimediaPage  { }
#MultimediaPage #mainContent {  }
#MultimediaPage p { color:#444; 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 { }
#AudioPage a { font-family: 'Optima'; text-transform: uppercase; }
#AudioPage a:link, #AudioPage a:visited {}
#AudioPage a:hover, #AudioPage a:active {}

#PhotosPage {  }

#VideoPage { }

#VideoPage .entry { border:none; }

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

.listenBtn {
	display:inline-block;
	margin-top:5px;
	margin-left:15px;
	margin-right:15px;
	font-family: 'Optima';
}


.cliplisting{ text-align:left; margin-left: 5px; margin-right: 5px; margin-bottom: 20px; width:540px; float:left; color:#BBB;}
.cliptitle { color: #FFF; }

.videothumb {
	background: #000000;
	width: 220px;
	height: 180px;
	border: 1px solid #FFFFFF;
	margin: 6px;
	float: right;
	overflow: hidden;
}

.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 { }
#CalendarPage #mainContent { }
#CalendarPage a { font-family: 'Optima'; text-transform: uppercase; }
#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;
}

#BlogPage { width:960px; height: 100%; border: none; color:#CCC; }
#BlogPage #mainContent {  }
#BlogPage headline { color: #222; display: block; }


#LinksPage {  }
#LinksPage #mainContent { }
#LinksPage a { font-family: 'Optima'; text-transform: uppercase; }
#LinksPage a:link, #LinksPage a:visited { }


#ContactPage { }
#ContactPage #mainContent { padding-bottom: 10px }
#ContactPage h1, #ContactPage h2, #ContactPage h3, #ContactPage h4 { text-align:left; margin-top: 2px; margin-bottom: 2px; }
#ContactPage a { font-family: 'Optima'; text-transform: uppercase; }
#ContactPage a, #ContactPage a:visited {  }

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

pubdate { }
twitterstatus { color: #EEE; }

longdate { }
shortdate { }
newsdate { display: block; }
twitterdate { display: block; }
twitterstatus { color: #FFF; display: block; }

event { color: #FFF; }
venue { color:#CCC; }
city { color: #666;  }
repertoire { color: #666; display:block; }
details, description { color: #666; display:block; }
#linksPage details { color: #999; }
website { text-transform:uppercase; display:block; margin:20px; }
time { }

headline { color: #FFF; display: block; }
#linksPage headline { color: #222;}
newsitem { color:#CCC; }

worktitle { color: #FFF; display:block; }
duration { color: #888; display: block; }
instrumentation { color: #888; display: block; }
ensemblesize { color: #888; display: block; }
workyear { color: #888; display: block; }

artist { color: #CCCCCC; display: block; text-transform:uppercase; }
album { color: #FFFFFF; display: block; }
label { color: #CCCCCC; display: block; }
year { color: #AAAAAA; display: block; }


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

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

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