@charset "UTF-8";

@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: 'MyriadProCondensed';
    src: url('myriadpro-cond-webfont.eot');
    src: url('myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriadpro-cond-webfont.woff') format('woff'),
         url('myriadpro-cond-webfont.ttf') format('truetype'),
         url('myriadpro-cond-webfont.svg#MyriadProCondensed') 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: 'MyriadLight'; }

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

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


td {  }

a { text-transform:uppercase; }

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

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

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

#menubar { 
	overflow:hidden; 
	margin-bottom:0px;
	background:rgba(0,0,0,0.5);
	padding:0;
    font-family: 'MyriadProCondensed';
	text-align:center;
}
 
#menubar ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-left:-2px;
	overflow:hidden;
	height:80px;
	line-height:80px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #AAA;
	border-bottom-color: #AAA;
	text-align:center;
}

#menubar li {
	display:inline-block;
	height:80px;
}

#menubar p {
	text-align:center;
}
#menubar ul a:link, #menubar ul a:visited {
	color:#DDD;
	display:block;
	width:auto;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2pt;
	padding-left:12px;
	padding-right:12px;
}

#menubar ul a:hover,#menubar ul a:active {
	background-color:#FFF;
	color:#000;
}

.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, .NewsPage, .AboutPage, .GalleryPage, .RecordingPage, .PhotosPage, .VideoPage, .CalendarPage, .ComposersPage, .PressPage, .ContactPage { width:960px; height: 100%; border: none; color:#CCC; background: #222 url(../mobile/images/HomeBG-2025.jpg) no-repeat; margin: 0 auto; padding-top: 285px; }

#HomePage {
	width:100%;
	height:100%;
	position: absolute;
	background-image: url(../mobile/images/HomeBG-2025.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#homeMenu {
    font-family: 'MyriadProCondensed';
	width:100%;
	margin:0;
	z-index:1000;
	text-align:center;
	position:absolute;
	text-transform:uppercase;
}

#homeLogo {
	width:100%;
	margin:0;
	margin-bottom:5px;
	overflow:hidden;
	left:0;
	position:absolute;
	text-align:center;
	color:#FFF;
	z-index:500;
}

.homeMenuBtn {
	letter-spacing:2pt;
}

@media screen and (orientation:portrait) {

	#HomePage {
		background-position: 45% top;
	}

	#homeMenu {
		top:none;
		bottom:15%;
		height:50%;
	}

	.homeMenuBtn {
		top:0;
		bottom:none;
		font-size:24pt;
		height:10%;
		text-align:center;
		padding:0;
		padding-right:20px;
		margin:2px;
		display:block;
	}

	#homeLogo {
		top:none;
		bottom:0;
		height:30vh;
	}

}

@media screen and (orientation:landscape) {

	#HomePage {
		background-position: center top;
	}
	
	#homeMenu {
		top:none;
		bottom:10px;
		height:72px;
	}

	.homeMenuBtn {
		top:none;
		bottom:100px;
		font-size:18pt;
		width:9%;
		height:72px;
		line-height:72px;
		text-align:center;
		display:inline;
		margin:1px;
		padding:10px;
	}

	#homeLogo {
		top:10%;
		bottom:none;
		height:50vh;
	}

}

.AboutPage { background: #222 url(../mobile/images/AboutBG-2025.jpg) no-repeat; text-align:justify; }
bio, bio biotext, .AboutPage #mainContent bio { padding-left: 10px; padding-right: 10px; text-align:justify; }

bioname {
	color:#FFDF09;
}

.GalleryPage  { background: #222 url(../mobile/images/MediaBG-2025.jpg) no-repeat; }
.GalleryPage #mainContent {  }
.GalleryPage p { color:#444; text-align:center; }
.GalleryPage h2 { padding-left: 5px; padding-right: 5px; }
.GalleryPage #photoalbum { margin-top: -1px; }

.RecordingPage { background: #222 url(../mobile/images/ComposersBG-2025.jpg) no-repeat;   }
.RecordingPage #mainContent {  }
.RecordingPage #repertoire {  padding-left: 5px; padding-right: 5px; }
.RecordingPage h2 { }
.RecordingPage h4 { }

#recordingText {
	text-align:justify;
}

.PhotosPage { background: #222 url(../mobile/images/MediaBG-2025.jpg) no-repeat; }

.VideoPage { background: #222 url(../mobile/images/MediaBG-2025.jpg) no-repeat; }

.VideoPage .entry { border:none; }

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

.listenBtn {
	display:inline;
	float: right;
	text-align:right;
	margin-top:5px;
	margin-left:30px;
}

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

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

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

#mm-menubar { font-family: 'MyriadProCondensed'; overflow:hidden; margin-top:-14px; }

#mm-menubar ul {
	border-top: 1px solid #AAA;	
	border-bottom: 1px solid #AAA;	
	list-style-type:none;
	margin-left:-1px;
	padding:0px;
	overflow:hidden;
	height:50px;
	line-height:50px;
	background-color:#555;
}

#mm-menubar li {
	float:left;
}

#mm-menubar p {
	text-align:center;
}
#mm-menubar ul a:link, #mm-menubar ul a:visited {
	color:#DDD;
	display:block;
	width:319px;
	height:50px;
	text-align:center;
	text-decoration:none;
	border-left: 1px solid #AAA;
}

#mm-menubar ul a:hover,#mm-menubar ul a:active {
	background-color:#222222;
}

#about-menubar { font-family: 'MyriadProCondensed'; overflow:hidden; margin-top:-14px; }

#about-menubar ul {
	border-top: 1px solid #AAA;	
	border-bottom: 1px solid #AAA;	
	list-style-type:none;
	margin-left:-1px;
	padding:0px;
	overflow:hidden;
	height:50px;
	line-height:50px;
	background-color:#555;
}

#about-menubar li {
	float:left;
}

#about-menubar p {
	text-align:center;
}

#about-menubar ul a:link, #about-menubar ul a:visited {
	color:#DDD;
	display:block;
	width:239px;
	height:50px;
	text-align:center;
	text-decoration:none;
	border-left: 1px solid #AAA;
}

#about-menubar ul a:hover,#about-menubar ul a:active {
	background-color:#222222;
}

.CalendarPage { background: #222 url(../mobile/images/ConcertsBG-2025.jpg) no-repeat;   }
.CalendarPage #mainContent { text-align: center; }
.CalendarPage a:link, a:visited { font-family:"MyriadProCondensed"; }
.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;
}

.PressPage { background: #222 url(../mobile/images/MediaBG-2025.jpg) no-repeat; }
.PressPage #mainContent {  }
.PressPage headline { color: #222; display: block; }


.ComposersPage { background: #222 url(../mobile/images/ComposersBG-2025.jpg) no-repeat; }
.ComposersPage #mainContent { }
.ComposersPage a:link, #LinksPage a:visited { }


.ContactPage { background: #222 url(../mobile/images/ContactBG-2025.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: #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 { }
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; }

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

reviews { font-style: italic; }
author { color: #AAA; font-style: normal; text-decoration: none; display: block; 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; }