@charset "utf-8";
/* CSS Document */

/* Locations */
#locations, #locations ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#locations li {
	width: 100px;
	position:relative;
	float:left;
	display:inline;
	border-top: 1px dotted #800000;
	margin: 3px; 
}

#locations li a{
font-size: 12px;
font-weight: normal;
margin: 3px;
}

#locations li a:hover{font-weight: bold; font-size: 14px; margin: 3px 0;}

/* Forecast box */
#forecast ul {
	width: 100%;
	display:block;
	margin: 0 auto;
	font-size: 10px; 
}


#forecast li {
	width:75px;
	padding:5px;
	text-align:center;
/*	position:relative;*/
	float:left;
	display: block;
	margin:5px;
}

/* Clear */
.weatherclear { clear:both; margin-top:30px; }

/* Custom */

.weatherIcon{margin: 5px;}
.weatherInfo{text-transform: uppercase; font-weight: bold; font-family: Helvetica, Arial;}
.weatherDesc{margin-top: 5px;}
#box36 p a {text-align: right;}