﻿

/*

 * Example of zWeatherFeed Styling

 *

 * Version: 1.0.2

 * (c) Copyright 2010, Zazar Ltd

 *

 */



.weatherFeed

{
color: #000;
	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	margin: 0px;

	width: 192px;

}

.weatherFeed a { color: #000; }

.weatherFeed a:hover

{
text-decoration: underline;
	color: #000;

	text-decoration: none;

}

.weatherItem

{



	padding: 4px;

	text-align: right;

}

.weatherCity { text-transform: uppercase; }

.weatherTemp

{

	font-size: 20px;

	font-weight: bold;

	padding: 5px 0;

}

.weatherDesc, .weatherCity { font-weight: bold; }

.weatherDesc { margin-bottom: 4px; }

.weatherRange, .weatherWind { font-size: 10px; }

.weatherLink

{

	text-align: left;

}

.weatherLink a {

	font-size: 10px !important;

	color: #000 !important;

}
.weatherLink a:hover {

	text-decoration: underline;

}


.odd { background-color: #ffffff; }

.even { background-color: #ffffff; }