@import url("normalize-2.0.1.css");
body {
	font-family: Arial;
	margin: 0;
	padding: 0;
 	color: #555;
	background: #fefcea;
	background: -moz-radial-gradient(center,ellipse cover,#fefcea 17%,#efd002 100%);
	background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(17%,#fefcea),color-stop(100%,#efd002));
	background: -webkit-radial-gradient(center,ellipse cover,#fefcea 17%,#efd002 100%);
	background: -o-radial-gradient(center,ellipse cover,#fefcea 17%,#efd002 100%);
	background: -ms-radial-gradient(center,ellipse cover,#fefcea 17%,#efd002 100%);
	background: radial-gradient(ellipse at center,#fefcea 17%,#efd002 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea',endColorstr='#efd002',GradientType=1 );
}
a { color: #0d7aee;}
a:hover, a:active, a:focus { color: #469bf6 }

.container { 
	width: 86%;
	margin: 0 auto 0 auto;
	}

.entry p:first-child { 
	float: left;
	width: 49%;
	margin-right: 2%;
}

.entry p:nth-child(2) { 
	float: left;
	width: 49%;
	}

.entry p:last-child {
	clear: both; 
	}

#header {
	padding: 10px;
	margin: 0;
	text-align: center;
	font-weight: 600
}
#header em { color: #eee; text-shadow: 0 1px 0px #222; font-size: 1.2em;}
#header h1 {
	font: 600 2em/1em "Helvetica Neue",Helvetica,sans-serif;
	margin: 1em 0 0 0;
	text-shadow: 0 1px 0px #222;
	color: #fff;
}
#map_title h2 {
	font: 600 1.2em/1em "Helvetica Neue",Helvetica,sans-serif;
	margin: 10px;
	text-align: center;
	text-shadow: 0 1px 0px #222;
	color: #fff;
}
#map_container {
	clear: both;
	width: auto;
	background: #e1bc3b;
	padding: 8px;
	margin: 0 auto 0 auto;
	border-radius: 8px;
	position: relative;
}
#map_canvas {
	height: 450px;
	background: #fff;
	border: 1px solid #888;
	z-index: 200;
	display: block;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
#controls {
	padding: 10px;
	overflow: hidden;
	color: #eee;
	background: #888;
	}
#controls button {
	float: left;
	margin: 5px;
	padding: 10px;
}
#selectorpanel {
	float: left;
	width: 70%;
	border: 1px solid #777;
	background: #555;
	padding: 10px;
	border-radius: 10px;
	color: #999
}
#selectorpanel .column {
	margin-right: 2%;
	float: left;
	display: block;
	min-height: 100px;
}
#selectorpanel .column div {
	clear: both;
	border-bottom: 1px solid #333;
	margin-bottom: 5px;
	padding: 10px;
}
#selectorpanel .column div:last-child {
	border: none;
}
#selectorpanel .column div:hover {
	background: #fbf8a2;
	cursor: pointer;
}
#selectorpanel .column div:active,#selectorpanel .column div:focus, {
	background: #333;
	cursor: progress;
}
#selectorpanel input {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
input:hover, label:hover {
	cursor: pointer;
}
input:active,input:focus {
	cursor: progress;
}
#selectorpanel label {
	display: inline-block;
	width: 80%;
	text-align: left;
}
#radiobuttons {
	width: 55%;
}
#checkboxes {
	width: 40%;
	float: right;
}
.selected {
	color: #fff;
	font-weight: bold;
	background: #333;
	box-shadow: inset 0 5px 10px #222;
	text-shadow: 1px 1px 0px #222
}
.red {
	color: #ee1d1d
}
#slider {
	position: relative;
	clear: both;
	display: block;
}
#slider input[type="range"] {
	width: 92%;
	margin: 0;
	position: absolute;
	top: 20px;
	left: 4%;
	z-index: 200;
}

#slider ul {
	width: 98%;
	display: block;
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 1%;
	border: 1px solid #555;
	border-radius: 10px;
	background: #333;
	box-shadow: inset 0 5px 10px #222;
	text-shadow: 0px 1px 0px #222;
}
#slider ul li {
	float: left;
	width: 8.9%;
	margin: 0;
	padding: 35px 0 0 0;
	border-left: 1px solid #777;
	display: block;
	font: 800 1em/1.2em Arial;
	text-align: center;
}
#slider ul li:first-child {
	border-left: 0;
}
#slider ul li.on {
	background: #fff;
	box-shadow: inset 0 0 20px #fcea72,0 0 10px #fff;
	text-shadow: none;
	color: #333
}
.map { 
position: relative;
}
#loading {
	position: absolute;
	z-index: 1000;
	left: 50%;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: transparent url("loading.gif") center center no-repeat;
	background-size: contain;
}
.infowindow {
	position: relative;
	overflow: visible !important;
	z-index: 5000;
	min-height: 100px;
	color: #555;
}
.infowindow a {
	color: #0171f0;
}
#legend {
	display: block;
	float: right;
	width: 24%;
	padding: 1%;
	font-size: 0.8em;
}
#legend h3 {
	margin: 0;
}
#legend div {
	clear: left;
	margin-bottom: 5px;
}
#legend .legend-sales span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border: 1px solid #555;
	vertical-align: middle;
}
.value1 {
	background: #ccc
}
.value2 {
	background: #fefb8c
}
.value3 {
	background: #ff9233
}
.value4 {
	background: #880000
}

.tracker { 
	border: 1px solid #555; border-radius: 10px; padding: 20px; font-size: 1.2em; color: #eee; text-align: center;
	}

.tracker span { font-weight: 600}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.9em;
	padding: 20px;
	font-weight: 600;
	color: #555;
	text-shadow: 0 1px 0px #fff
}
.caption {
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 100%;
}
.value {
	font-size: 0.8em;
}
#slider ul li, #selectorpanel .column div {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

#credit { 
	position: absolute;
	top: 440px;
	right: 10px;
	z-index: 1000;
}


/* tablets */
@media only screen and (min-width:738px) and (max-width:1200px) {
	.container { width: 96%;}
}

/* all mobile */
@media only screen and (max-width:737px) {
	.container { width: 100%}
	#selectorpanel, #legend { width: auto; float: none; clear: both; }
}