/* Styles for weather snippet */
#header {
	position: relative;
}

#weather {
	width: 90px;
	height: 30px;
	padding: 8px 8px;
	background-image: url(/images/weather_snipit.png);
	position: absolute;
/* padding of box itself*/	
	right: 8px;
	top: 5px;
}
#weather .temp {
	font-size: 18px;
	font-weight: 100;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#weather p {
	margin: 0;
}
#weather img {
	float: right;
}

/* Styles for weather.php page */
h3.header {
	padding: 3px;
	background: #68250F;
	color: #ffffff;
}

.current {
	width: 50%;
	float: left;
}
.current div {
	padding-bottom: 30px;
	text-align: center;
	border-right: 2px solid #666666;
}

.current ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.current li {
	margin: 0;
	padding: 0;
}
.current li .label {
	padding-right: 15px;
	font-weight: bold;
	color: #5C6F98;
	vertical-align: top;
}
.current .temp {
	font-weight: 400;
	font-size: 24px;
}

.radar {
	float: right;
	width: 50%;
	text-align: center;
}
.radar img {
	width: 200px;
}

.spacer {
	clear: both;
}
.forecast table {
	background: #D2D8DE;
	font-weight: bold;

}
.forecast table th {
	text-align: center;
	background: #E9F5FF;
}
.forecast table td {
	text-align: center;
	background: #ffffff;
}
.forecast table .temp {
	background: #E9F5FF;
}