/* CSS Document */

/* Weather Center Layout, Text and Tabular Styles
----------------------------------------------------------------------- */

#weather_center {
}
#weather_center .fc {
text-transform:uppercase;
font-size:.75em;
}
#weather_start {
float:left;
width:220px;
margin:3px 0 0 0;
padding:10px;
overflow:hidden;
height:121px;
}
#weather_finish {
float:right;
width:220px;
margin:3px 20px 0 0;
padding:10px;
overflow:hidden;
height:121px;
}
#weather_center h2 {
font-size:12px;
font-weight:bold;
color:#483C2F;
text-transform:uppercase;
margin:0;
padding:0;
}
#weather_center h3 {
font-size:9px;
color:#DA8900;
margin:0;
padding:0;
}
#weather_center dl {
margin:0;
padding:0;
line-height:1.2em;
}
#weather_center .icon {
float:left;
padding:0 10px 10px 10px;
}
#weather_center .condition {
font-size:12px;
font-weight:bold;
color:#7F7499;
padding-bottom:2px;
}
#weather_center .temp {
font-size:11px;
color:#483C2F;
}
#weather_center .stats {
font-size:11px;
color:#76614D;
}
#weather_center td ul, #weather_center td ul li {
padding:0;
margin:0;
background:none;
}
#weather_center td ul li.condition {
font-size:11px;
font-weight:bold;
color:#7F7499;
padding:0;
}
#weather_center td ul li.temp {
font-size:11px;
color:#483C2F;
font-weight:bold;
padding:0;
}
#weather_center td ul li.city, #weather_center td ul li.city_datapoint {
color:#483C2F;
text-transform:uppercase;
}
#weather_center td ul li.city_datapoint {
font-weight:bold;
}

/* Weather Grid
---------------------------------------------- */
#weather_grid {
width:492px;
margin-top:1em;
}
#weather_grid thead, #weather_grid thead tr {
background:none;
}
#weather_grid tbody, #weather_grid tbody tr {
background:none;
}
#weather_grid thead tr th {
background:none;
font-weight:normal;
padding:0 10px 3px;
text-transform:uppercase;
font-size:10px;
}
#weather_grid tr th, #weather_grid tr td {
border-bottom:solid #CFC8C1 1px;
background:none;
}
#weather_grid tr td {
border-bottom:solid #CFC8C1 1px;
background:none;
padding:10px;
}
#weather_grid td, #weather_grid th {
text-align:left;
}