l@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;
}

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

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

body {
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../images/ajax-photoloader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'MyriadLight';
	font-size: 14pt;
	-webkit-transition: background 500ms;
	-moz-transition: background 500ms;
	-o-transition: background 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:16px;}

a:link {
	color: #FFDAC2;
	text-decoration: none;
	font-family: 'MyriadLight';
	text-transform:uppercase;
}
a:visited { color: #FFDAC2; }
a:hover { color: #FFF; text-decoration: none; }
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;
	margin:0;
	padding:10px;
	text-transform:uppercase;
}
h1 { font-size: 30pt; }
h2 { font-size: 24pt; }
h3 { font-size: 18pt; }
h4 { font-size: 16pt; }
h5 { font-size: 14pt; }
h6 { font-size: 12pt; }

h2 a { font-family: 'MyriadLight'; color: #FFDAC2; font-size: 24pt; font-weight: normal; text-decoration: none;  }

#page0, #page1, #page2, #page3, #page4, #page5, #page6, #page7, #page8, #page9, #page10, #page11, #page99 {
	top: auto;
	margin:0 auto;
	font-size:12pt;
	opacity:1;
	overflow-x:hidden;
	overflow-y:auto;
	width:900px;
	height:550px;
	position: absolute;
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: center center;	
	border: 1px solid #BBB;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#page1 {
	background-image: url(../images/amiShare/bg01.jpg);
}

#page2 {
	background-image: url(../images/amiShare/bg02.jpg);
}

#page3 {
	background-image: url(../images/amiShare/bg03.jpg);
}

#page4 {
	background-image: url(../images/amiShare/bg04.jpg);
}

#page5 {
	background-image: url(../images/amiShare/bg05.jpg);
}

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

#page99 {
	width:600px;
	height:110px;
	border:none;
	text-align:center;
}

#page99 body {
	text-align:center;
}

.aboutPage {
	margin:10px;
	margin-top:30px;
	width: 500px;
	height: 400px;
	text-align: justify;
	padding:10px;
	overflow-x:inherit;
	overflow-y:inherit;
	background:rgba(0,0,0,0.75);
	color:#EEE;
	float:right;
}

#discographyPage {
	overflow-x:inherit;
	overflow-y:inherit;
}

.aboutPage a:link, .aboutPage a:visited {

}

.aboutPage a:hover, .aboutPage a:active {

}

#reviewsPage p { font-size:12pt; font-style:italic; }
#reviewsPage a {
	font-family:'MyriadLight';
	text-transform: uppercase;
	font-size:10pt;
}

reviewstext { font-style: italic; font-size:14pt; }
author { color: #CCC; font-size: 14pt; font-style: normal; text-decoration: none; display: block; text-align: right; }
publication { color: #AAA; font-size: 12pt; font-style: normal; text-decoration: none; margin-bottom: 20px; padding-bottom: 2px; display: block; text-align: right; }

#calendarPage {
	width:402px;
	height:200px;
	padding:5px;
	overflow-x:inherit;
	overflow-y:inherit;
	background:rgba(0,0,0,0.5);
	float:left;
	text-align:left;
	margin-top:290px;
}

#mapWindow {
	width:355px;
	height:480px;
	padding:5px;
	overflow-x:inherit;
	overflow-y:inherit;
	background:rgba(0,0,0,0.5);
	margin-left:0px;
	float:right;
	text-align:right;
	bottom:10px;
}

#musicPage {
	width:400px;
	height:150px;
	padding:5px;
	overflow-x:inherit;
	overflow-y:inherit;
	background:rgba(0,0,0,0.75);
	float:right;
	text-align:right;
}

#newsWindow {
	text-align:center;
	width:400px;
	height:490px;
	padding:5px;
	overflow-x:inherit;
	overflow-y:inherit;
	background:rgba(0,0,0,0.75);
	margin-left:160px;
	float:none;
}

#sharinglinks {
	width:400px;
	height:170px;
	padding:5px;
	overflow-x:inherit;
	overflow-y:inherit;
	background:rgba(0,0,0,0.5);
	margin-left:0px;
	float:left;
	clear:both;
	margin-top:5px;
	text-align:left;
}

#mediaContent {
	width:470px;
	height:274px;
	padding:10px;
	overflow-x:inherit;
	overflow-y:inherit;
	background:rgba(0,0,0,0.75);
	margin-top:0px;
	float:left;
	text-align:left;
}

