@charset "UTF-8";
/* CSS Document */

#weather {
	overflow:auto;
}
#weather .current{
	float:left;
	background-color:#FFF;
	color:#333;
	width:150px;
	margin:30px 5px 30px 10px;
	padding:10px;
	height:150px;
}
#weather .day{
	float:left;
	background-color:#FFF;
	color:#333;
	width:150px;
	margin:30px 5px 30px 0px;
	padding:10px;
	height:150px;
}
#weather .title{
	font-size:80%;
	padding:0px 0px 10px 0px;
}
#weather .row{
	font-size:65%;
}
#weather .image{
	padding:5px 0px 5px 0px;
}
#weather .credit{
	font-size:75%;
	text-align:center;
	color:#666;
}
