/*
---------- Vina Weather Widget --------------
Plugin URI: http://VinaThemes.biz
Description: Vina Weather Widget provides an easy to use widget to display the current weather and the forecast for any place in the world. This weather widget makes use of Wunderground weahther information service.
Version: 1.0
Author: VinaThemes
Author URI: http://VinaThemes.biz
Author email: mr_hiennc@yahoo.com
Demo URI: http://VinaDemo.biz
Forum URI: http://VinaForum.biz
License: GPLv3+
*/
.vina-weather-tabs ul li{
	float: left; 
	background: #cfcfcf; 
	padding: 4px 10px; 
	margin-right: 3px !important; 
	list-style: none inside;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	cursor: pointer;
        margin: 0;
}
.vina-weather-tabs ul li:last-child{
    margin-right: 0 !important;
}
.vina-weather-tabs ul li.active {background: white; repeat-x :bottom; padding-bottom: 3px; border: 1px solid #CCC; border-bottom: none; }
.vina-weather-tabs #vina-weather-current{clear: both; background: #FFFFFF; border: 1px solid #CCC; padding: 10px; text-align: center}
.vina-weather-tabs #vina-weather-current.hide{display: none}
.vina-weather-tabs ul{
    position: relative !important;
    text-align: center !important;
}
.vina-weather-tabs #vina-tabs-weather{clear: both; background: #FFFFFF; border: 1px solid #CCC; padding: 10px}
.vina-weather-tabs #vina-tabs-weather.hide{display: none}
.vina-weather-tabs #vina-weather-current img{
   width: 76px;
   height: 76px;
   border: 1px #CCC solid;
   display: inline-block;
}
.vina-weather-tabs #vina-weather-current span{
    display: inline-block;
}
.vina-weather-tabs #vina-weather-current #vina-celsius{
    font-size: 30px;
}
#vina-tabs-weather img{
    width: 97px; 
    height: 97px;
    border: 1px #CCC solid;
    float: left;
    margin-right: 10px;
}
.vina-weather-tabs p{
    line-height: 1.7em;
    margin: 8px 0;
    clear: both;
}
#vina-tabs-weather #vina-con{
    margin: 0 !important;
    font-size: 20px;
}
#vina-tabs-weather #vina-low{
    font-size: 30px;
}
#vina-tabs-weather #vina-conditions{
    font-size: 15px;
}
#vina-tabs-weather {
    font-size: 14px;
}