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

#vremea{
 position:absolute;
 top:35%;
 left:0px;
}
.weatherFeed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 2em 3em;
	width: 280px;
}
.weatherFeed a { color: #888; }
.weatherFeed a:hover
{
	color: #000FFF;
	text-decoration: none;
}
.weatherItem
{
	padding: 0.8em;
	text-align: right;
}
.weatherCity { text-transform: uppercase; }
.weatherTemp
{	color:#104E8B;
	font-size: 2.5em;
	font-weight: bold;
}
.weatherDesc, .weatherCity { font-weight: bold; }
.weatherDesc { margin-bottom: 0.3em; }
.weatherRange, .weatherWind { font-size: 0.8em; }
.weatherLink
{
	text-align: right;
	font-size: 0.8em;
}

/*.odd { background-color: #e8e8fc; }
*.even { background-color: #d4d4e8; }
*/