@charset "utf-8";
/* CSS Document */

/* reset */
html, body, div, span, applet, object, iframe,
/*h1, h2, h3, h4, h5, h6, p,*/ blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, /*ul, li, em, strong*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	height: 100%;
	min-height: 100%;
}

body {
	background: url(../Images/background-lights-mono.jpg) no-repeat top center fixed;
	background-size: cover;
	margin: 0;
	padding: 0;
	width: 100%;	
}

/* images scale with browser window size */
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	position: relative;
}

a {color: #A8C2D9;}

p {font-size: 1.1em;} 

/*special image styling */
img.shadow {box-shadow: 10px 0px 9px rgba(0, 0, 0, 0.3);} /*place shadow next to home page image */
img.logo {display:none; margin:0.5em auto;} /*logo for top of mobile pages */

/* facebook link */
#fb {
	position: relative;
}

#fb a {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
}

/* responsive nav */
p.accordion-toggle {
	display:none;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 200;
	color: #fff;
}

.about {font-size: 1px; color: rgba(0,0,0,1.0); line-height:1px;}

#navigation {
	overflow: hidden;
	width: /*240px*/ 25%;
	float: right;
	display: block;
}

nav {
	text-align: center;
	padding-bottom: 3em;
}

nav ul {
	list-style-type: none;
	margin: 0 0 3em 0;
	padding: 6em 0 0 0;
}

nav li {
	list-style-type: none;
	margin: 0;
	padding:0;
}

nav a {
	display: block;
	text-decoration: none;
	color: rgba(255, 255, 255, 1.0);
	letter-spacing: 2px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 200;
	padding: 0.5em;
	font-size: 1.5em;
}

nav a.active {
	color: rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.1);
}

nav a:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

/* The sticky class is added to the navigation with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  right: 0;
  margin-right: 10%; /* to align with PAGE div relative to viewport */
  height: 100%;
  max-width: 20%; /* adjust width to match normal NAVIGATION div relative to viewport */
}

.sticky + #navigation {
	margin-top:2em;
}
	
#page {
	width: /*1040px*/ 80%;
	margin: 2em auto;
	background: url(../Images/background-noise-02.jpg) repeat;
	height: 100%;
	padding: 0;
	position: relative;
	display: block;
}

#content {
	padding: 1.6em;
	color: #fef2d8;
	line-height: 1.6em;
	margin-right: /*240px*/ 25%;
	display:block;
	position: relative;
	box-shadow: 10px 0px 9px rgba(0, 0, 0, 0.3);
	/*min-height: 36em;*/
}

#page-nav {
	display: block;
	position: relative;
}

#page-nav ul {
	list-style-type: none;
	margin: 0 0 0 -1.5em;
	padding:0;
}

#page-nav li {
	list-style-type: none;
	margin:0;
	padding:0;
	display: inline-block;
}

#page-nav a {
	color: rgba(255, 255, 255, 0.6); 
	padding: 0 1.5em;
	text-decoration: none;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 200;
}

#page-nav a:hover {
	color:#fff;
	text-decoration: underline;
}



#content p {
	font-family: 'Arapey', serif;
	letter-spacing: 1px;
}

.float-left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

#content p.category {
	font-size: 1.5em;
	letter-spacing: 2px;
	border-bottom: 1px dotted #8E8D90;
	padding-bottom: 0.25em;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 200;
}

.nicetry { display:none;} /* kill spam on contact */
	
.cursive {
	font-family: 'Rochester', cursive;
	font-size: 2em;
	line-height: 1.2em;
}

p.review {font-style: italic; margin: 2em;}

p.review span {font-style:normal; text-align:right; display:block; padding: .4em;}

p.rev-devider {font-size: 1px; line-height: 1px; border-bottom: 1px solid #fff; width:25%; margin:2em auto 3em auto;}

/* contact form elements */
form {
	background-color: rgba(255, 255, 255, 0.2);
	padding: 0.5em 1.5em 1.5em 1.5em;
	color: #fff;
}

input[type="text"] {
	width: 60%;
	padding: 0.5em;
}

textarea { 
  width:95%;
  padding: 0.5em; 
}

input[type="submit"] {
	padding: 0.5em 1em 0.4em 1em;
	border-radius: 6px;
	border: 1px solid #352b41;
	color: #352b41;
}

/* videos */
iframe {
	position: relative;
	width: 560px;
	height: 316px;
}
	
p.clear {clear:both; font-size:1px;}

#footer {
	display: block;
	padding: .5em;
}

#content #footer p {
	font-size: .7em;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
}

<!-- song list special styles --->
#song-list {
	position: relative;
	width: inherit;
}

#song-list table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#song-list thead, tbody {
	display: block;
	width: 99%;
}

#song-list tbody {
    overflow: scroll;
    height: 300px;
	/* overflow-y: overlay; /* doesn't change element width 
	scrollbar-width: thin;*/
}

#song-list th {
	font-family:'Barlow Condensed', sans-serif; 
	text-align: center; 
	background: rgba(0,0,0, 0.30);
	font-size: .9em; 
	vertical-align: middle; 
	line-height: 1.2em; 
	padding: .2em;
	}
	
#song-list td {
	padding: 0 .5em; 
	border: 1px solid #6D687A;
	font-family: 'Arapey', serif;
	line-height: 1em;
}

#song-list td.cen {
	text-align: center; 
	font-size: 1.2em;
	vertical-align: middle;
}



/* ==============================
   ipad styles
   ============================*/

@media screen and (max-width: 960px) {
/* scale videos to fit screen */	
.videoWrapper {
	position: relative;
	padding-bottom: /*56.25%;*/52%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	overflow: hidden;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}


/* ==============================
   mobil styles
   ============================*/

@media screen and (max-width: 760px) {
	
/* mobil menu styles */
p.accordion-toggle {
	display:block; 
	cursor:pointer; 
	text-align:center; 
	padding:.8em 0 .6em 0; 
	margin: 0 auto;
	width: 100%;
	box-shadow: inset 0 -10px 9px  rgba(0, 0, 0, 0.3)
}
.accordion-content {display: none; padding-bottom: 0;}
.accordion-content.default {display: block;}

#page {width:95%; height:auto;}
#content {
	margin:2.25em 0 0 0;
	padding:1em;
	min-height:1em;
}
img.shadow {
	box-shadow:none;
	}
#navigation {
	float:none; 
	width:95%; 
	background:url(../Images/background-noise-02.jpg) repeat; 
	z-index:5; 
	padding-bottom:0; 
	position: fixed; 
	top:0; 
	right:0;
	margin-right: 2.5%;
}
.arrow {
	background:url(../Images/arrow.png) no-repeat 0 50%;
	width:11px; 
	height:1.3em;
	display:inline-block;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.arrow.rotate {
	transform: rotate(180deg);
    -ms-transform: rotate(180deg);/* IE 9 */
	-webkit-transform: rotate(180deg);/* Safari and Chrome */
}
#fb a {top: -1.7em;}
nav ul {margin:0;padding:0 0 2em 0;}
img.nav-logo {display:none;} /* hide logo as part of nav */
img.logo {display:block;} /* display logo on top of page */
iframe {width:300px;height:169px;}
#page-nav ul {margin:0 auto 0 auto;padding-bottom:0.5em; width:100%; text-align:center;}
#page-nav a {padding: 0 1em ;}
nav a {padding:0.2em;}	
input[type="text"] {width: 95%;}
#song-list table {font-size:.8em;}
#song-list td {padding: .1em .5em;}

}