html {
		height: 100%;
		padding: 0; margin: 0;
    	margin-left: calc(100vw - 100%);
    	margin-right: 0;
	}
body {
		font-family: "Courier", monospace;
		padding: 0; margin: 0;
		background-position: top center;
		background-size: contain;
    	background-repeat: no-repeat;
		background-color: #000;
    	background-image: url(images/bg0.gif);
		color: #fff;
	}
a {
		color: #fff;
	}
#logo {
		width: 110px;
		height: 220px;
		background-image: url(images/logo.png);
		background-size: cover;
		left: 20px; top: 20px;
		z-index: 100;
}
#logo span {
		display: none;
}
#title	{
		position: relative;
		width: 500px;
		height: 47px;
		background-image: url(images/logo.png);
		background-size: cover;
		background-repeat: no-repeat;
		display: block;
		margin: 60px auto 0 auto;
		z-index: 101;
		transition: 1s all;
	}
@media (min-width: 796px) { 
	#title {
		width: 756px;
		height: 72px;
		background-image: url(images/logo.png);
		background-size: cover;
		background-repeat: no-repeat;
		display: block;
		margin: 60px auto 0 auto;
		z-index: 101;
		transition: 1s all;
	}
}
#title span {
	display: none;
}
#title em {
		font-family: "Apercu Mono", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
		font-style: normal; 
		font-weight: normal;
		font-size: 47px;
		display: block;
		padding-top: 35px;
		letter-spacing: 2px;
	}

#social {
		position: fixed;
		text-align: center;
		width: 100%;
		background-color: rgba(0,0,0,0.85);
		bottom: 0;
		box-sizing: border-box;
		padding: 30px 0 60px 0;
		font-size: 50px;
		font-weight: normal;
		text-shadow: 0 0 12px rgba(0,0,0, 1.0);
		z-index: 101;
		transition: 1s all;
	}
@media (min-width: 996px) { 
	#social {
		position: fixed;
		text-align: center;
		width: 100%;
		background-color: rgba(0,0,0,0.85);
		bottom: 0;
		box-sizing: border-box;
		padding: 30px 0;
		font-size: 50px;
		font-weight: normal;
		text-shadow: 0 0 12px rgba(0,0,0, 1.0);
		z-index: 101;
		transition: 1s all;
	}
}
ul#nav {
		width: 471px;
		margin: 15px auto 0 auto;
		position: relative;
		display: block;
		padding: 0 0 0 5px;
		line-height: 70px;
		font-size: 27px;
		list-style: none;
		list-style-type: none;
		z-index: 101;
}
ul#nav li {
		margin: 0 65px 10px 0;
		display: inline;
		float: left;
}
ul#nav li.last {
		margin: 0 0 10px 0;
}
ul#nav li a {
		text-decoration: none; 
		padding-bottom: 6px;
		border-bottom: 0px solid white;
		text-shadow: 0 0 12px rgb(0,0,0);
		font-weight: normal;
}

ul#nav li a:hover {
		text-decoration: none; 
		padding-bottom: 8px;
		border-bottom: 1px solid white;
		font-weight: normal;
}
ul#nav li a.sel {
		
		text-decoration: none; 
		border-bottom: 3px solid white;
		padding-bottom: 7px;
		text-shadow: 0 0 12px rgb(0,0,0);
		font-weight: normal;
		pointer-events: none;
}
ul#nav_vert {
		width: auto;
		position: absolute;
		left: 50%;
		top: 250px;
		margin: 0 0 0 165px;
		display: block;
		padding: 0 0 0 5px;
		line-height: 70px;
		font-size: 27px;
		list-style: none;
		list-style-type: none;
		z-index: 101;
}
ul#nav_vert li {
		margin: 0 0 10px 0;
		display: block;
}
ul#nav_vert li.last {
		margin: 0 0 10px 0;
}
ul#nav_vert li a {
		text-decoration: none; 
		padding-bottom: 6px;
		border-bottom: 0px solid white;
		text-shadow: 0 0 12px rgb(0,0,0);
		font-weight: normal;
}

ul#nav_vert li a:hover {
		text-decoration: none; 
		padding-bottom: 8px;
		border-bottom: 1px solid white;
		font-weight: normal;
}
ul#nav_vert li a.sel {
		
		text-decoration: none; 
		border-bottom: 3px solid white;
		padding-bottom: 7px;
		text-shadow: 0 0 12px rgb(0,0,0);
		font-weight: normal;
		pointer-events: none;
}


#top_bg {
	width: 100%;
	height: 222px;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	background-color: rgba(0,0,0,0.85);
}


.merch-container {
		max-width: 640px;
		text-shadow: 0 0 24px rgb(0,0,0);
		text-transform: lowercase;
		padding: 80px 35px 45px 35px;
		margin: 0 auto 70px auto;
		height: 10365px;
}
.merch-container iframe {
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		background-color: rgba(0,0,0,0.2);
		width: 100%;
		height: 10365px;
		display: inline-block;
		position: relative;
}

.contact-container {
		max-width: 640px;
		text-shadow: 0 0 24px rgb(0,0,0);
		text-transform: lowercase;
		padding: 80px 35px 45px 35px;
		margin: 0 auto 70px auto;
		height: auto;
}
.contact-container .contact-box {
		text-align: left;
		background-color: rgba(0,0,0,0.2);
		width: auto;
		height: auto;
		padding: 30px 30px 17px 30px;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		font-family: "Tiempos Black", "Georgia Bold", "Georgia", Georgia, Times New Roman, Times, serif;
		font-size: 19px;
		line-height: 23px;
}
.contact-container .contact-box span.link {
		font-family: "Apercu Mono", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
		font-size: 16px;
}
.contact-container .contact-box a{
		font-family: "Apercu Mono", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
		font-size: 16px;
		text-decoration: none;
}
.contact-container .contact-box a:hover {
		text-decoration: underline;
}
.az-widget-container {
		max-width: 640px;
		text-shadow: 0 0 24px rgb(0,0,0);
		text-transform: lowercase;
		padding: 0 35px 45px 35px;
}
.az-widget-custom-table tbody {
		border-bottom: 1px solid white !important;
}
.az_widget-custom-tr {
		border-top: 1px solid white !important;
		background-color: rgba(0,0,0,0.2);
}
.az-widget-custom-td {
	text-transform: lowercase !important;
}
.az-widget-buy-tickets {
	text-transform: lowercase !important;
}
.az-widget-narrow-locality {
	font-family: "Tiempos Black", "Georgia Bold", "Georgia", Georgia, Times New Roman, Times, serif;
	font-weight: normal;
}
.az-widget-custom-buy-tickets a {
	text-transform: lowercase !important;
}

@font-face {font-family: 'Tiempos Black'; src: url("fonts/tiempos_black.ttf"); font-weight: bold; font-style: normal;}
@font-face {font-family: 'Tiempos Black'; src: url("fonts/tiempos_black.eot"); font-weight: bold; font-style: normal;}
@font-face {font-family: 'Apercu Mono'; src: url("fonts/apercu_mono.ttf"); font-weight: normal; font-style: normal;}
@font-face {font-family: 'Apercu Mono'; src: url("fonts/apercu_mono.eot"); font-weight: normal; font-style: normal;}