@charset "utf-8";
/* CSS Document */

/*weather */
.weather{
	clear:both;
	margin:0 auto;
	height:92px;
	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: -13px;
	border: 0px solid #49796C;
	width: 60px;
	margin-left: 23px;}
#weather p {
	float:right;
	font-family:"Century Gothic", Palatino, serif;
    font-size: 53px;
	color:#fff;
	line-height:14px;
	padding-top:10px;
	border:0px solid #6591b3;
	margin-right: 10px;
}
#weather span {
	font-family: Arial, Helvetica, sans-serif;
    font-size:22px;
	color:#fff;
}