﻿div.weather {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	position: relative;
	text-align: left;
}
.conditionImage {
	position:absolute;
	width: 50%;
	right: 0px;
	top: 17%;
	box-sizing: border-box;
	height: 120px;
	background-image: url(../images/weather/weather-sprite01.png);
	background-size: 400%;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	-webkit-transition: all .75s ease-in;
	-moz-transition: 	all .75s ease-in;
	-ms-transition: 	all .75s ease-in;
	-o-transition: 	all .75s ease-in;
	transition: 		all .75s ease-in;
	z-index: 1;
}
.mobile .conditionImage {
	top: 22%;
}
#forecast .conditionImage {
	width: 100%;
}
/*.weather:hover .conditionImage {
	-webkit-transform: translate(0,-5px);
}*/
/* Conditions */
.weather .conditionImage.Clear {
	background-position: 0% 78%;
}
.weather .conditionImage.PartlyCloudy {
	background-position: 32% 78%;
}
.weather .conditionImage.Cloudy {
	background-position: 65% 0%;
}
.weather .conditionImage.LightRain {
	background-position: 98% 34%;
}
.weather .conditionImage.Rain {
	background-image: url(../images/weather/weather-sprite02.png);
	background-position: 0% 78%;
}
.weather .conditionImage.HeavyRain {
	background-image: url(../images/weather/weather-sprite02.png);
	background-position: 32% 78%;
}
.weather .conditionImage.LightSnow {
	background-image: url(../images/weather/weather-sprite02.png);
	background-position: 65% 0%;
}
.weather .conditionImage.Snow {
	background-image: url(../images/weather/weather-sprite02.png);
	background-position: 98% 34%;
}
.weather .conditionImage.HeavySnow {
	background-image: url(../images/weather/weather-sprite03.png);
	background-position: -7% 22%;
}
.weather .conditionImage.Fog {
	background-image: url(../images/weather/weather-sprite03.png);
	background-position: 22% 22%;
}
.weather .conditionImage.Tstorms {
	background-image: url(../images/weather/weather-sprite03.png);
	background-position: 51% 22%;
}
.weather .conditionImage.LightIce {
	background-image: url(../images/weather/weather-sprite03.png);
	background-position: 75% 22%;
}
.weather .conditionImage.Ice {
	background-image: url(../images/weather/weather-sprite03.png);
	background-position: 102% 34%;
}
#forecast .conditionImage {
	/* top: -3px; */
	/* left: 5px; */
	background-size: 400% !important;
	/* background-repeat: no-repeat; */
}
/* Forecast Conditions */
.weather #forecast .conditionImage.Clear {
	background-position: 0 center;
}
.weather #forecast .conditionImage.PartlyCloudy {
	background-position: 33% center;
}
.weather #forecast .conditionImage.Cloudy {
	background-position: 66% center;
}
.weather #forecast .conditionImage.LightRain {
	background-position: 100% center;
}
.weather #forecast .conditionImage.Rain {
	background-position: 0 center;
}
.weather #forecast .conditionImage.HeavyRain {
	background-position: 33% center;
}
.weather #forecast .conditionImage.LightSnow {
	background-position: 66% center;
}
.weather #forecast .conditionImage.Snow {
	background-position: 100% center;
}
.weather #forecast .conditionImage.HeavySnow {
	background-position: -5% center;
}
.weather #forecast .conditionImage.Fog {
	background-position: 22% center;
}
.weather #forecast .conditionImage.Tstorms {
	background-position: 50% center;
}
.weather #forecast .conditionImage.LightIce {
	background-position: 75% center;
}
.weather #forecast .conditionImage.Ice {
	background-position: 102% center;
}
.settings #settingsWeather {
	display: block;
	/* width: 100%; */
	z-index: 505;
}
.settings #changeloc {
    display: none;
}
/* Disables */
.locationTitle label, .tempFaenheit, .tempFaenheit label, .tempCelcius, .condition, .condition label, .wind, .precipitation, .humidity, .visibility, .atmosphericPressure, .cloudCover, #forecast, #forecastLinkXY, .weatherLocation, .weatherLocation1, .tempCelciusHigh, .tempCelciusLow {
	display: none;
}
.weather > .wind, .precipitation, .humidity, .visibility, .atmosphericPressure, .cloudCover  {
	padding: 3px 10px;
	background: rgba(255,255,255,0.5);
	margin-bottom: 1px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	text-shadow: 1px 1px rgba(255,255,255,0.7);
}
.weather:hover #forecast, .weather:hover #poweredBy {
	display: block !important;
}
.weather:hover .wind:hover, .weather:hover .precipitation:hover, .weather:hover .humidity:hover, .weather:hover .visibility:hover, .weather:hover .atmosphericPressure:hover, .weather:hover .cloudCover:hover {
	text-shadow: none;
}
.weather:hover .wind:hover label, .weather:hover .precipitation:hover label, .weather:hover .humidity:hover label, .weather:hover .visibility:hover label, .weather:hover .atmosphericPressure:hover label, .weather:hover .cloudCover:hover label {
}
.tempFaenheit, .condition {
	display: block;
}
.weather > .locationTitle, .weather > .tempFaenheit, .weather > .condition, .weather > #forecastLinkXY  {}
#forecastLinkXY {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.wind {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.cloudCover {
	margin-bottom: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.weatherLocation1 {
	margin: 10px 0 0 0;
}
.locationTitle {
	position: relative;
	float: left;
	overflow: hidden;
	font-size: 1.375em;
	margin-bottom: 1em;
	font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: .95em 0;
	z-index: 2;
}
@media only screen and (max-width:1000px){
.locationTitle {
	font-size: 1.95rem;
}
}
.dayOfWeek {
	font-size: .75em;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	text-align: center;
}
.tempFaenheit {
	position: relative;
	clear: left;
	font-size: 4.5em;
	line-height: 1.2em;
	letter-spacing: -1px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	z-index: 2;
	font-weight: 300;
}
.unit {
	margin-left: -27px;
	font-size: .4em;
}
.weather>.tempFaenheit .unit {
}
.condition{
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 53%;
	height: auto;
	color: rgba(255,255,255,.75);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#forecast .condition {
	display: none;
	font-size: 10px;
	line-height: 14px;
	width: 86px !important;
	height: auto !important;
	/*overflow: visible;
	white-space: normal;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#forecast {
	display: block;
	position: relative;
	width: 100%;
	left: 0;
	behavior: url(PIE.htc);
	z-index: 250;
	z-index: 2;
	clear: both;
	margin-top: 0;
	margin-bottom: 5%;
	background-image: url(../images/weather/bg-weather-gradient.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#forecast::after {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	clear: both;
}
.forecastDay {
	width: 16%;
	text-align: center;
	float:left;
	position: relative;
	padding: 2%;
	overflow: hidden;
	z-index: 2;
}
.forecastDay:first-child {
	padding-left: 0px;
}
.forecastDay:last-child {
	padding-right: 0px;
}
.forecastDay .condition {
    margin-top: 0px;
}
.forecastDay:nth-child(odd) {
	/*background: #f8fef6; /* Old browsers */
	/*background: -moz-linear-gradient(top, #f8fef6 0%, #ffffff 100%); /* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8fef6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top, #f8fef6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #f8fef6 0%,#ffffff 100%); /* Opera11.10+ */
	/*background: -ms-linear-gradient(top, #f8fef6 0%,#ffffff 100%); /* IE10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fef6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	/*background: linear-gradient(top, #f8fef6 0%,#ffffff 100%); /* W3C */
}
.forecastDay:first-child {
}
.forecastDay .conditionImage {
	position: relative;
	top: 0;
	height: 50px;
}
.tempFarenheitHigh {
	float:left;
	width: 50%;
	color: rgba(255,255,255,.75);
}
.tempFarenheitLow {
	float: left;
	width: 50%;
	color: rgba(255,255,255,.55);
}
.dayOfWeek {

}
.weatherLocation {
	/* height: 22px; */
	padding: 5px 0 0 0;
	margin: 0px;
}
.weatherLocation  input {
	display: inline-block;
	width: 160px;
	height: 28px;
	margin: 0px;
	padding: 1px 0px 0px 5px;
	font-style: italic;
	font-size: 14px;
	line-height: 17px;
	border-width: 0px;
	behavior: url(PIE.htc);
}
.weatherLocation #weatherZipSubmit {
	display: none;
	float: left;
	width: 25px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
.weatherLocation #weatherZipSubmit:hover {
	background-position: 0px -22px;
}
.forecastLink {
	text-decoration:none;
}
.forecastLink:hover {
	text-decoration:underline;
}
#poweredBy {
	display: none;
	position: absolute;
	top: 50px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 25px;
	text-align: left;
	font-size: 10px;
	z-index: 1000;
}
#poweredBy a {
    font-size: 10px;
}
#poweredBy a:hover {
}