@charset "UTF-8";

@font-face {
    font-family: 'garamond';
    src: url('garamondpremrpro-webfont.eot');
    src: url('garamondpremrpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('garamondpremrpro-webfont.woff') format('woff'),
         url('garamondpremrpro-webfont.ttf') format('truetype'),
         url('garamondpremrpro-webfont.svg#garamond_premr_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'garamond_italic';
    src: url('garamondpremrpro-it-webfont.eot');
    src: url('garamondpremrpro-it-webfont.eot?#iefix') format('embedded-opentype'),
         url('garamondpremrpro-it-webfont.woff') format('woff'),
         url('garamondpremrpro-it-webfont.ttf') format('truetype'),
         url('garamondpremrpro-it-webfont.svg#garamond_premr_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WatersTitlingPro';
    src: url('waterstitlingpro-rg-webfont.eot');
    src: url('waterstitlingpro-rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('waterstitlingpro-rg-webfont.woff') format('woff'),
         url('waterstitlingpro-rg-webfont.ttf') format('truetype'),
         url('waterstitlingpro-rg-webfont.svg#WatersTitlingProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WatersTitlingProLight';
    src: url('waterstitlingpro-lt-webfont.eot');
    src: url('waterstitlingpro-lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('waterstitlingpro-lt-webfont.woff') format('woff'),
         url('waterstitlingpro-lt-webfont.ttf') format('truetype'),
         url('waterstitlingpro-lt-webfont.svg#WatersTitlingProLight') 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: 'garamond';
	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;
	overflow:hidden;
}

.MainPage {  }

p { text-align:justify; font-size:14pt; }

a:link, a:visited {
	color: inherit;
	text-decoration: none;
}
a:hover { text-decoration: none; }
a:active {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'WatersTitlingProLight';
	font-weight: normal; 
	text-decoration:none; 
	clear:both; 
	letter-spacing:5px; 
	margin:0; 
	padding:0; 
	padding-bottom:20px;
	text-transform:uppercase;
}

h1 {
	font-size:28pt;
}
h2 { font-family: 'garamond_italic'; font-size: 22pt; text-transform:none; }
h3 { font-size: 18pt; }
h4 { 
    font-family: 'garamond_italic';
	font-size: 13pt;
	margin:0;
	padding:0;
	text-transform:none;
}

#pagetitle {
	font-family: 'WatersTitlingProLight';
	font-size:30px;
	color:#FFF;
	color:rgba(255,255,255,0.9);
	position:absolute;
	z-index:1000;
	float:left;
	text-transform:uppercase;
	letter-spacing:10px;
	padding-left:13px;
	margin-top:475px;
}

#subtitle {
	font-size:14px;
	letter-spacing:5px;
	color:#DDD;
	color:rgba(255,255,255,0.7);
}

#menubar {
	width: 100%;
	height:22px;
	max-width: 900px;
	line-height:25px;
	margin-top:529px;
	margin-left:1px;
	text-transform:uppercase;
	letter-spacing:0.5pt;
	position:absolute;
	z-index:1000;
	font-size:12px;
	color:#BBB;
	background:rgba(0,0,0,0.6);
	text-align:right;
}

#menubar a:link, #menubar a:visited {
	color:#CCC;
	text-align:center;
	top: 0px;
	text-decoration:none;
}

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

.menuBtn {
	margin-left:2px;
	margin-right:2px;
	display:inline-block;
	vertical-align:middle;
}

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

.operas-menubar {
	width: 100%;
	height:22px;
	max-width: 900px;
	line-height:25px;
	margin-top:1px;
	margin-left:1px;
	text-transform:uppercase;
	letter-spacing:0.5pt;
	position:absolute;
	z-index:1000;
	font-size:12px;
	color:#BBB;
	background:rgba(0,0,0,0.5);
	text-align:center;
}

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

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

#mainContent {
	overflow-x:auto;
	overflow-y:auto;
	width:900px;
	height:550px;
}

.pageContainer {
	top: 0;
	left: 0;
	margin:0;
	font-size:12pt;
	padding:0;
	overflow:hidden;
	width:100%;
	height:100%;
	max-width:900px;
	max-height:550px;
	opacity:0;
	z-index:-1;
	position: absolute;
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: center center;	
	border: 1px solid #888888;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#page0, #page13 {
	background-image: url(../images/patricia-herzog.jpg);
}

#page1 {
	background-image: url(../images/patricia-herzog-opera.jpg);
}

