/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

/*-======================================================================-*/

/*------------------------------------------------
---------- BEGIN ERIC MEYER CSS3 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, 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, figcaption, figure, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
  font-family: sans-serif !important;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.5em;
	background-color: #C962e7;
	background-image: linear-gradient(#7f11a1, #C962e7);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	height: auto;
	font-family: sans-serif;
	background-attachment: fixed;
}

.home .slider {
	margin: 50px 0 10px !important;
	font-family: Helvetica, 'Arial', sans-serif;
}

ul {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

/*------------------------------------------------
------------ END ERIC MEYER CSS3 RESET -----------
------------------------------------------------*/

/*-======================================================================-*/

/*------------------------------------------------
----------------- UNIVERSAL STYLES ---------------
------------------------------------------------*/

/*
For easy retrieval: 

   font-family: "Lucida Grande", Tahoma, sans-serif;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-family:"Trebuchet MS",Arial,Helvetica,san-serif;
*/

hr {
	clear: both;
	height: 7px;
	margin-top:15px;
	margin-bottom:15px;
	background: url('../images/icons/hr.png') repeat-x 0 0;
}

em {
	font-style: italic;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.center-text {
   text-align: center;
}

.center-align {
	margin-left: auto;
	margin-right: auto;
}

.leftfloat {
   float: left;
   margin-right: 15px;
}

.rightfloat {
   float: right;
   margin-left: 15px;
}

.green {
	color: #006600;
}

.purple {
	color: #7f11a1;
}

p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

#wrapper {
	max-width: 1220px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
}

header {
	margin-top: 20px;
	width: 100%;
	margin-bottom: 0;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
	-moz-border-top-right-radius: 8px;
   border-top-right-radius: 8px;
   -moz-border-top-left-radius: 8px;
   border-top-left-radius: 8px;
}

header .header-section {
	float: left;
	width: 33.2%;
}

header img.large {
	width: 100%;
}

header img.small {
	float: right;
	margin-right: 20px;
	width: 25%;
}

header img.large.responsive {
	display: none;
}

header .middle {
	padding: 10px;
	width: 30%;
	text-align: center;
}

header .header-section.middle .topline {
	font-size: 1.3vw;
	margin-bottom: 5px;
	font-weight: bold;
}

header .header-section.middle .hours {
	font-size: 1.5vw;
	margin-bottom: 5px;
	margin-top: 15px;
}

header .header-section.middle .calendar {
	font-size: 1.5vw;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
}

header .middle .italics {
	font-style: italic;
	color: purple;
	font-size: 1.3vw;
	margin-top: 15px;
}

article#main {
	width: 100%;
	margin-left: auto;
   margin-right: auto;
}

.pages article#main {
	width: 100%;
	background: #fff;
	font-size: 1.3em;
   padding-bottom: 20px;
   -moz-border-bottom-right-radius: 8px;
   border-bottom-right-radius: 8px;
   -moz-border-bottom-left-radius: 8px;
   border-bottom-left-radius: 8px;
   overflow: hidden;
}

.pages img.page-top {
	border: 2px solid #fff;
	width: 99.6%;
	margin-bottom: 15px;
}

.pages h1 {
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	font-size: 175%;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.pages h2 {
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.pages h3 {
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
}

.pages h4 {
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}

section.content {
	width: 98%;
	margin-left: auto;
   margin-right: auto;
}

.btn {
	cursor: pointer;
	display: inline-block;
	padding: 5px 14px 6px;
	color: #f8f8f8;
	background-color: #006600;
	font-size: 14px;
	line-height: normal;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	margin-top:10px;
	-webkit-box-shadow: 2px 2px 5px #444;
	box-shadow: 2px 2px 5px #444;
	border:none;
}

.btn:hover {
	color: #f8f8f8;
	background-color: #7f11a1;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 5px #fff;
	box-shadow: 2px 2px 5px #fff;
}

footer {
	background-color: #6c02c5;
	background-image: url("../images/backgrounds/bglossy.png");
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
	clear: both;
	line-height: 1.8em;
	heght: 85px;
	border-top: 2px solid black;
	font-family: Georgia;
}

footer #smaller {
	font-size: .8em;
	margn-top: .5em;
	line-height: 1.3em;
	font-family: sans-serif;
}

#copyright {
	text-align: center;
	font-sze: 1em;
}

