@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}

/*header*/
header {
	background: url(../_images/top_banner.jpg) no-repeat;
	height: 25px;
	padding-top: 8px;
}
header img {
	width: 88%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.section {
	background: #fbe486 url(../_images/section_bg2.jpg) no-repeat;
}
.section h1 {
	background: url(../_images/logo_small.png) no-repeat;
	width: 300px;
	height: 85px;
	text-indent: -100%;
	display: block;
	margin: 30px auto 10px;
}
.section ul {
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 23px;
	left: 25px;
}
.section li {
	float: left;
}
.section ul li a {
	display: block;
	background: rgb(136,0,0); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjODgwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjODgwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTg1YTliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NWE5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(45deg,  rgba(136,0,0,1) 0%, rgba(136,0,0,1) 70%, rgba(135,155,76,1) 70%, rgba(135,155,76,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(136,0,0,1)), color-stop(70%,rgba(136,0,0,1)), color-stop(70%,rgba(135,155,76,1)), color-stop(100%,rgba(135,155,76,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  rgba(136,0,0,1) 0%,rgba(136,0,0,1) 70%,rgba(135,155,76,1) 70%,rgba(135,155,76,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  rgba(136,0,0,1) 0%,rgba(136,0,0,1) 70%,rgba(135,155,76,1) 70%,rgba(135,155,76,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  rgba(136,0,0,1) 0%,rgba(136,0,0,1) 70%,rgba(135,155,76,1) 70%,rgba(135,155,76,1) 100%); /* IE10+ */

background: linear-gradient(45deg,  rgba(136,0,0,1) 0%,rgba(136,0,0,1) 70%,rgba(135,155,76,1) 70%,rgba(135,155,76,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#880000', endColorstr='#185a9b',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	color: white;
	text-align: center;
	font-size: 1.2em;
	padding: 4px 15px;
	margin-right: 2px;
	border-radius: 0 0 10px 10px;
}
.section ul li a:active, .section ul li a:hover {
background: rgb(24,90,155); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTg1YTliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMTg1YTliIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjODgwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg4MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(45deg,  rgba(223,151,134,1) 0%, rgba(223,151,134,1) 30%, rgba(136,0,0,1) 30%, rgba(136,0,0,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(223,151,134,1)), color-stop(30%,rgba(223,151,134,1)), color-stop(30%,rgba(136,0,0,1)), color-stop(100%,rgba(136,0,0,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(45deg,  rgba(223,151,134,1) 0%,rgba(223,151,134,1) 30%,rgba(136,0,0,1) 30%,rgba(136,0,0,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(45deg,  rgba(223,151,134,1) 0%,rgba(223,151,134,1) 30%,rgba(136,0,0,1) 30%,rgba(136,0,0,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(45deg,  rgba(223,151,134,1) 0%,rgba(223,151,134,1) 30%,rgba(136,0,0,1) 30%,rgba(136,0,0,1) 100%); /* IE10+ */

background: linear-gradient(45deg,  rgba(223,151,134,1) 0%,rgba(223,151,134,1) 30%,rgba(136,0,0,1) 30%,rgba(136,0,0,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#185a9b', endColorstr='#880000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
blockquote {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 800;
	font-size: 1.8em;
	text-align: center;
	color: #2F620A;
	margin: 0;
	padding: 0;
}


/*footer*/
.footer {
	background:#B74C3F;
	color: white;
	text-align: center;
	font-size: 1em;
	clear: both;
}
.footer a {color: inherit;}
.footer a:active, .footer a:hover {text-decoration: underline;}

/*classes*/
.party_inner {
	padding: 0 2% 10px;
	width: 95%;
}
.party_inner p {
	font-size: 1.2em;
}
.partyTbl {
	width: 100%;
	margin: 5px 0;
	border-bottom: solid 2px #2F620A;
}
.partyTbl th {
	text-align: left;
	font-size: 1.4em;
	padding: 5px 0 5px 7px;
	color: #fff;
	background: #2F620A
}
.partyTbl tbody th {
	background: #C7E386;
	color: #000;
}
.partyTbl td:last-child {
	width: 50px;
	text-align: right;
	padding-right: 7px;
}
.partyTbl tr td {
	font-size: 1.4em;
	padding: 3px 0 3px 7px;
	border-bottom: solid 1px #666;
}
/*mobile gallery*/
.gallery {
	margin: 10px 0 0;
	width: 100%;
	padding-left: 3%;
}
.gallery img {
	width: 45%;
	height: auto;
	margin: 5px 0.5% 5px;;
}

.map {
	position: relative;
	padding-top: 0;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	margin: 220px 0 10px;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 100%;
	border: none;
}

.location {
	position: absolute;
	top: 160px;
	left: 10%;
}
.location p {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
.location h1 {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 2em;
	line-height: 120%;
	color: #800;
	background: none;
	text-indent: 0;
	margin: 5px 0 50px;
}
.location img {
	margin: 0 0 10px;
	width: 60%;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/*_______________________________________________________________________*/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 550px) {

.gridContainer {
	width: 97.5%;
	padding-left: 1.25%;
	padding-right: 1.25%;
	clear: none;
	float: none;
	margin-left: auto;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
/*header*/
header {
	background: url(../_images/top_banner.jpg) no-repeat;
	height: 35px;
	padding-top: 10px;
}
header img {
	width: 85%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.section {
	position: relative;
}
.section h1	 {
	background: url(../_images/logo_medium.png) no-repeat;
	width: 367px;
	height: 100px;
	text-indent: -100%;
	margin: 35px 0 0 2%;
	float: left;
}
.section ul {
	margin: 25px 0 0 2%;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: -25px;
	left: 10px;
	display: block;
	background: transparent;
}
.section li {
	float: left;
}
.section ul li a {
	display: block;
	font-size: 1.4em;
	margin-right: 5px;
	padding: 5px 30px;
}
.aside {}
.aside img {}

blockquote {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: 800;
	font-size: 1.5em;
	color: #2F620A;
	float: left;
	margin: 40px 0 0 10px;
	padding: 15px 0;
	text-align: left;
}
/*footer*/
.footer {
	letter-spacing: 1px;
	font-size: 1.1em;
}
.footer p br {display: none;}

/*classes*/
.party_inner {
	padding: 5px 2% 25px;
	width: 45%;
	float: left;
}
.party_inner p {
	font-size: 1.2em;
}
.partyTbl {
	width: 100%;
	margin: 5px 0;
	border-bottom: solid 3px #2F620A;
}
.partyTbl th {
	text-align: left;
	font-size: 1.4em;
	padding: 5px 0 5px 7px;
	color: #fff;
	background: #2F620A
}
.partyTbl tbody th {
	background: #C7E386;
	color: #000;
}
.partyTbl td:last-child {
	width: 50px;
	text-align: right;
	padding-right: 7px;
}
.partyTbl tr td {
	font-size: 1.4em;
	padding: 4px 0 4px 7px;
	border-bottom: solid 1px #666;
}
/*tablet gallery*/
.gallery {
	margin: 10px 0 0 2%;
	width: 100%;
	float: left;
	padding: 0;
}
.gallery img {
	float: left;
	width: 23%;
	height: auto;
	margin: 10px 0.5% 10px;;
}

.map {
	position: relative;
	padding-top: 0;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
	margin: 65px 5% 40px 420px;
	box-shadow: 0 0 12px #333, 0 0 15px 15px #fff;
	
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
/*tablet location*/
.location {
	position: absolute;
	top: 140px;
	left: 5%;
	width: 50%;
}
.location p {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
.location h1 {
	font-size: 1.8em;
	line-height: 120%;
	color: #800;
	background: none;
	text-indent: 0;
	margin: 5px 0 8px;
}
.location img {
	margin-top: 0;
	float: left;
	width: 50%;
}


.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
/*Important! Do not delete*/
}

/*_______________________________________________________________________*/
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {

.gridContainer {
	width: 90%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
/*header*/
header {
	background: url(../_images/top_banner.jpg) no-repeat;
	height: 45px;
	padding-top: 15px;
}
header img {
	width: 81.15%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.section {}
.section h1	 {}
.aside {}
blockquote {
	font-size: 2em;
	margin: 40px 0 0 25px;
}
.footer { 
	letter-spacing: 1px;
	font-size: 1.2em;
}
.footer p br {display: none;}
/*classes*/
.party_inner {
	padding: 25px 2%;
	width: 45%;
	float: left;
}
.party_inner p {
	font-size: 1.2em;
}
.partyTbl {
	width: 100%;
	margin: 10px 0;
	border-bottom: solid 3px #2F620A;
}
.partyTbl th {
	text-align: left;
	font-size: 1.4em;
	padding: 5px 0 5px 7px;
	color: #fff;
	background: #2F620A
}
.partyTbl tbody th {
	background: #C7E386;
	color: #000;
}
.partyTbl td:last-child {
	width: 50px;
	text-align: right;
	padding-right: 7px;
}
.partyTbl tr td {
	font-size: 1.4em;
	padding: 7px 0 7px 7px;
	border-bottom: solid 1px #666;
}
/*desktop gallery*/
.gallery {
	margin: 10px 0 0 2%;
	width: 100%;
	float: left;
}
.gallery img {
	float: left;
	height: auto;
	margin: 10px 0.5% 30px;;
}
.gallery img:hover {
	transform: scale(1.75);
	transform-origin: center 10px;
	-webkit-transform: scale(1.75);
	-webkit-transform-origin: center 10px;
	-moz-transform: scale(1.75);
	-moz-transform-origin: center 10px;
	-o-transform: scale(1.75);
	-o-transform-origin: center 10px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);

}
.map {
	position: relative;
	padding-top: 0;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
	margin: 75px 5% 50px 420px;
	box-shadow: 0 0 12px #333, 0 0 15px 15px #fff;
	
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
/*dekstop location*/
.location {
	position: absolute;
	top: 150px;
	left: 5%;
	width: 50%;
}
.location p {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}
.location h1 {
	font-size: 2em;
	line-height: 130%;
	color: #800;
	background: none;
	text-indent: 0;
	margin: 5px 0 40px;
}
.location img {
	margin-top: 0;
	float: left;
	width: 50%;
}

/* Important. Do not delete*/
}

