html, body {
    margin: 0;
    height: 100%;
	background: #FFF;
    }

/* Map */

.wax-tooltip {
    border:2px;
    border-color: #FFF;
    background:white;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    left: auto;
    top: auto;
    right: 10px;
    color: black;
    font-size: 11px;
    max-width: 300px;
    margin-left: -100px;
    line-height: 16px;
    margin-bottom: 20px;
    overflow: visible;
    font: 13px/18px 'Arial', sans-serif;
    }

.wax-tooltip .inner {
    padding: 4px 9px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    z-index: 2;
    text-transform: lowercase;
    }
    
.wax-tooltip .inner:first-letter {
    text-transform: uppercase;
    }
    
.wax-tooltip .desc2 { font-style: italic; }

.wax-tooltip .offense { font-weight: 700; }

.wax-tooltip .tip {
    background: rgba(51,51,51,1);
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    top: -5px;
    left: 50%;
    margin-left: -14px;
    z-index: 1;
    }

.wax-tooltip.flip-y {
    margin-top: 20px;
    margin-bottom: auto;
    }

.wax-tooltip.flip-y .tip {
    position: absolute;
    margin-top: 5px;
    }

.wax-legends {
    left: auto;
    right: 10px;
    height: 125px;
    overflow-x: hidden;
    bottom: 215px;
    font-size: 11px;
	font: .9em/1.5em 'Arial', sans-serif;
    }
    
.wax-legends a {
    color: rgb(51, 51, 51);
    }

.wax-legends .wax-legend {
    width: 275px;
    }

.wax-legends .scale img { 
    float: left; 
    }

.wax-legend {
    padding: 10px;
    }

.wax-legend .scale {
    width: 100%;
    margin-bottom: 0;
    }
.wax-legend > div {
    clear: both;
    } 
.wax-legend .scale span {
    display: block;
    width: 30px;
    float: left;
    text-align: center;
    font-size: 9px;
    }

.wax-legends .scale label {
    display: block;
    margin-bottom: 5px;
    }

.wax-legend .scale > div {
    }

.wax-attribution {
  show: false;
    }

.wax-share h3 {
    margin: 0px 0px 10px;
    font-size: 16px;
    font-weight: normal;
    }

.wax-share strong {
    font-weight: 700;
    }

.wax-share small {
    font-size: 11px;
    color: #999;
    display: block;
    margin-top: 0.5em;
    }

.share {
    top: 45px;
    z-index: 2;
    }
    
.mmg-default {
    width: 20px;
    height: 40px;
    background: url(../img/map.png) -120px -30px;
    left: -10px;
    top: -30px;
    }

#searchset {
	float:right;
}

#search {
    margin-bottom: 20px;
    }

form.geocode {
    display: inline;
}
form.geocode input[type=text] {
    font-size: .8em;
    color: #BBB;   /* This is the color of the text in the zoom box */
    background: #FFF;  /* This is the color inside the search zoom box */
    height: 12px;
    width: 160px;
    float: right;
    padding: 5px;
    margin-left: 2%;
    margin-top: 4px;
    border: 1px solid  #ccc;
    }
    
form.geocode input[type=submit] {
    background: #E01838 url(../img/search.png) no-repeat -3px -3px;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    border: none;
    margin: 0;
    margin-top: 4px;
    padding: 0;
    float: right;
    cursor: pointer;
    }
    
    form.geocode input[type=submit]:hover { background-color:#FFF; }
	form.geocode input[type=submit]:active { background-color:#000; }
	
form.geocode.loading input[type=submit] {
    background: url(img/ajax-loader.gif) no-repeat 50% 50%;
    border-color:#bbb;
    background-color:#ddd;
    box-shadow:inset rgba(0,0,0,0.1) 0px 1px 3px;
    -moz-box-shadow:inset rgba(0,0,0,0.1) 0px 1px 3px;
    -webkit-box-shadow:inset rgba(0,0,0,0.1) 0px 1px 3px;
    }
    
#geocode-error {
    display: none;
    float: right;
    position: relative;
    top: .9em;
    margin-left: 20px;
    color: #e34f4f;
    font-size: 1em;
    line-height: 0em;
    }
    
a.zoomer { 
	/* these are the +/- zoom buttons */
	position: absolute;
    top: 10px;
    background-color: #FFF;
    }
body {
    margin: 0px;
	padding: 0px;
    }

.input {
    background: #fff;
	height: 14px;
	color: gray;
}
.button {
    background: #fff;
	cursor:pointer;
}

#zoombox {
	color:gray;
	font-size: .8em;
}

