/*start css for weather ------------------------------------------------------------- */
#weather-small {
	position: absolute;
	top: 69px;
	left: 208px;
	width: 235px;
	height: 182px;
	z-index: 30;
	visibility: visible;
	}	
#weather-med {
	position: absolute;
	top: 69px;
	left: 208px;
	width: 235px;
	height: 259px;
	z-index: 30;
	visibility: hidden;
	}	
#weather-large {
	position: absolute;
	top: 69px;
	left: 208px;
	width: 235px;
	height: 305px;
	z-index: 30;
	visibility: hidden;
	}	
#weather {
	position: relative;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	}
#weather .date {
	position: absolute;
	top: 25px;
	left: 30px;
	font-weight: bold;
	}
#weather .hi-lo {
	position: absolute;
	top: 39px;
	left: 30px;
	}
#weather .temp {
	position: absolute;
	top: 13px;
	left: 135px;
	font-size: 50px;
	line-height: 50px;
	}
#weather .days {
	position: absolute;
	top: 68px;
	left: 35px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	}
#weather .days ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#weather .days ul li {
	padding: 0 7px 0 7px;
	margin: 0;
	float: left;
	}
#weather .forecast {
	position: absolute;
	top: 154px;
	left: 30px;
	}
#weather .forecast a, 
#weather .forecast a:visited {
	font-size: 10px;
	line-height: 13px;
	color: #ffffff;
	text-decoration: underline;
	}
#weather .forecast a:hover,
#weather .forecast a:active {
	color: #e28c14;
	text-decoration: underline;
	}	
#weather .cam {
	position: absolute;
	top: 153px;
	left: 120px;
	}
#weather .snowbase {
	position: absolute;
	top: 190px;
	left: 20px;
	line-height: 15px;
	}
#weather .snowbase a, 
#weather .snowbase a:visited {
	color: #ffffff;
	text-decoration: none;
	}
#weather .snowbase a:hover,
#weather .snowbase a:active {
	color: #e28c14;
	text-decoration: none;
	}	
#weather .snowbase-24 {
	position: absolute;
	top: 218px;
	left: 40px;
	font-size: 15px;
	color: #e28c14;
	}
#weather .snowbase-inches {
	position: absolute;
	top: 198px;
	left: 135px;
	font-size: 50px;
	line-height: 50px;
	}
#weather .snowbase-72 {
	position: absolute;
	top: 250px;
	left: 20px;
	line-height: 15px;
	}
#weather .snowbase-72 a, 
#weather .snowbase-72 a:visited {
	color: #ffffff;
	text-decoration: none;
	}
#weather .snowbase-72 a:hover,
#weather .snowbase-72 a:active {
	color: #e28c14;
	text-decoration: none;
	}	
