﻿@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%;
	color:#333;
	/* margin: 2em 3em; */
	width: 200px;
	 position:absolute;
    top:-20px;
    right:-20px;

	
	
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #000;
	text-decoration: none;
}
.weatherItem
{
	/* padding: 0.8em;*/
	/* text-align: right; */ 
	color:#333;
	padding-top:35px;
	padding-left:15px;
	 height:98px;
	
	
}
.weatherCity { text-transform: uppercase; }
.weatherTemp
{
	font-size: 1.8em;
	font-weight: bold;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em;
height:30px;}

.weatherRange, .weatherWind {
	font-size: 0.8em;
	height:2px;
	}

.weatherLink
{
	text-align: left;
	font-size: 0.8em;
}

.odd {  }
/*.even { background-color: #d4d4e8; } */

/* this is for time javascript */
   #time {
 font-family:arial;
 font-size:14px;
 color:#383837;
 font-weight:200;
 position:absolute;
 top:90px;
 left:40px;
 
}