#copyright a {
	color: yellow;
}

/*------------------------------------------------
---------------- END UNIVERSAL STYLES ------------
------------------------------------------------*/

/*-======================================================================-*/

/*------------------------------------------------
------------------- NAVIGATION -------------------
------------------------------------------------*/

/*********************
***** PUSH MENU ******
*********************/

#responsive-push {
	margin-bottom: 0;
}

button {
   cursor: pointer;
   border: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   -webkit-border-radius: 0;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
}

.mask {
   position: fixed;
   top: 0;
   left: 0;
   z-index: 15;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.8);
}

.buttons {
   margin-bottom: 10px;
   text-align: center;
}

.buttons button {
   display: inline-block;
   margin: 1px auto;
   padding: 10px;
   color: #fff;
   background-color: #000;
   font-family: 'Gudea', Verdana, Helvetica, sans-serif;
   width: 100%;
   font-size: 1.1em;
   -webkit-transition: 0.3s linear all;
	-moz-transition: 0.3s linear all;
	-ms-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
	transition: 0.3s linear all;
}

/*
.buttons button:hover,
.buttons button.active {
   text-transform: uppercase;
   font-weight: bold;
}
*/

/*********************
*** END PUSH MENU ****
*********************/

#nav-wrap {
	width: 100%;
	margin-left: auto;
   margin-right: auto;
}

nav {
	position: relative;
	z-index: 2000;
	font-size: 1.15em;
}

.menu-styling {
	width: 1216px;
	background: #006600;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

/* CLEAR FLOATS */
.menu-styling:before, .menu-styling:after {
	content: "";
	display: table;
}

.menu-styling:after {
	 clear: both;
}

/*CHANGE THE COLOR OF BORDERS BETWEEN LIST ITEMS*/
.menu-styling li {
	float: left;
	border-right: 1px solid #e7bcf4;
	position: relative;
}

.menu-styling li.last {
	border-right: none;
	box-shadow: none;
}

/*CHANGES THE WIDTH OF THE TOP-LEVEL ITEMS*/
.menu-styling a {
	float: left;
	padding: 12px 38px;
	color: #fff;
	text-transform: uppercase;
	font: bold .66em Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	line-height: 1.9em;
}

/*CONTROLS THE li HOVER COLOR TOP LEVEL AND SUBS*/
.menu-styling li:hover > a {
	color: yellow;
}

/* DON'T CHANGE THIS */
.menu-styling ul {
	margin: 20px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 1;    
	background: #444;   
	background: linear-gradient(#444, #111);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);  
	border-radius: 3px;
	transition: all .2s ease-in-out;
}

.menu-styling li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.menu-styling ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	box-shadow: -1px 0 0 rgba(255,255,255,.3);      
}

.menu-styling ul li {
	float: none;
	display: block;
	border: 0;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}

.menu-styling ul li:last-child {   
	box-shadow: none;    
}

.menu-styling ul a {    
	padding: 10px;
	width: 130px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}

/* CONTROLS THE DROP DOWN LIST HOVER COLOR */
.menu-styling ul a:hover {
	background-color: #6c02c5;
	background-image: linear-gradient(#6c02c5, #6c02c5);
}

/* FIRST AND LAST LIST ELEMENT STYLES */
.menu-styling ul li:first-child > a {
	border-radius: 3px 3px 0 0;
}

/*CHANGE THE border-bottom TO CHANGE THE UNHOVERED SUB TOP ARROW*/
.menu-styling ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}

/* CHANGE THE border-right TO CHANGE SUB-LEVEL LIST ARROW (NOT HOVERED) */
.menu-styling ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0; 
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}

/* CHANGES THE FIRST LEVEL DROP DOWN ARROW WHEN HOVERED */
.menu-styling ul li:first-child a:hover:after {
	 border-bottom-color: #6c02c5;
}

/* CHANGES THE SUB LEVEL DROP DOWN ARROW WHEN HOVERED */
.menu-styling ul ul li:first-child a:hover:after {
	border-right-color: #0299d3; 
	border-bottom-color: transparent;   
}

.menu-styling ul li:last-child > a {
	border-radius: 0 0 3px 3px;
}

.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;  		
}

#menu li:hover > .no-transition {
	display: block;
}


/*------------------------------------------------
----------------- END NAVIGATION -----------------
------------------------------------------------*/

/*-======================================================================-*/

