#weatherCurrent {
	width: 80%;
	margin: 0 0 20px 0;
	font-weight: bold;
	
	
}

#weatherCurrent div {
line-height: 1.5em;
}

#weatherTemp {
	float: left;
	line-height: 1.5em;
}

#weatherImage {
	float: right;
	text-transform: capitalize;
}

#FiveDay {
	width: 560px;
	margin-left: 5px;
}

#FiveDay h2 {
	padding: 2px 0 2px 2px;
	font-weight: bold;
	font-size: 14px;
	background-color: #6A9CB3;
	color: #FFF;
}

.weatherForecast {
	float: left;
	padding: 0;
	width: 112px;
	text-align: center;
	line-height: 1.25em;
}

.weatherForecast h3 {
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-color: #EEE7DD;
	color: #4c5154;
}

#FiveDay .highTemp {
	font-weight: bold;
	color: #FF6633;
}

#FiveDay .lowTemp {
	font-weight: bold;
	color: #3366FF;
}
