/**
 * @version		$Id$
 * @author		NooTheme
 * @package		Joomla.Site
 * @subpackage	mod_noo_weather
 * @copyright	Copyright (C) 2013 NooTheme. All rights reserved.
 * @license		License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
 */

@charset "UTF-8";
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.weatherFeed {
}
.weatherFeed a {
}
.weatherFeed a:hover {
    color: #000000;
    text-decoration: none;
}
.weatherItem {
    border-bottom: medium none;
    float: left;
    text-align: left;
	width:100%;
}
.weatherCity select {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}
.weatherCity select option {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.weatherTemp {
    clear: both;
    color: #323232;
    font-size: 28px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
	margin:0.3em 0 0 0;
}
.weatherCity {
    display: block;
    overflow: hidden;
    position: relative;
    width: 60%;
	float:right;
}
.weatherArrow {
    /*background: url("../images/arrow.png") no-repeat scroll 0 0 transparent; */
    display: block;
    height: 4px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 7px;
}
.weatherDesc {
    color: #323232;
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    margin-bottom: 0;
    padding: 3px 0;
}
.weatherLink, .weatherForecastItem {
    margin-top: 0.5em;
    text-align: left;
}
.weatherForecastItem {
    background-position: left center;
    padding: 0 0.5em 0 80px;
}
.weatherForecastDay {
}
.weatherImage {
    background-size: 180px auto;
    float: left;
    height: 150px;
    width: 40%;
}
.weatherImage img {
    width: 200px;
}
.weatherItem .tmp-high:before{
	content: "高 ";
}
.weatherItem .tmp-low:before{
	content: "低 ";
}
