﻿.weatherFeed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	width: 240px;
	color: #ccc;
	margin:auto;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #eee;
	text-decoration: none;
}
.weatherItem
{
	padding:20px;
	text-align: right;
}
.weatherCity { text-transform: uppercase; color: #eee; font-size: 1.5em; }
.weatherTemp
{
	font-size: 3em;
	font-weight: bold;
	color: #eee;
	margin-top:20px;
	margin-left:60px;
}
.weatherRange { font-size: 1.1em; margin-top:10px; margin-left:58px; }
.weatherWind { font-size: 1.0em; margin-top:10px; margin-left:42px; }
.weatherLink
{
	margin-top: 8px;
	text-align: left;
	font-size: 0.9em;
	margin-left:35px;
}

.vertical
{  
	position:relative;
	overflow:hidden;	
	height: 240px;	 
	width: 170px;
	border: 3px solid #555;
	background: #222 url('bg.jpg') repeat-x;
	margin:0;
}

.items
{
	position:absolute;
	height:20000em;	
	margin: 0px;
}
.items div.weatherItem { height: 160px; }

.navi
{
	width:248px;
	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; }