html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: top;
	font-family: "inconsolatamedium" , monospace;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	transition: 			all 0.5s ease;
	-o-transition: 			all 0.5s ease;
 	-moz-transition: 		all 0.5s ease;
 	-webkit-transition: 	all 0.5s ease;
}

a {
	text-decoration: none;
	color: inherit;
}

body {
	background-image: url('background2.png');
	background-repeat: repeat;
	background-position-x: -51px;
	background-position-y: -51px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: crosshair;
}

#loadingDiv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,1);
	opacity: 1;
	padding: 128px;
	font-family: inherit;
	font-size: 21px;
	line-height: 15px;
	color: rgba(0,0,0,1);
	letter-spacing: 2px;
}

#mapHolder {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.18;
}

#opacityCover {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,1);
	background-repeat: repeat;
	opacity: 0.75;
}

@font-face {
    font-family: 'bar_sansregular';
    src: url('barsans-webfont.eot');
    src: url('barsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('barsans-webfont.woff') format('woff'),
         url('barsans-webfont.ttf') format('truetype'),
         url('barsans-webfont.svg#bar_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'inconsolatamedium';
    src: url('inconsolata-webfont.eot');
    src: url('inconsolata-webfont.eot?#iefix') format('embedded-opentype'),
         url('inconsolata-webfont.woff') format('woff'),
         url('inconsolata-webfont.ttf') format('truetype'),
         url('inconsolata-webfont.svg#inconsolatamedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

#xCaption , #yCaption {
	display: inherit;
	font-family: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-size: inherit;
	color: inherit;
	position: absolute;
	top: 0;
	left: 0;
}

.innerTitle {
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top: 24px;
	margin-bottom: 4px;
	border-top: 1px dashed #ffffff;
	border-bottom: 1px dashed #ffffff;
}

.innerTitleEnd {
	border-top: 1px dashed #ffffff;
}

#menu {
	width: 325px;
	position: absolute;
	right: 0px;
	height: 100%;
	background-color: rgba(0,0,0,1);
	position: fixed;
	top: 0;
	margin-right: -40px;
	padding-left: 1px;
	cursor: default;
	overflow-y: visible;
	overflow-x: visible;
}

#menu:hover {
	right: 0px;
}

#menuHolder {
	width: 320px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-bottom: 20px;
}

#menuOpen {
	padding: 10px;
	background-color: rgba(0,0,0,1);
	font-family: inherit;
	font-size: 12px;
	color: rgba(255,255,255,1);
	position: absolute;
	left: -86;
	top: 80px;
	width: 115px;
	height: 20px;
	letter-spacing: 2px;
	-o-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
}

#menuInner {
	width: 300px;
	padding: 10px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: inherit;
	font-size: 12px;
	line-height: 15px;
	color: rgba(255,255,255,1);
	letter-spacing: 2px;
}

.menuHeadline {
	width: 320px;
	margin-left: -5px;
	margin-top: -5px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,1);
	color: rgba(0,0,0,1);
	padding: 5px;
	font-family: inherit;
	font-size: 20px;
}

.menuContent {
	width: 280px;
	margin-left: -10px;
	background-color: rgba(255,255,255,0.0);
	color: rgba(255,255,255,0.9);
	padding: 10px;
	font-family: inherit;
	font-size: 12px;
	padding-bottom: 20px;
	margin-top: -30px;
	letter-spacing: 3px;
	line-height: 16px;
}

.subtitle {
	font-family: inherit;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 4px;
	color: rgba(0,0,0,1);
}

#headline {
	font-family: "inconsolatamedium";
	text-transform: uppercase;
	font-size: 21px;
	position:absolute;
	top: 0px;
	left: 0px;
	padding: 20px;
	letter-spacing: 3px;
	width: 100%;
}

#headline:hover {
	opacity: 0.05;
}

.subInfo {
	font-family: inherit;
	font-size: 10px;
	letter-spacing: 4px;
	line-height: 35px;
	color: rgba(0,0,0,1);
}

#val1 , #val2 , #val3 , #val4 , #val5 , #focusOn {
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	display: inline-block;
}

#mouseXline , #mouseYline {
	width: 10px;
	height: 100000px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-left: solid 1px rgba(200,200,200,1);
	transition: 			all 0.0s linear;
	-o-transition: 			all 0.0s linear;
 	-moz-transition: 		all 0.0s linear;
 	-webkit-transition: 	all 0.0s linear;
 	opacity: 0;
}

#xAxisLabel {
	background-color: rgba(0,0,0,0.0);
	color: rgba(0,0,0,1);
	position: absolute;
	bottom: 10px;
	/*padding-left: 10px;*/
	left: 0;
	font-size: 12px;
	line-height: 15px;
	transition:  			none;
	-o-transition: 			none;
 	-moz-transition: 		none;
 	-webkit-transition: 	none;
 	overflow: visible;
}

