<--

/* fonts */

 .weather-day 
	{
	font : bold 0.7em "Lucida Grande", verdana, helvetica, sans-serif;
	}

#weather-day-max-min p , #weather-forecast-text p , #weather-national-forecast p
	{
	font : 0.65em "Lucida Grande", verdana, helvetica, sans-serif;
	}

#weather-sticker h2
	{
	font : bold 0.8em "Lucida Grande", verdana, helvetica, sans-serif;
	}
	
#weather-day-max-min p.weather-day
	{
	font-weight : bold;
	}

#weather-day-max-min p
	{
	text-transform:uppercase;
	}

/* backgrounds */

#weather-sticker
	{
	background : #e4f4ff;
	}

/* displays */

#weather-symbol
	{
	width:56px;
	height:50px;
	}

#weather-symbol , #weather-day-max-min
	{
	float:left;
	}

#weather-sticker h2
	{
	float:left;
	width:154px;
	}

#weather-forecast-text
	{
	clear:left;
	}

/* padding */

#weather-forecast-search form
	{
	padding : 0;
	}

#weather-sticker
	{
	padding : 8px;
	}
#weather-sticker
	{
	padding-bottom : 8px;
	}
	
/* margins */

#weather-day-max-min p , #weather-forecast-search form
	{
	margin : 0;
	}

#weather-forecast-text p
	{
	margin : 0 0 1px 0;
	}

#weather-sticker h2
	{
	margin : 0 0 8px 0;
	}
	
#weather-national-forecast p
	{
	margin : 1px 0 1px 0;
	}

-->