@charset "UTF-8";
* {margin:0;padding:0;font-family:helvetica,arial,sans-serif;}
body {
	background-image:url(images/bg.png);
	background-repeat:repeat;
	text-align: center;
}
h1 {
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
	height: 69px;
}
.clear {
	clear: both;
}
.widget {
	width: 400px;
	background-color:#fff;
	padding: 0;
	margin: 10px 0 10px 0;
}
.datestamp {
	font-size: 11px;
	font-variant: small-caps;
}
.notes {
	font-size: 14px;
}
.title {
	margin: 0;
	padding: 7px;
	height: 18px;
	font-weight:bold;
	background-color:#F6F6F6;
}
.arrow img {
	padding: 0 5px 0 0;
	border: none;
}
#container {
	text-align: left;
	margin: 20px auto 0 auto;
	width: 960px;
}
#header {
	background-color:white;
	width: 280px;
}
#zc {
	padding: 10px 0 10px 10px;
	margin: 10px 0 5px 0;
	background-color:#fff;
	width: 400px;
}
#zipcode {
	width: 145px;
	margin: 0 0 0 10px;
}
#widgets {
	height: 780px;
	position: relative;
}
#map_widget {
	position: absolute;
	top: 10px;
	left: 0px;
}
#gmap {
	height: 305px;
	padding: 3px;
	margin: 0;
}
#map {
	height: 300px;
	width: 375px;
	margin: 0 0 0 5px;
	padding:0;
}
#rss_widget {
	position: absolute;
	top: 10px;
	left: 420px;
}
#weather_widget {
	position: absolute;
	top: 400px;
	left: 0px;
}
#travel_widget {
	position: absolute;
	top: 400px;
	left: 420px;
}
#rss_data {
	padding: 10px;
	overflow: auto;
}
#rss_data h2 {
	font-size: 18px;
}
#rss_data h3 {
	font-size: 14px;
}
#rss_data p {
	font-size: 12px;
}
#rss_data a {
	font-size: 12px;
	color: #457b99;
}
#rss_data a:hover {
	text-decoration: none;
}
#rss_data ul {
	list-style:none;
}
#rss_data li {
	padding: 2px 0 2px 0;
}
#note_list {
	overflow:auto;
	height: 185px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	width: 385px;
}
#form_area {
	padding: 5px 0 7px 10px;
}
#text {
	width: 300px;
	margin: 0 0 5px 0;
}
#weather {
	padding: 5px;
	overflow:auto;
	height: 290px;
}
.daily {
	padding: 4px 0 4px 10px;
	width: 90px;
}
.daily h6 {
	padding: 6px 0 0 0;
	font-size: 10px;
}
.daily p {
	font-size: 12px;
}
#footer {
	position: relative;
}
#footer p {
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	height: 50px;
	text-indent:-9999px;
}
