body {
	margin: 0px;
	padding: 0px;
	
	background: url(/images/headers/partly-cloudy.jpg) top center no-repeat;
	
	font-size: 14px;
	font-family: Arial, Helvetica;
}

a, a:visited {
	text-decoration: none;
	color: #769e0c;
}

h3 {
	font-size: 20px;
	line-height: 22px;
	margin: 0px;
}

#innercontent {
	margin: 0px auto;
	width: 980px;
}

#footer, #footer2 {
	width: 100%;
	padding-bottom: 25px;
		
	background-color: #999;
	background-image: -moz-linear-gradient(top, #111111, #444444);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111111), to(#444444));
	background-image: -webkit-linear-gradient(top, #111111, #444444);
	background-image: -o-linear-gradient(top, #111111, #444444);
	background-image: linear-gradient(to bottom, #111111, #444444);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#444444', GradientType=0);
}
#footer2 {
	height: 160px;
}

#footer .container, #footer2 .container {
	width: 980px;
	margin: 0 auto;
	color: #ccc;
}

#footer .container div {
	min-height: 220px;
	margin-top: 20px;
}

#footer2 .container div {
	height: 120px;
	padding-top: 20px;
}

#footer h3, #footer2 h3 {
	font-weight: normal !important;
	color: #96c222;
}

.i_content {
	background: #fff;
	padding: 10px;
	margin-top: 20px;
	min-height: 400px;

	height:auto;
}

#hottest {
	float:right;
	width: 280px;
	margin-right: 10px;
	
}
#hottest .content {
	background: url(/images/transp-white-75.png);
	box-shadow: 0px 0px 10px #666;
	padding:10px;
	
	border: 1px #769e0c dotted;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	
	height:auto;
	color: #111;
}

#hottest .content img.termo {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	box-shadow: 0px 0px 5px #333;
}



#bigcities .content, #hot_low .content, #os1 .content, #nicemap, #niceWmap, #rightads, #travelspots {

	background: #fff;
	box-shadow: 0px 0px 10px #ddd;
	padding:10px;
	margin-top: 10px;
	
	border: 1px #d7d7d7 dotted;
	height: auto;
	word-wrap: normal;

}

#hot_low .content {max-width: 226px;}
#nicemap, #niceWmap {margin: 0px; padding: 0px;}

#hottest h2, #bigcities h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	
	text-shadow: -1px -1px 1px #888;
}

#hottest h2 {text-shadow: -1px -1px 1px #111;}

.header {
	background: url(/images/headers/transp.png);
	height:32px;
	padding: 10px;
}

.header .content {
	width: 980px;
	margin: 0px auto;
	color: #fff;
}

.header .settings {
	float: right;
	padding: 5px;
	color: #ccc;
	font-size: 12px;
}

.header .settings span {
	color: #96c222; 
	background: transparent;
	padding: 5px;
	font-size: 14px;
	cursor: pointer;
}
.header .settings span.selected {
	color: #fff; 
	background: #96c222;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: default;
}

#w_helper {
	float:right;
	width:180px;
	height:150px;
	padding: 10px;
	
	background: #96c222;
}

#w_content {
	background: url(/images/headers/transp.png);
	width: 760px;
	height: 150px;
	margin: 0 0 0 0;
	padding: 10px;
	
	color: #fff;
	
}

#w_content h1 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#w_content a {
	text-decoration: none;
}

.w_float {
	float:left;
	width: 130px;
	text-align: center;
	
	margin-top: -40px;
}


.w_start {
	float:left;
	width: 180px;
	border-right: 1px #fff solid;
	margin-right: 20px;
}

.temp1 {
	font-weight: bold;
	font-size: 34px;
}
.temp2 {
	font-size: 24px;
	font-weight:bold;
}

.temp2 small {
	font-size: 13px;
}

.temp3 {
	font-size: 20px;
}

.temp4 {
	font-size: 38px;
	font-weight:bold;
}

.wind1 {
	font-size: 12px;
}

.rain1 {
	font-size: 12px;
}

