#weather_box {
	width: 400px;
	margin: 0 auto 0 auto;
	font-size: 11px;
}
#weather_box h4 {
	font-size: 11px;
	margin: 0;
	padding: 5px 0 5px 0;
}
#current_weather, .forecast {
	border: 1px solid #DDDDDD;
}
#current_weather {
	height: 110px;
	text-align: center;
}
#current_weather span {
	display: block;
	width: 95px;
	padding: 10px 0 0 5px;
	float: left;
}
#current_weather em {
	display: block;
	width: 180px;
	float: right;
	font-style: normal;
	text-align: left;
	padding: 25px 0 0 10px;
}
#current_weather strong {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: bold;
	padding: 20px 0 0 0;
	display: block;
}

.timestamp {
	float: left;
}
.provider {
	float: right;
}
.timestamp, .provider {
	width: auto;
	color: #666666;
	padding: 5px 0 15px 0;
}


.forecast {
	width: 126px;
	height: 185px;
	float: left;
	font-size: 10px;
	position: relative;
	margin: 0 8px 0 0;
}
.third {
	margin: 0;
}
#weather_box .forecast h4 {
	font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin: 0 0 5px 0;
	padding: 0;
	background-color: #EB000F;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.forecast span {
	width: 62px;
	float: left;
	text-align: center;
	padding: 10px 0 0 0;
}
.forecast span strong {
	display: block;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.forecast em {
	clear: both;
	font-style: normal;
	display: block;
	position: absolute;
	top: 120px;
	padding: 0 5px 0 5px;
}