@charset "utf-8";
/* CSS Document */

#prognozaBox{
	width:205px;
	height:229px;
	float:left;
	margin-bottom:10px;
	background-image:url(../images/back_weather.jpg);
	padding: 15px 0 0 0;
}
#weather_title{
	font-family: 'BebasNeueRegular';
	font-size:21px;
	text-align:center;
	display:block;
	color:#216278;
}
.weatherFeed{
	width:100%;
	height:230px;
	/*background-color:#04314b;*/
	float:left;
}
.weatherCity, .weatherCountry{
	font-family: 'OpenSansLight';
	font-size:18px;
	color:#05799e;
	display:block;
	margin-right:10px;
	margin-left:10px;
	line-height:17px;
}
.weatherCity{
	padding-top:7px;
}
.weatherCountry{
	font-family: 'OpenSansRegular';
}
.weatherTemp{
	font-family: 'OpenSansLight';
	font-size:44px;
	color:#05799e;
	display:block;
	margin-left:10px;
	padding:0;
}
.weatherItem{
	height:150px;
	background-position:60px 0;
}
.weatherDesc{
	font-family: 'OpenSansLight';
	font-size:18px;
	color:#05799e;
	display:block;
	margin-left:10px;
	margin-top:0px;
}
.weatherForecastDay, .weatherRange, .weatherWind{
	display:none;
}
.weatherForecastDate, .weatherForecastText, .weatherForecastRange{
	display:inline;
	font-family: 'OpenSansLight';
	font-size:11px;
	color:#05799e;
	margin-left:10px;
	line-height:11px;	
}
.weatherForecastDate{
	margin-left:10px;
	display:block;
	margin-top:5px;
}
.weatherForecastItem{
	background-position:top right;
	height:30px;
	background-image:none;
	width:100%;	

}
.weatherLink a:link, .weatherLink a:visited{
	text-decoration:underline;
	color:#16c0d0;
	font-family: 'OpenSansLight';
	float:right;
	margin-right:10px;
	font-size:12px;
	
}
.weatherLink a:hover{
	color:#05799e;
}