.w_float .temp1 {
	font-size: 22px;
}
.w_float .wind1 {
	font-size: 12px;
}
.w_float .rain1 {
	font-size: 12px;
	color: #d7d7d7;
}
.w_float .rain2 {
	font-size: 12px;
	color:#444;
}

.w_title h1 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	
	text-shadow: -1px -1px 0px #000;
	
}

.rightnow {
	/*border: 1px #96c222 solid !important;*/
	
	border-bottom:0px !important;
	
	border-bottom: 3px;
	/*box-shadow: inset 0px 0px 20px #d7d7d7;*/
}

.rightnow_nav {
	position:absolute;
	bottom: -18px;
	left: -1px;
	border: 1px #96c222 solid !important;
	text-align:center;
	width: 120px;
	background: #96c222;
	color: #fff;
    display: none;
}

.w_header {}
.w_header h1 {
	line-height: 30px;
	font-size: 24px;
	margin: 0;
}

#w_day1, #w_day2, #w_day3, #w_day4, #w_day5 {
	float:left;
	width: 120px;
	height: 126px;
	padding: 10px;
	background: url(/images/headers/transp.png);
	color:#fff;
	margin-right: 2px;
	text-align: center;
	cursor: pointer;
}

#w_day6, #w_day7, #w_day8, #w_day9, #w_day10 {
	background: url(/images/headers/transp.png);
	color: #fff;
	margin-bottom: 2px;
	padding: 9px 5px;
	width: 260px;
	cursor: pointer;
}
#w_day9 {
	margin-bottom: 0px;
}

#w_day1.selected, #w_day2.selected, #w_day3.selected, #w_day4.selected, #w_day5.selected, #w_day6.selected, #w_day7.selected, #w_day8.selected, #w_day9.selected, #w_day10.selected {
	background: #fff;
	color: #000;
	cursor: default;
}

#w_day1:hover, #w_day2:hover, #w_day3:hover, #w_day4:hover, #w_day5:hover, #w_day6:hover, #w_day7:hover, #w_day8:hover, #w_day9:hover, #w_day10:hover {
	background: url(/images/transp-white.png);
}




#forecast {
clear:both;
	min-height: 320px;
	background: #fff;
}

#forecast .w_float {
	float:left;
	width: 120px;
	border-right: 1px #d7d7d7 solid;
	
	height: 240px;
	margin-top:20px;
	position:relative;
}

#next1, #prev1 {

	font-size: 32px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #000;
	color: #fff;

	margin-top: -180px;
	
	cursor: pointer;
}

#next1 img, #next2 img {
	width: 20px;
	height: 48px;
}

#next1 {
	float:right;
	margin-right: -30px;
	background: url(/images/next1.png) no-repeat;
}
#next1:hover {
	background: url(/images/next2.png) no-repeat;
}

#prev1 {
	float:left;
	margin-left: -30px;
	background: url(/images/prev1.png) no-repeat;
}
#prev1:hover {
	background: url(/images/prev2.png) no-repeat;
}

#search {
	float: right;
	text-align:left;
	margin-right: 100px;

}

#search input {
	font-size: 14px;
	background: transparent;
	padding: 5px;
	color: #fff;
	border: 1px #96c222 solid;
}

#search_results {
	z-index: 9999;
	position:fixed;
	height:auto;
	width: 280px;
	background: #fff;
	color: #000;
	padding: 10px;
	
	border: #96c222 1px solid;
	display:none;
	
	box-shadow: 0px 0px 10px #111;
}
#search_results .row {
	height: 26px;
	border-bottom: 1px #d7d7d7 solid;
	clear:both;
	padding: 2px;
}

#search_loader {
	
}

.place_result {
	height: 26px;
	border-bottom: 1px #d7d7d7 solid;
	padding: 2px;
	clear:both;
}

.place_result2 {
	height: 26px;
	border-bottom: 1px #d7d7d7 solid;
	padding: 10px;
	float:left;
	width: 46%;
	margin-right: 10px;
}


.otherstations {
	float:right;
	width: 230px;
	min-height:280px;
	height: auto;
	/*border: 1px #d7d7d7 solid;
	padding: 10px;*/
}

