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


body { 
	background: #E6E7E9;
	font-family: "Helvetica Neue",Arial,sans-serif; 
}

/* TOP NAVIGATION BAR */

div.navigation {
	background: #222;
	background: -moz-linear-gradient(center top , #3D3D3D 0%, #323232 50%, #262626 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #3D3D3D), color-stop(50%, #323232), color-stop(100%, #262626));
	
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.25);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25);

	color: white;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	position: fixed;
	text-shadow: rgba(0, 0, 0, 0.498039) 0px 1px 0px;
	width: 100%;
	z-index: 1000;	
}
	
div.navigation div.container {
	margin: auto;
	width: 865px;
}

div.navigation div.container div.logo {
	float: left;
	padding-left: 12px;
}

div.navigation div.logo a {
	color: white;
	text-decoration: none;
}

div.navigation div.logo a:hover {
	color: #bbbbbb;
}
	
div.navigation div.picker {
	float: right;
	padding-right: 12px;
}
	
div.navigation div.picker select {
	min-width: 160px;
}

div.navigation a.donate {
	float: right;
	color: white;
	padding-right: 12px;
	text-decoration: none;
}

div.navigation a.donate:hover {
	color: #bbbbbb;
}



/* MAIN CONTENT AREA */

div.wrapper {
	margin: 0 auto;
	width: 865px;
}

div.wrapper div.content {
	display: inline-block;
	background: #EDEEEF;
	border-radius: 0 0 6px 6px;
	min-height: 834px;
	padding: 54px 14px 14px;
	width: 837px;
}
	
/* TOOLTIP */
div.tooltip {
	border-radius: 5px;
	background-color: #222;
	border: 2px solid black;
	color: white;
	font-size: 12px;
	font-weight: bold;	
	padding: 10px;
	position: absolute;
	text-align: center;
	top: -100px;
	z-index: 1;
}

div.tooltip ul.detail {
	border-top: 1px solid white;
	list-style: none;
	font-weight: normal;
	margin-top: 10px;
	padding-top: 10px;
	text-align: justified;
}


/* FOOTER */

div.footer {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	margin: 12px;
}
	
div.footer ul {
	list-style: none;
	margin: 12px 0 0 0;
	text-align: center;
}

div.footer ul li {
	display: inline;
	padding: 0 4px;
}

div.footer ul li a {
	color: #333333;
	text-decoration: none;
}

div.footer ul li a:hover {
	text-decoration: underline;
}

div.footer div.copyright {
	margin: 12px 0 0 0;
	text-align: center;
}

/* CANVAS ERROR */

div.html5_error {

	padding: 100px;
top: 215px;
left: 50%;
width: 400px;
margin-left: -300px;
background: white;
color: black;
font-weight: normal;

	
}

div.html5_error p {
margin-top: 12px;
line-height: 18px;
text-align: justify;
}

div.html5_error ul {
list-style: none;
text-align: center;
margin-top: 30px;
}

div.html5_error ul li {
display: inline;
padding: 10px 20px 0px 20px;
}

div.html5_error ul li a {
text-decoration: none;
}

/* SOCIAL LINKS */

div.navigation div.container ul.social_links {
	float: right;
	margin: 5px 12px 0 0;
}

div.container ul.social_links li {
	display: inline;
	padding: 1px;
}

/* SPOT FORECAST HELP (MODAL) */

div.modal_container {
	display: none;
}

div.modal_container#spot_forecast_help div.dimmer {
	background: rgba(0, 0, 0, .4);
	height: 150%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

div.modal_container#spot_forecast_help div.modal {
	background: white;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .4),inset 0 1px 0 rgba(255, 255, 255, .5);
	font-size: 12px;
	left: 50%;
	line-height: 18px;
	margin-left: -225px;
	position: absolute;
	text-align: center;
	top: 100px;
	width: 550px;
	z-index: 1;
}

div.modal_container#spot_forecast_help div.modal h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	margin-top: 12px;
}

div.modal_container#spot_forecast_help div.modal p {
	margin: 12px 0 12px 22px;
	text-align: justify;
	width: 504px;
}

div.modal_container#spot_forecast_help div.modal img {
	margin: 12px 0 0 0;

}

div.modal_container#spot_forecast_help div.modal a {
	cursor: pointer;
	display: block;
	margin: 12px;
	text-decoration: underline;
}


/* ERROR PAGES */

div.error_response h1 {
	margin-top: 200px;
	text-align: center;
	
}

div.error_response p {
	text-align: center;
}

/* FB LIKE BUTTON */

div.fb-like {
	margin: 12px 205px;
}