#page2 {
	background-image: url(../images/patricia-herzog-butterfly-in-america-madama-butterfly.jpg);
}

#page3 {
	background-image: url(../images/patricia-herzog-butterfly-in-america-opera-painting.jpg);
}

#page4 {
	background-image: url(../images/patricia-herzog-a-new-ending-for-madama-butterfly-opera-painting.jpg);
}

#page5 {
	background-image: url(../images/patricia-herzog-a-new-ending-for-tosca-opera-painting.jpg);
}

#page6 {
	background-image: url(../images/patricia-herzog-a-new-libretto-for-turandot-opera-illustration.jpg);
}

#page7 {
	background-image: url(../images/patricia-herzog-the-scarlet-letter-opera-painting.jpg);
}

#page8 {
	background-image: url(../images/patricia-herzog-musician.jpg);
}

#page9 {
	background-image: url(../images/patricia-herzog-the-wind-opera-painting.jpg);
}

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

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

#page12, #page14 {
	background-image: url(../images/patricia-herzog-opera-lucretia.jpg);
}

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

#discographyPage .entry, #videoPage .entry {
	padding-bottom: 20px;
	clear:both;
	border-top: thin solid #666;
	border-bottom: none;
}

.defaultPage, .aboutPage, .multimediaPage {
	margin:10px;
	margin-top:30px;
	width:auto;
	height:auto;
	max-width:320px;
	max-height:450px;
	padding:20px;
	overflow-x:auto;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	float:right;
	background: rgba(0,0,0,0.5);
	text-align:right;
}

.multimediaPage {
	float:right;
	text-align:right;
	width:470px;
}

#homePage, #operasPage {
	background:none;
	float:left;
	color:#222;
	margin:0;
	padding:15px;
	padding-top:50px;
	max-width:450px;
	text-align:center;
}

#hometitle {
	font-family: 'WatersTitlingProLight';
	font-size:30px;
	width:100%;
	position:relative;
	height:auto;
	color:#111;
	text-align:center;
	letter-spacing:10px;
}

#homesubtitle {
	letter-spacing:5px;
	font-size:16px;
	color:#bc8377;
	margin:10px;
}

#hometag {
    font-family: 'garamond_italic';
	color:#999;
	text-transform:none;
	font-size:17px;
	letter-spacing:3px;
}

#homeMenu {
    font-family: 'WatersTitlingProLight';
	text-align:center;
	font-size:12pt;
	margin-top:40px;
	width:100%;
	position:relative;
	z-index:2000;
	background:none;
	display:block;
}

#homeMenu .menuBtn {
    font-family: 'WatersTitlingProLight';
	display:block;
	text-align:center;
	margin:10px;
	width:100%;
	letter-spacing:3px;
	vertical-align:none;
}

#homeMenua:link, #homeMenu a:visited {
	color:#000;
}

#homeMenu a:hover, #homeMenu a:active {
	color:#bc8377;
}


.aboutPage {
}

#aboutPage { 
	text-align:justify;
	padding:20px;
	line-height:24pt;
	background:rgba(0,0,0,0.7);
	max-height:400px;
}

#aboutPage { 
	line-height:18pt;
}

#butterflyMenuPage {
	float:none;
	margin:0;
	margin-top:50px;
	padding:0;
	width:100%;
	max-width:100%;
	height:500px;
	max-height:500px;
	background:none;
	font-size:18px;
	font-family: 'WatersTitlingPro';
	text-transform:uppercase;
	letter-spacing:2px;
	display:block;
}

#butterflyMenuPage a:link, #butterflyMenuPage a:visited {
	color:#222;
}

#butterflyMenuPage a:hover, #butterflyMenuPage a:visited {
	color:#000;
}

#butterflyMenuPage .linkDiv {
	width:50%;
	height:400px;
	text-align:center;
	margin:0;
	clear:none;
	display:block;
}

#butterflyMenuPage #linkDiv1 {
	float:left;
}

#butterflyMenuPage #linkDiv2 {
	float:right;
}

#butterflyNewendingPage {
	position:absolute;
	max-width:600px;
	bottom:100px;
	float:none;
	text-align:left;
	background:rgba(118,111,113,0.2);
}

