/* weather widget */

.top-weather-widget {
	text-align: right;
	line-height: 16px;
}

.top-weather-widget .current-temp {
	color: #444;
	font-size: 40px;
	line-height: 30px;
	font-weight: bolder;
	padding-left: 10px;
	float: right;
}

.top-weather-widget a { color: #000; }


/* weather page */

.weather-page h2.title {
	font-size: 30px;
	margin-bottom: 10px;
}

.weather-page .current-conditions {
	background: #e9e9e9;
	padding: 5px;
}

.weather-page .current-conditions .floater {
	margin: 10px 2px;
	float: left;
}

.weather-page .current-conditions .conditions {
	line-height: 160%;
}

.weather-page .current-conditions .conditions div {
	clear: left;
}

.weather-page .current-conditions .conditions span {
	padding-bottom: 3px;
	display: block;
	float: left;
	width: 76px;
}

.weather-page .current-weather {
	text-align: center;
	font-weight: bolder;
	font-size: 16px;
}

.weather-page .current-temperature {
	text-align: center;
	font-weight: bolder;
	font-size: 45px;
	letter-spacing: -2px;
	color: #4d7c8f;
	padding: 30px 0px;
}

.weather-page .current-conditions .radar {
	text-align: center;
}

.weather-page .current-conditions .radar img {
	margin-bottom: 5px;
}



.weather-page h2.forecast {
	margin: 15px 0px;
}

.weather-page .day-item {
	float: left;
	margin: 10px;
	margin-bottom: 20px;
	width: 46%;
}

.weather-page .day-item .day-top {
	text-align: center;
	padding-left: 60px;
}

.weather-page .day-item .day-name {
	font-size: 18px;
	font-weight: bolder;
}

.weather-page .day-item .day-short {
	font-size: 10px;
}

.weather-page .day-item .day-temp {
	font-size: 14px;
}

.weather-page .day-temp span.very {
	font-style: italic;
}
.weather-page .day-temp span.hot {
	color: #a00;
}
.weather-page .day-temp span.cold {
	color: #00a;
}

.weather-page .day-item img {
	float: left;
}

.weather-page .day-item .day-text {
	font-size: 11px;
	padding-top: 5px;
	border-top: solid 2px #888;
	margin-top: 5px;
}
