#weather
{
	width: 60px;
	height: 30px;
	float: left;
	text-align: left;
	text-transform: uppercase;
}

	#weather h2
	{
		font-size: 16pt;
		font-family: Arial;
		font-weight: normal;
		color: #cfbea2;
	}

	#weather ul
	{
		display: none;
		margin: 0;
		padding: 0;
	}

	#weather li
	{
		background: #fff;
		background: rgba(255,255,255,0.90);
		padding: 20px;
		display: inline-block;
		border-radius: 5px;
	}

	#weather .currently
	{
		margin: 0 20px;
	}