.yr_credit {
	color: #769e0c;
	font-size: 12px;
}

.radie_sel {
	font-size: 12px;
	padding-bottom: 3px;
}
.radie_sel .selected {
	font-weight: bold;
}

.neighbours {
	max-height: 400px;
	overflow-y: auto;
}

#cams_result {
	max-width: 500px;
	max-height: 250px;
}

.space10 {
	line-height: 10px;
	clear:both;
}

.space1 {
	line-height: 1px;
	clear:both;
}


.big-cam {
	float:left;
	position:relative;
	width:280px;
	height:240px;
	border: 1px #888 solid;
	
}

.small-cam, .small-cam-sv {
	float:left;
	/*width:120px;*/
	width: 80px;
	border: 1px #888 solid;
	/*height:75px;*/
	height:40px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.small-cam-en {
	float:left;
	width:80px;
	border: 1px #888 solid;
	height:40px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.grill {
	font-size: 28px;
	font-weight: bold;
	float:left;
	margin-left: 32px;
}

.grill00 {
	width: 40px;
	float:left;}

.grill1, .grill2, .grill3 {
	color: #0000ff;
}

.grill4, .grill5 {
	color: #7bc049;
}

.grill6, .grill7 {
	color: #ffcc00;
}

.grill8, .grill9 {
	color: #ffae00;
}

.grill10 {
	color: #ff8a00;
}

h1 {
	font-weight: normal;
	text-shadow: -1px -1px 1px #888;
}

h2 {
	font-weight: normal;
	text-shadow: -1px -1px 1px #888;
}

h3 {
	font-weight: normal;
	text-shadow: -1px -1px 1px #888;
}

#sun {
	width: 642px;
	padding: 20px;
	background: #ffd800 url(/images/footer-logo.png) bottom right no-repeat;
	color: #333;
	
	background-position: 620px 5px;
}

.sun-sv {background: #ffd800 url(/images/footer-logo.png) bottom right no-repeat;}
.sun-en {background: #ffd800 !important;}

#alert_redirect {
	position:absolute;
	top: 15%;
	left: 40%;
	width: 200px;
	
	background: #fff;
	border: 2px #888 solid;
	border-radius: 6px;
	
	box-shadow: 0px 0px 5px #333;
	padding: 20px;
	text-align: center;
}

.widget_widget {
	float:right;
	padding-top:20px;
}
.widget_widget h3 {
	text-shadow: 0px 0px 3px #769e0c;
}

.widget_button {
	background: url(/images/headers/transp.png);
	box-shadow: 0px 0px 10px #666;
	padding:10px;
	
	border: 1px #333 dotted;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	
	color: #fff;
	margin-top: 20px;
}
.widget_button:hover {background: #769e0c;}

#fav_lefter, #fav_righter {
	width:10px;
	float:left;
	height: 154px;
	border-right: 1px #4f6908 dotted;
	cursor: pointer;
	
	background: url(/images/prev1.png) right center no-repeat;
	background-size: 100%;
}
#fav_righter {float:right;border-right: 0px;border-left: 1px #4f6908 dotted;background: url(/images/next1.png) left center no-repeat;background-size: 100%;}

.favorites {
	float:left;
	width: 150px;
	max-width: 150px;
	overflow:hidden;
	border-bottom: 1px #4f6908 dotted;
}
.favorites a {
	color: #2d3d04;

}

#favs_c {
	position:absolute;
	left: 26px;
	top: 30px;
	max-height: 128px;
	overflow: hidden;
}

#w_helper.wider {
	margin-left: -400px;
	position:absolute;
	width: 680px;
	z-index: 40;
}
#w_helper.normal {
	position:relative;
	width: 180px;
}

#walert_redirect {
	padding: 10px;
	position: absolute;
	top: 10%;
	left: 45%;
	text-align:center;
	
	box-shadow: 0px 0px 20px #333;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-webkit-border-radius: 8px;
}

a.maptoggle {
    font-weight: normal;
    text-shadow: -1px -1px 1px #888;
    color: #fff;
}