
* {
	margin:0px;
	padding:0px;
}


html {
	width:100%;
	height: 100%;
}

body {
	background: #000000;
	
	margin: 0px;
	padding: 0px;
	color: #cccccc;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height: 1.6em;
	letter-spacing: 0.12em;
	overflow: auto;
	
	width:100%;
	height: 100%;
	min-width: 640px;
	
	white-space: normal;
	vertical-align: top;
}


img {
	border: none;
	vertical-align: top;
}

input[type=button]{
	cursor: pointer;
}

table {
	margin-left: auto;
	margin-right: auto;
	
	border-spacing: 0px;
	border: 0px;
	
}

th, td {
	padding: 0px;
	text-align: center;
}


a {
	color: inherit;
	text-decoration:none;
	outline: none;
	font-weight: bold;
}

a:hover, .btn:hover{
	color: #ffffff;
}

a:hover{
	text-decoration:underline; 
}

.btn:hover{
	text-decoration:none; 
}

.btn{
	cursor: pointer;
}

#main a{
	text-decoration:underline; 
}

.clearFix:after {
	content: "";
	display: table;
	clear: both;
}

.bold{
	font-weight: bold;
}

.fine_print{
	font-size: 10px;
}

.hidden{
	display: none;
}

.no_wrap{
	white-space: nowrap;
}

.centered{
	display: table;
	margin-left: auto;
	margin-right: auto;
}

/* --- */

#partialsContain{
	display: none;
}

#containAll{
	min-width: 100%;
	width: 100%;
	
	overflow-x: hidden;
	/*
	min-height: 100%;
	*/
	height: 100%;
	position: relative;
	overflow: hidden;
}

#viewport{
	position: absolute;
	width: 100%;
	/*
	height: 56.25%;
	*/
	left: 0.0%;
	top: 0.0%;
	
}

#map_bg{
	width: 100%;
}

.layer{
	position: absolute;
	left: 0.0%;
	right: 0.0%;
	top: 0.0%;
	bottom: 0.0%;
}

#draw_layer{
	z-index: 200;
}

#canvas0{
	position: absolute;
	left: 0px;
	top: 0px;
}

#label_layer{
	z-index: 100;
}

.venue_label{
	position: absolute;
	width: 2.5%;
}

.label_img{
	margin-left: -50%;
    margin-top: -50%;
    width: 100%;
}


/* venue hud */

#hud{
	position: absolute;
	left: 50.0%;
	top: 0.0%;
	width: 50.0vw;
	height: 100.0vh;
	z-index: 300;
	opacity: 0.0;
	pointer-events: none;
	
	-webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hud_labels{
	text-align: center;
	color: #ffffff;
	font-size: 1.0vw;
	text-shadow: #000000 3px 3px;
}

.hud_venue_name{
	font-size: 3.0vw;
}

.hud_line{
	margin-top: 2.6vh;
}

.hud_now_playing, .hud_up_next{
	margin-top: 8.0vh
}

.hud_now_playing_band, .hud_up_next_band{
	font-size: 1.7vw;
	margin-top: 1.2vh;
}

.hud_now_playing_time, .hud_up_next_time{
	font-size: 1.2vw;
	margin-top: 1.4vh;
}

/* venue labels */

#v_fpc{
	left: 65.3%;
    top: 11.5%;
}

#v_elkora{
	left: 33.7%;
    top: 18.5%;
}

#v_linen{
	left: 7.3%;
    top: 21.0%;
}

#v_district{
	left: 49.0%;
    top: 22.0%;
}

#v_neurolux{
	left: 35.7%;
    top: 26.7%;
}

#v_owyhee{
	left: 27.2%;
    top: 28.5%;
}

#v_krbx{
	left: 38.1%;
    top: 30.7%;
}

#v_main{
	left: 13.6%;
    top: 33.9%;
}

#v_olympic{
	left: 36.3%;
    top: 37.5%;
}

#v_fattys{
	left: 64.7%;
    top: 38.0%;
}

#v_spacebar{
	left: 78.2%;
    top: 48.1%;
}

#v_balcony{
	left: 64.3%;
    top: 48.4%;
}

#v_hannahs{
	left: 73.9%;
    top: 64.4%;
}

#v_reef{
	left: 79.9%;
    top: 68.4%;
}

#v_tomgraineys{
	left: 79.9%;
    top: 74.4%;
}

#v_graineysbasement{
	left: 79.0%;
    top: 77.4%;
}

#v_pengillys{
	left: 89.0%;
    top: 76.2%;
}

#v_basque{
	left: 75.8%;
    top: 84.5%;
}

#v_hapenny{
	left: 29.1%;
    top: 87.5%;
}

#v_shredder{
	left: 10.9%;
    top: 89.5%;
}

#v_knittingmain{
	left: 27.1%;
    top: 94.5%;
}

#v_knittingparallel{
	left: 27.1%;
    top: 97.5%;
}





