﻿@charset "UTF-8";


.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 2em 3em;
	width: 280px;
	
}
.weatherFeed a { color: #888; text-decoration:none; }
.weatherFeed a:hover {
	
}
.weatherItem {
	padding: 0.8em;
	text-align: center;
	/*width: 389px;
	height:286px;*/
}
/*
.weatherSize{ background-size: 389px 286px !important; }
*/

.weatherCity { text-transform: uppercase; display:none }
.weatherTemp {
color:#093b85;
	font-size: 2.8em;
	font-weight: bold;
	margin-right: 0PX;
	margin-top: 40px;
	text-decoration:none;
}
.weatherDesc, .weatherCity { font-weight: bold; color:#093b85;text-decoration:none;}
.weatherDesc { margin-bottom: 0.4em; font-size: 14pt; margin-right: 0px;
	margin-top: -10px;
	
 }
 
.weatherDesc a {
	
}
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink {
	text-align: left;
	font-size: 0.8em;
}

#time {
font-family: arial;
font-size: 15px;
color: #383837;
font-weight: 200;
position: absolute;
top: 165px;
left: 145px;
}
