﻿/*CurrentWeather*/
.weather-com
{
	border: none;
	padding-left: 15px;
	font: Tahoma, verdana, sans-serif, arial;
	/*color: #666; */
}

.weather-com h4
{
	color: #c00;
	margin-bottom: 4px;
	font-size: 1.3em;
	text-align: left;
}

.weather-com h4, .weather-com h5, .weather-com p
{
	padding: 0;
	margin: 1px;
}

.weather-com .conditions
{
	background: #fff; /*float: left;*/
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px 5px 5px 0px;
}

.weather-com .forecast
{
	background: #fff; /*float: left;*/
	border: 1px solid #ccc;
}

.weather-com .temperature, .weather-com .glyph
{
	/*float: left;*/
	text-align: center; /*width: 94px;*/
}

.weather-com .temperature
{
	margin-top: 10px;
}

.weather-com table img
{
	border: none;
}

.weather-com .temperature h4
{
	font-size: 1.5em;
	margin-bottom: 5px;
}

.weather-com .temperature span
{
	font-size: 20px;
	font-weight: bold;
}
/*
.weather-com table
{
	border: none; 
	font-size: 10px; 
	line-height: 1.2em;
	border-collapse: collapse;
}
*/

.weather-com table col#legend
{
	width: 50%;
}
.weather-com table col#reading
{
	width: 50%;
}

/* Forecast */
.wpi
{
	background-color: #eaeaea;
	color: #000;
}

.day
{
	background-color: #666;
	color: #fff;
	font-weight:bold;
}

