/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 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%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */



. pageWrapper  {
	width: 100%:
   }

/*
.clear:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
	zoom: 1;	
}


*/


/*  FONT STUFF  font-family: "Euphoria Script", Arial, sans-serif;  */

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;	
}


header {
	background-color: #5A6D33; 
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,.5);
	width: 100%;
}

.headerimg {
	text-align: center;

}



nav {
	background-color: #314900;
	height: 100%;
}

nav ul {
	font-family: "Euphoria Script", Helvetica, sans-serif;
	font-size: 1.25em;
	position: relative;
	display: inline-block;
	padding-right: 1em;
	margin: 0;	
}
nav ul li {
	font-family: "Euphoria Script", Helvetica, sans-serif;
	float: left;
	display: inline-block;
	position: relative;
	list-style: none;	
}

nav ul li ul {
	font-family: "Euphoria Script", Helvetica, sans-serif;
	float: left;
	display: inline-block;
	position: relative;
	list-style: none;	
}

nav a {
	float: left;	
	color: white;
	font-weight: normal;
	text-decoration: none;
	padding: 0 .8em;
	border-right: 1px rgba(255,255,255,.75);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
nav li:last-of-type a {
	border-right: none;	
}
nav a:hover {
	background-color: #B2CC80;
	color: #314900;
}

nav ul li:hover ul  {
	display: inline-block;
	left: 0px;
   }

nav ul li ul  {
	position: absolute;
	padding: 0;
	left: -999em;
	float: none;
	display: inline-block;
	margin-top: .8em;
}

nav ul li ul li  {
	background-color: #B2CC80;
	float: left;
	width: 7.8em;
	font-size: .7em;
	display: inline-block;
   }

article img  {
	float: right;
	padding-top: .7em;
	padding-left: 2em;
	margin-bottom: 2em;
}

.main h2 {
	font-family: "Euphoria Script", Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: left;
	margin-top: 1.5em;	
}

.main h3 {
	font-size: 1.5em;
	margin-top: 2em;	
}
.main p {
	font-size: .9em;
	font-family: serif;
	line-height: 2;
	text-align: justify;
	margin-top: .8em;
	margin-bottom: 2em;
}

/* .main p, .band p {
	margin-bottom: 1em;
} */


footer {
	margin-top: 4em;
	font-size: .8em;
	font-family: serif;
	text-align: center;	
	padding: 2% 10%;
	background-color: #5A6D33;
	color: rgb(204,204,204);
	clear: both;	
}

footer a {
	color: white;	
}

	{
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}


.main {
  /* width: 80%; */
  padding: 0 10% 0 10%;
}



nav ul, header h1, footer p, .contentWrapper {
	max-width: 1200px;
	margin: 0 auto;	
}  


img {
	max-width: 100%;	
}
img.half {
	max-width: 50%;	
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;	
	margin: 0 0 10px 10px;
}

.schedule ul  {
	font-family: serif;
   }

.schedule li  {
	font-family: serif;
	margin-left: .7em;
   }

@media (min-width: 481px) and (max-width:768px) 

  .columnWrapper {
	 width: auto;	  
  }


nav ul {
	font-family: "Euphoria Script", Helvetica, sans-serif;
	font-size: 1.5em;
	padding-right: 1em;
	margin: 0;	
}

  .main {
	border-right: none;  
  }
}
@media (max-width: 480px) {
  .columnWrapper, .main, .sidebar1, .sidebar2 {
	float: none;
	width: auto;  
  }	
  .main {
	border: none;
  }

  header h1 {
	font-size: 1.5em;  
  }


nav ul {
	font-family: "Euphoria Script", Helvetica, sans-serif;
	font-size: 1.5em;
	padding-right: 1em;
	margin: 0;	
}

  nav li {
	float: none;  
	display: inline-block;
  }
  nav a {
	float: none;  
	display: inline-block;
	border: none;
  }
}