/* GENERAL STYLES */
#weatherContainer{
	/*margin: 15px 0 15px 0;
	height: 150px;*/
	background: url(/media/667/weatherback.jpg) no-repeat 0 50px;
}

#weatherHeader{
}

#weatherHeader img {
	padding:0 0 0 0;
	margin:0 0 0 -5px;
}

#weatherMod {
	padding: 2px 5px 5px 5px;	
}

#weatherImage{
	float:left;
	/*margin: -25px 5px 5px 5px;*/
	}


#weatherDate {
	/*text-align: right;*/
	margin: 0 0 5px 0;
	/*padding: 0 20px 0 0;*/
	font-size:10px;
	z-index:101;
}

#currentCond {
	visibility: hidden;
	
}

#conditionDetails{
	display:none;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}

#currentTemp {
	float:right;
	padding: 22px 40px 10px 0;
	font-size: 36px;
	font-weight: bold;
	
	}

#weatherForecast{
	clear:both;
	padding: 0 0 10px 0;
}

.dayName {
	font-weight: bold;
	color: #000000;
}

#forecastDetails{
	font-size:10px;
	
}

#dayForecast{
position:relative;
top: -35px;
	float:right;
	padding: 5px 20px 5px 5px;
}

#dayDetails{
	}

#hiTemp {
	
}

#loTemp {
	}


#weatherFooter{
	clear:both;
}


/* EDITOR PROPERTIES */
