@charset "UTF-8";

@keyframes pulse {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}

@-webkit-keyframes pulse {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}

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

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

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

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

body {
    font-family: 'CallunaSansLight';
	font-size: 12pt;
	text-align: center;
	margin: 0; 
	padding: 0;
	color: #FFF;
	background:#000;
	text-align:center;
	background-image: url(../images/BG.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#pageTitle {
	font-family: 'callunaregular';
	font-size: 48pt;
	padding:20px;
}

.layerContainer {
	position: absolute;
	top:0;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	width:754px;
}

#layer1 {
	z-index:1;
}

#layer2 {
	z-index:2;
}

#layer3 {
	z-index:3;
}

#layer4 {
	z-index:4;
}

#homePage #layer4 {
	z-index:4;
	width:100%;
	margin:0;
	top:30%;
}

#layer5 {
	z-index:500;
}

#layer6 {
	z-index:6;
}

#locatorLayer {
	z-index:100;
	height:674px;
	opacity:0;
	-webkit-transition: opacity 20000ms;
	-moz-transition: opacity 20000ms;
	-ms-transition: opacity 20s;
	-o-transition: opacity 20000ms;
	transition: opacity 20000ms;
}

.photoLocator {
	margin:10px;
	padding:20px;
	width:30px;
	height:30px;
	position:relative;
	background-image:url(../images/MagnifiyingGlass.png);
	background-repeat: no-repeat;
	background-position: center center;
	animation-name: pulse;
	animation-duration: 3s;
	animation-iteration-count:infinite;
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count:infinite;
}

.artworkDisplay {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:754px;
	height:674px;
	margin:10px;
	border:1px solid #FFF;
	top:0;
	position:relative;
}

#albumCover {
	background-size: 754px 674px;
	background-image:url(../images/fabian_almazan_rhizome.jpg);
	border: 1px solid #FFF;
	-webkit-transition: opacity 10000ms, background-size 8000ms, background-position 8000ms;
	-moz-transition: opacity 10000ms, background-size 8000ms, background-position 8000ms;
	-ms-transition: opacity 10s, background-size 8s, background-position 8s;
	-o-transition: opacity 10000ms, background-size 8000ms, background-position 8000ms;
	transition: opacity 10000ms, background-size 8000ms, background-position 8000ms;
}

#homePage #albumCover {
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
}

#greyScale {
	background-size: 754px 674px;
	background-image:url(../images/grayscale72dpi.jpg);
	opacity:0;
	-webkit-transition: opacity 4000ms, background-size 8000ms, background-position 8000ms;
	-moz-transition: opacity 4000ms, background-size 8000ms, background-position 8000ms;
	-ms-transition: opacity 4s, background-size 8s, background-position 8s;
	-o-transition: opacity 4000ms, background-size 8000ms, background-position 8000ms;
	transition: opacity 4000ms, background-size 8000ms, background-position 8000ms;
}

#fullSize {
	opacity:0;
	-webkit-transition: opacity 10000ms, background-size 8000ms, background-position 8000ms;
	-moz-transition: opacity 10000ms, background-size 8000ms, background-position 8000ms;
	-ms-transition: opacity 10s, background-size 8s, background-position 8s;
	-o-transition: opacity 10000ms, background-size 8000ms, background-position 8000ms;
	transition: opacity 10000ms, background-size 8000ms, background-position 8000ms;
}

#statusMessage {
	text-align:center;
	font-size:48pt;
	line-height:674px;
	background:rgba(0,0,0,0.75);
	-webkit-transition: opacity 1000ms;
	-moz-transition: opacity 1000ms;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1000ms;
	transition: opacity 1000ms;
	animation-name: fade-in;
	animation-duration: 1s;
	animation-iteration-count:1;
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count:1;
}

#infoWindow {
	opacity:0;
	top:1px;
	left:234px;
	width:500px;
	height:653px;
	padding:10px;
	text-align:center;
	background:rgba(0,0,0,0.75);
	border:none;
	-webkit-transition: opacity 5000ms;
	-moz-transition: opacity 5000ms;
	-ms-transition: opacity 5s;
	-o-transition: opacity 5000ms;
	transition: opacity 5000ms;
}

