﻿@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;
	font-size: 100%;
	margin: 2em 3em;
	width: 280px;
	color:#000000;
}
.weatherFeed a { color:#000000; }
.weatherFeed a:hover {
	color: #eee;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; color:#000000; }
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
	color:#000000;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; color:#000000; }
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink {
	margin-top: 6px;
	text-align: left;
	font-size: 0.8em;
}

.vertical {  
	position:relative;
	overflow:hidden;	
	height: 170px;	 
	width: 270px;
	border: 0px solid #555;
	background: #222 url('bg.jpg') repeat-x;
}

.items {
	position:absolute;
	height:20000em;	
	margin: 0px;
}
.items div.weatherItem { height: 160px; }

