@charset "UTF-8";

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "acumin-variable",sans-serif;
	font-variation-settings: 'wght' 190, 'wdth' 70, 'slnt' 0;
	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 { 
	font-variation-settings: 'wght' 300, 'wdth' 60, 'slnt' 0;
	letter-spacing: 0.5pt;
}


a:link, a:visited {
	color:#05B7B4;
	text-decoration: none;}
a:hover { color:#E9BBAD; text-decoration: none; }
a:active {
	color:#E9BBAD;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "acumin-variable",sans-serif;
	font-variation-settings: 'wght' 150, 'wdth' 50, 'slnt' 0;	color: #AAA;
	font-weight: normal;
	text-decoration: none;
	clear:both;
	padding:10px;
	margin:0;
	text-transform:uppercase;
	letter-spacing:3px;
}
h1 { font-size: 28pt; }
h2 { font-size: 24pt; }
h3 { font-size: 18pt; }
h4 { font-size: 16pt; }
h5 { font-size: 14pt; }
h6 { font-size: 12pt; }

.pagetitle {
	font-family: "acumin-variable",sans-serif;
	font-variation-settings: 'wght' 120, 'wdth' 50, 'slnt' 0;	font-size:53px;
	color:#FFF;
	position:absolute;
	left:0;
	bottom:15px;
	z-index:1000;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:20px;
}

.mainmenu {
	width: 100%;
	left:0;
	bottom:0;
	font-size:18pt;
	line-height:22pt;
	height:auto;
	text-transform:lowercase;
	position:absolute;
	letter-spacing:1pt;
	z-index:9000;
	text-align:center;
	font-family: "acumin-variable",sans-serif;
	font-variation-settings: 'wght' 180, 'wdth' 50, 'slnt' 0;	
	color: #AAA;
}

.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:5px;
	margin-right:5px;
	display:inline;
}

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

#socialMenu {
	height:30px;
	top:0;
	right:0;
	margin:0;
	z-index:2001;
	position:absolute;
}

#contactPage #socialMenu {
	height:50px;
	top:none;
	right:none;
	margin:0;
	z-index:none;
	position:inherit;
	text-align:center;
}

#contactPage #socialMenu a {
	margin:5px;
}

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

#page0 {
	opacity:1;
}

.pageContainer, #page0, #page1 {
	background-image: url(../images/bg01-2025.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-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 */
}

#page2 {
	background-image: url(../images/bg02-2024.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/bg02-2024.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-2024.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-2024.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-2024.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-2024.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-2024.jpg);          /* W3C */
	background-position: right top;
}

#page4 {
	background-image: url(../images/bg04-2025.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-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: right top;
}

#page3, #page8, #page9, #page10 {
	background-image: url(../images/bg03-2025.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-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: right top;
}

#page5 {
	background-image: url(../images/bg05-2024.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/bg05-2024.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/bg05-2024.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/bg05-2024.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/bg05-2024.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/bg05-2024.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/bg05-2024.jpg);          /* W3C */
	background-position: right top;
}

#page6 {
	background-image: url(../images/bg06-2025.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/bg06-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/bg06-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/bg06-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/bg06-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/bg06-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/bg06-2025.jpg);          /* W3C */
}

#page7 {
	background-image: url(../images/bg07-2024.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/bg07-2024.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/bg07-2024.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/bg07-2024.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/bg07-2024.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/bg07-2024.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/bg07-2024.jpg);          /* W3C */
	background-position: right top;
}

#page11 {
	background-image: url(../images/bg11-2025.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/bg11-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/bg11-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/bg11-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/bg11-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/bg11-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/bg11-2025.jpg);          /* W3C */
	background-position: right top;
}

#page12 {
	background:none;
}

.entry {
	padding: 10px;
	border-bottom: 1pt solid #666;
	clear:both;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 0.3s;
    -o-transition: all 300ms;
    transition: all 300ms;
}

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

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

.multimediaPage {
	margin-top:60px;
}

@media screen and (orientation:portrait) {

	#menubar {
		font-size:16px;
	}

	.about-menubar {
		font-size:18pt;
	}

	.pageContent, .aboutPage, .multimediaPage {
		width:40%;
		height:80%;
	}
	
	.pageContainer {
	}
	
	#page0, #page1 {
		background-position: 15% top;
	}

	#page2, #page4 {
		background-position: 85% top;
	}
	
	#page5 {
		background-position: right top;
	}
	

	#newsPage {
	}

	.aboutPage {
		width:40%;
	}

	#multimediaPage, #musicPage, #photosPage, #videoPage, #contactPage { }

	#musicPage {
	}
	
	#videoPage { padding-top: 20px; }

	#videoPage .entry {
		clear:both;
		float:none;
		border:none;
	}

	.videothumb {
		background:none;
		width:0;
		height:0;
		border:none;
		margin: 0;
		visibility:hidden;
	}
	
	#videoPage .listenBtn {
		visibility:visible;
		padding-bottom: 40px;
		clear:both;
	}

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

	#calendarPage {
		float:right;
		text-align:right;
	}
	
	#contactPage {
	}
	
	#logoBar {
		width:30%;
		float:left;
		text-align:left;
	}
}

