@charset "utf-8";
/* CSS Document */

/*weather */
.weather{
	clear:both;
	margin:0 auto;
	width: 210px;
	height:92px;
	border-top:1px dashed #b8c3b8;
	padding:5px 0;}
#weather {
	margin:0 auto;
    width:175px;
	height:90px;
	color: #fff;
    overflow: hidden;
    border: 0px solid #6591b3;
}

#weather .weather_title {
    color: #fff;
	font-size:12px;
	border: 0px solid #6591b3;
	/*background:url(../images/weather_city.png) left top no-repeat;*/
	width:135px; 
	height:26px;
	margin-left:30px;
	text-indent:-9999px;
	margin-top:5px;}
#weather img{ 
	margin-top:-16px;
	border: 0px solid #6591b3;}
#weather p {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
    font-size:60px;
	color:#fff;
	line-height:14px;
	padding-top:20px;
	border:0px solid #6591b3;
}
#weather span {
	font-family: Arial, Helvetica, sans-serif;
    font-size:22px;
	color:#fff;
}