/* Weather Style Sheet */


#weather{
	width:782px;
	height: 68px;
	margin: 0;
	padding: 0;
	color:#d50005;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: bold;
}
#conditions{
	float: left;
	height: 47px;
	padding: 21px 0px 0px 500px;
	width: 130px;
	text-align: right;
}
#image-container{
	float: right;
	height: 63px;
	padding:5px 40px 0px 0px;
	width: 100px;
}
.sunny, .hot, .clear{
	background: url(../images/weather/sunny.gif) no-repeat top left;
}
.rain, .hail, .sleet, .drizzle, .showers, .freezingrain, .freezing-rain, .freezingdrizzle, .freezing-drizzle, .mixed-rain-and-hail{
	background: url(../images/weather/rain.gif) no-repeat top left;
}
.partlycloudy, .partly-cloudy, .fair{
	background: url(../images/weather/partly.gif) no-repeat top left;
}
.cloudy, .mostly-cloudy, .partly-cloudy{
	background: url(../images/weather/cloudy.gif) no-repeat top left;
}
.thunder, .thunderstorms, .thundershowers, .severe-thunderstorms, .isolated-thunderstorms, .scattered-thunderstorms, .scattered-showers, .isolated-thundershowers{
	background: url(../images/weather/thunder.gif) no-repeat top left;
}
.wind, .windy, .blustery, .tornado, .hurricane, .tropical-storm{
	background: url(../images/weather/wind.gif) no-repeat top left;
}
.snow, .blowingsnow, .blowing-snow, .snowflurries, .snow flurries,.heavysnow, .heavy-snow, .snowshowers, .snow-showers, .lightsnowshowers, .light-snow-showers, .cold, .mixed-rain-and-snow,  .mixed-rain-and-sleet,  .mixed-snow-and-sleet. scattered-snow-showers{
	background: url(../images/weather/snow.gif) no-repeat top left;
}
.fog .dust, .foggy, .haze, .smoky{
	background: url(../images/weather/fog.gif) no-repeat top left;
}

