﻿@charset "UTF-8";
/**
 * Stylesheet: example.css
 *
 * (c) 2011-2012 Zazar Ltd
 * 
 * Description: Stylesheet for examples
 *
 **/



.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	width: 170px;
	padding-top:5px;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	text-align: right;
	height:55px;
	
}
.weatherItem .resimgizle{width:75px;height:65px;overflow:hidden;float:left; display: none}
.weatherItem .resimgizle img{width:160px;margin:-14px 0px 0px -8px; display: none}
.weatherCity {float:right;padding-top:15px; display: none }
.weatherTemp {
	font-size: 17px;
	font-weight: bold;
	float:left;
	margin-top: -4px;
	margin-left: 4px;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-size:15px; }
.weatherDesc { margin-bottom: 0.4em;display:none; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 0.8em;display:none; }
.weatherLink, .weatherForecastItem {
	
	text-align: left;
	 display: none
}
.weatherForecastItem {
	background-color: #fff;
	background-position: left center;
	 display: none
}
.weatherForecastDay { font-size: 1.1em; display: none}

