div#weather {
	position: relative;
	margin: 0 0 0 0;
	color: #333;
	width: 200px;
}

div#weather img {
	display: block;
	float: left;
	width: 43px;
	height: 46px;
	margin: 13px 5px 0 15px;
	/

/*border: 1px solid #fff;
	border-bottom: 1px solid #963;
*/
}

div#weather p {
	display: block;
	float: left;
	text-align: left;
}

div#weather a {
	color: #c00;
	text-decoration: underline;
}

div#weather a:hover {
	color: #333;
	text-decoration: none;
}

div#weather .temp {
	display: inline;
	height: 36px;
	line-height: 36px;
	font-size: 36px;
	font-weight: bold;
	margin: 15px 10px 0 0;
	letter-spacing: -1px;
	color: #333;
}

div#weather .conditions {
	width: 110px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 5px 0 7px 0;
	color: #333;
}

div#weather .time {
	display: block;
	clear: left;
	float: left;
	font-size: 9px;
	line-height: 10px;
	margin: 6px 0 0 16px;
	font-weight: bold;
	width: 210px;
	text-transform: uppercase;
	text-align: left;
}

div#weather .forecast {
	display: block;
	position: absolute;
	top: 58px;
	left: 150px;
	/*

float: left;*/
	margin: 6px 0 0 15px;
	font-size: 9px;
	line-height: 10px;
	font-weight: bold;
	width: 55px;
	text-transform: uppercase;
}
