@import url("default.css");

#page{
	padding-top:2px;
}
body{
	background-color: #597BA4;
}

#body{
	border-left:1px solid #304661;
	border-right:1px solid #304661;
}

#header{
	background-image:url('weather-back.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color:black;
	border:none;
	height:100px;
}

#header h1{
	top:60px;
	left:10px;
	font-size:17pt;
	color:white;
	z-index: 10;
	display:inline;
	font-weight:normal;
	border-left:none;	
	padding-left:0px;
}

#header h2{
	top:55px;
	left:120px;
	font-size:10pt;
	color:white;
	z-index: 10;
	border-left:none;	
	padding-left:0px;	
}

#header a {
	color:white;
	text-decoration: none;
}
#header a:hover {
	color:white;
	text-decoration: underline;
}

#hlogo {
	position:absolute;
	width:357px;
	height:100px;
	left:0px;
	top:0px;
	background-image:url('weather-logo.png');
	background-repeat:no-repeat;
}


#navigation{
	font-size:10pt;
	color:#8a8a8a;
	padding:0 3px 6px 3px;
	margin: 0px 10px;
	line-height: normal;
	border:none;
	border-bottom:1px solid #c8c8c8;
	position:relative;
	top:-2px;
}

#navigation a {
	text-decoration:none;
}

#hsearch {
	top:14px;
	color:white;
	opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);	
}

#hsearch input {
	border:1px solid white;
	color:white;
	background-color:#0E2642;
}

#footer{
	background-color:#304876;
}