@media screen and (orientation:landscape) {
	
	#menubar {
		font-size:24px;
	}

	.about-menubar {
		font-size:12pt;
	}

	.pageContent, .aboutPage, .multimediaPage {
		width:50%;
		max-width:600px;
		height:75%;
		-webkit-overflow-scrolling:auto;
	}
	
	.pageContainer {
		background-position: left top;
	}	
	
	#page0, #page1 {
		background-position: left top;
	}
	
	#page2, #page4 {
		background-position: right top;
	}

	#page5 {
		background-position: right top;
	}


	#newsPage {
	}

	.aboutPage {
		width:33%;
		margin-top:50px;
	}
		
	#calendarPage {
		float:left;
		text-align:left;
	}
	
	#multimediaPage, #musicPage, #photosPage, #videoPage, #contactPage { }
	
	#musicPage {
	}
	
	#videoPage { width:60%; }
	
	.videothumb {
		background: #000;
		border: 1px solid #FFF;
		margin: 10px;
		float: left;
		visibility:visible;
	}

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

#homePage {
	font-size:18pt;
	float:right;
	text-align:right;
	-webkit-overflow-scrolling:auto;
}

#homePage .entry {
	color: #FFF;
	border:none;
}

@media screen and (orientation:portrait) {
	#homePage {
		background:rgba(0,0,0,0.80);		
	}
}

@media screen and (orientation:landscape) {
	#homePage {
		background:rgba(0,0,0,0.7);		
	}
}


#newsPage { 
	max-width:500px; 
	padding:20px; 
	float:right; 
	text-align: right; 
		background:rgba(43,30,37,0.90);
}

.aboutPage { }

#bioPage { width:500px; text-align:justify; padding:20px; line-height:20pt; background:rgba(48,21,66,0.80); }

#musicPage { }

#photosPage {  }

#reviewsPage { max-width:400px; }
#reviewsPage p { font-size:12pt; font-style:italic; }
#reviewsPage a { text-transform:uppercase; }

#calendarPage { max-width:550px; }
#calendarPage a { text-transform:uppercase; }
#calendarPage a:link, #calendarPage a:visited { color:#DA0714; }
#calendarPage a:hover, #calendarPage a:active { color:#E9BBAD; }

#linksPage { max-width:500px; float:right; text-align: right; background:#DDD; color:#333; }
#linksPage a { text-transform:uppercase; }

#contactPage { 
	margin:20px; 
	margin-top:244px; 
	margin-top:25vh; 
	float:left; 
	padding:20px; 
	width:auto;
	height:auto;
}

#contactPage h3 { margin: 1px; }
#contactPage p { text-align:right; }

#videoPage { }

#videoPage .entry {
	clear:both;
	float:none;
}

.homeVidEntry {
	position: relative;
	width:320px;
	height:180px;
	overflow: hidden;
	display: inline-block;
	margin:10px;
	border:1px solid #FFF;
	padding:0;
}


.videothumb {
	background: #000;
	width:160px;
	height:90px;
	border: 1px solid #FFF;
	margin: 0;
	float: left;
	object-fit: contain;
	object-position: center center;
}

.homeVideoThumb {
	display: block;
	width: 100%;
	height: auto;
	background: #000;
	border: 1px solid #FFF;
	margin: 10px;
	float: left;
	object-fit: contain;
	object-position: center center;
}

.homeVidEntry:hover .vidPlayBtn {
	opacity: 0;
}

.vidPlayBtn {
	color:rgba(255,255,255,0.7);
	font-size: 60pt;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 0.5s;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.cliplisting {
	color:#AAA;
	line-height:18pt;
	float:left;
	font-size:9pt;
	width: auto;
	max-width:300px;
}

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

.cliptitle { color: #FFF; font-size:16pt; margin-top: 10px; }

#multimediaPage { 
	height:auto; 
	width:auto; 
	font-size:24pt; 
	text-align:center; 
	float:left;
	margin:200px;
	padding: 50px;
	text-transform:lowercase;
	background:rgba(0,0,0,0.75);
}

#multimediaPage a { display:block; }

.mm-menubar { 
	overflow:hidden;
	width:180px; 
	left:0; 
	top:30px; 
	z-index:10; 
	position:absolute; 
	text-transform:lowercase;
	background:rgba(0,0,0,0.75);
	padding:10px;
	text-align: right;
}

.mm-menubar a:link, .mm-menubar a:visited {
	color:#BBB;
	display:inline-block;
	width:auto;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
	letter-spacing:2pt;
	padding:5px;
}

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

.about-menubar { overflow:hidden; width:180px; right:0px; top:30px; z-index:110; 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;
}

.musicPageMenuBtn {
	width:19%;
	height:80%;
	margin:1%;
	margin-top:30px;
	padding-top:10%;
	float:left;
	font-size:24px;
	text-transform:lowercase;
	text-align:center;
	background:rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'HypatiaLight';
}

#musicPage {
	text-align:center;
}

