﻿


.weatherFeed
{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 90%;
	margin: 2em 3em;
	width: 230px;
	color: #000;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #eee;
	text-decoration: none;
}
.weatherItem
{
	padding: 0.8em;
	text-align: center;
	margin-top:25px;
}
.weatherCity
{
	
	color: #990000;
}
.weatherTemp
{
	font-size: 2.8em;
	font-weight: bold;
	color: #990000;
}
.weatherDesc, .weatherCity { font-weight: bold;    font-size: 1.3em; }
.weatherDesc { margin-bottom: 1em; color: #000; }
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink
{
	margin-top: 6px;
	text-align: left;
	font-size: 0.8em;
}

.vertical
{  
	position:relative;
	overflow:hidden;	
	height: 125px;	 
	width: 20px;
    margin: 0 auto;
	/* border: 4px solid #555; */
	/* background: #222 url('bg.jpg') repeat-x; */
}

.items
{
	position:absolute;
	height:20000em;	
	margin: 0px;
}
.items div.weatherItem { height: 160px; }

.navi
{
	width:170px;
	height:20px;
	 background-color:transparent;
	 }
.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; }

