/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------- */

body {
	background-color: white;
	/*-webkit-background-size: 320px 252px;*/
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

strong {
	font-weight: bold;
}

a, input, button {
	-ms-touch-action: none !important;
}

h1 {
	color: white;
	background-color: #2092d9;
	font-size: 20px;
	padding: 13px 0 13px 10px;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	text-shadow: rgba(0, 0, 0, 0.5) 0.09em 0.09em 0
}

h1 a {
	text-decoration: none;
	color: white;
}

h2 {
	background-color: #62ad04;
	padding: 10px 12px;
	font-size: 17px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

h2 p {
	font-size: 17px;
}

h3 {
	font-size: 16px;
	padding: 8px 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#header ul {
	width: 100%;
	background-color: #282828;
}

#header ul li {
	float: left;
	width: 33%;
	text-align: center;
}

#header ul li a {
	padding: 12px 0;
}

#footer ul li a,
#header ul li a {
	color: white;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}

#header ul li a.selected {
	color: #62ad04;
}

#footer ul li a {
	padding: 0 0 12px 12px;
}

#footer {
	color: white;
	background-color: #282828;
	font-size: 14px;
	padding: 4px 0;
}

#footer .logo {
	padding-top: 12px;
	width: 100%;
	height: 23px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(/i/foreca-logo.png);
}

#footer ul {
	float: left;
	width: 49%;
	padding-top: 6px;
}

p {
	font-size: 14px;
}

.in {
	padding-left: 12px;
}

#cc {
	margin-top: 8px;
	padding-bottom: 1em;
	border-bottom: 1px solid #d1d1d1;
}

#cc .left {
	float: left;
	width: 50%;
	text-align: center;
}

#cc .right {
	float: left;
	width: 50%;
	text-align: left;
	font-weight: bold;
	font-size: 42px;
	padding-top: 45px;
}

#cc .right.wind {
	font-size: 14px;
	padding-top: 55px;
}

#cc .right.wind div {
	margin: 0 4px 1px 2px;
}

#cc .right span.obs {
	font-size: 13px;
}

#cc .right span.obsweather {
	font-weight: bold;
}

#cc .cctext {
	padding-left: 12px;
	clear: both;
	font-size: 12px;
	line-height: 1.2em;
}

#cc .cctext p {
	width: 50%;
	float: left;
}

#dailywrap {
	position: relative;
}

.hourlyfc {
	clear: both;
	height: 45px;
	font-size: 15px;
	padding-left: 12px;
	border-bottom: 1px solid #e8e8e8;
}

.dailyfc {
	clear: both;
	height: 62px;
	border-bottom: 1px solid #e8e8e8;
}

.dailyfc span.temp_min,
.dailyfc span.temp_max {
	font-weight: bold;
}

.dailyfc span.temp_min {
	color: black;
}

.dailyfc span.temp_max {
	font-size: 20px;
}

span.temp_warm {
	color: #e3303d;
}

span.temp_cold {
	color: #01b1ea;
}

.windarrow {
	margin-top: 3px;
	width:  13px;
	height: 13px;
	float: left;
	background-repeat: no-repeat;
}

.w000,
.w360 {
	background-image: url(/i/wind/w000.png);
}

.w045 {
	background-image: url(/i/wind/w045.png);
}

.w090 {
	background-image: url(/i/wind/w090.png);
}

.w135 {
	background-image: url(/i/wind/w135.png);
}

.w180 {
	background-image: url(/i/wind/w180.png);
}

.w225 {
	background-image: url(/i/wind/w225.png);
}

.w270 {
	background-image: url(/i/wind/w270.png);
}

.w315 {
	background-image: url(/i/wind/w315.png);
}

#searchbar {
	text-align: center;
	position: relative;
	display: none;
	z-index: 4000
}

#searchinput {
	width: 90%;
	max-width: 400px;
	margin: 6px 0;
	border: 1px solid #333;
	font-size: 16px;
	border-radius: 4px;
	position: relative;
}

button {
	width: 25px;
	height: 25px;
	border: none;
	float: right;
	margin: -3px 8px 0 0;
	padding: 3px 5px 3px 5px;
	background-color: transparent;
	background-repeat: no-repeat;
}

#locatebutton { background-image: url(/i/locate.png); }
#searchbutton { background-image: url(/i/search.png); }
#settingsbutton { background-image: url(/i/settings.png); }

#topbanner {
	text-align: center;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

#topbanner img {
	display: block;
	margin: 0 auto;
}

#mapwrapper {
	position: relative;
}

#mapwrapper #map,
#mapwrapper #seamap {
	display: block;
}

#mapsliderwrap {
	background-color: #555;
	width: 98%;
	margin: 0 3px;
	height: 30px;
	opacity: 0.7;
	position: absolute;
	bottom: 5px;
	border-radius: 3px;
}

#mapslider {
	width: 20px;
	height: 30px;
	border-radius: 3px;
	opacity: 0.7;
	background-color: #ddd;
	position: absolute;
	bottom: 0;
}

.arrow {
	background-image: url(/i/rightarrow-dark.png);
	background-repeat: no-repeat;
	background-position: 99% center;
}

.arrow_left {
	background-image: url(/i/leftarrow.png);
	background-repeat: no-repeat;
	width:  10px;
	height: 14px;
}
.arrow_right {
	background-image: url(/i/rightarrow.png);
	background-repeat: no-repeat;
	width:  10px;
	height: 14px;
}

h2 .arrow_left {
	float: left;
}

h2 .arrow_right {
	float: right;
}

h2 #dayname {
	margin-left: 12px;
}

.dailyfc a,
.hourlyfc a {
	display: block;
	color: #333;
}

.hourlyfc .timecol {
	float: left;
	width: 27%;
	padding-top: 8px
}

.hourlyfc .symbcol {
	padding-top: 4px;
	float: left;
	width: 24%
}

.hourlyfc .symbcol.sun {
	padding-top: 14px;
}

.hourlyfc .windcol.sun {
	width: 40%;
	text-align: right;
	padding-right: 16px;
}

.hourlyfc .tempcol {
	float: left;
	width: 24%;
	padding-top: 12px;
	font-size: 20px;
	font-weight: bold;
}

.hourlyfc .tempcol span {
	padding-left: 0px;
}

.hourlyfc .windcol {
	float: right;
	width: 24%;
	padding-top: 14px;
}

#seaobs {
	font-size: 14px;
	margin: 6px 0 0 12px;
}

#seaobs .row {
	width: 100%;
	margin-bottom: 2px;
}

#seaobs .row .c1 {
	float: left;
	width: 50%;
}

#seaobs .row .c2,
#seaobs .row .c3,
#seaobs .row .c4 {
	float: left;
	width: 16%;
}

#search {
	margin-bottom: 12px;
}

#search p {
	padding: 12px 0 0 12px;
}

ul#searchresult {
	width: 90%;
	max-width: 400px;
	z-index: 5000;
	display: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: left;
	background-color: white;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
}

ul#searchresult li {
	padding: 3px 4px;
}

ul#searchresult li:hover {
	background-color: #d6d6d6;
}

ul#searchresult li a {
	display: block;
	text-decoration: none;
	color: #333;
}

#lv {
	display: none;
	background-color: #eee;
	padding-bottom: 6px;
	clear: both;
}

#disclaimer p {
	padding: 12px 6px;
	line-height: 1.2em;

}

#feedback_form {
	margin: 12px;
}

#feedback_form p {
	padding-bottom: 6px;
}
