.weather {
	float:right;
	width:245px;
	padding:12px 0;color: #1B3F6D;
	text-shadow: 1px 1px 3px white;
}

.weatherFeed {
	width: 245px;
}

.weatherFeed a { color: #1B3F6D; }
.weatherFeed a:hover {
	color: #000;
	text-decoration: none;
}
.weatherItem {
	padding: 0;
	text-align: right;
	background-position:0 -20px;

}
.weatherCity { display: none; }
.weatherTemp {
	font-size: 56px;
	font-family: 'Crimson Text', serif;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 12px;
	color: #0D3144;
}
.weatherRange { font-size: 11px; }
.weatherWind  { display:none; }
.weatherLink {
	text-align: right;
	font-size: 11px;
}