﻿@charset "UTF-8";
/**
 * Stylesheet: example_jquerytools.css
 *
 * (c) 2011-2012 Zazar Ltd
 * 
 * Description: Example stylesheet using zWeatherFeed with jQuery Tools
 *
 **/

body {
	margin: 1em 3em;
	font-family: Tahoma, Genevam, sans-serif;
}

.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 2em 3em;
	/*width: 280px;*/
	width: 161px;
	/*color: #ccc;*/
	color: #FFFFFF;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #eee;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; color: #ffffff; font-size: 1.5em;}
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
	color: #FFFFFF;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; color: #237BD7; }
.weatherRange, .weatherWind { font-size: 1em; }
.weatherLink {
	margin-top: 6px;
	text-align: left;
	font-size: 0.8em;
}

.vertical {  
	position:relative;
	overflow:hidden;	
	height: 160px;	 
	/*width: 280px;*/
	width: 161px;
	border: 4px solid #555;
	/*background: #222 url('bg.jpg') repeat-x;*/
	background: #222 url('28d-791140.jpg') repeat-x;
}

.weatheritems {
	position:absolute;
	height:20000em;	
	margin: 0px;
}
.weatheritems div.weatherItem { height: 160px; }

.navi {
	width:288px;
	height:20px;
}
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: url('navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}
.navi a:hover { background-position:0 -8px; }
.navi a.active { background-position:0 -16px; }

.weatherForecastItem {
	margin-top: 0.5em;
	text-align: left;
	padding: 0.5em 0.5em 0.5em 80px;
	background-color: #fff;
	background-position: left center;
}
/**************Yahoo Weather********************/
/*
.day { 
	background-color: #e8e8fc; 
}
*/
.day a { color: #555; }

.night { background-color: #2a2a33; color: #eaeaf0; }
.night a:hover { color: #fff; }
/**************Yahoo Weather End********************/