@charset "UTF-8";

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

body {
	margin:0;
	padding:0;
	text-align: left;
	font-family: gibbs,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14pt;
	background-color: #000;
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	color:#FFF;
}

.contentBox {
	margin:10px;
	margin-top:30px;
	padding:5px;
	overflow-x:inherit;
	overflow-y:inherit;
	float:right;
	text-align:right;
}

.mainmenu {
	font-family: gibbs, sans-serif;
	font-weight: 500;
	text-align:right;
	text-transform:uppercase;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#mainmenu {
	letter-spacing:4px;
	line-height:22px;
	position:fixed;
	font-size:16px;
	top:35px;
	right:10px;
	z-index:1100;
	width:auto;
}

#homeMenu {
	font-size:24pt;
	text-shadow: 2px 2px 2px #000;
	line-height:45pt;
	top:0;
	right:0;
	width:auto;
	margin:0;
	padding:0;
	letter-spacing:10px;
}


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

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

.menuBtn {
	font-family: gibbs, sans-serif;
	display:block;
	padding-right: 5px;
	padding-left:0;
}

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

p { text-align:justify; }

a:link, a:visited {
	color:#FFB900;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:cornflowerblue;
}
a:active { text-decoration: underline; }

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

.pagetitle {
	font-family: gibbs, sans-serif;
	font-weight: 200;
	font-size:55px;
	color:#FFF;
	letter-spacing:10px;
	text-align:center;
	opacity:1;
}

#siteTitle {
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:999;
	width:auto;
	text-align:left;
}

#homepageTitle {
	
}

#factorLogo {
	position:absolute;
	z-index:998;
	bottom:10px;
	right:10px;
	width:auto;
}

.printerlink { 
	text-transform:uppercase;
	top:0;
	left:48%;
	margin-top:28px;
	z-index:2500;
	position:absolute;
	font-weight:500;
}

.printerlink a:link, .printerlink a:visited {
	color:#666;	
}

.printerlink a:hover, .printerlink a:active {
	color:#000;	
}


@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: center bottom;
	-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  {
	background-image: url(../images/bg00.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), url(../images/bg00.jpg); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg00.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), url(../images/bg00.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg00.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg00.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg00.jpg);          /* W3C */
}

#page1, #page17  {
	background-image: url(../images/bg01.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), url(../images/bg01.jpg); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg01.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), url(../images/bg01.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg01.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg01.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg01.jpg);          /* W3C */
}

#page2, #page4, #page11 {
	background-image: url(../images/bg02.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), url(../images/bg02.jpg); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg02.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), url(../images/bg02.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg02.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg02.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg02.jpg);          /* W3C */
}

#page3, #page8, #page13, #page14, #page16, #page18 {
	background-image: url(../images/bg03.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), url(../images/bg03.jpg); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg03.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), url(../images/bg03.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg03.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg03.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg03.jpg);          /* W3C */
}

#page5 {
	background-image: url(../images/bg05.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), url(../images/bg05.jpg); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg05.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), url(../images/bg05.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg05.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg05.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg05.jpg);          /* W3C */
}

#page6 {
	background-image: url(../images/bg06.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), url(../images/bg06.jpg); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg06.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), url(../images/bg06.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg06.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg06.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg06.jpg);          /* W3C */
}

#page7 {
	background-image: url(../images/bg07.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), url(../images/bg07.jpg); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg07.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), url(../images/bg07.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg07.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg07.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg07.jpg);          /* W3C */
}

#page9, #page10 {
	background-image: url(../images/bg08.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), url(../images/bg08.jpg); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg08.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), url(../images/bg08.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg08.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg08.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg08.jpg);          /* W3C */
}

#page17 {
	background-image: url(../images/bg04.jpg);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(80%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7))), url(../images/bg04.jpg); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg04.jpg); /* Chrome 10+, Saf5.1+ */
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.7) 100%), url(../images/bg04.jpg);    /* FF3.6+ */
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg04.jpg);      /* IE10 */
	background-image: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg04.jpg);       /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.7) 100%), url(../images/bg04.jpg);          /* W3C */
}

