@charset "UTF-8";

@font-face {
	font-family: 'HelveticaLightCn';
	src: url(//:) format('no404'), url('helveticaneueltstd-ltcn-webfont.woff') format('woff'), url('helveticaneueltstd-ltcn-webfont.ttf') format('truetype'), url('helveticaneueltstd-ltcn-webfont.svg#webfontBD6K55PT') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'TrajanPro';
    src: url('trajanpro-regular-webfont.eot');
    src: url('trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('trajanpro-regular-webfont.woff') format('woff'),
         url('trajanpro-regular-webfont.ttf') format('truetype'),
         url('trajanpro-regular-webfont.svg#TrajanProRegular') 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: 'HelveticaLightCn';
	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: #CCC;
	text-decoration: none;
}
a:hover { 
	color: #E00817;
	text-decoration: none;
}
a:active {
	color: #E00817;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'TrajanPro';
	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: 'TrajanPro';
	font-size:60px;
	color:#FFF;
	position:absolute;
	left:0;
	bottom:5px;
	z-index:1000;
	width:100%;
	margin:0;
	text-align:center;
	text-transform:uppercase;
}

.mainmenu {
	width:auto;
	left:10px;
	bottom:10px;
	line-height:22px;
	height:auto;
	text-transform:uppercase;
	letter-spacing:0.75pt;
	position:absolute;
	z-index:9000;
	font-size:20px;
	color:#FFF;
	/*background:rgba(0,0,0,0.6);*/
	text-align:left;
    font-family: 'TrajanPro';
}

.mainmenu a:link, .mainmenu a:visited {
	color:#FFF;
	text-align:center;
	top: 0px;
	text-decoration:none;
}

.mainmenu a:hover, .mainmenu a:active {
	color:#E00817;
}

.menuBtn {
	margin-left:5px;
	display:block;
}

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

#menuTranslation {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
    left:150px;
	bottom:80px;
	z-index: 8999;
	font-size:20px;
	width:auto;
	height:auto;
	position:absolute;
	padding:20px;
	background:rgba(0,0,0,0.5);
	border-radius:10px;
	opacity:0;
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-ms-transition: opacity 0.25s;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
}


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

#page0, #page1  {
	background-image: url(../images/bg01-2022-06.jpg); /* fallback */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))), url(../images/bg01-2022-06.jpg); /* Saf4+, Chrome */ 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg01-2022-06.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg01-2022-06.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg01-2022-06.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg01-2022-06.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg01-2022-06.jpg);          /* W3C */
	background-position: center top;
}

#page2, #page4, #page11, #page12 {
	background-image: url(../images/bg02-2022-06.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))), url(../images/bg02-2022-06.jpg); /* Saf4+, Chrome */ 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg02-2022-06.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg02-2022-06.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg02-2022-06.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg02-2022-06.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg02-2022-06.jpg);          /* W3C */
	background-position: center top;
}

#page3, #page8, #page9, #page13, #page14, #page15, #page16 {
	background-image: url(../images/bg03-2022-06.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))), url(../images/bg03-2022-06.jpg); /* Saf4+, Chrome */ 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg03-2022-06.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg03-2022-06.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg03-2022-06.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg03-2022-06.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg03-2022-06.jpg);          /* W3C */
	background-position: center top;
}

#page5 {
	background-image: url(../images/bg05-2022-06.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))), url(../images/bg05-2022-06.jpg); /* Saf4+, Chrome */ 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg05-2022-06.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg05-2022-06.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg05-2022-06.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg05-2022-06.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg05-2022-06.jpg);          /* W3C */
}

#page6 {
	background-image: url(../images/bg06-2022-06.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))), url(../images/bg06-2022-06.jpg); /* Saf4+, Chrome */ 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg06-2022-06.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg06-2022-06.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg06-2022-06.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg06-2022-06.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg06-2022-06.jpg);          /* W3C */
}

#page7 {
	background-image: url(../images/bg07-2022-06.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))), url(../images/bg07-2022-06.jpg); /* Saf4+, Chrome */ 
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg07-2022-06.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg07-2022-06.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg07-2022-06.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg07-2022-06.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 75%, rgba(0,0,0,0.8) 100%), url(../images/bg07-2022-06.jpg);          /* W3C */
	background-position: center top;
}

#page10 {
	background-image: url(../images/bg03a-2022-06.jpg);
	background-position: center top;
}

