@charset "UTF-8";

@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-image: url(../../images/BG.jpg); /* fallback */
	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;
}

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


#accordion {
	margin:0;
	margin-top:-3px;
}

#androidContent {
	padding-top: 20px;
	background-color: rgba(65,77,33,0.7);
}

.ui-accordion-content {
	background-color: #747E57;
	width: 700px;
	padding: 50px;
	margin: 0;
	text-align:justify;
}
	
.ui-accordion {
	background:#414d21;
	margin:0;
}

.ui-accordion-header {
	background:#414d21;
	border: 1px solid #FFF;
	text-transform:lowercase;
	margin:0;
}

.ui-accordion-header:active {
	font-size:24pt;
	color:#CCC;
	border:none;
	border-style: none;
	border:0px;
	-webkit-border-image: none 100% 1 0 stretch;
	outline:none;
	cursor:pointer;
	background:#414d21;
	margin:0;
}
.ui-state-active {
	color:#CCC;
	font-size:24pt;
	-webkit-box-shadow: #0F0;
	-webkit-border-radius: 0px;
	-webkit-border-image: none 100% 1 0 stretch;
	outline:none;
	cursor:pointer;
	background:#414d21;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #AAA;
	border-right-color: #AAA;
	border-bottom-color: #AAA;
	border-left-color: #AAA;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0;
}
 
.ui-state-default {
	color:#CCC;
	-webkit-box-shadow: #0F0;
	-webkit-border-radius: 0px;
	-webkit-border-image: none 100% 1 0 stretch;
	outline:none;
	cursor:pointer;
	background:#414d21;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #AAA;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:0;
}



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

#SiteContent {
	position: relative;
	margin: 0;
	text-align:center;
	width:100%;
	height:100%;
	background-image: url(../images/BG.jpg); /* fallback */
	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;
	z-index:10;
}

#bg {
	position: relative;
	margin: 0;
	text-align:center;
	width:100%;
	height:100%;
	background-image: url(../images/BG.jpg); /* fallback */
	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;
	z-index:0;
}

#SiteContent #container {
	width: 800px;
	position: relative;
	margin: 0 auto;
	border:1px solid #555;
}

a:link, a:visited {
	color: #CCC;
	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:900px; text-align:center; position:fixed; bottom: 0px; z-index:2; }