#page15 {
	background:none;
}

#page17 {

}

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

.listenBtn {
	display:inline-block;;
	padding-left:5px;
	padding-right:5px;
	font-family:gibbs, sans-serif; 
	font-weight:500;
	text-transform:uppercase;
	font-size:9pt;
	letter-spacing:1pt;
}

@media screen and (orientation:portrait) {
	#page2, #page4, #page11  {
	}
	
	#page5  {

	}
	
	.pageContent, .aboutPage, .multimediaPage, #compositionInfo {
		margin:10px;
		margin-top:30px;
		width:50%;
		height:77%;
		padding:20px;
		overflow-x:inherit;
		overflow-y:auto;
		background:rgba(0,0,0,0.6);
		float:left;
	}
	
	.about-menubar {
		width:40%;
	}

	.multimediaPage {
		width: 30%;
		height:auto;
		max-height: 70%;
	}
	
	#newsPage {
		height:auto;
		max-height:77%;
	}
}

@media screen and (orientation:landscape) {
	#page2, #page4, #page11  {
	}
	
	.pageContent, .aboutPage, .multimediaPage, #compositionInfo {
		margin:10px;
		margin-top:30px;
		width:50%;
		height:78%;
		padding:10px;
		overflow-x:inherit;
		overflow-y:auto;
		background:rgba(0,0,0,0.6);
		float:left;
	}
	
	.aboutPage {
		height:70%;
	}

	.about-menubar {
		width:50%;
	}

	.multimediaPage {
		width:40%;
		height:auto;
		max-height:72%;
	}
	
	#newsPage {
		height:auto;
		max-height:78%;
	}
	
	
}

#homePage {
	z-index:1100;
	height:auto;
	width:auto;
	float:right;
	margin:60px;
	padding:0;
	background:none;
}

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


.aboutPage {
	margin-top: 50px;
	overflow-x:inherit;
	overflow-y:auto;
	padding:20px;
	background:rgba(200,200,200,0.95);
	color:#000;
}

.aboutPage a:link, .aboutPage a:visited {
	color:cornflowerblue;	
}

.aboutPage a:hover, .aboutPage a:active {
	color:#004;
}

.about-menubar {
	overflow:hidden;
	z-index:2000;
	top:0;
	left:0;
	margin-top:28px;
	padding-left:10px;
	position:absolute;
	text-align:left;
	text-transform:uppercase;
	font-weight: 500;
}

.about-menubar a {
	color:#333;
}

.about-menubar a:link, .about-menubar a:visited {
	color:#333;
	display:inline-block;
	margin-right:20px;
	text-decoration:none;
}

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

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

.cliplisting {
	padding:10px;
	padding-bottom:20px;
	background:rgba(0,0,0,0.6);
	float:none;
	height:100%;
}

#page0 h2 {
	margin:0;
	padding:0;
	display:incline;
	color:#AAA;
	font-size:20pt;
}

#newsPage {
	color:#DDD;
}

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

#facebookFeed {
	
}

#newsPage .listenBtn, #reviewsPage .listenBtn { float:right; }

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

#bioPage, #reviewsPage {
	text-align:justify;
	line-height:20pt;
}

#discographyPage img {
	margin-right:10px;
	margin-bottom:10px;
}
#discographyPage .entry {
	padding-bottom:30px;
}

#reviewsPage p {
	font-size:12pt;
	font-style:italic;
	text-align:justify;
}

#storePage, #videoPage {
	width:80%;
	height:80%;
	padding:10px;
	overflow-x:inherit;
	overflow-y:auto;
	background:rgba(0,0,0,0.8);
	margin-top:30px;
	margin-right:130px;
	text-align:center;
}

#storePage .entry {
	height:250px;
	width:160px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	display:inline-block;
	vertical-align: top;
	text-align:center;
	clear:none;
	padding:5px;
	margin:5px;
}

#storePage .entry .compThumb {
	height:150px;
	width:150px;
	overflow: hidden;
}

