﻿#weatherfeed{
    font-size:small;
    color:#333333;
    font-family: Arial, Helvetica, sans-serif;
    border:1px solid #45CAAF;
    width:288px;
    margin-top:10px;
    padding:4px;
    padding-right:0px;
}

#weatherfeed a, #weatherfeed a:link, #weatherfeed a:active{color:#990000;}
#weatherfeed a:visited{color:#009999;}
#weatherfeed a:hover{background-color:#E0E0E0;}

#weatherfeed .item{
    width:91px;
    height:96px;
    background-color:#E0F1F9;
    float:left;
    margin-right:5px;
    text-align:center;
}
#weatherfeed .header{
    font-size:105%;
    font-weight:bold;
    margin-top:0;
    margin-bottom:2px;
}    
#weatherfeed .date{
    font-size:90%;
    font-weight:bold;
}
#weatherfeed .condition{
    font-size:85%;
}
#weatherfeed .attribution{
    clear:both;
    color:#666666;
    font-size:75%;
}
#weatherfeed img{
}