﻿/* large weather images */

.sunny, 
.becoming_sunny,
.mostly_sunny,
.partly_sunny,
.hot,
.clear, 
.fair
{
	background-image:url(/images/weather/large.clear.jpg);
}

.clouds, 
.cloudy, 
.chance_thunderstorms, 
.slight_chance_thunderstorms, 
.partly_cloudy, 
.thunderstorms_likely, 
.mostly_cloudy, 
.chance_rain_showers, 
.breezy, 
.increasing_clouds
{
	background-image:url(/images/weather/large.clouds.jpg);
}

.rain, 
.rain_showers, 
.thunderstorm, 
.thunderstorms
{
	background-image:url(/images/weather/large.rain.jpg);
}

.snow,
.blizzard
{
	background-image:url(/images/weather/large.snow.jpg);
}

/* small weather images */

.weathercol .sunny, 
.weathercol .becoming_sunny,
.weathercol .partly_sunny,
.weathercol .hot, 
.weathercol .clear, 
.weathercol .fair
{
	background-image:url(/images/weather/small.clear.jpg);
}


.weathercol .clouds,
.weathercol .chance_thunderstorms,
.weathercol .slight_chance_thunderstorms,
.weathercol .slight_chance_rain_showers,
.weathercol .chance_rain_showers,
.weathercol .rain_showers_likely,
.weathercol .thunderstorms_likely,
.weathercol .partly_cloudy,
.weathercol .cloudy,
.weathercol .mostly_cloudy,
.weathercol .mbreezy,
.weathercol .increasing_clouds
{
	background-image:url(/images/weather/small.clouds.jpg);
}


.weathercol .rain, 
.weathercol .rain_showers, 
.weathercol .thunderstorm, 
.weathercol .thunderstorms
{
	background-image:url(/images/weather/small.rain.jpg);
}


.weathercol .snow,
.weathercol .blizzard
{
	background-image:url(/images/weather/small.snow.jpg);
}
