@charset "UTF-8";

@font-face {
    font-family: 'josefin_sanslight';
    src: url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/css/josefinsans-light-webfont.eot');
    src: url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/css/josefinsans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/css/josefinsans-light-webfont.woff2') format('woff2'),
         url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/css/josefinsans-light-webfont.woff') format('woff'),
         url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/css/josefinsans-light-webfont.ttf') format('truetype'),
         url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/css/josefinsans-light-webfont.svg#josefin_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'josefin_sansregular';
    src: url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/css/josefinsans-regular-webfont.eot');
    src: url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/css/josefinsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/css/josefinsans-regular-webfont.woff2') format('woff2'),
         url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/css/josefinsans-regular-webfont.woff') format('woff'),
         url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/css/josefinsans-regular-webfont.ttf') format('truetype'),
         url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/css/josefinsans-regular-webfont.svg#josefin_sansregular') 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: 'josefin_sansregular';
	font-size: 12pt;
	background-color: #FFF;
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	color:#222;
}

.contentBox {
	margin:10px;
	margin-top:30px;
	padding:5px;
	overflow-x:inherit;
	overflow-y:inherit;
	float:right;
	text-align:right;
	background:rgba(232,232,232,0.5);
}

.mainmenu {
	font-family:'josefin_sansregular';
	letter-spacing:5px;
	line-height:25px;
	height:25px;
	text-transform:uppercase;
	position:fixed;
	font-size:11pt;
	text-align:center;	
	top:0;
	left:0;
	z-index:1100;
	width:100%;
	color:#FFF;
	background:rgba(0,0,0,0.8);
}

.mainmenu a {
	text-align:center;
	padding-right: 5px;
	padding-left: 5px;
}

.mainmenu a:link, .mainmenu a:visited {
	color:#FFF;
	text-decoration:none;
}

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

.menuBtn {
	font-family:'josefin_sansregular';
	display:inline-block;
}

#socialMenu {
	height:30px;
	width: 200px;
	bottom:34px;
	right:5px;
	margin:0;
	z-index:5000;
	position:absolute;
}

.MainPage { margin:0; }
.MainPage #mainContent { margin:0; }

p { text-align:justify; }

a:link, a:visited {
	text-decoration: none;
	color: #27007A;
}
a:hover {
	text-decoration: none;
	color: #FF7F00;
}
a:active { text-decoration: underline; }

h1 {
	font-family: 'josefin_sansregular';
	color: #BBB;
	font-size:26pt;
	font-weight: normal;
	text-decoration: none;
	clear:both;
	letter-spacing:3px;
	margin:0; 
	padding:0;
	text-transform:uppercase;
}
h2 { font-family: 'josefin_sansregular'; color: #BBB; font-size: 24pt; font-weight: normal; text-decoration: none; clear:both; letter-spacing:3px; margin:0; padding:0; text-transform:uppercase; }
h3 { font-family: 'josefin_sansregular'; color: #BBB; font-size: 18pt; font-weight: normal; text-decoration: none; clear:both; letter-spacing:3px; margin:0; padding:0; text-transform:uppercase; }
h4 { font-family: 'josefin_sansregular'; color: #BBB; font-size: 16pt; font-weight: normal; text-decoration: none; clear:both; letter-spacing:3px; margin:0; padding:0; text-transform:uppercase; }
h5 { font-family: 'josefin_sansregular'; color: #BBB; font-size: 14pt; font-weight: normal; text-decoration: none; clear:both; margin:0; padding:0; text-transform:uppercase; }

.pagetitle {
    font-family: 'josefin_sansregular';
	font-size:20px;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:15px;
	text-align:center;
	opacity:1;
	position:absolute;
	bottom:30px;
	z-index:999;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background:rgba(0,0,0,0.8);
}

#siteTitle {
}

#homepageTitle {
	
}

.printerlink { 
	text-transform:uppercase;
	top:0;
	right:10px;
	margin-top:31px;
	z-index:2500;
	position:absolute;
	letter-spacing:3px;
}

@media screen and (orientation:portrait) {
	.menubar {
		font-size:26pt;
	}
	.about-menubar {
		font-size:16pt;
	}
}

@media screen and (orientation:landscape) {
	.menubar {
		font-size:16pt;
	}
	.about-menubar {
		font-size:12pt;
	}
}

.pageContainer {
	top: auto;
	margin:0px;
	font-size:12pt;
	padding:0;
	overflow-x:hidden;
	overflow-y:hidden;
	width:100%;
	height:100%;
	position: absolute;
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/images/bg01.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	opacity:0;
	z-index:-1;
}

#page0, #page1, #page17 {
	background-position: center top;
	background-image: url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/images/bg01.jpg');
}

#page2, #page4, #page11, #page14 {
	background-position: right top;
	background-image: url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/images/bg02.jpg');
}

