/*CSS for Weather Widget
212 x 183*/
#weather-widget
{
	font-size: 9pt;
	background: url(../images/weather-back.png) no-repeat top center;
	width: 200px;
	height: 80px;
	padding: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#today-weather
{
	float: left;
	width: 103px;
	height: 50px;
}
#today-weather .weather
{
	height: 44px;
	width: 125px;
	margin-right: 2px;
	text-align: right;
	margin-top: 15px;
}
#today-weather .weather-image
{
	float: left;
	width: 40px;
	margin-top: -48px;
	margin-left: 25px;
}
#today-weather #weather-title, #today-weather .weather .temp, #today-weather .condition
{
	float: right;
	clear: right;
	width: 66px;
	text-align: center;
}
#today-weather #weather-title
{
	font-size: 8pt;
	width: 110px;
	margin-right: 10px;
	margin-bottom: 5px;
}
#today-weather .condition
{
	text-transform: lowercase;
	font-size: 7pt;
	margin-top: 4px;
}
#today-weather .weather .temp
{
	font-size: 18pt;
	text-transform: lowercase;
	font-family: impact, charcoal, sans-serif;
	margin: -2px 0;
}
#forecast-weather
{
	width: 65px;
	float: right;
	border-left: 1px solid #FFF;
	margin-top: 14px;
}
#forecast-weather .weather
{
	float: left;
	height: 29px;
	text-align: left;
	width: 40px;
}
#day1.weather
{
	padding: 0px 5px 2px;
	border-bottom: 1px solid #FFF;
}
#day2.weather
{
	padding: 2px 5px 0;
}
#forecast-weather .weather .day
{
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 7pt;
}
#forecast-weather .weather .high, #forecast-weather .weather .low
{
	width: 14px;
	font-weight: bold;
	font-size: 8pt;
}
#forecast-weather .weather .low
{
	color: #6EB6D2;
	font-size: 8pt;
	padding-left: 3px;
}
#forecast-weather .weather-image
{
	display: none;
}
#more-weather-links
{
	width: 200px;
	font-size: 8pt;
	text-transform: lowercase;
	text-align: center;
}
