/* Weather CSS */

div#weather {
	background:#FFF;
	height:auto;
	overflow:hidden;
	width:455px;
}

div.weatherIcon {
	
	display:inline-block;
	width:100px;
	height:auto;
	position:relative;
	font-family:sans-serif;
	font-size:10px;
	font-weight:bold;
	margin:0 5px 15px 5px;
	color:#8F7A65;

}

div.weatherIcon img {

	float:right; 

}

div.weatherIcon p {
	
	position:absolute;

}

div.weatherIcon p.high {
	
	top:10px;
	left:10px;
	font-size:1.7em;

}

div.weatherIcon p.day {
	
	top:56px;
	left:0px;
	width:100px;
	text-align:center;
	font-weight:bold;

}