/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



/* Styles for desktop and large screen */

@media only screen and (min-width: 851px)	{
	
	.textBanner {
		display:block;
		height:230px;
		width: 1050px;
		background: linear-gradient(#FFFFFF, #FFEDBC);
	}
	
	.band_image {
		display: block;
		position: relative;
		margin-left:20px;
	}
	
	.bannerBottom {
		display:block;
		height:20px;
		width: 1050px;
		background: #ffffff;
	}
	
	.bannerRule {
		width: 990px;
		border-bottom-style: solid;
		border-bottom-width: 2px;
		border-bottom-color: #C49198;
	}

	.bannerHead {
		position: relative;
		padding-top:30px;
		margin-left:30px;
		height: 160px;
		width:990px;
		align:center;
	}
	
	.bannerType {
		position: relative;
		display:block;
		margin-right:860px;
		height:30px;
		width:130px;
		background-color:#8A2432;
		color:#FFEDBC;
		font-family: 'Oswald', sans-serif;
		font-weight:700;
		font-size:21px;
		text-align:center;
	}
	
	.bannerTitle {
		position: relative;
		display:block;
		margin-top: 15px;
		margin-bottom: 5px;
		margin-left:-30px;
		color:#8A2432;
		font-family: 'Oswald', sans-serif;
		font-weight:500;
		font-size:34px;
		text-align:center;
	}
	
	.bannerTitle a {
		text-decoration:none;
		color:#8A2432;
	}
	
	.bannerDescription {
		position: relative;
		display:block;
		margin-left:-30px;
		color:#8A2432;
		font-family: 'Oswald', sans-serif;
		font-weight:500;
		font-size:16px;
		text-align:center;
	}
	
	.bannerDescription a {
		text-decoration:none;
		color:#8A2432;
	}
	
	

	body	{
		margin: 0px;
		padding: 0;
		font-family: "Trebuchet MS", "Myriad Pro", "Arial", sans-serif;
		font-size: 1em;
		overflow-x: hidden;
		width: 100%;
		position: absolute;
		background-color: #000;
		}

	a	{
		cursor:pointer;
		}


	.container	{
		margin:0 auto;
		width: 800px;
		background-color: #fff;
		}

	nav	{
		position: fixed;
		z-index: 1;
		width: 1050px;
		margin-top: 0px;
		}

	nav ul	{
		margin: 0;
		padding: 0;
		}

	nav ul.topnav	{
		margin-left: 130px;
		margin-top: -36px;
		}


	logo	{
		display: block;
		position: fixed;
		width: 1400px;
		height: 120px;
		}

	.mobileLogo	{
		display: none;
		}

	ul.secondaryNav	{
		display: inline-block;
		vertical-align: top;
		width: 300px;
		height: 20px;
		position: absolute;
		font-size: .75em;
		margin-top: -86px;
		margin-left: 589px;
		}

	li.lilbutton	{
		width: 80px;
		height: 25px;
		color:#933;
		}

	.secLink	{
		display: inline-block;
		position: relative;
		list-style-type: none;
		vertical-align: top;
		width: 75px;
		height: 17px;
		text-align: center;
		padding-top: 2px;
		font-size: .85em;		
		font-weight: 900;
		border-style: solid;
		border-width: 1px;
		border-color: #aaa;
		border-radius: 6px 6px 6px 6px;
		background-color: #fff;
		}

	.secLink a:link	{
		text-decoration: none;
		color: #00549f;
		}

	.socialMedia	{
		display: block;
		position: absolute;
		margin-left: 904px;
		margin-top: -84px;
		}

	.donateButton	{
		display: block;
		position: absolute;
		margin-left: 904px;
		margin-top: -43px;
		}

	nav ul li	{
		display: inline-block;
		list-style-type: none;
		vertical-align: top;
		width: 175px;
		}

	.topMenuButton {
		display: inline-block;
		list-style-type: none;
		vertical-align: top;
		width: 163px;
		height: 20px;
		text-align: center;
		padding-top: 3px;
		margin-top: -9px;
		margin-left: -8px;
		margin-bottom: 0px;
		font-size: .85em;		
		font-weight: 900;
		border-style: solid;
		border-width: 1px;
		border-color: #aaa;
		background-color: #fff;
		color: #933;
		border-radius: 6px 6px 6px 6px;
		}


	.topMenuButton a:link a:visited	{
		text-decoration: none;
		color: #933;
		}

	nav > ul > li > a	{
		color: #aaa;
		display: block;
		line-height: 1em;
		padding: 0.5em 0.5em;
		text-decoration: none;
		}

	nav li > ul li	{
		display: none;

		}
	nav li:hover > ul li a	{
		color: #000;
		display: block;
		line-height: 1.5em;
		padding: .5em .5em;
		text-decoration: none;
		font-size: .75em;
		}

	nav li:hover > ul li	{
		position: relative;
		display: block;
		background-color: #fda;
		}

	nav li > ul > li ul	{
		display: none;
		}

	nav li > ul > li ul	{
		display: none;
		}

	nav li > ul > li:hover > ul	{
		position: absolute;
		display: block;
		margin-left: 100%;
		margin-top: -3em;
		}

	.simpleBannerHead	{
		position: relative;
		font: sans-serif;
		font-size: 2em;
		font-weight: 900;
		margin-top: 50px;
		margin-left:50px;
		}

	li.submenu	{
		color: #000;
		border-top-style: solid;
		border-top-color: #fff;
		border-top-width: 1px;
		margin-top: -8px;
		width: 165px;
		margin-bottom: 8px;
		border-radius: 6px 6px 6px 6px;
		}

	li.submenu a:hover	{
		background-color: #eb8;  /* the drop down hover background color */
		color: #a00;
		border-radius: 6px 6px 6px 6px;
		}

	article	{
		position: relative;
		width: 810px;
		min-height: 700px;
		margin-top: 124px;
		padding-bottom: 60px;
		float: left;
		background-color: #fff;
		z-index: 0;
		border-radius:  12px 12px 0px 0px;
		}

	.imageSlider	{
		width: 1050px;
		height: 250px;	
		background-color: #eee;
		margin-top: 20px;
		}

	H1	{
		margin-left:20px;
		margin-bottom: 0px;
		color: #00549f;
		}
	H1.blogHead	{
		margin-left:0px;
		}

	H2	{
		margin-bottom: 0px;
		color: #00549f;
		}

	.introTextIndent	{
		margin-left:60px;
		margin-top:0px;
		width:630px;
		}

	.intro	{
		width: 630px;
		margin-top: 0px;
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
		}

	.introTight	{
		width: 630px;
		margin-top: 0px;
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 0px;
		float: left;
		}

	.intro_wide	{
		width: 990px;
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
		float: left;
		}

	.introText	{
		margin-top: 0px;
		margin-bottom: 10px;
		font-size: 1 em;
		}

	.introTextSixAbove	{
		margin-top: 6px;
		margin-bottom: 10px;
		font-size: 1 em;
		}

	.welcomeText	{
		width: 650px;
		margin-top: 0px;
		margin-bottom: 10px;
		font-size: 1 em;
		}

	ul.introList	{
		width: 550px;
		}

	H3, H4	{
		margin-bottom: 0px;
	}
	
	h3.band_page {
		margin-left: 20px;
	}
	
	H3.eventHead	{
		margin-left: 60px;
		margin-bottom: 0px;
		color: #933;
		}

	H3.eventHead a:link	{
		text-decoration: none;
		color: #933;
		}

	H3.eventHead a:visited	{
		text-decoration: none;
		color: #933;
		}

	.indent30	{
		margin-left: 30px;
		}

	.indent30_noTop	{
		margin-left: 30px;
		margin-top: 0px;
		}

	.indent60	{
		margin-left: 60px;
		}

	p.eventDescription	{
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 60px;
		}

	p.eventDescriptionNoIndent	{
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 30px;
		}

	.eventDTL	{
		display: block;
		width: 750px;
		margin-top:15px;
		}

	.eventLabel	{
		text-align: right;
		margin-left: 60px;
		font-weight: bold;
		width: 90px;
		float:left;
		}

	.eventInfo	{
		margin-bottom: 20px;
		margin-top: -22px;
		margin-left:160px;
		width: 500px;
		float: left;
		}

	.eventNote	{
		margin-top: 15px;
		margin-bottom: 20px;
		margin-left:60px;
		width: 700px;
		float: left;
		}

	.blog_quote	{
		margin-top: 15px;
		margin-left: 80px;
		width: 100%;
		float: left;
		}

	.centerImage {
		margin-top:20px;
		display:block;
		margin:auto;
		}
		
	.imageWrap {
		float: left;
		clear: left;
		margin-right:20px;
		margin-bottom:20px;
		}

	.ital {
		font-style: italic;
		}

	H3.blogHead	{
		font-size: 1.5em;
		margin-left: 0px;
		margin-bottom: 5px;
		margin-top: 0px;
		color: #933;
		}

	H3.blogHead a:link	{
		text-decoration: none;
		color: #933;
		}

	H3.blogHead a:visited	{
		text-decoration: none;
		color: #933;
		}

	.blogEntry	{
		width:750px;
		margin-left:0px;  
		margin-bottom:60px;
		margin-top:24px;
		}

	p.blogDescription	{
		margin-top: 5px;
		margin-bottom: 30px;
		margin-left: 0px;
		width:530px;
		}

	li.blogDescription	{
		margin-top:0px;
		margin-left: 0px;
		width:530px;
		}

	ul.blogDescription	{
		margin-top:0px;
		margin-left: 0px;
		}

	.blogImageVertical {
		height: 400px;
		width: 270px;
		margin-top:30px;
		margin-bottom:10px;
		margin-left:5px;
		margin-right:55px;
		float:left;
		}

	.blogImageHorizontal {
		height: 400px;
		width: 600px;
		margin-top:30px;
		margin-bottom:10px;
		margin-left:5px;
		margin-right:5px;
		float:left;
		}

	p.learnMore	{
		margin-top: 0px;
		text-align: right;
		font-size: .75em;
		}


	.indent30	{
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 0px;
		}

	.sidebar	{
		background-color: #933;
		width: 310px;
		float: left;
		margin-left:20px;
		margin-top: 20px;
		margin-bottom: 20px;
		}

	.sidebar_4	{
		position: fixed;
		background-color: #933;
		width: 225px;
		float: left;
		margin-left:790px;
		margin-top: 60px;
		margin-bottom: 20px;
		}

	.sidebar_white	{
		position: fixed;
		background-color: #fff;
		width: 225px;
		margin-left:780px;
		margin-top: 60px;
		margin-bottom: 20px;
		}

	.sidebarText	{
		font-size: .8em;
		margin-right:40px;
		margin-left: 20px;
		margin-top: 0px;
		color: #fff;
		}

	.sidebarText a	{
		color: #faf;
		}

	.sidebarH2	{
		color: #f99;
		margin-left:20px;
		}

	.sidebarH3	{
		font-size: 1.25em;
		color: #f99;
		margin-left:20px;
		}

	.teaserBox	{
		position: relative;
		width: 310px;
		height: 200px;
		margin-left: 30px;
		margin-bottom: 30px;
		float: left;
		background-color: #ccc;
		}

	.teaserBox_4	{
		position: relative;
		width: 225px;
		height: 175px;
		margin-left: 30px;
		margin-bottom: 30px;
		float: left;
		background-color: #ccc;
		}

	.teaser_overlay	{
		margin-top:-175px;
		opacity:0;
		float: none;
	  	transition: opacity 350ms;
		}

	.teaser_overlay:hover	{
		opacity:1;
	
		}

	.halfPanel	{
		background-color: #d99e9e;
		width: 480px;
		height:380px;
		float: left;
		margin-left:30px;
		margin-top: 0px;
		margin-bottom: 20px;
		}

	.threeOfFour	{
		width: 765px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		float: left;
		}

	.alignWithNav	{
		width: 765px;
		margin-left: 130px;  
		margin-right: 0px;
		margin-top: 0px;
		float: left;
		}

	.formWrapper	{
		margin-top:20px;
		font-size:.75em;
		}

	.twoByTwo	{
		width: 990px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		float: left;
		}

	footer {
		position: relative;
		padding: 10px 0;
		width: 810px;
		background-color: #020;
		float: left;
		margin-top: 0px;
		border-radius:  0px 0px 12px 12px;
		}
		
	.album_title {
		margin-top:60px;
		color:#821517;
	}

	.address	{
		font-family: "Trebuchet MS", "Myriad Pro", "Arial", sans-serif;
		font-size: .75em;
		color: #070;
		float: left;
		margin-left: 20px;
		}

	.photoCredit {
		font-family: "Trebuchet MS", "Myriad Pro", "Arial", sans-serif;
		font-style: italic;
		font-size: .65em;
		}

	.byline {
		font-family: "Trebuchet MS", "Myriad Pro", "Arial", sans-serif;
		font-style: italic;
		font-size: .75em;
		}

	.footNav	{
		font-family: "Trebuchet MS", "Myriad Pro", "Arial", sans-serif;
		font-size: .75em;
		color: #fff;
		float: right;
		margin-right: 20px;
		}

	.footNav a	{
		color: #070;
		}

	.footnote	{
		font-size:.5em;
		}

	.copyright	{
		position: relative;
		font-family: "Trebuchet MS", "Myriad Pro", "Arial", sans-serif;
		font-size: .65em;
		color: #fff;
		float: right;
		margin-left: 350px;
		margin-right: 20px;
		margin-top: -5px;
		}
	/* Styles for image gallery */

	/*Gallery Container*/
	.image-gallery	{
		position:relative;  
		margin:0 auto;
		padding-top:20px;
		width:600px;  
		border-radius:20px;  
		}

	/*Sets Big Image style*/
	.image-gallery .big-image	{
		width:600px;
		height:400px;   
		margin:0 auto;  
		position:relative;
		}
	.image-gallery .big-image img{
	  	opacity:0;
		position:absolute;
		left:0px;
		top:0px;
		width:600px;
	  	margin:0 auto;
	  	transition: opacity 350ms;
		}

	/*Selected image display*/
	.image-gallery .big-image img:target{opacity:1;}

	/*on select image display none the default image*/
	.image-gallery .big-image img:target ~ img#default{opacity:0;}

	/*Show Default Image in first load*/
	.image-gallery .big-image img#default{opacity:1;}


	/***Button***/
	.image-gallery .button	{
		font-weight:bold;
		font-size:30px;
		display:inline-block;
		background-color:#933;
		color:#222;
		padding:0 10px;
		border-radius: 6px;
		}

	.image-gallery .prev	{
		position:absolute;
		left:0;
		top:470px;
		color:#fff;
		}

	.image-gallery .next	{
		position:absolute;
		right:0;
		top:470px;
		color:#fff;
		}

	/***move thumbs on click on buttons***/
	.image-gallery .prev:active ~ .thumbs  ul	{
		transform:translateX(0%);
		transition:3s all;
		}
	.image-gallery  .next:active ~ .thumbs  ul	{
		transform:translateX(-90%);
		transition:3s all;  
		}
	  
	/***thumbs***/
	.image-gallery .thumbs	{
		overflow:hidden;
		white-space:nowrap;
		margin:0 45px;
		}

	.image-gallery .thumbs ul	{
		float:left;
		transition:999999s all;
		transform:translateX(0);
		}

	.image-gallery .thumbs li	{
		display:inline-block;
		margin-right:3px;
		}

	.image-gallery .thumbs li a:hover{opacity:1;}
	.image-gallery .thumbs li a{opacity:0.85;}
	.image-gallery .thumbs li a:focus{opacity:1;}
	.image-gallery .thumbs li img{width:128px;}


	/*other styles*/
	.title	{
		font-size:30px;
		font-weight:bold;
		text-align:center;
		margin:15px 0;
		}




	#slideshow	{
		position: relative;
		width: 1050px;
		height: 250px;
		}

	#slideshow > div	{
		position: absolute;
		}


	.bigSlideShow {
		position: relative;
		margin-left: 60px;
		}

	.slideElement {
		margin-top:30px;
		margin-bottom:10px;
		margin-left:5px;
		margin-right:5px;
		float:left;
		}

	.caption {
		font-size:.85em;
		width:600px;
		margin-left:20px;
		}


}































