@charset "UTF-8";

.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 310px;
	color: #ccc;
	margin-top: 2em;
	margin-right: 3em;
	margin-bottom: 2em;
	margin-left: 3em;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover {
	color: #eee;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; color: #000; }
.weatherTemp {
	font-size: 2.8em;
	font-weight: bold;
	color: #eee;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; color: #eee; }
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink {
	margin-top: 6px;
	text-align: left;
	font-size: 0.8em;
}

.vertical {
	position:relative;
	overflow:hidden;
	height: 160px;
	width: 320px;
	border: 2px solid #ebcd89;
	background: rgba(213,201,152,1);
	background: -moz-linear-gradient(left, rgba(213,201,152,1) 0%, rgba(191,159,44,1) 50%, rgba(213,201,152,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(213,201,152,1)), color-stop(50%, rgba(191,159,44,1)), color-stop(100%, rgba(213,201,152,1)));
	background: -webkit-linear-gradient(left, rgba(213,201,152,1) 0%, rgba(191,159,44,1) 50%, rgba(213,201,152,1) 100%);
	background: -o-linear-gradient(left, rgba(213,201,152,1) 0%, rgba(191,159,44,1) 50%, rgba(213,201,152,1) 100%);
	background: -ms-linear-gradient(left, rgba(213,201,152,1) 0%, rgba(191,159,44,1) 50%, rgba(213,201,152,1) 100%);
	background: linear-gradient(to right, rgba(213,201,152,1) 0%, rgba(191,159,44,1) 50%, rgba(213,201,152,1) 100%);



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c998', endColorstr='#d5c998', GradientType=1 );
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.05);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.05);
	box-shadow: 0 0 3px rgba(0,0,0,.05);
}

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

.navi {
	width:300px;
	height:20px;
}
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: url('../images/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; }
