@charset "utf-8";
/* CSS Document */

/*////////////////////////////// Weather Portlet ///////////////////////////////////*/
#Column1 #weatherPortletWrapper {
   float: left;
   width: 100%;
   position: relative;
   top: -5px;
   left: -4px !important;
   left: -6px;
   margin: 0 0 5px 0;
   background: transparent url('/staticfiles/portletPics/weatherPortletBg.jpg') bottom left no-repeat;
}

#Column1 #weatherImg {
    width: 55px;
    margin: 0 0 6px 0 !important;
    float: left;
    border-bottom: gray solid 1px;
    border-right: gray solid 1px;
    border-top: silver solid 1px;
    border-left: silver solid 1px;
    padding: 4px !important;
    background-color: #d9d9d9;
    display: inline-block;
}

#Column1 #weatherGeneralInfo {
    width: 90px;
    text-align: left;
    margin: 1em 0 0 6px !important;
    padding: 0 0 0 6px !important;
    padding: 0 0 0 6px;
    display: inline-block;
    border-bottom: solid gray 1px;
}

#Column1 #weatherGeneralInfo li {
    list-style: none;
    margin: 0 !important;
    padding: 1em 0 .5em 0 !important;
    width: 90px;
    color: #333 !important;
}

#Column1 li#weather {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold;
    border: none;
}

#Column1 li#temp{
    margin: 0 !important;
    padding: 0 0 .5em 0 !important;
    font-weight: bold;
}

#Column1 #weatherSpecificInfo {
    margin: 0;
    padding: 0;
    clear: both;
    overflow: hidden;
    font-size: .9em;
}

#Column1 #weatherSpecificInfo li {
    /*border-bottom: solid #D9D9D9 1px;*/
    margin: 0 !important;
    padding: 0 0 .5em 0 !important;
    width: 140px;
    position: relative;
    left: 1em;
    color: #222 !important;
}

#noaaLogo {
    clear: both;
    overflow: hidden;
    float: right;
    width: auto;
    display: block;
    margin: 0 .5em 0 0;
    position: relative;
    top: 2em;
}