#storePage .listenBtn {
	display: inline-block;
	margin-left:1px;
	margin-right:1px;
	float:none;
}

#storePage #discographyPage img {
	margin:0;
}

#multimediaPage, #galleryPage {
	width:auto;
	height:auto;
	margin-top:90px;
	text-transform:uppercase;
	text-align:center;
	font-size: 24pt;
	line-height: 55px;
	overflow:hidden;
	font-weight:300;
}

#multimediaPage a, #galleryPage a {
	color:#DDD;
	display: inline-block;
	margin-left:10px;
	margin-right:10px;
}

#multimediaPage a:link, #multimediaPage a:visited, #galleryPage a:link, #galleryPage a:visited {
	color:#DDD;
}
#multimediaPage a:hover, #multimediaPage a:active, #galleryPage a:hover, #galleryPage a:active {
	color:#FFF;
}

.mm-menubar {
	overflow:hidden;
	width:100%;
	z-index:2010;
	top:0;
	left:0;
	margin-top:28px;
	position:absolute;
	text-align:left;
	text-transform:uppercase;
	background:rgba(0,0,0,0.5);
	font-weight: 500;
}

.mm-menubar a {
	color:#CCC;
	display:inline-block;
	padding-left:10px;
	text-decoration:none;
}

.mm-menubar a:link, .mm-menubar a:visited {
	color:#CCC;
}

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

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

.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(0,0,0,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: gibbs, sans-serif;
}

#musicPage {
	text-align:center;
	width: auto;
	height: auto;
	max-height:60%;
	padding: 40px;
}

#musicPage h2 {
	margin:10px;
}

