@charset "UTF-8";

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

.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: 'Cardo';
	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: 'Cardo';
	font-size:30px;
	letter-spacing:10px;
	color:#FFF;
	position:absolute;
	right:10px;
	bottom:10px;
	z-index:1000;
	text-align:right;
	text-transform:uppercase;
}

#pagesubtitle {
	font-size:20px;
	color:#666;
}

.mainmenu {
	width:100%;
	left:0;
	top:0;
	line-height:22px;
	height:22px;
	text-transform:uppercase;
	letter-spacing:0.75pt;
	position:absolute;
	z-index:1000;
	font-size:14px;
	color:#BBB;
	text-align:right;
	background:rgba(0,0,0,0.7);
}

.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:0;
	margin-right:10px;
	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-2025.jpg);
	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-2025.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-2025.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-2025.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-2025.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-2025.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-2025.jpg);          /* W3C */
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: left 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 {
}

/*News Page*/
#page1 {
}

/*Bio Page*/
#page2 {
}

/*Reviews Page*/
#page4 {
}

/*Calendar, Music Pages*/
#page5, #page8 {
	background-image: url(../images/bg02-2025.jpg);
	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/bg02-2025.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-2025.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-2025.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-2025.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-2025.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-2025.jpg);          /* W3C */
	background-position: right top;
}

/*Links, Contact Pages*/
#page6, #page7 {
	background-image: url(../images/bg04-2025.jpg);
	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-2025.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-2025.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-2025.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-2025.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-2025.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-2025.jpg);          /* W3C */
	background-position: center top;
}


/*Photos, Videos Pages*/
#page9, #page10 {
	background-image: url(../images/bg03-2025.jpg);
	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-2025.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-2025.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-2025.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-2025.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-2025.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-2025.jpg);          /* W3C */
	background-position: center 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:5px;
	overflow-x:auto;
	overflow-y:auto;
	background:rgba(0,0,0,0.75);
	-webkit-overflow-scrolling: touch;
	float: left;
	text-align:left;
}

.multimediaPage {
	float:left;
	text-align:left;
	margin-top:60px;
}

@media screen and (orientation:portrait) {

	.pageContainer {
		background-position: 30% top;
	}
	
	#menubar {
		font-size:16px;
		background:rgba(0,0,0,0.75);
	}

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

	#videoPage { float:right; }

	.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) {

	.pageContainer {
		background-position: left top;
	}

	#menubar {
		font-size:24px;
		background:none;
	}

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

	#newsPage {
		width:40%; height:35%;
	}

	.aboutPage {
		width:33%;
		float:right;
		margin-top:50px;
	}
	
	#videoPage { float:right; }
	
	.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;
	}
		
}



#newsPage { }

.aboutPage { padding: 20px; }

#bioPage, reviewstext { text-align:justify; }

biography, reviewstext {
	font-size:12pt;
	letter-spacing:0.5pt;
	display: block;
	line-height:24pt;
}


#musicPage { }

#photosPage { float: right; }

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

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

#linksPage { float: right; width:30%; }
#linksPage a {text-transform: uppercase; }

#contactPage { float: right; width:30%; height: auto; margin-top: 100px; }
#contactPage h3 { margin: 1px; }
#contactPage p { text-align:right; }

#videoPage { }

.videothumb {
	background: #000000;
	width:100px;
	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; }


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

.about-menubar a:link, .about-menubar a:visited {
	color:#BBB;
	display:inline;
	width:auto;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
}

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

.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: 'Cardo'; 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; }

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;
	bottom:0;
	left:0;
	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:210px; }

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