*, html {
	padding: 0px;
	margin: 0px;
}
html, body {
	height: 100%;
}
p {
	margin-bottom: 20px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	font-size: 16px;
	color: #FFF;
	-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac. */
	text-shadow: 0px 0px 1px rgba(128,128,128,0.01);
	overflow: auto;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
img {
	border: 0px;
}
h1 {
	font-size: 28px;	
}
h3 {
	text-decoration: underline;
	margin-bottom: 8px;
	color: #DD3300;
	font-weight: normal;
}
hr.about {
	height: 1px;
	background: #666;
	width: 85%;
	margin: 20px auto;
	border: none;	
}
textarea {
	resize: none;	
}
#wrapper {
	min-height: 100%;
	min-width: 1100px;
	position: relative;
	overflow: hidden;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /*negative height of footer */
}
#preHeader {
	width: 100%;
	height: 40px;
	background:#2d2d2d;
	opacity: .75; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: “alpha(opacity=75)”; /* ie 8 */
	filter: alpha(opacity=75); /* ie lt 7 */
	-khtml-opacity: .75; /* safari 1.x */
	-moz-opacity: .75; /* ff lt 1.5, netscape */	
}
#header {
	width: 100%;
	min-width: 1100px;
	height: 134px;
	margin: 0px 0px 15px 0px;
	padding-top: 10px;
}
#headerContent {
	width: 1000px;
	margin: 0px auto 0px auto;
}
#headerLeft {
	width: 180px;
	height: 134px;
	padding-left: 5px;
	float: left;
}
#logoBar {
	height: 134px;
	width: 7px;
	margin-right: 2px;
	float: left;
	background: #818181;
}
#logoText {
	height: 150px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #818181;
	font-size: 50px;
	line-height: 44px;
}
.notBold {
	font-weight: normal;
}
#headerRight {
	height: 30px;
	margin-top: 45px;
	float: right;
}
#nav {
	width: 700px;
	list-style: none;
	float: right;
	position: relative;
	border-color: #818181;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}
#nav li {
	float: right;
	text-align: center;
	line-height: 30px;
	width: 16.666%;
}
#nav li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #CCC;
	display: block;
	transition: 0.3s;
	-moz-transition: 0.3s; 
	-webkit-transition: 0.3s; 
	-o-transition: 0.3s;
}
#nav li a:hover {
	color: #000;
	text-decoration: none;
	background: #999;
}
#nav li.active, #nav li.active a, #nav li.active a:hover {
	background: #333;
	color: #CCC;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

#main {
	width: 1000px;
	height: auto;
	padding: 0px 5px;
	margin: 0px auto;
	position: relative;
}
#headline{
	width: 100%;
	height: 60px;
	margin: -20px auto 10px auto;
	font-family: 'Metrophobic', sans-serif;
	text-align: center;	
}
#headline h1 {
	font-size: 26px;
	margin: 0px;
	padding: 0px;	
}
#headline h2 {
	font-size: 16px;
	maring: 0px;
	padding: 0px;	
}
#headline a {
	color: #db5300; 	
}
#mainLeft {
	float: left;
	width: 240px;
	padding: 100px 35px 0px 35px;
	font-family: 'Jura', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;	
}
#mainRight {
	float: left;
	height: 456px;
	width: 686px;
}
#aboutBg {
	background: url(../images/scroll.png) no-repeat;
	background-size: 100%;
	position: absolute;
    height: 3426px;
    width: 2208px;
    top: 0;
    z-index: 100;
	right: -2020px;	
	top: -30px;
}
#tourBg {
	background: url(../images/keys.jpg) no-repeat;
	background-size: 100%;
	position: absolute;
    height: 1024px;
    width: 342px;
    top: 0;
    z-index: -10;
	right: -345px;	
	top: -200px;	
}
#audioBg {
	background: url(../images/clarinet.jpg) no-repeat;
	background-size: 100%;
	position: absolute;
    height: 2697px;
    width: 394px;
    top: 0;
    z-index: -10;
	right: -310px;	
	top: -1000px;
}
#contactBg {
	background: url(../images/instruments.jpg) no-repeat;
	background-size: 100%;
	position: absolute;
    height: 692px;
    width: 1541px;
    top: 0;
    z-index: -10;
	right: -530px;	
	top: 45px;
}

