#weather {
    background-color: #f7d135;
    border-bottom: 1px solid white;
    color: white;
    font-size: 8pt;
    padding-top:3px;
    padding-bottom: 2px;
}

#weather .caption {
    margin-right: 0px;
    font-family: HelveticaNeue-CondensedBlack, Impact, "Arial Narrow", sans-serif;
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 1pt;
    color: white;
    padding-top: 5px;
    padding-left: 5px;
}

#weather_live {
    background-color: #f3ba40;
    white-space: nowrap;
    overflow: hidden;
    height: 63px;
    margin: 0px;
    border-bottom: 1px solid white;
    padding: 0px;
}

#weather_live li {
    display: inline;
    overflow: hidden;
    position:relative;
    bottom: 1px;
    margin-left: -1px;
}

#weather_links {
    background-color: #f7d135;
    padding: 5px;
    margin: 0px;
    list-style:none;
    margin-bottom: 4px;
}

#weather_links li {
    display: inline;
    margin-right: 10px;
    white-space: nowrap;
}

#weather_links a {
    color: #d3604d;
    font-size: 8pt;
}

#weather_links a:hover {
    color: #bb3c27;
}

#legal {
    display: block;
    background-color: #f3ba40;
    color: white;
    font-size: 8pt;
    padding: 3px 4px 2px 4px;
}

#legal a {
    color: #bb3c27;
    font-size: 8pt;
    font-weight: bold;
}

#legal a:hover {
    color: #bb3c27;
    text-decoration: underline;
}

#links_caption {
    display: block;
    background-color: #a7c834;
    margin-top: 4px;
    color: white;
    font-family: HelveticaNeue-CondensedBlack, Impact, "Arial Narrow", sans-serif;
    font-size: 12pt;
    text-transform: uppercase;
    letter-spacing: 1pt;
    padding-top: 5px;
    padding-left: 5px;
}

#links {
    background-color: #a7c834;
    margin: 0px;
    margin-bottom: 4px;
    padding: 0px 5px 5px 5px;
    list-style: none;
    font-size: 8pt;
    letter-spacing: 2pt;
    line-height: 1.2em;
}

#links a {
    color: white;
    letter-spacing: 0px;
}

#links a:hover {
    color: #bb3c27;
}