/**
 * @version		$Id: mod_jweather.css 40 2009-07-11 08:50:06Z p0l0 $
 * @package		Joomla jWeather
 * @author		Marco Neumann
 * @copyright	Copyright (c) 2008, 2009, Marco Neumann
 * @license		GNU/GPL, see COPYING  
 * 
 * This file is part of jWeather.
 * 
 * jWeather is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * jWeather is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with jWeather.  If not, see <http://www.gnu.org/licenses/>.
 * 
 */
.jweather {
	padding:0;margin:0;
	
	width: 100%;
	text-align: center;
	font-weight:bold;
}

.jweather img.jweather_icon {
	width: 32px;
	height: 32px;
}
.jweather p {margin:0; padding:0;}
.jweather table {
	margin-left: auto;
	margin-right: auto;
	width:100%;
}

.jweather_tempText {

}
.jweather table ,.jweather td,.jweather tr,.jweather tbody {display:block;}
.jweather table { overflow:hidden; font-size:.9em;}
.jweather table tr,.jweather table td ,.jweather p{float:left;}
.jweather .jweather_icons{clear:left;}
.jweather .jweather_desc{ clear:right;}
.jweather .jweather_temps{}
	.jweather .jweather_tempText{font-size:1.4em;line-height:32px;padding:0;}

.jweather .jweather_forecasts{ display:none;}

.jweather .jweather_desc,.jweather .jweather_days { width:56%; float:right;text-align:left; }
.jweather .jweather_days{font-size:.75em;}