﻿p
{
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
.divRow
{
	clear: both;
	float: left;
	width: 480px;
}
.div_weather
{
	position: relative;
	float: right;
	text-align: left;
	width: 220px;
}
.weather_template
{
	border: 1px dashed #ccc;
	width: 220px;
	height: 160px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.grey_hr
{
	color: #d3d3d3;
	width: 100%;
	height: 1px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.weather
{
	border: 1px dashed #ccc;
	width: 230px;
	float: left;
}
.weatherLeft
{
	clear: both;
	float: left;
	width: 250px;
	height: 210px;
}
.weatherMid
{
	float: left;
	width: 250px;
	height: 210px;
}
.weatherRight
{
	float: left;
	width: 250px;
	height: 210px;
}
/* 
           Following is a fudge that works only in IE/Win and puts a border around the image
           because it doesn't handle PNG transparency too well 
        */
* html .icon img
{
	border: 1px solid #ccc;
}
.temp
{
	font: normal 1.5em Georgia, serif;
	color: #900;
}
.cc
{
	float: left;
	width: 40%;
	height: 130px;
}
.misc
{
	margin-left: 41%;
	text-align: left;
}
.attrib
{
	clear: both;
	padding: .4em;
	background: #eee;
}


