@charset "utf-8";
/* CSS Document */

#weatherRSS { 
	padding:20px; 
}

#currentConditions * { 
	width:0px;
}

#currentConditions { 
	padding-right:20px; 
	float:left; 
	width:250px; 
	display:table;
}

#currentConditions * { 
	width:300px;
}

#currentConditions p { 
	display:table-row; 
	line-height:160%; 
	width:250px;
}

#currentConditions strong { 
	display:table-cell; 
}

#currentConditions em { 
	display:table-cell; 
}
	
#threeDayForecast { 
	float:left; 
	width:300px; 
	clear:left; 
	margin-top:20px;  
}

#threeDayForecast p { 
	padding-top:10px;  
	clear:left; 
	width:300px; 
}

#threeDayForecast p img { 
	float:right; 
	margin-left:20px; 
}

#threeDayForecast .highTemp { 
	color:#FFF; 
	padding:3px; 
	background:#FF6600; 
	margin-right:5px; 
	float:left; 
	margin-top:.8em;
}

#threeDayForecast .tempSep { 
	display:none; 
	visibility:collapse; 
}

#threeDayForecast .lowTemp { 
	color:#FFF; 
	padding:3px; 
	background:#6699CC; 
	float:left; 
	margin-top:.8em;
}
	
.weatherComAuLink { 
	font-size:80%; 
	clear:both; 
}