.entry {
	padding: 10px;
	border-bottom: 1pt solid #666;
	clear:both;
}

.pageContent, .aboutPage, .multimediaPage, .videoPage {
	margin:10px;
	margin-top:30px;
	padding:5px;
	overflow-x:auto;
	overflow-y:auto;
	background:rgba(0,0,0,0.75);
	-webkit-overflow-scrolling: touch;
}

.multimediaPage {
	float:right;
	text-align:right;
	margin-top:70px;
	width:25%;
}

.videoPage {
	width:80%;
	height:80%;
	max-width:none;
	padding:10px;
	margin-top:85px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	float: none;
}

@media screen and (orientation:portrait) {

	#menubar {
		font-size:16px;
	}

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

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

	#newsPage {
		height:39%;
	}

	#twitterPage {
		height:29%; margin-top:10px;
	}

	.aboutPage {
		width:35%;
		float:left;
		margin-top:70px;
	}

	#blogPage {
		width:40%;
		float:left;
		text-align:left;
	}

	#calendarInfo {
		margin-top:300px;
	}
	
	#multimediaPage, #musicPage, #photosPage, #videoPage, #contactPage { }

	#musicPage {
		height:39%;
	}
	
	#discographyPage {
		height:29%; margin-top:10px;
	}

	#videoPage { width:40%; height:70%; }

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

	#contactPage {
		width:30%;
		height:400px;
		float:left;
		text-align:left;
	}
	
	#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:70%;
		-webkit-overflow-scrolling: auto;
	}

	.multimediaPage {
		width:25%;
	}
	
	#newsPage {
		height:35%;
	}

	#twitterPage {
		width:40%; height:29%; margin-top:10px;
	}

	.aboutPage {
		width:45%;
		float:right;
		margin-top:50px;
	}
	
	#blogPage {
		width:35%;
		float:right;
		text-align:right;
	}
	
	#calendarPage {
	}
	
	#calendarInfo {
		margin-top:35px;
	}
	
	#multimediaPage, #musicPage, #photosPage, #videoPage, #contactPage { }
	
	#musicPage {
		width:40%; height:29%;
	}
	
	#discographyPage {
		height:29%; margin-top:10px;
	}

	#videoPage { width:60%; }
	
	.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;
	}
	
	#contactPage {
		width:50%;
		float:right;
		text-align:right;
	}
	
	#logoBar {
		width:50%;
		float:right;
		text-align:right;
	}
	
}

#homePage {
	background:none;
	height:50%;
	width:25%;
	float:right;
}

#homeQuote {
	margin-top:13%;
	text-align:justify;
	-webkit-transition: height 500ms;
	-moz-transition: height 500ms;
	-ms-transition: height 0.5s;
	-o-transition: height 500ms;
	transition: height 500ms;
}

#homeQuoteText {
	font-size:16pt;
	color:#FFF;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

@media screen and (orientation:portrait) {
	#homeQuote {
		background:rgba(0,0,0,0.5);
		padding:20px;
	}
}

@media screen and (orientation:landscape) {
	#homeQuote {
		padding:10px;
		background:none;
	}
}

#newsPage { 
	width: 25%;
	max-width:200px;
}

.aboutPage {
	margin-top:60px;
	float: right;
	background:rgba(0,0,0,0.7);
	padding:20px;
	line-height:21pt;
}

#bioPage, #bioJpnPage, #bioEspPage { text-align:justify; font-size:14pt; }

#musicPage { width:360px; }

#photosPage { width:450px; }

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

#calendarPage {
	width:33%;
	max-width:300px;
	height:80%;
	max-height:600px;
	float:right;
	text-align:right;
	background:rgba(0,0,0,0.7);
	overflow-x:hidden;
	padding:5px;
	margin-top:35px;
}

#calendarInfo {
	width:50%;
	max-width:430px;
	float:right;
	margin-top:35px;
	margin-right:5px;
	padding:5px;
	overflow-x:inherit;
	overflow-y:auto;
	height:80%;
	max-height:600px;
	background:rgba(0,0,0,0.7);
	opacity:0;
	text-align:left;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#collaborationsPage {
	float:right;
	text-align: right;
	font-size:16pt;
}

#contactPage { 
	float:left; 
	padding:20px; 
	width:auto;
	height:auto;
	min-height:500px;
}

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

