/* CSS Document */

#currently_wrapper {

	background-image: url(http://www.ledgernews.com/images/forecast-bg.png);
	background-repeat:no-repeat;
	height:201px;
	width:563px;
	
}

#forecast {

	background-image: url(http://www.ledgernews.com/images/extended-forecast-bg.png);
	background-repeat:no-repeat;
	height:129px;;
	width:563px;

}

.forecast_icon {

	padding-left:35px;
	padding-top:15px;

}

.current_weather {

	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:13px;

}

#weatherextrainfo {

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:20px;
	padding-top:22px;

}

.current_conditions {

	padding-left:28px;
	padding-top:10px;
	
}

.current_temperature {

	color: #B70004;
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}
