﻿@charset "UTF-8";
/**
 * Stylesheet: example_jquerytools.css
 *
 * (c) 2011-2012 Zazar Ltd
 * 
 * Description: Example stylesheet using zWeatherFeed with jQuery Tools
 *
 **/

body {
	margin: 0em 0em;
	font-family: Tahoma, Genevam, sans-serif;
	padding: 0em;
	height: 125px;	 
	
}

.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size:65%;
	margin-top: 2px;
	width: 165px;
	color: #999999;
}
.weatherFeed a { color: #000000; }
.weatherFeed a:hover {
	color: #999999;
	text-decoration: none;
}
.weatherItem {
	
	text-align: right;
	height: 95px;
	margin-bottom: 425px;	 
}
.weatherCity { text-transform: uppercase; color: #000; }
.weatherTemp {
	font-size: 4.0em;
	font-weight: bold;
	color: #496c9c;
	
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-bottom: 0.6em; color: #eee; }
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink {
	margin-top: -10px;
	text-align: right;
	font-size: 1.0em;
}

.vertical {  
	position:relative;
	overflow:hidden;	
	height: 125px;	 
	width: 200px;
	
}

.items {
	position:absolute;
	height:2em;	
	margin: 0px;
}
.items div.weatherItem { height: 125px; }

.navi {
	width:200px;
	height:125px;
}
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: url('navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
}
