/*
	This is the core css file for the weather plugin if you need to change it please extended it on your client 
*/

.weather { float: right; font-size: 20px; position: relative; top: 5px; margin-right: 7px;}

#sv-weather-widget .sv-weather-widget-icon .icon {
	float:left;
	background-position: 0% 4px;
	background-repeat: no-repeat;
	height:38px;
	width:52px;
}

#sv-weather-widget .sv-weather-widget-icon .sv-weather-widget-temp {
	position: relative;
	right: 30px;
	bottom:2px;
	float:right;
	font-size: 18px;
	line-height: 38px;
	color: #fff;
}

#sv-weather-widget .sv-weather-widget-icon .arrow {
	display: inline-block;
	position: relative;
	left: 14px;
	top: 2px;
	font-size: 12px;
	color: #fff;
}
#sv-weather-widget .sv-weather-widget-icon .arrow.open {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sv-weather-widget-temp {
	font-family: "Trade Gothic LT W01 Bd Cn No-2",Arial,sans-serif;
}

.weatherContainer.open {
	background-color: #373839;
}

.weather-widget-container {
	cursor: pointer;
}
.weather-widget-container .dropdown {
	display: none;
}
.weather-widget-container .dropdown.open {
	display: inline-block;
	position: relative;
	background-color: #373839;
	width: 230px;
	float: right;
	z-index: 2147483647; /*highest 32 bit value. sorry, you're not gonna overlap this*/
	opacity: .98;
	border-radius: 4px;
	border-top-right-radius: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #6A6B6C;
}
.weather-widget-container .dropdown.open hr {
	width:85%;
	margin: 5px auto;
	color:#CBCBCC;
	background-color: #CBCBCC;
}
.weather-widget-container .dropdown.open .current-day .current-top .current-cond {
	font-family: "Trade Gothic LT W01 Bd Cn No-2",Arial,sans-serif;
	color: #FFF;
	display: inline-block;
	width: 100px;
	line-height: 1.15;
	position: relative;
	top: 15px;
	left: 20px;

}
.weather-widget-container .dropdown.open .current-day .current-top .current-temp {
	color: #FFF;
	display: inline-block;
	float: right;
	margin-right: 15px;
	position: relative;
	top: 4px;
	font-size: 40px;
	font-weight: bold;
}
.weather-widget-container .dropdown.open .current-day .current-top .current-img {
	display: inline-block;
	/*float:left;*/
	background-position: 15px 14px;
	background-repeat: no-repeat;
	height:38px;
	width:50px;
}
.weather-widget-container .dropdown.open .current-day .current-top .current-text {
	color: #CBCBCC;
	float: right;
	width: 100%;
	text-align: right;
	margin-right: 15px;
	margin-top:-9px;
}
.dropdown.open .days .day a {
	color: #FFF;
}

.dropdown.open .days .day .weather-detail .detail {
	display: inline-block;
	margin-left: 20px;
}

.dropdown.open .days .day .weather-detail .date {
	font-size: 15px;
	color: #CBCBCC;
}

.dropdown.open .days .day .weather-detail .temp-block {
	float:right;
	margin-right: 15px;
}

.dropdown.open .days .day .weather-detail .date.detail.first {
	width:48px;
}
.dropdown.open .days .day .weather-detail .temp-block .temp {
	color: #FFB400;
	font-weight: bold;
}
.dropdown.open .days .day .weather-detail .temp-block .temp-low {
	color: #818D76;
	font-weight: bold;
}