div#weather{
	height:110px;
	text-align: left;
	color:white;
	font-size:80%;
	padding: 5px 0px 5px 5px;
	margin:0px 0px 0px 0px;
}


div#weather div.weather_wrapper{

    float: left;
    margin-left:30px;

}

div#weather div#main_weather {
	height:30px;
	padding:0px;
	margin:0px;
}

div#weather div#main_weather h3{
    color:white;
    margin: 0px;
    padding: 0px;
    font-size:120%;
    text-align: center;
}

div#weather div#main_weather div{
	float:left;
}
div#weather div#main_weather div#main_weather_celcius{
	padding:2px;
	font-weight: bolder;
	font-size:170%;
}
div#weather div#main_weather div#main_weather_info{
	padding:0px;
	margin-left:6px;
}
div#weather div#main_weather div#main_weather_info ul{
	padding:0px;
	margin:0px;
	list-style: none;

}
div#weather div#main_weather div#main_weather_info ul li{
	padding:0px;
	margin:0px;
}

div#weather div#forecast_weather ul{
	
	padding:0px;
	margin:0px;
	list-style: none;
	font-size:85%;
}

div#weather div#forecast_weather ul li{

	float:left;
	text-align: center;
	padding:0px;
	margin:0px 0px 0px 7px;
	
}
