@charset "utf-8";
/*******************
       Layout 
*******************/
*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
[class*='box-'] {
 float: left;
 padding-right: 20px;
}
.layout {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}
.layout:after {
	content: "";
	display: table;
	clear: both;
}
.padded {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0px;
}
.box-1-1 {
	width: 100%;
}
.box-1-2 {
	width: 50%;
}
.box-1-3 {
	width: 33.33%;
}
.box-2-3 {
	width: 66.66%;
}
 @media screen and (max-width: 850px) {
.layout {
	width: 100%;
	min-width: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 10px;
}
 [class*='box-'] {
 width: auto;
 float: none;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 10px;
 margin-bottom: 10px;
 padding-left: 0px;
 padding-right: 10px;
}
}
/*******************
      GENERAL 
*******************/
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #FFF;
	background: url(img/bg_brick.jpg) repeat center center fixed;
}
.spacer {
	width: 100%;
	height: 10px;
	margin-bottom: 40px;
	background-color: #6c2211;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	box-shadow: 0px 2px 3px #000;
}
#opener {
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
#opener_bylaws_header {
	width: 95%;
	margin: 0 auto;
	font-size: 1.25em;
	font-style: italic;
	text-shadow: 2px 2px 2px #000;
	background-color: #000;
	border: solid 1px #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-left: 5px;
	text-align: left;
}
#bylaw_box {
	width: 95%;
	margin: 0 auto;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	padding: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: solid 1px #000;
	border-top: 0px;
	text-align: center;
	overflow: hidden;
}
#opener_board_header {
	width: 95%;
	margin: 0 auto;
	font-size: 1.25em;
	font-style: italic;
	text-shadow: 2px 2px 2px #000;
	background-color: #000;
	border: solid 1px #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-left: 5px;
	text-align: left;
}
#board_box {
	width: 95%;
	margin: 0 auto;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	padding: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: solid 1px #000;
	border-top: 0px;
	text-align: center;
	overflow: hidden;
}
.board_station {
	color: #6c2211;
}
#opener a:link {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#opener a:visited {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#opener a:hover {
	font-family: 'Open Sans', sans-serif;
	color: #999999;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}
#opener a:active {
	font-family: 'Open Sans', sans-serif;
	color: #999999;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#events {
	margin-bottom: 40px;
	padding-bottom: 20px;
}
#annual_calendar a:link {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
}
#annual_calendar a:visited {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
}
#annual_calendar a:hover {
	font-family: 'Open Sans', sans-serif;
	color: #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	text-shadow: 1px 1px 2px #000;
}
#annual_calendar a:active {
	font-family: 'Open Sans', sans-serif;
	color: #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000;
}
#benefits {
	margin-bottom: 40px;
	padding-bottom: 20px;
}
#benefits a:link {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#benefits a:visited {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#benefits a:hover {
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
}
#benefits a:active {
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
#benefits_header {
	width: 95%;
	margin: 0 auto;
	font-size: 1.25em;
	font-style: italic;
	text-shadow: 2px 2px 2px #000;
	background-color: #000;
	border: solid 1px #000;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-left: 5px;
	text-align: left;
}
#benefits_box {
	width: 95%;
	margin: 0 auto;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	padding: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: solid 1px #000;
	border-top: 0px;
	text-align: left;
	overflow: hidden;
}
.benefits_note {
	font-size: 0.9em;
	color: #CCCCCC;
	font-style: italic;
}
.benefits_important {
	font-size: 0.9em;
	color: #333333;
	font-style: italic;
}
.benefits_tableheader {
	font-size: 1em;
	font-weight: bold;
}
#benefits_table {
	display: table;
}
.benefits_row {
	display: table-row;
}
.benefits_cell_name {
	font-weight: bold;
	display: table-cell;
	vertical-align: top;
}
.benefits_cell_download {
	font-size: 0.9em;
	display: table-cell;
	vertical-align: middle;
}
#items {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#bottom {
	width: 100%;
	font-size: 1.1em;
	padding-bottom: 5px;
	text-shadow: 2px 2px 2px #000;
}
#bottom a:link {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#bottom a:visited {
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#bottom a:hover {
	font-family: 'Open Sans', sans-serif;
	color: #999999;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
