﻿@charset "UTF-8";
/*
 * Example of zWeatherFeed Styling
 *
 * Version: 1.0.3
 * (c) Copyright 2011-2012, Zazar Ltd
 *
 */



.weatherFeed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;	width: 220px;
	color:#764E21;
}
.weatherFeed a { color:#D2B976}
.weatherFeed a:hover {
	color: #fff;
	text-decoration: none;
}
.weatherItem {
	padding: 0.8em;
	text-align: right;
	line-height:15px;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp {
	font-size: 12px;
	font-weight: bold;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-bottom: 0.4em; }
.weatherRange, .weatherWind { font-size: 1.1em; color:#764E21; }
.weatherLink {
	text-align: left;
	font-size: 1.1em;
}
.weatherRange { width:199px; padding-bottom:2px; margin-top:-5px;margin-left:20px;}
.odd { width:15px; height:15px; padding-bottom:0px !important;  background-size:45px !important;  }
.even { background-color: #d4d4e8; }
#header .weather-singgasana { position:absolute !important; top:35px; right:0px !important; z-index:900; color:#D2B976 !important}

.ie8 .weatherItem { background:none !important; }
.ie7 .weatherItem { background:none !important; }