#thumbContainer {
	float: left;
	margin-bottom: 50px;
	margin-right: 10px;
	font-weight: bolder;
	color: #FFF;
}
#thumbImgContainer {
	float: left;
	border: 4px double #CCC;
	padding: 2px;
	height: 267px;
	width: 400px;
}
@font-face {
    font-family: 'eagle_lightregular';
    src: url('eagle-light-webfont.eot');
    src: url('eagle-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('eagle-light-webfont.woff') format('woff'),
         url('eagle-light-webfont.ttf') format('truetype'),
         url('eagle-light-webfont.svg#eagle_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@charset "utf-8";

body {
	font-family: 'eagle_lightregular', Arial, Helvetica, sans-serif;
	background-color: #2B294E;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

#wrapper {
	position: absolute;
	min-height: 100%;
	width: 100%;
	background-image: url(../images/DeepseaLightsBG_02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	color: #FFF;
}
#deepseaLogo {
	text-align: center;
}
#soundcloudPlayer {
	text-align: center;
	margin-top: 75px;
	margin-bottom: 75px;

}
#contentContainer {
	text-align: center;
	margin-top: 75px;
	margin-bottom: 75px;
	font-size: 22px;
}

.menuItem {
	text-transform: uppercase;
	text-align: center;
	font-size: 45px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.menuDivider {
	background-image: url(../images/whitePixel.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	height: 1px;
	width: 25%;
}

#menuWrapper {
	text-align: center;
}
#subscribeWrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: rgb(54, 25, 25);
	background: rgba(54, 25, 25, .65);
	position: fixed;
	height: 100%;
	clear: both;
	float: left;
	left: 0px;
	top: 0px;
	text-align: center;
	vertical-align: middle;
}
#subscribeBox {
	position: absolute;
	height: 110px;
	width: 360px;
	top: 50%;
	left: 50%;
	background-image: url(../images/SubscribeBox.png);
	margin-top: -100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -200px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#mc_embed_signup #mc-embedded-subscribe-form .clear {
	float: right;
}
#mc_embed_signup #mc-embedded-subscribe-form #mce-EMAIL {
	float: left;
	width: 200px;
}
#mailChimpForm {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	float: none;
	padding-bottom: 50px;
}



#subscribeWrapper p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
}
#closeBox {
	float: right;
	height: 35px;
	width: 35px;
	margin-top: -20px;
	margin-right: -4px;
	background-image: url(../images/X.png);
}



a:link {
	color: #FFFFFF;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: #DAE9C7;
}

/* mouse over link */
a:hover {
	color: #DDF8A7;
}

/* selected link */
a:active {
    color: #00122c;
}
#footnote {
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	height: 125px;
}
#datesContainer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background: rgba(101, 181, 230, .85);
	color: #00122C;
	text-align: center;
}
#merchContainer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	color: #00122C;
	text-align: center;
	padding-bottom: 500px;
}

.evnt_date {
	font-family: 'eagle_lightregular', Arial, Helvetica, sans-serif;
	color: #E6F4FF;
}
.evnt_name {
	font-size: 28px;
	font-weight: bolder;
	color: #03497C;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.evnt_body {
	color: #FFF;
	text-align: center;
	font-size: 16px;
}
.evnt_link {
	text-align: right;
	padding: 0px;
}