#albumtracklist {
	width:360px;
	height:470px;
	padding:5px;
	overflow-x:inherit;
	overflow-y:inherit;
	background:rgba(0,0,0,0.75);
	float:right;
	margin:0px;
	text-align:right;
}

#albuminformation {
	width:520px;
	height:550px;
	padding:0px;
	overflow-x:inherit;
	overflow-y:inherit;
	background:rgba(0,0,0,0.5);
	margin-top:0px;
	float:left;
	text-align:left;
}

#compositionInfo {
	width:300px;
	height:500px;
	padding:10px;
	overflow-x:inherit;
	overflow-y:hidden;
	background:rgba(0,0,0,0.5);
	margin-left:0px;
	text-align:left;
	float:left;
}

#compositionInfo .crop {
	width:300px;
	height:399px;
	overflow:hidden;
	float:left;
	margin-bottom:10px;
}

#compositionDescription {
	width:508px;
	height:480px;
	padding:20px;
	overflow-x:inherit;
	overflow-y:hidden;
	background:rgba(0,0,0,0.7);
	margin-right:0px;
	text-align:right;
	float:right;
}

composer { color: #DDD; font-size: 14pt; display: block; text-transform:uppercase; }
worktitle { color: #FFF; font-size: 20pt; display: block;}
worksubtitle { color: #DDD; font-size: 16pt; display: block;}
duration { color: #AAA; font-size: 14pt; display: block; }
instrumentation { color: #CCC; font-size: 12pt; display: block; }
ensemblesize { color: #AAA; font-size: 14pt; display: block; }
workyear { color: #CCC; font-size: 14pt; display: block; }

#socialButtons {
	text-align:left;
	padding:3px;
	font-family: 'MyriadLight';
	text-transform:uppercase;
	line-height:26px;
	
}

#page1 #socialButtons, #page5 #socialButtons {
	position:absolute;
	bottom:0;
	width:100%;
	background:rgba(0,0,0,0.5);
}

#page2 #socialButtons, #page3 #socialButtons {
	position:absolute;
	bottom:28px;
	width:100%;
	background:rgba(0,0,0,0.5);
}

.socialBtn {
	text-align:left;
	height:24px;
	float:left;
	padding:5px;
}

.siteLink {
	text-align:right;
	height:24px;
	float:right;
	padding:5px;
}

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

.listenBtn {
	display: inline-block;
	float: none;
	margin-left:10px;
	font-family: 'MyriadLight';
	text-transform:uppercase;
}

.storeBtn {
	margin-right:10px;
	float: left;
}

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

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

longdate { color: #BBB; font-size: 10pt; }
shortdate { color: #BBB; font-size: 10pt; }
newsdate { color: #BBB; font-size: 10pt; 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: 14pt; display: block; }
newsitem { color: #BBBBBB; font-size: 12pt; display: block;}

content { font-size: 14pt; padding-left: 5px; }
education { font-size: 12pt; }
composer { color: #888; font-size: 10pt; display: block; }
work { color: #fff; }
movement { color: #acacac; font-size: 12px; display: block; }

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

personnel { color: #CCCCCC; font-size: 14px; }
role { color: #BBB; font-size: 12pt;}

#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:100%;
	height:30px;
	text-align:center;
	position:fixed;
	z-index:999;
	padding:0;
	opacity:0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	bottom:0;
}

#audioStatusBar {
	margin-top:17px;
	width:100%;
	height:1px;
	background:#FFF;
	clear:both;
}

#audioplayerInfo { width:100%; position:relative; top:0; left:0; color:#AAA; clear:both; z-index:inherit;}

#playerTimer { float:right; }
#audioControls { float:right; margin-right:5px; }

#audioComposer, #audioName, #audioMovement { text-align:left; float:left; margin-left:5px; margin-right:5px; font-size:16px; line-height:16px; height:16px; white-space:nowrap; display:inline-block; }

#audioName { color:#FFF; }

#audioComposer { text-transform:uppercase; font-size:12px;}

#audioMovement { font-size:12px;  }

#playpauseBtn, #playBtn, #pauseBtn, #prevBtn, #nextBtn, #audiopurchaseBtn { text-transform:uppercase; font-size:10px; visibility:hidden; padding-left:5px; padding-right:5px; }
