/* default.css */

div.header {
	font-weight: bold;
	font-size:18px;
	padding:0.5em;
}

#LocalWeather {
	position: relative;
	font-family: 'Trebuchet MS',sans-serif;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.temp {
	font-weight: 600;
}

.warm {
	color: #f33;
}

.cold {
	color: #2ae;
}

.temp.big {
	/*text-shadow: 1px 1px 0px #111;*/
}

.ForecaLogo {
	text-align: center;
} 

.clearfix {
	clear: both;
}