@charset "UTF-8";

body {
	background-color: #333;
	background-image: url("../images/gooseberry-bkgd03.jpg");
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-color: #ffffff;
}

#header,#navigation,#heroimage,#article,#articletext {
	width: 96%;
	padding: 2%;
	margin: 0px;
}

#header {
	text-align: center;
}

#introtext {
	text-align: left;
}

#heroimage {
	width: 100%;
	text-align: center;
	padding: 0;
}

#navigation {
	width: 98%;
	padding: 1%;
	text-align: center;
	text-transform: uppercase;
	border-top-width: 0.1em;
	border-bottom-width: 0.1em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}

#navigation a {
	font-size: 0.8em;
	font-weight: 900;
	letter-spacing: 0.1em;
	padding-left: 0.25em;
	padding-right: 0.25em;
}

#navigation ul {
    list-style-type: none;
    margin: 0;
	padding: 0;
}

#navigation li {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding-top: 1%;
	padding-bottom: 1%;
}

#navigation ul ul {
	display: none;
}

#navigation ul li:hover > ul {
	display: block;
}

#article {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

#articletext {
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
}

#article p {
	font-size: 1em;
	line-height:1.5em;
}

#footer {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url("../images/gooseberry-bkgd02.jpg");
	background-color: #333;
color: #fff;
	text-align: center;
}

#footer p {
	font-size:0.8em;
	color: #fff;
}

#footer a {
	color: #fff;
}

.nodesktop {
	display: block;
}

.nomobile {
	display: none;
}

.feature {
	text-align:center;
}

.button,.buttontickets {
	display: block;
	background: #c2c355;
	padding: 0.75em;
	text-align: center;
	border-radius: 0.3em;
	color: white;
	font-weight: 700;
	margin-top: 2em;
	margin-bottom: 2em;
}

.buttontickets {
	margin-top: 0;
	margin-bottom: 0;
}

.button:hover, .buttontickets:hover {
    background: #666666;
    color: white;
}

#map {
    width: 100%;
	height: 400px;
  }
  
  td, th {
    padding: 0.75em;
  }
  
  td {
   background: #eeeeee;
  }
  
  th {
   background: #666666;
   color: white;
  }
  
 /* Style the buttons that are used to open and close the accordion panel */
div.accordion {
    background-color: #eee;
	color:#666;
	font-size:1em;
    cursor: pointer;
    padding: 0.75em;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	margin-bottom: 0.3em;
	text-decoration:none;
    font-family: 'PT Serif', serif;
	font-weight: 700;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
div.accordion.active, div.accordion:hover {
    background-color: #666666;
	color:#fff;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0.75em;
	display:none;
}

.overlay, .dayoftheweek {
  width:96%;
  min-height:10%;
  padding:2%;
  background-color: #c2c355;
  font-size: 0.8em;
  text-align:center;
}

.overlay {
  }
  
.dayoftheweek {
	width: 8.28%;
	margin:1%;
	display:inline-block;
}

.overlay a, .dayoftheweek a {
  color: #FFF;
}

.overlay:hover, .dayoftheweek:hover {
	background-color: #666666;
}