@charset "UTF-8";

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'Orator';
	src: url('oratorstd-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'Orator';
	src: url(//:) format('no404'), url('oratorstd-webfont.woff') format('woff'), url('oratorstd-webfont.ttf') format('truetype'), url('oratorstd-webfont.svg#webfonteqPwCyEF') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'HelveticaNeueLtCd';
	src: url('helveticaneueltstd-ltcn-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'HelveticaNeueLtCd';
	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 {
	/* This declaration targets Internet Explorer */
	font-family: 'HelveticaNeueLtCd';
	src: url('helveticaneueltstd-ltcno-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'HelveticaNeueLtCd';
	src: url(//:) format('no404'), url('helveticaneueltstd-ltcn-webfont.woff') format('woff'), url('helveticaneueltstd-ltcn-webfont.ttf') format('truetype'), url('helveticaneueltstd-ltcn-webfont.svg#webfontwHuEuTCn') 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: 'HelveticaNeueLtCd';
	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: #FC0;
	text-decoration: none;
}
a:hover { text-decoration: none; }
a:active {
	color: #FC0;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Orator';
	text-transform:lowercase;
	color: #AAA;
	font-weight: normal;
	text-decoration: none;
	clear:both;
	padding:10px;
	margin:0;
	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: 'Orator';
	font-size:60px;
	color:#FFF;
	position:absolute;
	left:0;
	bottom:22px;
	z-index:1000;
	width:100%;
	text-align:center;
	text-transform:lowercase;
}

.mainmenu {
	width: 100%;
	left:0;
	bottom:0;
	line-height:26px;
	height:26px;
	text-transform:lowercase;
	letter-spacing:0.75pt;
	position:absolute;
	z-index:9000;
	font-size:24px;
	color:#BBB;
	background:rgba(0,0,0,0.6);
	text-align:center;
	font-family: 'Orator';
}

.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:901;
	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.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.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.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.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.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.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.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.jpg);          /* W3C */
}

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

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

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

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

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

#page11 {
	background-image: url(../images/bg11.jpg);
}

.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;
	height:auto; 
	max-height:70%;
}

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

@media screen and (orientation:portrait) {

	#menubar {
		font-size:16px;
	}

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

	.pageContent, .aboutPage  {
		width:35%;
	}
	
	.multimediaPage {
		width:50%;
	}
	
	#newsPage {
		float:left;
		text-align:left;
	}

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

	#musicStudio {
		max-width:100%;
		width:100%;
	}	

	#calendarInfo {
		margin-top:300px;
	}
	
	#contactPage {
		width:30%;
		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 {
		width:50%;
		max-width:600px;
		-webkit-overflow-scrolling: auto;
	}
	
	.multimediaPage {
		width:70%;
		max-width:600px;
	}

	#newsPage {
		float:right;
		text-align:r;
	}

	.aboutPage {
		width:70%;
		max-width:600px;
		margin-top:50px;
	}
	
	#musicStudio {
		max-width:100%;
		width:100%;
	}	
	
	#calendarPage {
	}
	
	#calendarInfo {
		margin-top:35px;
	}
	
		
	.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;
	}
	
}



#newsPage { width:400px; float:right; text-align:right; margin-right:10px; }

.aboutPage { text-align: left; }

#bioPage { text-align:justify; padding:30px; }

#discographyPage {
	max-width:400px;
}

#musicPage { }

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

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

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

#musicStudio #trackList {
	width:40%;
	height:60%;
	float:right;
	text-align:right;
	background:rgba(0,0,0,0.5);
	margin:5px;
	margin-top:5px;
	overflow-x:inherit;
	overflow-y:auto;
}

#musicStudio .entry {
	padding-bottom:0;
	padding:10px;	
}
	
#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;
}


#photosPage { }

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

#calendarPage {
	width:550px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#linksPage {
	width:400px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#reviewsPage a, #calendarPage a, #linksPage a {
	font-family: 'Orator';
	text-transform:lowercase;
}

#contactPage { margin:0px; margin-top:244px; float:right; padding-left:10px; height:245px;}
#contactPage h3 { margin: 1px; }
#contactPage p { text-align:right; }

#videoPage { }

.videothumb {
	background: #000000;
	width:150px;
	border: 1px solid #FFFFFF;
	margin: 10px;
	float: left;
	overflow: hidden;
	visibility:visible;
}

#videoPage .listenBtn {
    visibility:hidden;
}

.cliplisting {
	width:300px;
	text-align: left;
	color: #AAA; 
	padding:10px;
	float:right;
}

.cliptitle{ color: #FFF; font-size:16pt; }

#multimediaPage { 
	width:300px; 
	font-size:24pt; 
	float:none;
	margin-top:10%; 
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family: 'Orator';
	text-transform:lowercase;
}

#multimediaPage a { display:block; }

.multimediaPage {
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.mm-menubar { overflow:hidden; width:100%; left:0; top:30px; z-index:10; position:absolute; font-family: 'Orator'; text-transform:lowercase; text-align:center; }

.mm-menubar a:link, .mm-menubar a:visited {
	color:#BBB;
	display:inline-block;
	width:auto;
	padding:10px;
	text-decoration:none;
	font-family: 'Orator';
	text-transform:lowercase;
}

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

.about-menubar { overflow:hidden; width:auto; left:10px; top:30px; z-index:110; position:absolute; font-family: 'Orator'; text-transform:lowercase; }

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

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

.music-menubar {
	overflow:hidden;
	width:100%;
	z-index:2020;
	top:50px;
	right:0;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	font-weight: 500;
}

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

.music-menubar img {
	z-index:1111;
}

.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: 'Orator'; padding-right: 20px; font-size: 12pt; }

.listenBtn {
	font-family: 'Orator';
	text-transform: lowercase;
	display: inline-block;
	text-align:center;
	margin-top:0;
}

.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; display:block; }
venue { color: #CCCCCC; font-size: 14pt; display:block; }
city { color: #BBBBBB; font-size: 14pt; display:block; }
maplink { font-size: 12pt; display:block; }
repertoire { color: #999999; font-size: 12pt; display:block; }
details, description { color: #BBBBBB; font-size: 12pt; display:block; text-align:justify; }
#calendarPage details, #calendarPage description, #linksPage details, #linksPage description { text-align:center; }
website { font-size: 12pt; display:block; }
time { font-size: 10pt; }

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

artist { color: #CCC; font-size: 10pt; text-transform:uppercase; display: block; }
album { color: #FFF; font-size: 16pt; display: block; }
label { color: #CCC; font-size: 12pt; display: block; }
year { color: #AAA; font-size: 10pt; display: block; }

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