/* DOJO Stylesheet */

html {
	min-height:100%;
	max-height:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: 'GeosansLightRegular';
	background-image:222; /* fallback/image non-cover color */
	color: #DDD;
}

body {
	min-width:300px;
	background-image:222; /* fallback/image non-cover color */
	background-image:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#333), color-stop(100%,#222)); /* Chrome, Safari4+ */
	background-image:-webkit-radial-gradient(center, 100% 100%, #333, #222);  /* Safari 5.1+, Mobile Safari, Chrome 10+ */
	background-image:-moz-radial-gradient(center, #333, #222); /* Firefox 3.6+ */
	background-image:-ms-radial-gradient(center, #333, #222); /* IE 10+ */
	background-image:-o-radial-gradient(center, #333, #222); /* Opera 11.10+ */
	line-height:1.5em;
	overflow-y:scroll;
}

a {
	text-decoration:none;
	color:inherit;
}

h2 {
	font-size:1.4em;
}

#about p, #ivor p {
	line-height:1.5em;
	padding-bottom:1.5em;
}

hr {
	opacity:.2;
}

/* -------------------- HEADER -------------------- */

header {
	position:fixed;
	width:100%;
	z-index:2;
	background-color:rgba(50, 50, 50, 0.9);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
	text-align:center;
}

#headerLogo {
	padding:10px 0 0 0;
	width:200px;
	height:auto;
}

#menuBtn {
	display:none;
	position:absolute;
	margin:auto 20px;
	top:0px; bottom:0px;
	right:0px;
	width:22px;
	height:100%;
}

#dropDownMainMenu {
	position:absolute;
	top:88px;
	width:100%;
	background:#222;
	z-index:100;
	display:none;
	opacity:0;
	pointer-events:none;
}

.dropDownMainMenuItem {
	width:100%;
	border-bottom:1px solid #DDD;
	padding:20px 0px 20px 0px;
	text-align:center;
}

#headerNav {
	background-color:rgba(255, 255, 255, 0);
	border:1px;
}

.headerBtns {
	display:table;
	padding:0;
	width:50%;
	table-layout:fixed;
	margin:auto;
}

.headerBtn {
	border:1px #000;
    display:table-cell;
	text-align:center;
	padding:5px;
}

/* -------------------- CONTENT -------------------- */

.contentSection {
	padding:130px 15px 130px 15px;
}

.horizontalBand {
	position:absolute;
	width:110%; height:15%;
	left:calc(-5%);
	background-image:url('images/splashImage2.jpg');
    background-position:center;
	background-size:cover;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
	-ms-transform: rotate(1deg); /* IE 9 */
	-webkit-transform: rotate(1deg); /* Chrome, Safari, Opera */
	transform: rotate(1deg);
}

.hB1 { top:calc(20px + 30%); }
.hB2 { top:calc(20px + 55%); }

#splashImage {
	position:absolute;
	width:770px; height:770px;
	left:CALC(50% - 385px);
	top:CALC(53% - 385px);
}

.tourDate {
	width:80%;
	margin:auto auto 15px auto;
	padding:15px;
	text-align:center;
	background-color:rgba(255, 255, 255, 0.03);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
	border-radius:5px;
    overflow:hidden;
}

.tourInfo {
	text-align:left;
}

.cta {
	color:#C60707;
}

.showImage {
	width:30%;
	height:auto;
	float:right;
	margin-left:15px;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
	border-radius:5px;
}

/* FORMS */

input, textarea {
	padding:5px;
	border-radius:5px;
	border:none;
	background:#DDD;
}

input[type=text] {
	width:250px;
}

input[type=submit] {
	width:150px;
}

.centeredDiv {
	position:absolute;
	width:250px; height:50px;
	padding:10px;
	text-align:center;
	background-color:rgba(255, 255, 255, 0.03);
	box-shadow:0 0 60px rgba(0, 0, 0, 0.05);
	border-radius:5px;
	left:calc(50% - 125px);
	top:calc(50% - 25px);
}

