﻿
h4
{
    clear: both;
}
p
{
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

.weather
{
    font: normal .7em verdana, sans-serif;
    width: 250px;
    float: left;
    margin-bottom: 2em;
} 
.weatherBig
{
    border: dashed 1px Gray;
    font: normal .7em verdana, sans-serif;
    float: left;
    margin-bottom: 2em;
}
.location
{
    font: normal 19px Georgia, serif;
    color: Blue;
}
/* 
           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 2em Georgia, serif;
    color: #900;
}
.cc
{
    text-align: center;
    float: left;
    width: 40%;
}
.misc
{
    margin-left: 41%;
}
.attrib
{
    clear: both;
    text-align: center;
    padding: .5em;
    background: #eee;
}