#page3, #page8, #page9, #page12, #page16 {
	background-position: right top;
	background-image: url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/images/bg03.jpg');
}

#page10, #page13 {
	background-position: right top;
	background-image: url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/images/bg03a.jpg');
}

#page5 {
	background-position: center top;
	background-image: url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/images/bg05.jpg');
}

#page7 {
	background-position: left top;
	background-image: url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/images/bg07.jpg');
}

#page15 {
	background:none;
}


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

.listenBtn {
	display:inline-block;
	padding-left:20px;
	font-family: 'josefin_sansregular';
	letter-spacing:0;
	font-size:8pt;
}

@media screen and (orientation:portrait) {
	
	#page0, #page1, #page17 {
		background-position: 27% top;
	}
	#page2, #page4, #page11, #page14 {
		background-position: -600px top;
	}
	
	.pageContent, .aboutPage, .multimediaPage {
		width:30%;
		height:70%;
		background:rgba(232,232,232,0.7);
	}
	
	#newsPage {
	}

	#newsPage, #musicPage {
	}

	.aboutPage {
		width:40%;
		height: 73%;
		padding: 10px;
	}

	.about-menubar {
		width:90%;
	}

	.multimediaPage {
		width: 25%;
		height: 70%;
		float: right;
	}

	.filmscoringPage {
		width:45%;
	}
		
	#publicistPage {
		text-align:left;
	}
}

@media screen and (orientation:landscape) {
	
	#page0, #page1, #page17 {
		background-position: center top;
	}
	#page2, #page4, #page11, #page14 {
		background-position: right top;
	}
	
	.pageContent, .aboutPage, .multimediaPage {
		width:40%;
		height:70%;
		background:rgba(232,232,232,0.3);
	}
	
	#newsPage {
	}

	.aboutPage {
		width:30%;
		height:70%;
		padding:10px;
	}

	.about-menubar {
		width:50%;
	}

	.multimediaPage {
		width:33%;
		height:72%;
		float: left;
	}
	
	.filmscoringPage {
		width:45%;
	}

	#newsPage, #musicPage {
		width:35%;
	}
	
	#publicistPage {
		text-align:right;
	}
}

.pageContent, .aboutPage, .multimediaPage {
	margin:10px;
	margin-top:30px;
	padding:5px;
	overflow-x:inherit;
	overflow-y:auto;
	float:right;
}


.aboutPage {
	margin-top: 55px;
	overflow-x:inherit;
	overflow-y:auto;
	text-align:right;
	background:rgba(232,232,232,0.9);
}

.about-menubar {
	overflow:hidden;
	z-index:2000;
	width:100%;
	top:0;
	left:0;
	margin-top:32px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	font-size: 9pt;
	letter-spacing:3px;
}

.about-menubar a {	
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
}

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

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

.multimediaPage {
	margin-top:75px;
	overflow-x:inherit;
	overflow-y:auto;
	padding:5px;
	text-align:left;
}

	#bgvid {
        position: fixed; top: 0; left: 0;
        -width: 100%; min-height: 100%;
        width: auto; height: auto; z-index: -100;
		background: #000 url('https://d27k2lb05hnc5v.cloudfront.net/LindaMayHanOh/video/bg00.jpg') no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}


#twitterFeed {
	height:50%;
	font-size:12pt;
	overflow-y:auto;
}

#twitterFeed img { margin-left:10px; }

#twitterFeed a { text-transform:lowercase; font-size:10pt; }	