#lyricsSelector {
	position:absolute;
	margin-top:110px;
	width:25%; 
	height: calc(100% - 110px);
	overflow:scroll;
	background:#222;
	border-right:1px solid #DDD;
}

.lyricBtn {
	width:100%;
	border-bottom:1px solid #DDD;
	padding:10px 0px 10px 0px;
	text-align:center;
	color:#999;
}

.lyricBtnHighlight {
	color:#DDD;
}

#lyricsPanel {
	position:absolute;
	width:75%; 
	height: calc(100% - 110px);
	right:0px;
	margin-top:110px;
	text-align:center;
	line-height:1em;
	overflow:scroll;
}

#lyricsPanel p {
	margin-bottom:1.5em;
}

/* -------------------- FOOTER -------------------- */

footer {
	position:fixed;
	z-index:1;
	bottom:0px;
	opacity:1;
	width:100%;
	overflow:hidden;
}

.footerBtns {
	display:table;
	padding:10px 0;
	width:60%;
	table-layout:fixed;
	margin:auto;
}

.footerBtn {
    display:table-cell;
	text-align:center;
	opacity:.9;
}

.footerBtnImage {
	width:40px;
	height:40px;
}

.facebook {
	position:fixed;
	width:250px; height:35px;
	bottom:0; right:0;
}

#stripes {
	position:fixed;
	top:-25px; left:-25px;
	width:200px; height:200px;
	z-index:100;
}

/* -------------------- MEDIA QUERIES -------------------- */

@media only screen and (max-width: 1000px) {
	.facebook { display:none; }
	
	#splashImage {
		width:510px; height:510px;
		left:CALC(50% - 255px);
		top:CALC(53% - 255px);
	}
}

@media only screen and (max-width: 600px) {
	
	#headerLogo { padding:10px 0; }
	#headerNav { display:none; }
	#menuBtn { display:block; }
	
	#dropDownMainMenu {
		opacity:1;
		pointer-events:all;
	}
	
	#splashImage {
		width:336px; height:336px;
		left:CALC(50% - 168px);
		top:CALC(53% - 168px);
	}
	
	.contentSection {
		padding:100px 15px 100px 15px;
	}
	
	.footerBtns { width:90%; }
	
	.showImage {
		width:90%;
		height:auto;
		float:none;
		margin:15px auto 15px auto;
	}
	
	#stripes { 
		top:-10px; left:-10px;
		width:125px; height:125px;
	}
	
	input, textarea, input[type=text] {
		width:90%;
	}
	
	input[type=submit] {
		width:70%;
	}
	
	#lyricsSelector {
		margin-top:88px;
		height:calc(100% - 88px);
	}
	
	#lyricsPanel {
		height: calc(100% - 88px);
		margin-top:88px;
	}
}

/* -------------------- FONTS -------------------- */

@font-face {
    font-family: 'GeosansLightRegular';
    src: url('fonts/geosanslight-webfont.eot');
    src: url('fonts/geosanslight-webfont.eot?#iefix') format('eot'),
		url('fonts/geosanslight-webfont.woff') format('woff'),
		url('fonts/geosanslight-webfont.ttf') format('truetype'),
		url('fonts/geosanslight-webfont.svg#webfontY02WmcuR') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeosansLightMediumItalic';
    src: url('fonts/geosanslight-oblique-webfont.eot');
    src: url('fonts/geosanslight-oblique-webfont.eot?#iefix') format('eot'),
		url('fonts/geosanslight-oblique-webfont.woff') format('woff'),
		url('fonts/geosanslight-oblique-webfont.ttf') format('truetype'),
		url('fonts/geosanslight-oblique-webfont.svg#webfontNPsZNH0G') format('svg');
    font-weight: normal;
    font-style: normal;
}