#bottom a:active {
	font-family: 'Open Sans', sans-serif;
	color: #999999;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#bottom_header {
	font-size: 1.5em;
	font-weight: bold;
}
#bottom_contact {
	text-align: center;
}
#contact_box {
	width: 85%;
	margin: 0 auto;
	border-radius: 3px;
	background: rgba(0,0,0,0.7);
	border: solid 1px #000;
}
#bottom_links {
	font-size: 0.8em;
	text-align: center;
}
.link_logo {
	max-width: 90%;
	vertical-align: middle;
}
/*******************
      GALLERY
*******************/
/* Elastislide Responsive Image Gallery by Codrops */
/* Used under MIT license: http://tympanus.net/codrops/licensing */
.rg-image-wrapper {
	position: relative;
	padding: 20px 30px;
	min-height: 20px;
	box-sizing: content-box;
}
.rg-image {
	position: relative;
	text-align: center;
	line-height: 0px;
	box-sizing: content-box;
}
.rg-image img {
	max-height: 100%;
	max-width: 100%;
	box-sizing: content-box;
}
.rg-image-nav a {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000 url(img/nav.png) no-repeat -20% 50%;
	width: 28px;
	height: 100%;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.3;
	outline: none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	box-sizing: content-box;
}
.rg-image-nav a.rg-image-nav-next {
	right: 0px;
	left: auto;
	background-position: 115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	box-sizing: content-box;
}
.rg-image-nav a:hover {
	opacity: 0.8;
	box-sizing: content-box;
}
.rg-caption {
	text-align: center;
	margin-top: 15px;
	position: relative;
	box-sizing: content-box;
}
.rg-caption p {
	font-size: 1em;
	letter-spacing: 2px;
	font-family: 'Open Sans', sans-serif;
	line-height: 16px;
	padding: 0 15px;
	box-sizing: content-box;
}
.rg-view {
	height: 30px;
	box-sizing: content-box;
}
.rg-view a {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	background: #464646 url(img/views.png) no-repeat top left;
	border: 3px solid #464646;
	opacity: 0.8;
	box-sizing: content-box;
}
.rg-view a:hover {
	opacity: 1.0;
	box-sizing: content-box;
}
.rg-view a.rg-view-full {
	background-position: 0px 0px;
	box-sizing: content-box;
}
.rg-view a.rg-view-selected {
	background-color: #6f6f6f;
	border-color: #6f6f6f;
	box-sizing: content-box;
}
.rg-view a.rg-view-thumbs {
	background-position: 0px -16px;
	box-sizing: content-box;
}
.rg-loading {
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #000 url(img/ajax-loader.gif) no-repeat center center;
	margin: -23px 0px 0px -23px;
	z-index: 100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.7;
	box-sizing: content-box;
}
.es-carousel-wrapper {
	background-color: #6c2211;
	padding: 10px 27px;
	position: relative;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
	border-radius: 15px;
	position: relative;
	margin-bottom: 20px;
	box-sizing: content-box;
}
.es-carousel {
	background-color: #000;
	overflow: hidden;
	box-sizing: content-box;
}
.es-carousel ul {
	display: none;
	box-sizing: content-box;
}
.es-carousel ul li {
	height: 100%;
	float: left;
	display: block;
	box-sizing: content-box;
}
.es-carousel ul li a {
	display: block;
	border-style: solid;
	border-color: #222;
	opacity: 0.8;
	-webkit-touch-callout: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	box-sizing: content-box;
}
.es-carousel ul li.selected a {
	border-color: #fff;
	opacity: 1.0;
	box-sizing: content-box;
}
.es-carousel ul li a img {
	display: block;
	border: none;
	max-height: 100%;
	max-width: 100%;
	box-sizing: content-box;
}
.es-nav span {
	position: absolute;
	top: 50%;
	left: 8px;
	background: transparent url(img/nav_thumbs.png) no-repeat top left;
	width: 14px;
	height: 26px;
	margin-top: -13px;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
	box-sizing: content-box;
}
.es-nav span.es-nav-next {
	right: 8px;
	left: auto;
	background-position: top right;
	box-sizing: content-box;
}
.es-nav span:hover {
	opacity: 1.0;
	box-sizing: content-box;
}