/*#musicPage a:link, musicPage a:visited { color:#FFB900; }
#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:50%;
	height:86%;
	float:left;
	text-align:left;
	background:rgba(0,0,0,0.5);
	margin:5px;
	overflow-x:inherit;
	overflow-y:auto;
	padding:20px;
}

#musicStudio .albumCover {
	margin-left:10px;
}

#musicStudio #trackList {
	width:40%;
	height:60%;
	float:right;
	text-align:right;
	background:rgba(0,0,0,0.5);
	margin:5px;
	margin-top:160px;
	overflow-x:inherit;
	overflow-y:auto;
}

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

.storeBtn {
	display:inline-block;
}

.music-menubar {
	overflow:hidden;
	width:50%;
	z-index:2020;
	top:0;
	right:180px;
	margin-top:28px;
	position:absolute;
	text-align:right;
	text-transform:uppercase;
	font-weight: 500;
}

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

.music-menubar img {
	z-index:1111;
}

#photosPage {
	font-family: gibbs, sans-serif;
	width:40%;
	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 .entry {
	border:none;
	display: inline-block;
	vertical-align: middle;
	margin:10px;
	background:#000;
	overflow: hidden;
	padding:0;
	width:350px;
	height:200px;
}

#calendarPage {
    width: 40%;
    margin-top: 220px;
    margin-right: 15px;
    max-width: 300px;
    height: 50%;
    float: right;
    background-color: rgba(5,53,92,0.80);
    overflow-x: hidden;
}

#calendarInfo {
	width:50%;
	max-width:430px;
	float:left;
	margin:10px;
	margin-top:35px;
	padding:10px;
	overflow-x:inherit;
	overflow-y:auto;
	height:80%;
	max-height:600px;
	background:rgba(0,0,0,0.7);
	opacity:0;
	text-align:left;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#compositionsPage {
	width:33%;
	max-width:430px;
	float:right;
	margin-top:220px;
	margin-right:5px;
	padding:10px;
	overflow-x:inherit;
	overflow-y:auto;
	height:50%;
	max-height:1000px;
	line-height: 18pt;
    background-color: rgba(5,53,92,0.80);
	text-align: right;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	color:#DDD;
}

#compositionInfo {
	margin-top:60px;
	opacity:0;
	background:rgba(255,235,220,0.9);
	color:#222;
}

#compositionInfo a:link, #compositionInfo a:visited { color:#131B9A; }
#compositionInfo a:hover, #compositionInfo a:active { color:#004; }

#calendarPage a {
}

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

#contactPage {
	width:auto;
	height:auto;
	padding:20px;
}

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

.contactSocialBtn {
	margin:5px;
}

.videothumb {
	background:#000;
	width:350px;
	height:200px;
	margin-top:-320px;
	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);
}
.tracklisting {
	font-size: 10pt;
	color: #AAA;
	padding-bottom:8px;
}

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

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

#musicStudio .listenBtn a:link, #musicStudio .listenBtn a:visited {
	color:#FFB900;
}

#musicStudio .listenBtn a:hover, #musicStudio .listenBtn a:active {
	color:cornflowerblue;
}

.trackcomposer { 
	font-size: 12pt;
	text-transform: uppercase;
}

.tracktitle {
	color: #FFF;
	font-size: 14pt;
}

.trackmovement {
	font-size: 12pt;
}

.audioBtn {
	font-family: gibbs, sans-serif;
	padding-right: 20px;
	font-size: 12pt;
}

#discographyPage .listenBtn {
	font-size:12pt;
}

.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: #CCC; font-size: 10pt; }
shortdate { color: #CCC; font-size: 10pt; }
newsdate { color: #CCC; font-size: 10pt; display:block; }

listevent { color: #FFFFFF; font-size: 12pt; display:block;  }
event { color: #FFFFFF; font-size: 16pt; }
#page0 event {  font-family: gibbs, sans-serif; font-size: 12pt; }
venue { color: #CCCCCC; font-size: 14pt; }
#page0 venue {  font-family: gibbs, sans-serif; font-size: 10pt; }
city { color: #BBBBBB; font-size: 14pt; }
#page0 city { font-family: gibbs, sans-serif; font-size: 10pt; }
maplink { font-size: 12pt; }
repertoire { color: #999999; font-size: 12pt; display:block; }
description { color: #BBBBBB; font-size: 12pt; display:block; }
#page0 description { font-family: gibbs, sans-serif; font-size: 10pt; }
#page15 description {  clear:both; text-align:justify; }
website { font-size: 12pt; }
time { font-size: 10pt; }

headline { color: #FFF; font-size: 14pt; display: block; }
#newsPage headline { font-size: 18pt; }
#page0 headline {  font-family: gibbs, sans-serif; font-size: 12pt; }
newsitem { color: #DDD; font-size: 12pt; }
#page0 newsitem {  font-family: gibbs, sans-serif; font-size: 10pt; }

artist { color: #CCC; font-size: 10pt; text-transform:uppercase; display: block; }
album { color: #FFF; font-size: 16pt; display: block; }
label { color: #CCC; font-size: 12pt; display: block; }
year { color: #AAA; font-size: 10pt; display: block; }

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: #fff; font-size:14pt; margin:0; }
movement { color: #acacac; font-size: 12pt; }
role { color: #888888; font-size: 12pt; }

#repertoirePage p { margin:0; padding:0; }
#repertoirePage h1, #repertoirePage h2 { text-align:left; margin:20px; }

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

#compositionInfo worktitle { color: #000; }
#compositionInfo worksubtitle { color: #666; }
#compositionInfo duration { color: #333; }
#compositionInfo instrumentation { color: #444; }
#compositionInfo ensemblesize { color: #222; }
#compositionInfo workyear { color: #000; }

reviewtext { font-style:italic; text-align:justify; display:block; }
author { color: #000; font-size: 12pt; font-style: normal; text-decoration: none; display: block; text-align: right; line-height:14pt; font-weight:500; }
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: gibbs, sans-serif; line-height:14pt; font-weight:500; }

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

#socialMenu {
	height:30px;
	top:0;
	right:0;
	margin:0;
	z-index:901;
	position:absolute;
}

#socialMenu .contactSocialBtn {
	margin-left:1px;	
	margin-right:1px;	
}

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

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

#FlashAudioPlayer {
	font-weight:500;
	width:100%;
	height:25px;
	top: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.5);
}

#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:120px;
}

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

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

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

