@charset "utf-8";

body {
	background:#fff !important;
}
#footer {
	background:#e8e8e8 !important;
}

.logo {
	background-image:url(../images/logo-gazeta-all.png) !important;
	display:block;
	height:64px;
	left:7px;
	margin:-6px auto 0px auto;
	position:relative;
	width:280px;
	z-index:1;
}
.wealogo {
	background:url(../images/logo-weather.gif) no-repeat left !important;
	display:block;
	height:14px;
	margin:-1px auto 0px;
	position:relative;
	width:280px;
	z-index:2;
}

#middle #content #container {
	margin-left:10px !important;
}


.half {
	float:left;
	width:50%;
}
.allPages {
	border-bottom:3px solid #ddd;
	height:35px;
}
a.weapage {
	border-bottom:3px solid #ddd;
	display:block;
	float:left;
	padding-bottom:5px;
	text-align:center;
	width:33%;
}
a.activePage {
	border-bottom:3px solid #1c76bb;
	display:block;
	float:left;
	padding-bottom:5px;
	text-align:center;
	width:33%;
}
.weatherCities {
	margin:0px auto 10px;
	text-align:center;
	width:87%;
}
.tag_1 { }
.tag_2 { font-size:1.2em; }
.tag_3 { font-size:1.3em; }
.tag_4 { font-size:1.5em; }
.tag_5 { font-size:1.7em; }
.tag_6 { font-size:1.9em; }
.tag_7 { font-size:2.0em; }
.tag_8 { font-size:2.2em; }
.tag_9 { font-size:2.5em; }

.weatherBox {
	padding:10px 0px;
}
.weatherBlock {
	display:none;
}
.activeBlock {
	display:block;
}
.weatherToday {
	float:left;
	margin:0px -320px 0px 0px;
	width:100%;
}
.weatherToday_cont {
	margin:0px 320px 0px 0px;
}
.forecast {
	float:right;
	width:320px;
}

.weatherImage img {
	position:absolute;
	width:200px;
	z-index:1;
}
.weatherTemp {
	color:#1c76bb;
	float:left;
	font-size:2em;
	margin-top:0px;

	text-shadow:1px 1px 1px #aaa;
	text-align:left;
	width:190px;
	z-index:2;
}
.weatherWind {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin:0px 10px 0px 200px;
	padding:3px 2px 2px;
	position:relative;
}
.weatherHeat, .weatherPres, .weatherHumi, .weatherVisi {
	border-bottom:1px solid #ddd;
	margin:0px 10px 0px 200px;
	padding:3px 2px 2px;
	position:relative;
}

.foreItem {
	float:left;
	width:33%;
}
.foreDay, .foreImg, .foreMin, .foreMax {
	text-align:center;
}
