.weatherFeed {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	
}

.weatherCity{ height:20px; }
#weatherSelect {position:absolute; margin-top:-6px; margin-left:130px; }

.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }

.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 0.8em; }
.weatherLink, .weatherForecastItem {
	margin-top: 0.5em;
	text-align: left;
}
.weatherForecastItem {
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: #fff;
	background-position: left center;
}
.weatherForecastDay { font-size: 1.1em; }

.odd { background-color: #fff; }
.even { background-color: #d4d4e8; }


#havadurumu {  width:100px;  margin-top:12px; padding:3px; }
#hava {  height:133px; border: 1px solid #CCC; background-color:#FFF;  }

