﻿@charset "UTF-8";
/**
 * Stylesheet: example.css
 *
 * (c) 2011-2012 Zazar Ltd
 * 
 * Description: Stylesheet for examples
 *
 **/

.weatherFeed {
	font-size: 100%;
	margin: 0;
	background: rgba(0,0,0,0.03);
	padding: 30px;
	border: 1px solid #e8e8e8; 
}
.weatherFeed a { color: #999; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0;
	text-align: right;
}
.weatherCity { text-transform: uppercase; font: bold 17px Lao UI;}
.weatherTemp {
	font-size: 3.8em;
	font-weight: bold;
	margin: 20px 0;
}
.weatherDesc, .weatherForecastDay  { font-weight: normal; }
.weatherDesc { margin-bottom: 0; }
.weatherRange, .weatherWind, .weatherLink, .weatherForecastItem { font-size: 1em; }
.weatherLink, .weatherForecastItem {
	text-align: left;
}
.weatherForecastItem {
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: #fff;
	background-position: left center;
}
.weatherForecastDay { font-size: 1.1em; }
