
#current-weather {
	width:auto;
	float:none;
	display:block;
	padding:75px 75px;
	color: #222;
	}
	
#current-weather #weather-title {
	color: #222;
    font-family: "AvenirNextCondensed-Medium","AvenirNextLTW01-MediumC 721311","Arial Narrow",Verdana,sans-serif;
    font-size: 20px;
    height:30px;
    line-height: 30px;
    text-align: left;
    width: 100%;
	text-transform:uppercase;
	}
	
#current-weather #weather-conditions {
	position:relative;
	margin-top:-10px;
	}
	
#current-weather canvas {
	display: inline-block;
    margin: 11px 5px 0 0;
    vertical-align: top;
	}
	
#current-weather #weather-temp {
    display: inline-block;
    font-family: "AvenirNextCondensed-Medium","AvenirNextLTW01-MediumC 721311","Arial Narrow",Verdana,sans-serif;
    font-size: 78px;
    height: 0;
    line-height: 0;
    margin-top:52px;
	}
	
#current-weather #weather-condition {
    font-family: "AvenirNextCondensed-Regular","AvenirNextLTW01-Condens 721299","Arial Narrow",Verdana,sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 1.2em;
    margin-top: 2px;
	}