﻿@charset "UTF-8";
/*
 * Example of zWeatherFeed Styling
 *
 * Version: 1.0.3
 * (c) Copyright 2011-2012, Zazar Ltd
 *
 */

.weatherFeed {
	border:solid 1px #6c6c6c;	
	color:#6c6c6c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin:10px 0;
	padding:3px;
}
.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 { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind { font-size: 1em; }
.weatherLink {
	text-align: left;
	font-size: 0.8em;
	margin:10px 0;
}