#musicPage h2 {
	margin:10px;
}

#musicPage a:link, musicPage a:visited { color:#CCC; }
#musicPage a:hover, musicPage a:active { color:#FFF; }

.musicMenuThumb { display:inline-block; margin-right:20px; }
.musicMiniMenuThumb { display:inline-block; margin-right:5px; }

#musicStudio {
	z-index:500;
	position:absolute;
	width:100%;
	max-width:none;
	height:78%;
	float:none;
	background:none;
	overflow:hidden;
	padding:0;
	margin:0;
	margin-top:75px;
	text-align:center;
}

#musicStudio #albumInfo {
	width:60%;
	height:86%;
	float:left;
	text-align:left;
	background:rgba(0,0,0,0.5);
	margin:5px;
	overflow-x:inherit;
	overflow-y:auto;
	border-radius:15px;
	padding:10px;
}

#musicStudio .albumCover {
	margin-left:10px;
}

#musicStudio #trackList {
	width:33%;
	height:90%;
	float:right;
	text-align:right;
	background:rgba(0,0,0,0.5);
	margin:5px;
	margin-right:10px;
	overflow-x:inherit;
	overflow-y:auto;
	border-radius:20px;
}

#musicStudio .entry {
	padding-bottom:0;
	padding:10px;
	border: none;
}
	
#albumartworkBG {
	z-index:-1;
	filter: blur(10px);
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	height:100%;
	width:100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}


.tracklisting { font-size: 10pt; color: #AAA; text-align:right; padding-bottom:20px; }

.music-menubar {
	overflow:hidden;
	width:50%;
	z-index:2020;
	top:0;
	right:0;
	margin-top:28px;
	position:absolute;
	text-align:right;
	text-transform:uppercase;
}

.music-menubar a:link, .music-menubar a:visited {
	color:#BBB;
	display:inline;
	margin-right:10px;
	text-decoration:none;
}

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

#musicStudio .tracklisting {
	text-align:right;
	padding-bottom:0;
}

#musicStudio .listenBtn {
	float:none;
	text-align:right;
	display:inline;
	margin:0;
	margin-left:5px;	
}


.trackcomposer { font-size: 12pt; text-transform: uppercase; }
.tracktitle { color: #FFF; font-size: 14pt;}
.trackmovement { font-size: 12pt; }
.audioBtn { font-family: "acumin-variable",sans-serif; 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: #000;
	width: 80px;
	height: 80px;
	border: 1px solid #FFF;
	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: #FFF; font-size: 16pt; display:block; }
venue { color: #CCC; font-size: 14pt; display:block; }
city { color: #BBB; font-size: 14pt; display:block; }
maplink { font-size: 12pt; display:block; }
repertoire { color: #999; font-size: 12pt; display:block; }
details, description { color: #BBB; font-size: 12pt; display:block; }
website { font-size: 12pt; display:block; }
time { font-size: 10pt; }

headline { color: #FFF; font-size: 18pt; display: block; }
#newsPage headline { color: #FFF; }
#linksPage headline { color: #000; }
#linksPage details, #linksPage description { color: #333 }
newsitem { color: #BBB; font-size: 14pt; line-height:20pt; display:block; }

.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: #CCC; font-size: 14px; }
role { color: #888; font-size: 12pt;}

reviewstext { font-style: italic; font-size:14pt; }
author { color: #BBB; font-size: 14pt; font-style: normal; text-decoration: none; display: block; text-align: right; }
#homePage author { color: #444; font-size: 14pt; }
publication { color: #999; font-size: 12pt; font-style: normal; text-decoration: none; margin-bottom: 20px; padding-bottom: 2px; display: block; text-align: right; text-transform:uppercase; }
#homePage publication { font-size: 14pt; }

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

#discographyPage img {
	margin-right:10px;
	margin-bottom:10px;
}
#discographyPage .entry {
	padding-bottom:30px;
}

artist { color: #CCCCCC; font-size: 10pt; text-transform:uppercase; display:block; }
album { color: #FFFFFF; font-size: 16pt; display:block; }
label { color: #CCCCCC; font-size: 12pt; display:block; }
year { color: #AAAAAA; font-size: 10pt; display:block; }

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

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