#homePage {
	background:none;
	width:100%;
	height:80%;
	margin:0;
	margin-top:10%;
	padding:0;
	text-align:center;
}

#homePage a {
	text-transform:uppercase;
	letter-spacing: 2pt;
}

#homePage a:link, #homePage a:visited {
	color: #FFF;
}

#homePage a:hover, #homePage a:active {
	color:#FC0;
}


#newsPage {
	text-align: right;
	background:rgba(46,46,48,0.80);
}

#newsPage a {
	font-family: 'josefin_sansregular';
	font-size:10pt;
}

#newsPage .listenBtn { display:inline-block; padding-right:10px; padding-left:10px; }

#bioPage, #discographyPage, #reviewsPage {
	padding:20px;
}

#bioPage {
	text-align:justify;
	font-size: 13pt;
	line-height: 24pt;		
}

#discographyPage {
	text-align: right;
	line-height: 18pt;
}

#discographyPage .entry {
	padding-bottom:30px;
}

#discographyPage .listenBtn, #trackList .listenBtn {
	padding:5px;
	margin:0;
}

#reviewsPage {
	font-size:11pt;
	line-height: 24pt;		
}

#reviewsPage h4, #storePage h4 {
	text-transform: none;
	letter-spacing: 1px;
	color: #555;
	margin: 0;
	margin-top: 10px;
}

#storePage {
	width:28%;
	float:left;
	background: rgba(198,199,200,0.95)
}

#storePage .entry {
}

composer { color: #222; font-size: 14pt; display: block; text-transform:lowercase; }
worktitle { color: #000; font-size: 20pt; display: block;}
worksubtitle { color: #333; font-size: 16pt; display: block;}
duration { color: #444; font-size: 14pt; display: block; }
instrumentation { color: #333; font-size: 12pt; display: block; }
ensemblesize { color: #444; font-size: 14pt; display: block; }
workyear { color: #111; font-size: 14pt; display: block; }


#multimediaPage {
	width:auto;
	height:auto;
	margin-top:15%;
	margin-left:50px;
	text-transform:uppercase;
	text-align:left;
	font-size: 24pt;
	line-height: 55px;
	overflow:hidden;
	background:none;
	float: left;
}

#multimediaPage a {
	display: block;
	font-size: 16pt;
	letter-spacing:2pt;
	color:#FFF;
}

#multimediaPage a:link, #multimediaPage a:visited {
	color:#FFF;
}
#multimediaPage a:hover, #multimediaPage a:active {
	color:#3D90FF;
}

.mm-menubar {
	overflow:hidden;
	z-index:2010;
	width:100%;
	top:0;
	left:0;
	margin-top:27px;
	position:absolute;
	text-align:center;
	text-transform:uppercase;
	font-size: 9pt;
	height:11pt;
	line-height:11pt;
	letter-spacing:3px;
	background:rgba(0,0,0,0.7);
}

.mm-menubar a {
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
	color:#BBB;
}

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

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

#musicPage, #photosPage {
	margin-top:50px;
	height:76%;
	text-align:left;
	background:rgba(0,0,0,0.5);
}

.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(255,255,255,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: 'josefin_sansregular';
}

#musicPage {
	text-align:center;
	float: left;
}

#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%;
	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(255,255,255,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(255,255,255,0.5);
	margin:5px;
	margin-right:10px;
	overflow-x:inherit;
	overflow-y:auto;
	border-radius:20px;
}

#musicStudio .entry {
	padding-bottom:0;
	padding:10px;	
}
	
#albumartworkBG {
	z-index:-1;
	filter: blur(20px);
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-o-filter: blur(20px);
	-ms-filter: blur(20px);
	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;
}

.music-menubar {
	overflow:hidden;
	width:100%;
	z-index:2020;
	top:0;
	right:0;
	margin-top:50px;
	position:absolute;
	text-align:center;
	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;
}

#photosPage {
	font-family: 'josefin_sansregular';
	min-width:400px;
	height:74%;
	font-size:24pt;
	text-transform:lowercase;
}