#yAxisLabel {
	background-color: rgba(0,0,0,0.0);
	color: rgba(0,0,0,1);
	position: fixed; 
	width: 0px;
	height: 40px;
	font-size: 12px;
	line-height: 15px;
	transition:  			none;
	-o-transition: 			none;
 	-moz-transition: 		none;
 	-webkit-transition: 	none;
 	overflow: visible;
 
 	-o-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	top: 40px;
	
}

#xText , #yText {
	position: absolute;
	top: -40px;
	left: 0px;
	font-size: 21px;
	color: rgba(0,0,0,1);
	text-align: left;
	line-height: 30px;
}

#yText {
	width: 200px;
}

.vs {
	font-family: inherit;
	font-size: 11px;
	letter-spacing: inherit;
	line-height: inherit;
	display: inline-block;
}

.rounded {
	-webkit-border-radius: 100000px;
	-moz-border-radius: 100000px;
	-o-border-radius: 100000px;
	border-radius: 100000px;
}

.dot {
	width: 2px;
	height: 2px;
	margin-top: -1px;
	margin-left: -1px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

#mouseSpot {
	position: absolute;
	top: 0;
	left: 0;
	transition: 			all 0.0s linear;
	-o-transition: 			all 0.0s linear;
 	-moz-transition: 		all 0.0s linear;
 	-webkit-transition: 	all 0.0s linear;
}

#avgContainer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

#avgX , #avgY {
	position: absolute;
	top: -2px;
	left: -2px;
	border-top: 1px dashed rgba(210,56,5,0.65);
	border-left: 1px dashed rgba(210,56,5,0.65);
}

#avgX {
	width: 1px;
	height: 100000px;
	margin-top: -50000px;
}

#avgY {
	width: 100000px;
	height: 1px;
	margin-left: -50000px;
}

#xaxis_container , #yaxis_container , #scale_container ,
#color_container , #line_container , #curated_container{
	overflow: hidden;
	width: 100%;
	height: 0px;
	padding-top: -44px;
}

#point1 , #point2 , #point3 , #point4 , 
#point5 , #point6 , #point7 , #point8 , 
#point9 , #point10, #point11 {
	position: absolute;
	top: 100px;
	left: 100px;
	overflow: visible;
	text-align: center;
}

#infoContainer1 , #infoContainer2 , #infoContainer3 , #infoContainer4 , 
#infoContainer5 , #infoContainer6 , #infoContainer7 , #infoContainer8 , 
#infoContainer9 , #infoContainer10, #infoContainer11 {
	position: absolute;
	top: 100px;
	left: 100px;
	overflow: visible;
	text-align: center;
}

#graphic1 , #graphic2 , #graphic3 , #graphic4 , 
#graphic5 , #graphic6 , #graphic7 , #graphic8 , 
#graphic9 , #graphic10, #graphic11 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	opacity: 0.5;
	background-color: #779A9D;
	overflow: hidden;
}

#bgcolor1 , #bgcolor2 , #bgcolor3 , #bgcolor4 , 
#bgcolor5 , #bgcolor6 , #bgcolor7 , #bgcolor8 , 
#bgcolor9 , #bgcolor10, #bgcolor11 {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url();
	background-size: cover;
	opacity: 0.5;
}

#info1 , #info2 , #info3 , #info4 , 
#info5 , #info6 , #info7 , #info8 , 
#info9 , #info10, #info11 {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "inconsolatamedium";
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 2px;
	width: 90px;
	height: auto;
	padding: 5px 0px 5px 5px;
}

#infoBox1 , #infoBox2 , #infoBox3 , #infoBox4 , 
#infoBox5 , #infoBox6 , #infoBox7 , #infoBox8 , 
#infoBox9 , #infoBox10, #infoBox11 {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "inconsolatamedium";
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 2px;
	width: 120px;
	height: auto;
	padding: 5px;
}

#line1 , #line2 , #line3 , #line4 , 
#line5 , #line6 , #line7 , #line8 , 
#line9 , #line10 , #line11 {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 0px;
	height: 0px;
	-webkit-border-radius: 10%;
	opacity: 0.2;
	text-decoration: none;
}

#line1end , #line2end , #line3end , #line4end , 
#line5end , #line6end , #line7end , #line8end , 
#line9end , #line10end , #line11end {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 2px;
	height: 2px;
	margin-top: -1px;
	margin-left: -1px;
	opacity: 1;
	text-decoration: none;
}

#cockBlock {
	z-index: 100000;
	position: fixed;
	left: -1000%;
	top: 0%;
	width: 100%;
	height: 100%;
}