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

.weatherFeed {
	width: 332px;
	height: 123px;
}
.weatherFeed a { color: #3e3e3e; }
.weatherFeed a:hover {
	color: #3e3e3e;
	text-decoration: none;
	font-size: 16px;
}
.weatherItem {
	padding: 0.8em;
}
.weatherCity { text-transform: uppercase; position:absolute;	margin-top:15px; text-align:right; margin-left:90px; *margin-left:-40px;}
.weatherTemp {
		font-size: 20px;
	font-weight: bold;
	position:absolute;	 margin-top:15px; text-align:right; margin-left:190px; *margin-left: 70px;
}
.weatherDesc, .weatherCity, .weatherForecastDay  { font-weight: bold; }
.weatherDesc {  }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 0.8em; left:120px; width:60px; position:relative; margin-top:8px;}
.weatherLink, .weatherForecastItem {
	margin-top: 0.5em;
	text-align: left;
}
.weatherForecastItem {
}
.weatherForecastDay {  }

.odd { }
.even { }