#photosPage a { text-transform:uppercase; display:block; }
#photosPage a:link, #photosPage a:visited { color:#CCC; }
#photosPage a:hover, #photosPage a:active { color:#FFF; }

.photos-menubar {
	overflow:hidden;
	z-index:2020;
	top:0;
	left:200px;
	margin-top:28px;
	position:absolute;
	text-align:left;
	text-transform:uppercase;
}

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

.photos-menubar a:hover, .photos-menubar a:active {
	color:#FFF;
}
.photosectionBtn {
	width: 44%;
	height: 44%;
	float: left;
	text-align: center;
	padding: 10px;
	margin: 1px;
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: right top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#videoPage {
	width: 90%;
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background:none;
}

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

.videothumb {
	background:#000;
	width:350px;
	height:200px;
	margin-top:-190px;
	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:80px;
	color:#AAA;
	line-height:15pt;
	float:none;
	font-size:9pt;
	z-index:100;
}

.cliplisting:hover {
	opacity:0;
}

.cliplisting description {
	color:#AAA;
}

cliptitle, .cliptitle {
	color: #FFF;
	font-size:10pt;
	text-align:center;
	margin-top:50px;
	padding-left:10px;
	padding-right:10px;
	z-index:105;
	background:rgba(0,0,0,0.5);
}

#photoLoader {
	margin-top:40px;
	height:70%;
	width:400px;
	max-height:500px;
	background:none;
	padding:10px;
	float:left;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	opacity:0;
}

#photoLoader img {
	background:rgba(22,10,0,0.5);
	padding:10px;
}

.filmscoringPage {

}

#calendarPage {
	width:33%;
	max-width:300px;
	float:left;
	text-align:left;
	background:rgba(255,255,255,0.3);
	overflow-x:hidden;
}

#calendarInfo, #compositionInfo {
	width:33%;
	max-width:430px;
	float:right;
	margin-top:35px;
	margin-right:5px;
	padding:10px;
	overflow-x:inherit;
	overflow-y:auto;
	height:80%;
	max-height:1000px;
	line-height: 18pt;
	background:rgba(255,255,255,0.8);
	opacity:0;
	text-align: right;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#compositionInfo {
	background:rgba(192,192,192,0.9);
}

@media screen and (orientation:portrait) {
	#calendarPage {
		float:left;
		text-align:left;
	}
	
	#calendarInfo {
		float:right;
		text-align:right;
	}
}

@media screen and (orientation:landscape) {
	#calendarPage {
		float:left;
		text-align:left;
	}
	
	#calendarInfo {
		float:right;
		text-align:right;
	}
}

#calendarPage a {
}

#calendarPage h1 {
	font-size: 16pt;
	margin-bottom:0;
	padding-bottom:0;
}

#contactPage {
	background:rgba(46,46,48,0.80);
	padding:20px;
	color:#FFF;
	float:right;
	text-align:right;
	width: auto;
	height: auto;
}

#contactPage a:link, #contactPage a:visited {
	text-decoration: none;
	color: #FF7F00;
}
#contactPagea:hover {
	text-decoration: none;
	color: #DDD;
}

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

.contactSocialBtn {
	margin:5px;
}


.tracklisting {
	font-size: 10pt;
	line-height: 15pt;
	color: #444;
	padding-bottom:8px;
	text-align:left;
}

#filmscoringAudio .tracklisting {
	text-align:right;
}

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

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


.trackcomposer { 
	font-size: 9pt;
	text-transform: uppercase;
	letter-spacing: 2pt;
}

.tracktitle {
	color: #222;
	font-size: 14pt;
	line-height: 20pt;
}

.trackmovement {
	font-size: 12pt;
}

.audioBtn {
	font-family: 'josefin_sansregular';
	padding-right: 20px;
	font-size: 12pt;
}

#discographyPage .listenBtn {
}

.photoAlbum {
	display:block;
	clear:both;
	margin-bottom:20px;
}

.thumb { 
	background: #000000;
	width: 80px;
	height: 80px;
	border: 1px solid #FFFFFF;
	margin: 6px;
	overflow: hidden;
	display:block;
	float:left;
}

