﻿@charset "UTF-8";
/*
 * Example of zWeatherFeed Styling
 *
 * Version: 1.0.2
 * (c) Copyright 2010, Zazar Ltd
 *
 */

.weatherFeed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 100px;
	height: 40px;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #000;
	text-decoration: none;
}
.weatherItem
{
	text-align: right;
	width: 150px;
	height: 80px;
	margin: 0px;
	padding: 47px 0px 0px 35px;
	cursor: pointer;
}
.weatherCity { 
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 50px;
	
}
.weatherTemp
{
	font-size: 25px;
	float: left;
	font-weight: bold;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherTemp, .weatherDesc {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
}
.weatherDesc { 
	height: 28px;
	margin-top: 2px;
	margin-bottom: 12px;
	margin-right: 50px;
}
.weatherMoreInfo { 
	clear: both;
	width: 125px;
	position: relative;
	left: -10px;
	top: -40px;
	font-size: 12px; 
	text-align: center;
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	vertical-align: middle;
}
.weatherLink
{
	text-align: left;
	font-size: 10px;
}

.odd { }
.even { }