@media screen and (max-width: 850px) {

body	{
		margin: 0px;
		padding: 0;
		font-family: "Trebuchet MS", "Myriad Pro", "Arial", sans-serif;
		font-size: 1em;
		overflow-x: hidden;
		width: 100%;
		position: absolute;
		background-color: #fff;
		}

	a	{
		cursor:pointer;
		}

	.container	{
		margin:0 auto;
		width: 100%;
		background-color: #fff;
		}

/* this was changed */
	nav	{
		position: relative;
		z-index: 1;
		width: 300px;
		margin-top: 0px;
		}

	nav ul	{
		margin: 0;
		padding: 0;
		}

/* this was changed */
	nav ul.topnav	{
		margin-left: 20px;
		margin-top: 0px;
		width:100%;
		}

/* this was changed */
	.logo	{
		display: none;
		}

/* this was changed */
	.mobileLogo	{
		display: block;
		}

/* changed */
	nav ul.secondaryNav	{
		margin-left: 20px;
		margin-top: 20px;
		width:100%;
		}

/* changed */
	nav ul.secondaryNav	{
		display: inline-block;
		vertical-align: top;
		width: 100%;
		height: 25px;
		position: relative;
		font-size: .75em;
		margin-left: 20px;
		margin-bottom: 0px;
		}

/* changed */
	li.lilbutton	{
		width: 80px;
		height: 25px;
		color:#933;
		}

/* changed */
	.secLink	{
		display: inline-block;
		margin-top:-5px;
		position: relative;
		list-style-type: none;
		vertical-align: top;
		width: 75px;
		height: 17px;
		text-align: center;
		padding-top: 2px;
		font-size: .85em;		
		font-weight: 900;
		border-style: solid;
		border-width: 1px;
		border-color: #aaa;
		border-radius: 6px 6px 6px 6px;
		background-color: #fff;
		}

	.secLink a:link	{
		text-decoration: none;
		color: #00549f;
		}

/* changed */
	.socialMedia	{
		display: none;
		width: 115px;
		position: relative;
		margin-left: 20px;
		margin-top: -15px;
		}

/* changed */
	.donateButton	{
		width: 115px;
		display: none;
		position: relative;
		margin-left: 15px;
		margin-top: 0px;
		padding-top: 5px;
		}

/*changed */
	nav ul li	{
		display: inline-block;
		list-style-type: none;
		vertical-align: top;
		width: 125px;
		}

/* changed */
	.topMenuButton {
		float: left;
		display: inline-block;
		position: relative;
		list-style-type: none;
		vertical-align: top;
		width: 112px;
		height: 20px;
		text-align: center;
		padding-top: 3px;
		margin-top: 2px;
		margin-left: -8px;
		margin-bottom: 0px;
		font-size: .85em;		
		font-weight: 900;
		border-style: solid;
		border-width: 1px;
		border-color: #aaa;
		background-color: #fff;
		color: #933;
		border-radius: 6px 6px 6px 6px;
		z-index:22;
		}

	.topMenuButton a:link a:visited	{
		text-decoration: none;
		color: #933;
		}

	nav > ul > li > a	{
		color: #aaa;
		display: block;
		line-height: 1em;
		padding: 0.5em 0.5em;
		text-decoration: none;
		}

	nav li > ul li	{
		display: none;

		}
	nav li:hover > ul li a	{
		color: #000;
/*		display: block;
*/		display: hidden;
		line-height: 1.5em;
		padding: .5em .5em;
		text-decoration: none;
		font-size: .75em;
		}

	nav li:hover > ul li	{
		position: relative;
		display: hidden;
/*		display: block;
*/		background-color: #fda;
		}

	nav li > ul > li ul	{
		display: none;
		}

	nav li > ul > li ul	{
		display: none;
		}

	nav li > ul > li:hover > ul	{
		position: absolute;
/*		display: block;
*/

		display: hidden;
		margin-left: 100%;
		margin-top: -3em;
		}

	.textBanner	{
		width:100%;
		height:250px;
		}

	.simpleBannerHead	{
		position: relative;
		font: sans-serif;
		font-size: 2em;
		font-weight: 900;
		margin-top: 50px;
		margin-left:50px;
		}

/* changed */
	li.submenu	{
		color: #000;
		position: relative;
		border-top-style: solid;
		border-top-color: #fff;
		border-top-width: 1px;
		margin-top: -8px;
		width: 110px;
		margin-bottom: 8px;
		border-radius: 6px 6px 6px 6px;
		z-index: 21;
		}

	li.submenu a:hover	{
		display: none;
		background-color: #eb8;  /* the drop down hover background color */
		color: #a00;
		border-radius: 6px 6px 6px 6px;
		}

/* changed */
	article	{
		position: relative;
		width: 300px;
		margin-top: 0px;
		padding-bottom: 0px;
		float: left;
		background-color: #fff;
		z-index: 0;
		}

	.imageSlider	{
		width: 1050px;
		height: 250px;	
		background-color: #eee;
		margin-top: 20px;
		}

	H1	{
		font-size: 1.75em;
		margin-left:30px;
		margin-bottom: 0px;
		color: #00549f;
		}
	H1.blogHead	{
		margin-left:0px;
		}

	H2	{
		margin-bottom: 0px;
		color: #00549f;
		}

/* changed */
	.introTextIndent	{
		margin-left:60px;
		margin-top:0px;
		width:240px;
		}

/* changed */
	.intro	{
		position: relative;
		width: 100%;
		margin-top: 0px;
		margin-left: 20px;
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
		}

/* changed */
	.introTight	{
		width: 100%;
		margin-top: 0px;
		margin-left: 20px;
		margin-right: 30px;
		margin-bottom: 0px;
		float: left;
		}

/* changed */
	.intro_wide	{
		width: 100%;
		margin-left: 20px;
		margin-right: 30px;
		margin-top: 30px;
		margin-bottom: 30px;
		float: left;
		}

	.introText	{
		margin-top: 0px;
		margin-bottom: 10px;
		font-size: 1 em;
		}

	.introText30	{
		margin-top: 0px;
		margin-left: 30px;
		margin-bottom: 10px;
		font-size: 1 em;
		}

/* changed */
	.welcomeText	{
		width: 100%;
		margin-top: 0px;
		margin-bottom: 10px;
		font-size: 1 em;
		}

/* changed */
	ul.introList	{
		width: 100%;
		}

	H3, H4	{
		margin-bottom: 0px;
		}

	H3.eventHead	{
		margin-left: 20px;
		margin-bottom: 0px;
		color: #933;
		}

	H3.eventHead a:link	{
		text-decoration: none;
		color: #933;
		}

	H3.eventHead a:visited	{
		text-decoration: none;
		color: #933;
		}
/* changed */
	.indent30	{
		margin-left: 10px;
		}

	.indent30_noTop	{
		margin-left: 10px;
		margin-top: 0px;
		}

/* changed */
	.indent60	{
		margin-left: 20px;
		}

	p.eventDescription	{
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 20px;
		}

	p.eventDescriptionNoIndent	{
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 20px;
		}

/* changed */
	.eventDTL	{
		display: block;
		width: 100%;
		margin-top:15px;
		}

/* changed */
	.eventLabel	{
		text-align: left;
		margin-left: 20px;
		font-weight: bold;
		width: 90px;
		float:left;
		}

	.eventInfo	{
		margin-bottom: 20px;
		margin-top: 0px;
		margin-left:30px;
		width: 100%;
		float: left;
		}

	.eventNote	{
		margin-top: 15px;
		margin-bottom: 20px;
		margin-left: 20px;
		width: 100%;
		float: left;
		}

	.blog_quote	{
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: 40px;
		width: 100%;
		float: left;
		}

	.outdent30 {
		margin-left: -30px;
		}


	H3.blogHead	{
		font-size: 1.5em;
		margin-left: 0px;
		margin-bottom: 5px;
		margin-top: 0px;
		color: #933;
		}

	H3.blogHead a:link	{
		text-decoration: none;
		color: #933;
		}

	H3.blogHead a:visited	{
		text-decoration: none;
		color: #933;
		}

/* changed */
	.blogEntry	{
		width:100%;
		margin-left:0px;  
		margin-bottom:60px;
		margin-top:24px;
		}

/* changed */
	p.blogDescription	{
		margin-top: 5px;
		margin-bottom: 30px;
		margin-left: 0px;
		width:100%;
		}

/* changed */
	li.blogDescription	{
		margin-top:0px;
		margin-left: 0px;
		width:300px;
		}

	ul.blogDescription	{
		margin-top:0px;
		margin-left: 0px;
		}

	p.learnMore	{
		margin-top: 0px;
		text-align: right;
		font-size: .75em;
		}


	.indent30	{
		margin-left: 20px;
		margin-right: 30px;
		margin-bottom: 0px;
		}

/* changed */
	.sidebar	{
		background-color: #933;
		width: 310px;
		float: left;
		margin-left:20px;
		margin-top: 20px;
		margin-bottom: 30px;
		}

/* changed */
	.sidebar_4	{
		position: relative;
		background-color: #933;
		width: 225px;
		float: left;
		margin-left:20px;
		margin-top: 60px;
		margin-bottom: 20px;
		}

/* changed */
	.sidebar_white	{
		position: relative;
		float: left;
		background-color: #fff;
		width: 225px;
		margin-left:10px;
		margin-top: 60px;
		margin-bottom: 20px;
		}

	.sidebarText	{
		font-size: .8em;
		margin-right:40px;
		margin-left: 20px;
		margin-top: 0px;
		color: #fff;
		}

	.sidebarText a	{
		color: #faf;
		}

	.sidebarH2	{
		color: #f99;
		margin-left:20px;
		}

	.sidebarH3	{
		font-size: 1.25em;
		color: #f99;
		margin-left:20px;
		}

	.teaserBox	{
		position: relative;
		width: 310px;
		height: 200px;
		margin-left: 20px;
		margin-bottom: 30px;
		float: left;
		background-color: #ccc;
		}

	.teaserBox_4	{
		position: relative;
		width: 225px;
		height: 175px;
		margin-left: 20px;
		margin-bottom: 30px;
		float: left;
		background-color: #ccc;
		}

	.teaser_overlay	{
		margin-top:-175px;
		opacity:0;
		float: none;
	  	transition: opacity 350ms;
		}

	.teaser_overlay:hover	{
		opacity:1;
	
		}

	.halfPanel	{
		background-color: #d99e9e;
		width: 100%;
		height:380px;
		float: left;
		margin-left:30px;
		margin-top: 0px;
		margin-bottom: 20px;
		}

	.threeOfFour	{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		float: left;
		}

/* changed */
	.alignWithNav	{
		width: 100%;
		margin-left: 20px;  
		margin-right: 0px;
		margin-top: 0px;
		float: left;
		}

	.formWrapper	{
		margin-top:20px;
		font-size:.75em;
		}

	.twoByTwo	{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		float: left;
		}

	footer {
		position: relative;
		padding: 10px 0;
		width: 100%;
		background-color: #933;
		float: left;
		margin-top: 0px;
		}

	.address	{
		font-family: "Trebuchet MS", "Myriad Pro", "Arial", sans-serif;
		font-size: .75em;
		color: #fff;
		float: left;
		margin-left: 20px;
		}
/* changed */
	.footNav	{
		font-family: "Trebuchet MS", "Myriad Pro", "Arial", sans-serif;
		font-size: .75em;
		color: #fff;
		float: left;
		margin-left: 20px;
		}

	.footNav a	{
		color: #fff;
		}

	.footnote	{
		font-size:.5em;
		}

/* changed */
	.copyright	{
		position: relative;
		font-family: "Trebuchet MS", "Myriad Pro", "Arial", sans-serif;
		font-size: .65em;
		color: #fff;
		float: left;
		margin-left: 20px;
		margin-top: 5px;
		}
	/* Styles for image gallery */

	/*Gallery Container*/
	.image-gallery	{
		position:relative;  
		margin:0 auto;
		padding-top:20px;
		width:600px;  
		border-radius:20px;  
		}

	/*Sets Big Image style*/
	.image-gallery .big-image	{
		width:600px;
		height:400px;   
		margin:0 auto;  
		position:relative;
		}
	.image-gallery .big-image img{
	  	opacity:0;
		position:absolute;
		left:0px;
		top:0px;
		width:600px;
	  	margin:0 auto;
	  	transition: opacity 350ms;
		}

	/*Selected image display*/
	.image-gallery .big-image img:target{opacity:1;}

	/*on select image display none the default image*/
	.image-gallery .big-image img:target ~ img#default{opacity:0;}

	/*Show Default Image in first load*/
	.image-gallery .big-image img#default{opacity:1;}


	/***Button***/
	.image-gallery .button	{
		font-weight:bold;
		font-size:30px;
		display:inline-block;
		background-color:#933;
		color:#222;
		padding:0 10px;
		border-radius: 6px;
		}

	.image-gallery .prev	{
		position:absolute;
		left:0;
		top:470px;
		color:#fff;
		}

	.image-gallery .next	{
		position:absolute;
		right:0;
		top:470px;
		color:#fff;
		}

	/***move thumbs on click on buttons***/
	.image-gallery .prev:active ~ .thumbs  ul	{
		transform:translateX(0%);
		transition:3s all;
		}
	.image-gallery  .next:active ~ .thumbs  ul	{
		transform:translateX(-90%);
		transition:3s all;  
		}
	  
	/***thumbs***/
	.image-gallery .thumbs	{
		overflow:hidden;
		white-space:nowrap;
		margin:0 45px;
		}

	.image-gallery .thumbs ul	{
		float:left;
		transition:999999s all;
		transform:translateX(0);
		}

	.image-gallery .thumbs li	{
		display:inline-block;
		margin-right:3px;
		}

	.image-gallery .thumbs li a:hover{opacity:1;}
	.image-gallery .thumbs li a{opacity:0.85;}
	.image-gallery .thumbs li a:focus{opacity:1;}
	.image-gallery .thumbs li img{width:128px;}


	/*other styles*/
	.title	{
		font-size:30px;
		font-weight:bold;
		text-align:center;
		margin:15px 0;
		}



/* changed */
	#slideshow	{
		position: relative;
		display: none;
		width: 1050px;
		height: 250px;
		}

	#slideshow > div	{
		position: absolute;
		}

	.bigSlideShow {
		position: relative;
		width:100%;
		margin-left:20px;
		}

	.slideElement {
		margin-top:20px;
		margin-bottom:5px;
		}
	.caption {
		font-size:.85em;
		width:250px;
		}




}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