#topper {
	background-color:#FFF;
    padding-left:5px;
    padding-top: 1px;
    padding-right: 5px;
    font-family: Arial, sans-serif;
    font-size:19px;
    color:#E01838;
    line-height:20px;
}

	#headertext {
		margin:7px 4px;
		position: relative;
		background: #FFF;	
                float: left;
                padding-left: 5px;
	}
/*
#footer{
	background-color: #FFF;
	height:28px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding:0;
    font-family: Arial, sans-serif;
    font-size:11px;
	text-align: left;
	}

#footer a:link{
	text-decoration:none;
	color: #1959A6;
}

#footer a:hover{
	text-decoration:underline;
	color: #1959A6;
}
*/

.credits {
	float: right;
	text-align: right;
	margin-top: 10px;
	font-family: Arial, sans-serif;
    font-size:11px;
	line-height: 12px;
	width: 100%;
	color: gray;
}


#expand {
	color: #448899;
	cursor:pointer; 
	font-family: Arial, sans-serif;
	float: right;
	font-size:13px;
	margin-top: 5px;
	margin-left: 10%;
}

#expand:hover {
	text-decoration: underline;
}


#embed {
	color: #448899;
	cursor:pointer; 
	font-family: Arial, sans-serif;
	float: right;
	font-size:13px;
	margin-left: 3px;
	margin-top: 5px;
}



#embed:hover {
	text-decoration: underline;
}

#storylink {
	color: #448899;
	cursor:pointer; 
	font-family: Arial, sans-serif;
	float: right;
	font-size:13px;
	margin-left: 3px;
	margin-top: 5px;
}

#storylink a:hover {
	text-decoration: underline;
}

#infobox {
	color: #1959A6;
	cursor:pointer; 
	font-family: Arial, sans-serif;
	margin-left: 6px;
	text-align: right;
	margin-top: 4px;
}


#infobox:hover {
	text-decoration: underline;
}

#social
{
  float: right;
  margin-top: 2px;
}
.button {
    background: #fff;
	cursor:pointer;
}

#printline{
	color: #1959A6;
	cursor:pointer; 
	font-family: Arial, sans-serif;
	margin-left: 6px;
	text-decoration:none;
}

#printline:hover {
	text-decoration: underline;
}

#twitterbutton {
	float:right;
	padding: 2px;
	margin-top: 2px;
}

#facebookbutton {
	float:right;
	padding: 2px;
	margin-top: 2px;
}

#redditguy {
	float:right;
	padding: 2px;
	margin-top: 2px;
}


/*#mapbox_map img, #mapbox_map a {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
	 -webkit-user-select: none; -moz-user-select: none;
	 }*/
	
#mapbox_map{
	width:100%;
	position:absolute;
	top:35px;
	bottom:0px;
	left:0;
	right:0;}
	
#mapbox_map iframe {
	height:100%;
	width: 100%;
	}


h1 {font-size:18px; margin:0 0 4px 0;}
h2 {font-size:16px; margin:0 0 6px 0;}


	#pane_5, #pane_6 { -webkit-user-select:text; }
	*:focus { outline-style :none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
	



/*	h1,h2,h1 a{display:inline-block;font-size:13px;vertical-align:middle;}
	h1{margin:0 10px 0 0;padding:0;}
	
	img{margin:0;padding:0;border:none;}
	
	div.InfoWindow{font-family:Arial;font-size:90%;}
	div.InfoWindow div.Address{font-size:80%;font-style:italic;margin-bottom:.9em;}
	div.InfoWindow div.Title{font-weight:bold;}

	#LoadingDiv{-moz-opacity:.25;-khtml-opacity:.25;background-color:Black;opacity:.25;width:100%;z-index:1000;position:absolute;top:27px;bottom:44px;left: 0;right:0;}
	#LoadingDiv p{height:32px;margin:0;position:absolute;top:50%;vertical-align:middle;width:100%;}
	#LoadingDiv img{display:block;height:32px;margin:0 auto;position:relative;top:-50%;width:32px;} */

