/**
 * @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 {
    background-size: 150px auto;
    border-bottom: medium none;
    float: left;
    text-align: left;
}
.weatherCity select {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-transform: uppercase;
    width: 220px;
}
.weatherCity select option {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.weatherTemp {
    clear: both;
    color: #323232;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    text-transform: uppercase;
}
.weatherCity {
    display: block;
    height: 20px;
    overflow: hidden;
    position: relative;
    width: 100px;
}
.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: 10px;
    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: 110px auto;
    float: left;
    height: 61px;
    width: 100px;
}
.weatherImage img {
    width: 150px;
}
