#weather {
background: url(bg-wheather.jpg) top left no-repeat;
width: 260px;
height: 80px;
margin: 0 0 0 0;
padding: 0 10px 0 10px;
}

#current {
width: 260px;
height: 80px;
text-align: left;
color: #ccc;
}

#current #photo{
float: right;
width: 100px;
height: 80px;
padding: 0;
margin: 0;
}

#current #photo img{
height: 100px;
border: 0;
margin: 0 0 0 10px;
}

#current #temp {
font-size: 16px;
font-weight: bold;
background: transparent;
color: #fff;
}

#current #fore {
font-size: 11px;
}

#current #city {
padding: 10px 0 0 0;
font-size: 12px;
font-weight: bold;
color: #f5f5f5;
}

.copy {
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: right;
padding-top: 4px;
padding-right: 16px;
padding-bottom: 4px;
padding-left: 16px;
}

#weather-ext{
width: 240px;
}

#weather-ext h3{
font: bolder 14px Arial, Tahoma;
background: transparent;
color: #808080;
}

#weather-ext ul{
margin: 10px 0 0 20px;
}

#weather-ext ul li{
list-style: none;
font: normal 14px Arial, Tahoma;
background: transparent;
color: #666;
}

#weather-ext ul strong{
list-style: none;
font: normal 14px Arial, Tahoma;
background: transparent;
color: #000;
}
