/* WEATHER STYLES */

.weatherContainer
{
	background-color: #FF0000;
}

#weather-title
{
    font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
    font-weight: bold;
	padding: 10px 0px 0px 10px

}

#weather-description
{
    font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px 0px 10px 10px

}