#contactSocial {
	float:right; 
	padding:20px; 
	width:auto;
	height:auto;
}

#contactSocial a {
    font-family: 'TrajanPro';
}

.videoPage .entry {
	border:none;
	display: inline-block;
	vertical-align: middle;
	margin:5px;
	background:#000;
	overflow: hidden;
	padding:0;
	width:350px;
	height:200px;
}

.videothumb {
	background:#000;
	width:350px;
	height:200px;
	margin-top:-150px;
	float:right;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	opacity:0.3;
	z-index:2;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

.videothumb:hover {
	opacity:1;
}

.vidPlayBtn {
	font-size:80pt;
	color:rgba(255,255,255,0.40);
}

.vidPlayBtn:hover {
	color:#FFF;
	text-shadow: 2px 3px 3px #000;
}

.cliplisting {
	padding-top:60px;
	color:#AAA;
	line-height:20pt;
	float:none;
	font-size:14pt;
	z-index:100;
}

.cliplisting:hover {
	opacity:0;
}

.cliplisting description {
	color:#AAA;
}

cliptitle, .cliptitle {
	color: #FFF;
	font-size:16pt;
	text-align:center;
	margin-top:50px;
	padding-left:10px;
	padding-right:10px;
	z-index:105;
	background:rgba(0,0,0,0.5);
}
#multimediaPage, #musicPage {
	font-size:24pt;
	margin:15%;
	text-align: center;
	height: auto;
	width: auto;
	padding:50px;
	float:right;
	background:rgba(0,0,0,0.5);
	font-family: 'TrajanPro';
}

#multimediaPage a, #musicPage a {
	display: block; 
}

.about-menubar {
    font-family: 'TrajanPro';
	overflow:hidden;
	z-index:2000;
	top:0;
	right:10px;
	margin-top:35px;
	padding-left:10px;
	position:absolute;
	text-align:right;
	text-transform:uppercase;
	background:rgba(0,0,0,0.5);
}

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

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

.mm-menubar {
    font-family: 'TrajanPro';
	font-size:14pt;
	overflow:hidden;
	z-index:2010;
	top:0;
	right:0;
	margin-top:35px;
	position:absolute;
	text-align:right;
	text-transform:uppercase;
}

.mm-menubar a {
	display:inline-block;
	padding-right:10px;
}

.mm-menubar a:link, .mm-menubar a:visited {
	color:#BBB;
	text-decoration:none;
}

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

.music-menubar {
    font-family: 'TrajanPro';
	font-size:10pt;
	overflow:hidden;
	z-index:2010;
	top:0;
	right:0;
	margin-top:60px;
	position:absolute;
	text-align:right;
	text-transform:uppercase;
}

.music-menubar a {
	display:inline-block;
	padding-right:10px;
}

.music-menubar a:link, .music-menubar a:visited {
	color:#BBB;
	text-decoration:none;
}

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

.tracklisting { font-size: 10pt; color: #AAA; text-align:right; padding-bottom:20px; }
.trackcomposer { font-size: 12pt; text-transform: uppercase; }
.tracktitle { color: #FFF; font-size: 14pt;}
.trackmovement { font-size: 12pt; }
.audioBtn { font-family: 'HelveticaLightCn'; padding-right: 20px; font-size: 12pt; }

.listenBtn {
	display: inherit;
	float: right;
	text-align:right;
	margin-top:0px;
	padding-left: 20px;
    font-family: 'TrajanPro';
}

.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: 14pt; }
shortdate { color: #AAA; font-size: 14pt; }
newsdate { color: #AAA; font-size: 14pt; display: block; }

listevent, pastevent { color: #FFFFFF; font-size: 14pt; display:block; }
event { color: #FFFFFF; font-size: 20pt; display:block; }
venue { color: #CCCCCC; font-size: 14pt; }
city { color: #BBBBBB; font-size: 14pt; display:block; }
listcity { color: #BBBBBB; font-size: 14pt; display:block; }
maplink { font-size: 14pt; }
repertoire { color: #999999; font-size: 14pt; display:block; }
description { color: #BBBBBB; font-size: 14pt; display:block; }
website { font-size: 12pt; font-family: 'TrajanPro'; }
time { font-size: 12pt; }


headline { color: #FFFFFF; font-size: 18pt; display: block; }
newsitem { color: #BBBBBB; font-size: 10pt; display:block; text-align:justify; }

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

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

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