/*---------------------------------- WEATHER ----------------------------------*/
.weather_box {
	margin: 0px;
	padding: 10px;
}

#weather #w_cont {
	font-family: Calibri, "微軟正黑體";
	font-size: 14px;
	display: block;
	background-color: #d9f4cb;
	border: 1px solid #58d921;
	text-align: right;
	padding: 10px;
}
#weather #w_cont {
}
.weather_mid {
}
#w_tl {
}
#w_tr {
}
#w_bl {
}
#w_br {
}
.w_city {
}
.w_temp {
}
.w_cond {
	text-transform: uppercase;
	text-align: left;
}
#w_cont a {
	text-decoration: none;
}
#w_cont a:hover {
	text-decoration: underline;
}
#w_mount {
	float: left;
	color: #007500;
}
.w_deg {
	color: #007500;
}
#w_long {
	color: #0000FF;
}
