@charset "utf-8";
/* CSS Document */

/*weather */
.weather{
	clear:both;
	margin:0 auto;
	height:42px;
	padding:5px 0;}
#weather {
	margin:0 auto;
    width:210px;
	height:110px;
	color: #fff;
    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: -73px;
    width: 60px;
    margin-left: 20px;}
#weather p {
	float: right;
    font-family: serif;
    font-size: 51px;
    color: #fff;
    line-height: 14px;
    border: 0px solid #6591b3;
    margin-top: -22px;
    letter-spacing: 1.8px;
}
#weather span {
	font-family: serif;
    font-size: 41px;
    color: #fff;
}