#emailForm {
	width:714px;
	height:254px;
	padding:20px;
	padding-top:300px;
	text-align:center;
	font-size:24pt;
	background:rgba(0,0,0,0.5);
	-webkit-transition: opacity 1000ms;
	-moz-transition: opacity 1000ms;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1000ms;
	transition: opacity 1000ms;
}

#homePage #emailForm {
	padding:0;
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
	height:auto;
	margin:0;
	border:none;
	animation-name: fade-in;
	animation-duration: 3s;
	animation-iteration-count:1;
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count:1;
}

.photoLink {
	font-size:18pt;
}

#emailText {
	width:430px;
	font-size:18pt;
	background:rgba(0,0,0,0.5);
	border:1px solid #FFF;
	color:#FFF;
}

#emailForm #emailText {
	width:650px;
	text-align:center;
}

#homecaption, a #homecaption {
	font-size:18pt;
}

a #homecaption {
	margin-top:10px;
	width:100%;
}

#homecaption {
	margin-top:30px;
	background:rgba(0,0,0,0.5);
	padding:20px;
}


#submit {
    font-family: 'CallunaSansLight';
	font-size:24pt;
	text-transform:lowercase;
}

#menu {
	top:0;
	right:0;
	position:absolute;
	z-index:2000;
}

p {
	padding:10px;
	padding-left:100px;
	padding-right:100px;
	text-align:justify;
}

#submitBtn {
	visibility:hidden;
	text-align:center;
	font-size:36pt;
}

#uploadProgress {
	opacity:0;
}

.title {
	background:#414d21;
	text-align:right;
}

.title a {
	margin-right:5px;
}

.textContent {
	background:#000000;
	background:rgba(0,0,0,0.5);
	width: 99%;
	max-width: 700px;
	padding: 50px;
	margin: 0;
	text-align:justify;
	margin 0 auto;
}

.button {
   border-top: 1px solid #ffffff;
   background: #0d661b;
   background: -webkit-gradient(linear, left top, left bottom, from(#519c3e), to(#414d21));
   background: -webkit-linear-gradient(top, #519c3e, #414d21);
   background: -moz-linear-gradient(top, #519c3e, #414d21);
   background: -ms-linear-gradient(top, #519c3e, #414d21);
   background: -o-linear-gradient(top, #519c3e, #414d21);
   padding: 20px 40px;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 40px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #1b5c0e;
   background: #1b5c0e;
   color: #ffffff;
   }
.button:active {
   border-top-color: #000000;
   background: #000000;
   }

.warning {
    font-weight: bold;
    color: #f00;
}


h1 { text-align:center; font-family: 'CallunaSansLight'; font-size:24pt; font-weight: normal; clear:both; margin:20px; text-transform:uppercase; color:#EEE; }
h2 { text-align:center; font-family: 'CallunaSansLight'; font-size:20pt; font-weight: normal; clear:both; margin:20px; text-transform:uppercase; color:#EEE; }
h3 { text-align:center; font-family: 'CallunaSansLight'; font-size:18pt; font-weight: normal; line-height: normal; clear:both; color:#EEE; }
h4 { text-align:center; font-family: 'CallunaSansLight'; font-size:16pt; font-weight: normal; line-height: normal; clear:both; color:#EEE; }


a:link, a:visited {
	color: #ADB759;
	text-decoration: none;
	border: none;
}

#homePage a:link, #homePage a:visited {
	color: #0094FF;
	text-decoration: none;
	border: none;
}

a:hover, a:active {
	color: #FFF;
	text-decoration: none;
	border:none;
}

rhizome { font-family: 'callunaregular'; letter-spacing: 1px; color:#000; }

#sharePage {
	text-align:center;
}

#embed { background-color: #222; height: 280px; width: 504px; float: left; padding: 10px; }

.entry {
	padding: 10px;
	border-bottom: #444 solid 1px;
}

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

headline { color: #FFFFFF; font-size: 14pt; display: block; }
newsitem { color: #BBBBBB; font-size: 12pt; }

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

reviews { font-style: italic; }
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; border-bottom: 1pt solid #666; 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%;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#FlashAudioPlayer { width:30px; text-align:left; position:absolute; top:0; left:0; z-index:9999; margin:0; }