@charset "utf-8";
/* CSS Document */

/*weather */
.weather{
	clear:both;
	margin:0 auto;
	height:92px;
	padding:5px 0;}
#weather {
	margin:0 auto;
    width:210px;
	height:90px;
	color: #fff;
	overflow:hidden;
}

#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: 70px;
	margin-left: 23px;}
#weather p {
	font-family:"Century Gothic", Palatino, serif;
    font-size: 60px;
	color:#fff;
	padding-top:10px;
	letter-spacing:-2px;
}
#weather span {
	font-family: Arial, Helvetica, sans-serif;
    font-size:22px;
	color:#fff;
}