/* colors:
	#99CC99 - verde acqua
	#FFCC66 - arancio
	#99CC66 - verde brillante
	#CCFF99 - verde chiaro
	#FFFF99 - giallo
	#77AA66 - verde scuro
*/


html { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #555; background-color: #c8c7c7; background-repeat: repeat-x; background-image: url("../images/main_bg.png");}
a { color: #fff; text-decoration: none; }
img { border: none; }
h2 { font-size: 13px; color: #FFFFFF; text-align: center; }

#shadow_up {
	width: 973px;
	/*padding-top: 15px;*/
	background-image: url("../images/shadow_bg.png");
	background-repeat: no-repeat;
	margin: 0 auto;
}



#container {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFF99;
	padding: 5px;
	border: 1px solid #99CC99;
}

#header {
	background-image: url("../images/header.png");
	height: 150px;
	text-align: center;
	line-height: 150px;
	border: 1px solid #99CC99;
}

#menu {
	background: url("../images/a_bg.png") repeat-x;
	height: 40px;
	display: block;
	padding-left: 25px; /* spostamento del menu dal lato sinistro */
}

ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
	font-size: 1.1em;
}

ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: inline;
	float:left;
	height: 40px;
}

ul#topnav a, ul#topnav span {
	padding: 10px 20px;
	float:left;
	text-decoration: none;
	color: #ffffff;
	background: url("../images/a_bg.png") repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 20px;
	line-height: 20px;
}

ul#topnav a {
	color: #555;
	background-position: left bottom;
}

ul#topnav span {
	background-position: left top;
}

#switch {
	width: 595px;
	height: 250px;
	margin-top: 5px;
	background-color: #99CC66;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 290px;
	float: left;
	border: 1px solid #99CC99;
	display: inline;
}

#feed {
	width: 197px;
	height: 407px;
	margin-top: 5px;
	margin-left: 4px;
	background-image: url("../images/rss_icon.png");
	background-repeat: no-repeat;
	float: right;
	overflow: hidden;
	border: 1px solid #99CC99;
	display: block;
	word-wrap: break-word;
}

#meteo {
	width: 230px;
	height: 350px;
	margin-top: 5px;
	float:left;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 300px;
	display: inline;
}

iframe {
	width: 185px;
	height: 350px;
}

#sponsor {
	width: 362px;
	height: 150px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	background-color: #99CC66;
	text-align: center;
	line-height: 150px;
	display: inline;
}

#maglia {
	width: 280px;
	height: 195px;
	background-image: url("../images/maglia.png");
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	text-align: center;
	line-height: 195px;
	display: inline;
}

#about {
	width: 280px;
	height: 195px;
	background-image: url("../images/about.png");
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	text-align: center;
	line-height: 195px;
	display: inline;
}

#rank {
	margin-top: 5px;
	/*margin-bottom: 5px;*/
	height: 30px;
	background-color: #99CC66;
	clear: both;
	text-align: center;
	line-height: 30px;
}

#footer {
	background-image: url("../images/footer_bg.png");
	margin-top: 5px;
	padding: 10px;
	text-align: center;
	clear: both;
}

#shiny {
	width: 100%;
	padding-top: 5px;
	text-align: center;
	float: left;
}

/* IE8, FF, Saf, Opera (Everything but IE 6,7) */
html>/**/body #about { margin-bottom: 5px; }
html>/**/body #shiny { height: 60px; }
