﻿@charset "UTF-8";


.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.weatherFeed a { color: #ccc; }
.weatherFeed a:hover {
	color: #333;
	text-decoration: none;
}
.weatherItem {
	
	text-align: right;

	padding:2px 6px;

}
.weatherItemBig {
	
	text-align: right;
	
	padding:5px 8px;
}
.weatherCity { text-transform: uppercase; visibility:hidden; font-size:3px;}
.weatherTemp 
{
    color:#1b1b1b;
	font-size: 30px;
	padding:12px 0;
	text-shadow: #ffffff 0.1em 0.1em 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	margin-left:5px;
}
.weatherTempBig 
{
    color:#ffffff;
	font-size: 60px;
    font-weight:500;
	text-shadow: #fff 0em 0em 0.2em, #555 0.1em 0.1em 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
	margin-left:5px;
    height:120px;
}
.weatherDesc, .weatherCity { font-weight: bold; color:#ffffff;  font-size:3px;}
.weatherDesc { margin-bottom: 0em; 	font-family: Arial, Helvetica, sans-serif; visibility:hidden; color:#eee;  font-size:2px;}
.weatherRange, .weatherWind { font-size: 0.8em; color:#eee; text-shadow: black 2px 2px 4px;}
.weatherLink {
	text-align: left;
	font-size: 0.8em;
}


.day{ color:blue; }
.night{ color:navy; }