﻿#weather
{
	text-align:right;
	margin-bottom: 15px;
}

#weather .icon
{
	float: left;
}

.icon img
{
	width: 45px;
	height: 45px;
}

#weather p.title
{
	font-size: 0.9em;
}

#weather p.temperature
{
	font-size: 1.0em;
}

#weather p
{
	margin-top: 0px;
	margin-bottom: 3px;
}

#weather p.link
{
	margin-top: 8px;
}
