@font-face {
	font-family: 'TradeGothicW02-BoldCn20';
	src: url('maintenance/tradegothic-boldcondtwenty-webfont.eot');
	src: url('maintenance/tradegothic-boldcondtwenty-webfont.eot?#iefix') format('embedded-opentype'),
		 url('maintenance/tradegothic-boldcondtwenty-webfont.woff') format('woff'),
		 url('maintenance/tradegothic-boldcondtwenty-webfont.ttf') format('truetype'),
		 url('maintenance/tradegothic-boldcondtwenty-webfont.svg#TradeGothicW02-BoldCn20') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HD-Letterpress';
	src: url('maintenance/hdletterpress-webfont.eot');
	src: url('maintenance/hdletterpress-webfont.eot?#iefix') format('embedded-opentype'),
		 url('maintenance/hdletterpress-webfont.woff') format('woff'),
		 url('maintenance/hdletterpress-webfont.ttf') format('truetype'),
		 url('maintenance/hdletterpress-webfont.svg#TradeGothicW02-BoldCn20') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* --- Layout --- */
body {
	margin: 0;
	background: #181818;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #999;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.container {
	width: 940px;
	margin-right: auto;
    margin-left: auto;	
}
h1,
.events .span12 h1 {
	margin: 0 0 8px 0;
	font: 36px/36px 'maintenance/TradeGothicW02-BoldCn20', sans-serif;
	text-transform: uppercase;
	color: #fff;
}

.plain-header h1 {
	font: 52px/52px 'maintenance/HD-Letterpress', sans-serif;
}
.plain-header h1 em {
	font-style: normal;
}

sup {
	top: -0.65em;
	font-size: .55em;
}
em + sup {
	padding-left: .25em;
}

a {
	/*color: #f37014;*/
	color: #f60;
	text-decoration: none;
}

.page-body {
	margin-top: 40px;
}

.section {
	margin-bottom: 34px;
}
.section p,
.section li {
	font-size: 14px;
	line-height: 22px;
}
.section-header {
	margin-bottom: 28px;
	
}
.section-header p {
	margin: 6px 0 16px;
	color: #fff;
}
.white-copy p,
.white-copy li {
	color: #fff;
}
.white-copy ol {
	padding-left: 1.5em;
}
/* --- Header --- */
.header {
	position: absolute;
	z-index: 10;
	width: 100%;
	z-index: 1000;
}
.header .container {
	position: relative;
}

.logo {
	position: relative;
}
.logo a {
	position: absolute;
	top: 23px;
	left: 6px;
	width: 190px;
	height: 105px;
	background: url('images/preferred black logo _ black background.eps.png') no-repeat;
}
.plain-header .header {
	position: static;
	background: black;
	height: 153px;
}

/* --- Footer --- */

.copyright {
	clear: both;
	padding: 10px 0;
	font-size: 11px;
	color: #999;
}

.copyright a {
	color: #999;
}

.powered-by {
	clear: left;
	float: left;
	margin-top: 10px;
	background: url('images/logo-hd-footer.png') no-repeat;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.powered-by-copy {
	padding: 6px 65px 35px 86px;
	background: url('images/logo-hd-footer.png') no-repeat right top;
}
.powered-by-copy a,
.powered-by-copy a:hover {
	color: #999;
	text-decoration: none;
	text-shadow: none;
}
@media (max-width: 979px) {
	.container {
	width:700px;	
	margin-right: auto;
    margin-left: auto;	
	}
	h1 {
		font-size: 30px;
		line-height: 30px;
	}
	.section-mid h1 + p {
		margin-top: 8px;
		font-size: 16px;
		line-height: 22px;
	}
	.chapters .gray-copy-box {
		min-height: 375px;
	}
	.chapter-events-list .gray-copy-box {
		min-height: 0;
	}
	.join-underlay {
		width:100%;
		left: 50%;
		margin: 10.5% 0 0 -40%;
		position: fixed;
	}
	.powered-by {
		margin-left: 10px;
	}
	.logo a {
		width: 230px;
		height: 88px;
		background-size: cover;
	}	
	.img-header {
		background-size: auto 100%;
	}
	
	
}
@media (max-width: 870px) {
	.container {
	width:700px;	
	margin-right: auto;
    margin-left: auto;	
	}
	.section-header p {
	margin: 6px 0 16px;
	color: #fff;
	width: 700px;
	}
	.page-body {
	padding: 5px 15px 5px 15px;
    }
}	
@media (max-width: 767px) {
	.container {
	width:400px;	
	margin-right: auto;
    margin-left: auto;	
	}
	.page-body {
	padding: 5px 15px 5px 15px;
	}
	.section {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	body {
		padding-left: 0;
		padding-right: 0;
	}
	.section-header p {
		margin: 6px 0 16px;
		color: #fff;
		width: 450px;
	}
	.copyright {
		margin-left: 16px;
		margin-right: 16px;
	}
	.header {
		position: static;
		height: auto;
	}
	.logo a {
		top: 50px;
		left: 16px;
		z-index: 10;
		width: 145px;
		height: 55px;
		background-size: cover;
	}
	.plain-header .header {
		height: auto;
		padding-bottom: 3px;
	}
	.plain-header .logo a {
		position: static;
		display: block;
		margin: 10px;
	}
	
}
@media (max-width: 470px) {
	.container {
	width:300px;	
	margin-right: auto;
    margin-left: auto;	
	}
	.page-body {
	padding: 5px 15px 5px 15px;
	}
	.section-header p {
	margin: 6px 0 16px;
	padding-left:6px;
	color: #fff;
	width: 370px;
	}
	.powered-by {
		margin: 10px;
	}
	.powered-by-copy {
	padding: 0px 55px 15px 86px;
	}
	.logo a {
		top: 16px;
		left: 6px;
	}
}

@media (max-width: 400px) {
	.container {
	margin-right: auto;
    margin-left: auto;	
	}
	.page-body {
	padding: 5px 15px 5px 15px;
	}
	.section-header p {
	margin: 6px 0 16px;
	padding-left:6px;
	color: #fff;
	width: 300px;
	}
	.powered-by {
		margin: 10px;
		width: 300px;
	}
	.powered-by-copy {
	padding: 0px 55px 15px 86px;
	
}
}	