#title {
	font-family: 'Jura', sans-serif;
	font-weight: 500;
	font-size: 50px;
	color: #DFDFDF;
	margin-bottom: 10px;
	padding-left: 5px
}
#copy {
	font-family: 'Metrophobic', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	height: auto;
	padding-left: 5px;
}
.about {
	width: 830px;	
}
.wide {
	width: 100%;
}
.headshot {
	width: 315px;
	height: auto;
	float: left;		
}
.headshotNicola {
	margin-top: 27px;	
}
.headshotSuzanne {
	margin-top: 55px;	
}
.headshotJohanne {
	margin-top: 90px;	
}
.orangeBar {
	width: 7px;
	background: #FC6000;
	margin: 0px 15px 10px 15px;
	float: left;	
}
.orangeBarNicola {
	height: 515px;	
}
.orangeBarSuzanne {
	height: 637px;	
}
.orangeBarJohanne {
	height: 840px;	
}
.bold {
	font-weight: bold;	
}
.italic {
	font-style: italic;
}
.bioTitle {
	height: 26px;
	width: 500px;
	margin-top: -2px;
	margin-bottom: 10px;
	font-family: 'Jura', sans-serif;
	color: #FC6000;
	font-size: 24px;
	float: left;	
}
.bio, .nicolaBio {
	width: 645px;
	height: auto;
	font-family: 'Metrophobic', sans-serif;
	font-size: 16px;
	line-height: 20px;
	float: left;	
}
.nicolaBio {
	width: 480px;	
}
.nicolaBio a {
	text-decoration: underline;	
}
#tourTable {
	width: 90%;
	margin: 0px auto;
	border-collapse: collapse;
	text-align: center;
	font-family: 'Metrophobic', sans-serif;
	font-size: 12px;
}
tr.titleRow {
	font-size: 20px;
	font-family: 'Jura', sans-serif;
	border-bottom: 1px solid white;
}
.row1 td, .row2 td {
	padding: 5px 0px;
}
.row1 {
	background: #000;
}
.row2 {
	background: #333;
}
.date {
	width: 10%;
}
.event {
	width: 40%;
}
.venue {
	width: 20%;
}
.info {
	width: 30%;
}
#noTour {
	width: 80%;
	font-family: 'Metrophobic', sans-serif;
	font-size: 26px;
	margin: 0px auto;
	text-align: center;
}
#audioLeft {
	float: left;
	width: 370px;
	padding-top: 20px;
	padding-left: 5px;
}
#repTable {
	font-family: 'Metrophobic', sans-serif;
	font-size: 14px;
}
#repTable td {
	vertical-align: top;
	height: 38px;	
}
.composer {
	width: 160px;
	color: #FFF;
}
.piece {
	width: 210px;
	color: #999;
}
#audioBar {
	height: 350px;
	width: 8px;
	margin: 20px 15px;
	background: #FC6000;
	float: left;	
}
#videoBar {
	height: 550px;
	width: 8px;
	margin: 20px 15px;
	background: #FC6000;
	float: left;	
}
#audioRight {
	float: left;
	width: 500px;
	padding-top: 20px;
}

#audioNav {
	width: 233px;
	height: 30px;
	list-style: none;
	margin: 0px auto 10px auto;
	border-color: #818181;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}
#audioNav li {
	float: right;
	text-align: center;
	line-height: 30px;
	width: 50%;
}
#audioNav li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #CCC;
	display: block;
	transition: 0.3s;
	-moz-transition: 0.3s; 
	-webkit-transition: 0.3s; 
	-o-transition: 0.3s;
}
#audioNav li a:hover {
	color: #000;
	text-decoration: none;
	background: #999;
}
#audioNav li.active, #audioNav li.active a, #audioNav li.active a:hover {
	background: #333;
	color: #CCC;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}


#photoWrapper {
	height: auto;
	width: 785px;
	margin: 20px auto;
}
.portrait {
	height: 551px;
	width: 366.96px;
	float: left;	
}
.landscape {
	height: 266.4px;
	width: 400px;
	margin-left: 18px;
	margin-bottom: 18px;
	float: left;
}
#download {
	height: 20px;
	width: 100%;
	clear: both;
}
#photos {
	width: 100%;
	margin-top: -15px;
	list-style: none;
	float: left;
	position: relative;
}
#photos li {
	float: left;
	text-align: center;
	line-height: 20px;
	width: 33%
}
#photos li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #999;
	display: block;
}
#photos li a:hover {
	color: #999;
	text-decoration: underline;
}
#contactForm {
	width: 480px;
	height: auto;
	margin-left: 15px;
	font-family: 'Open Sans', sans-serif;	
}
#project {
	margin-left: 15px;
	width: 465px;
}
#contactForm p {
	margin-bottom: 0px;	
}
.orange {
	color: #db5300;	
}
.red {
	color: red;	
}
.errMessage {
	color: #db5300;
	font-size: 10px;
	font-style: italic;	
}
.success {
	color: #0F3;
	font-size: 10px;
	font-style: italic;	
}
.alignRight {
	text-align: right;	
	height: 25px;
}
.button {
	padding: 3px;
	font-family: 'Open Sans', sans-serif;	
}
#push {
	height: 66px;
	opacity: 0;
	filter: alpha(opacity=0);  /*For IE8 and earlier */
	clear: both;
	margin: 0px 0px 5px 0px;
}
#footer {
	width: 100%;
	min-width: 1100px;
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear: both;
}
#footerGrey {
	width: 100%;
	height: 40px;
	/*background: #2d2d2d; */
	color: #999;
	background:#2d2d2d;
	opacity: .75; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: “alpha(opacity=75)”; /* ie 8 */
	filter: alpha(opacity=75); /* ie lt 7 */
	-khtml-opacity: .75; /* safari 1.x */
	-moz-opacity: .75; /* ff lt 1.5, netscape */	
	position: relative;
	text-align: center;
}
.footerContent {
	width: 500px;
	height: 20px;
	margin: 0px auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	text-align: center;
}
.footerContent a {
	color: inherit;
}
.footerContent a:hover {
	color: #CCC;
	text-decoration: none;
}
#mail {
	height: 27px;
	width: 42px;
	margin-top: 5.5px;
	margin-right: 4px;
	float: right;
	display: block;
}
.bottomText {
	padding-top: 20px;	
}
#footerNav {
	list-style: none;
	font-size: 12px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	padding-bottom: 2px;
}
#footerNav li {
	float: none;
	display: inline;
	margin-left: 5px;
}
#footerOrange {
	width: 100%;
	height: 20px;
	background: #db5300;
	line-height: 20px;
	color: #FFF;
}
#footerOrange a {
	color: inherit;
}
#footerOrange a:hover {
	text-decoration: underline;
}