#butterflyAmericaPage {
	float:left;
	text-align:left;
	color:#49363a;
	background:rgba(158,129,131,0.2);
}

#toscaPage {
	max-width:400px;
	margin:15px;
	float:left;
	text-align:left;
	background:rgba(164,90,81,0.3);
}

#turandotPage {
	margin-top:250px;
	margin-right:40px;
	max-width:400px;
	float:left;
	text-align:left;
	background:rgba(64,64,64,0.3);
}

#scarletletterPage { 
	color:#FFF;
	background:rgba(128,128,128,0.3);
	margin-top:30%;
	max-width:400px;
}

#thewindPage { 
	color:#FFF;
	background:rgba(128,128,128,0.3);
	margin-top:30%;
	max-width:400px;
}

#saltPage { 
	color:#FFF;
	background:rgba(94,83,85,0.3);
	margin-top:150px;
	max-width:500px;
}

#newsPage, #lucretiaPage { 
	color:#FFF;
	float:left;
	text-align:left;
	background:rgba(0,0,0,0.3);
	margin-top:10px;
	max-width:500px;
}

#newsPage { 
	margin-top:10px;
	height:420px;
}

#selectedpapersPage {
	background:rgba(0,0,0,0.3);
	margin-top:10%;
	max-width:440px;
}


#contactPage { 
	background:rgba(85,160,180,0.9);
	color:#FFF;
	float:none;
	text-align:center;
	margin-top:300px;
}

#contactPage h4, #contactPage a {
    font-family: 'WatersTitlingProLight';
}

#creditsPage {
    font-family: 'WatersTitlingProLight';
	background:none;
	margin:0;
	padding:0;
	font-size:8pt;
	text-align:right;
	letter-spacing:2px;
	margin-top:46px;
	margin-right:15px;
}

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

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

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

#multimediaPage { width:300px; height:300px; font-size:24pt; text-align:center; background:none; }
#multimediaPage a { display:block; }

.mm-menubar { overflow:hidden; width:180px; right:0px; top:25px; z-index:10; position:relative; }

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

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

.butterfly-menubar {
	overflow:hidden; 
	font-size:11px;
	right:0px; 
	top:510px; 
	z-index:10; 
	position:relative;
	text-align:right;
}

.butterfly-menubar a:link, .butterfly-menubar a:visited {
	font-family: 'WatersTitlingProLight';
	color:#BBB;
	display:inline;
	width:auto;
	text-align:center;
	text-decoration:none;
	margin-right:3px;
}

.butterfly-menubar a:hover, .mm-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: 'MyriadLight'; padding-right: 20px; font-size: 12pt; }

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

.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 { color: #AAA; font-size: 10pt; }
shortdate { color: #AAA; font-size: 10pt; }
newsdate { color: #AAA; 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: #BBB; font-size: 12pt; display:block; text-align:right; }
#selectedpapersPage description { color: #FFF; }

website { font-size: 12pt;  }
time { font-size: 10pt; }

#butterflyAmericaPage headline { color: #222; }

a, headline {
	font-family: 'WatersTitlingPro';
	text-transform:uppercase;
	letter-spacing:2px;
}

headline { color: #FFF; font-size: 12pt; display: block; }
#newsPage headline { font-size: 16pt; }

newsitem { color: #DDD; font-size: 14pt; 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; }

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:900px;
	height:30px;
	top:0;
	left:0;
	text-align:center;
	position:absolute;
	z-index:-1;
	padding:0;
	padding-right:5px;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

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

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

#playerTimer { float:right; text-align:right; padding:0; padding-top:4px; }

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

#audioComposer, #audioName, #audioMovement { padding-top:10px; text-align:left; float:left; margin-right:10px; font-size:16px; line-height:16px; height:16px; }

#audioTrackDetails { width:500px; overflow:hidden; text-overflow:ellipsis; }

#audioName { color:#FFF; padding-top:8px; }

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

#audioMovement { font-size:12px; }

#playpauseBtn, #playBtn, #pauseBtn, #prevBtn, #nextBtn, #audiopurchaseBtn { font-family:'GillSansLight'; text-transform:uppercase; font-size:12px; visibility:hidden; padding-left:5px; padding-right:5px; letter-spacing:0px; }
