/*
# ------------------------------------------------------------------------
# JA Teline III - Version 1.3 - Licence Owner jSharing.COM
# ------------------------------------------------------------------------
# Copyright (C) Lifetime Joomla Just for Sharing, Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Joomla Just for Sharing
# Websites:  http://jsharing.com -  http://jsharing.net
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------
*/

#ja-widget-weather {overflow:hidden;}
.weather-alert-on {color:#FF0000; text-align:center; display:block}
.weather-alert-off {display:none;}
#ja-widget-weather .content {margin-left:50px;}
#ja-widget-weather .row {padding:3px 0;border-bottom:1px solid #ddd;}

.ja-weather .ja-usersetting-options { margin-bottom: 10px; }
.ja-weather .ja-usersetting-options ul { margin: 0 0 10px !important; }
.ja-weather form.ja-usersetting-form { padding-top: 10px; padding-bottom: 10px; }
.ja-weather a.ja-usersetting-loadform { right: 20px; }

/* CURRENT---*/
.ja-weather-current { margin: 0 0 10px 0; }

.ja-weather-current img { margin: 0px 20px; }

.ja-weather-current ul { display: block; float: left; margin:0px 0px 10px 0px !important; }

.ja-weather-current ul li { line-height: normal; padding: 2px 0 !important; background:none !important; }

/* FORECAST ---*/
.ja-weather-forecastwrap  { background: #f7f7f7; border-top: 1px solid #ddd; padding: 5px 0 10px; }

.ja-weather-forecast { float: left; margin: 0; padding: 0; text-align: center; overflow:hidden; }
.forecast-1days .ja-weather-forecast{width:99.9%;}
.forecast-2days .ja-weather-forecast{width:49.5%;}
.forecast-3days .ja-weather-forecast{width:33%;}
.forecast-4days .ja-weather-forecast{width:24.5%;}

.ja-weather-forecast-content { padding: 0 10px; }

.ja-weather-forecast ul{background:none;}
.ja-weather-forecast li { padding: 2px 0 !important; margin: 0 !important; background:none !important;}

.ja-weather-forecast .day, .ja-weather-forecast .temp, .ja-weather-forecast .condition {
	font-size: 92%;
	display: block;
	text-align: center;
}

.ja-weather-forecast .day {
	text-transform: uppercase;
	padding: 2px 0;
	letter-spacing: 1px;
	font-weight: bold;
}

.ja-weather-forecast .temp { color: #CC0000; }

.ja-weather-forecast .condition { color: #666666; }

.ja-weather-forecast .weather-img { margin: 5px 0 0 0 !important; }

#ja-widget-weather div.img-loadding {
	width: 380px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
}