﻿#weatherXY1 {
	padding: 25px 0px 0px 10px;
}

.weather {
	background: url(../img/spacer.gif);
	width: 240px;
	position:relative;
	color: #fff;
	border-radius: 5px;
	margin: 0 0 0 0;
	text-align: left;
}
.conditionImage {
	position:absolute;
	top: -25px;
	left: -10px;
	z-index: 20;
	width: 125px;
	height: 125px;
	background: url(weatherStates.png);
	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;
}
.weather:hover .conditionImage {
	-webkit-transform: translate(0,-5px);
}
/* Conditions */
.weather .conditionImage.Clear {
	background-position: 0 0;
}
.weather .conditionImage.PartlyCloudy {
	background-position: -125px 0, 0 0;
}
.weather .conditionImage.Cloudy {
	background-position: -250px 0;
}
.weather .conditionImage.LightRain {
	background-position: -375px 0;
}
.weather .conditionImage.Rain {
	background-position: -500px 0;
}
.weather .conditionImage.HeavyRain {
	background-position: -625px 0;
}
.weather .conditionImage.LightSnow {
	background-position: -750px 0;
}
.weather .conditionImage.Snow {
	background-position: -875px 0;
}
.weather .conditionImage.HeavySnow {
	background-position: -1000px 0;
}
.weather .conditionImage.Fog {
	background-position: -1125px 0;
}
.weather .conditionImage.Tstorms {
	background-position: -1250px 0;
}
.weather .conditionImage.LightIce {
	background-position: -1375px 0;
}
.weather .conditionImage.Ice {
	background-position: -1500px 0;
}
/* Disables */
.locationTitle label, .tempFaenheit, .tempFaenheit label, .tempCelcius, .condition, .condition label, .wind, .precipitation, .humidity, .visibility, .atmosphericPressure, .cloudCover, #forecast, #forecastLinkXY, .weatherLocation, .weatherLocation1, .tempCelciusHigh, .tempCelciusLow {
	display: none;
}
#forecast {
	display: none;
}
.weatherLocation {
	display: block;
	margin: -10px 0px 0px 40px;
}
.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 .wind, .weather:hover .precipitation, .weather:hover .humidity, .weather:hover .visibility, .weather:hover .atmosphericPressure, .weather:hover .cloudCover, .weather:hover .weatherLocation, .weather:hover #forecast {
	display: block;
}*/

.weather:hover .wind:hover, .weather:hover .precipitation:hover, .weather:hover .humidity:hover, .weather:hover .visibility:hover, .weather:hover .atmosphericPressure:hover, .weather:hover .cloudCover:hover {
	background: rgba(0,0,0,.66);
	color: #fff;
	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 {
	color: #ccc;
}
.tempFaenheit, .condition {
	display: block;
}
.weather > .locationTitle, .weather > .tempFaenheit, .weather > .condition, .weather > #forecastLinkXY  {
	margin-left: 110px;
}
#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, .dayOfWeek {
	/*text-shadow: 1px 1px rgba(255,255,255,0.7);*/
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1em;
	width: 100px;
}
.locationTitle {
	margin-bottom: 0px;
	font-size:.75em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity:.75;
}
.locationTitle:hover{
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
}
.tempFaenheit {
	font-size: 36px;
	font-weight: 400;
	color: #ffd60f;
	/*text-shadow: 1px 1px rgba(255,255,255,1);*/
	letter-spacing: -2px;
	width: 100px;
	margin-bottom:-5px;
}
.condition{
	color: #fff;
	margin-top: 0;
	margin-bottom: 25px;
	width: 110px;
	font-size:.75em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.condition:hover{
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
}
#forecast {
	width:579px;
	position: absolute;
	top:0;
	left: 240px;
	border-radius: 5px;
	background: #fff;
	-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);
	margin-left: 25px;
}
.forecastDay {
	width: 95px;
	height: 100%;
	float:left;
	position: relative;
	padding: 10px;
	border-left: 1px #ccc dashed;
	border-radius: 5px;
}
.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 {
	border-left: none;
}
.forecastDay .conditionImage {
	position: relative;
	top: 0;
	margin: 0 -45px -30px 5px;
}
.tempFarenheitHigh {
	font-size: 28px;
	font-weight: 400;
	color: #ff0000;
	text-shadow: 1px 1px rgba(255,255,255,1);
	letter-spacing: -2px;
	float:left;
}
.tempFarenheitLow {
	font-size: 28px;
	font-weight: 400;
	color: #6699cc;
	text-shadow: 1px 1px rgba(255,255,255,1);
	letter-spacing: -2px;
	margin-left: 10px;
	display: inline-block;
}
.dayOfWeek {

}
.weatherLocation input {
	font-size: 10px;
	width: 90px;
	border-radius: 3px;
}
.weatherLocation #weatherZipSubmit {
	text-align:center;
	width: 30px;
}
.forecastLink {
	text-decoration:none;
}
.forecastLink:hover {
	text-decoration:underline;
}

#poweredBy {
	opacity: 0;
    position: absolute;
    left: -3px;
    top: 60px;
    margin: 0px;
    padding: 0px;
    width: 80px;
    height: 12px;
    text-align: left;
    font-size: 10px;
    line-height:1em;
    z-index: 1000;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#poweredBy a {
    font-size: 10px;
    text-decoration: none;
    color: #dbdbdb;
}
#poweredBy a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.weather:hover #poweredBy {
	opacity: 1;
}