longdate, pastdate { color: #555; font-size: 10pt; text-transform:uppercase; }
shortdate { color: #555; font-size: 8pt; text-transform:uppercase; }
newsdate { color: #DDD; font-size: 8pt; text-transform:uppercase; display:block; line-height: 16pt; }

listevent, pastevent { color: #222; font-size: 12pt; display:block;  }
leaderevent { color: #2F0074; font-size: 12pt; display:block;  }

event { color: #222; font-size: 12pt; }
venue { color: #444; font-size: 10pt; }
city { color: #555; font-size: 10pt; text-transform:uppercase; }
maplink { font-size: 11pt; }
repertoire { color: #222; font-size: 11pt; display:block; }
description { color: #444; font-size: 11pt; display:block; }
#page15 description {  clear:both; text-align:justify; }
website { font-size: 11pt; }
time { font-size: 11pt; }

headline { color: #FFF; font-size: 12pt; display: block; }
#newsPage headline { font-size: 14pt; line-height: 18pt;  }
newsitem { color: #DDD; font-size: 12pt; line-height: 20pt; }
#newsPage a:link, #newsPage a:visited { color: #C44952; } 
#storePage a:link, #storePage a:visited { color: #C44952; } 
#compositionInfo a:link, #compositionInfo a:visited { color: #C44952; } 

artist { color: #444; font-size: 8pt; text-transform:uppercase; letter-spacing: 2px; }
album { color: #000; font-size: 12pt; }
label { color: #666; font-size: 10pt; }
year { color: #444; font-size: 10pt; }

composer { color: #888; font-size:16pt; display: block; text-align:left; margin-left:15px; margin-bottom:-15px; letter-spacing:2px; text-transform:uppercase; }
work { color: #111; font-size:14pt; margin:0; }
movement { color: #333; font-size: 12pt; }
role { color: #444; font-size: 12pt; }
#repertoirePage p { margin:0; padding:0; }
#repertoirePage h1, #repertoirePage h2 { text-align:left; margin:20px; }

reviewtext { text-align:justify; display:block; }
author { color: #333; font-size: 12pt; font-style: normal; text-decoration: none; display: block; text-align: right; }
publication { color: #666; font-size: 12pt; font-style: normal; text-decoration: none; margin-bottom: 20px; padding-bottom: 2px; display: block; text-align: right; font-family: 'josefin_sansregular'; }

#reviewsPage a { text-transform:uppercase; }

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

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

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

#FlashAudioPlayer {
	width:100%;
	height:25px;
	bottom:0px;
	left:0px;
	text-align:left;
	position:absolute;
	z-index:900;
	overflow:hidden;
	padding:0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	opacity:0;
	background:rgba(0,0,0,0.8);
}

#FlashAudioPlayer a:link, #FlashAudioPlayer a:visited  {
	color:#FC0;
}

#FlashAudioPlayer a:hover, #FlashAudioPlayer a:active  {
	color:#F8961E;
}

#audioStatusBar {
	margin-top:-21px;
	width:0px;
	height:1px;
	background:#FFF;
	clear:both;
}

#audioplayerInfo {
	overflow:hidden;
	text-overflow:ellipsis;
	top:0;
	left:0;
	margin:0px;
	color:#AAA;
	clear:both;
}

#playerTimer {
	float:right;
	text-align:right;
	padding:0;
	margin-right:5px;
}

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

#audioComposer, #audioName, #audioMovement {
	text-align:left;
	float:none;
	font-size:14px;
	line-height:18px;
	height:14px;
	margin-right:5px;
}

#audioTrackDetails {
	float:left;
	overflow:hidden;
	text-overflow:ellipsis;
}

#audioName {
	color:#FFF;
}

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

#audioMovement {
	font-size:10px;
	float:none;
}

#playpauseBtn, #playBtn, #pauseBtn, #prevBtn, #nextBtn, #audiopurchaseBtn {
	text-transform:uppercase;
	font-size:10px;
	text-align:right;
	visibility:hidden;
	letter-spacing:0px;
}

#audiopurchaseBtn {
	visibility:hidden;
	opacity: 0;
}

#prevBtn, #nextBtn, #audiopurchaseBtn {
	height:0;
	width:0;
}

