




/*
     FILE ARCHIVED ON 18:44:55 Feb 15, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:43:40 Apr 19, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
#weathers{
	text-align:center;margin:5px 0 0 0;
	padding:3px 5px;
	font-size:11px;border:1px solid #dadada;
	background:#fff
}

#weathers a{
	color:#888
}

#weathers a:hover{
	color:#000;
}

.weatherFeed{
	font-family:Arial,Helvetica,sans-serif;font-size:90%;
	overflow:hidden;
	width:300px;
	height:120px;
	background:#fff;
}

.weatherFeed .loading{
	background:url("/web/20150215184455/https://en.zamanalwsl.net/templates/new/images/loading.gif") no-repeat center center;height:100%;
}

.weatherFeed a{
	color:#888
}

.weatherFeed a:hover{
	color:#000;text-decoration:none
}

.weatherItem{
	background-repeat:no-repeat;
	padding:.7em;
	text-align:right;
}

.weatherCity{
	margin:0 0 5px 0;
	font-size:16px;
}

.weatherTemp{
	font-size:2.6em;
}

.weatherTemp span{
	color:#f35473
}


.weatherDesc,.weatherCity{
	font-weight:bold
}

.weatherDesc{
	margin-bottom:.4em;color:#0078d3
}

.weatherRange,.weatherWind{
	font-size:.8em;line-height:18px;
}

.weatherLink{
	text-align:left;font-size:.8em;
}