html{
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #444444;
	background: url('images/bg.jpg');
}

div.top-bg{
	position: absolute;
	background: url('images/bg-top.jpg');
	width: 100%;
	height: 250px;
	z-index: -999;
	display: inline;
}

div.main{
	margin: 0 auto;
	width: 960px;
	background: url('images/page-bg-middle.png') repeat-y;
}

div.page-bottom{
	margin: 0 auto;
	width: 960px;
	height: 26px;
	background: url('images/page-bg-bottom.png') no-repeat;
}

/*div.header{
	background: #ccccff;
}*/

div.header .logo{
	width: 227px;
	height: 90px;
	float: left;
	background: url('images/logo_header.png') no-repeat;
}

div.header .banner{
	width: 728px;
	float: left;
	margin-right: 5px;
}

div.header .top{
	height: 90px;
}

div.sidebar{
	width: 250px;
	padding: 10px 5px;
	margin: 0 5px;
	float: left;
	/*background: #ccffcc;*/
}

div.body{
	width: 674px;
	padding: 5px 8px;
	float: left;
	/*background: #ffefef;*/
}

p{
	font-family: 'Nobile', sans-serif;
	text-align: justify;
}

h1{
	font-size: 20px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
	color: black;
}

h2{
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	padding: 0;
	margin: 0;
	padding: 5px 0;
	color: black;
}

div.path{
	font-style: italic;
	/*background: #efefef;*/
}

div.footer{
	clear: both;
	padding: 10px 5px;
	/*background: #ddccdd;*/
	font-size: 10px;
	color: #999999;
	text-align: center;
}

#nav{
	background-color: #dddddd;
	float: left;
	list-style: none;
	margin: 0px 4px;
	padding: 2px 0px;
	width: 952px;
}

#nav li{
	float: left;
}

#nav a{
	margin: 2px;
	padding: 2px 10px;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	border-right: 1px solid #eeeeee;
}

#nav li:last-child a{
	border-right: 0;
}

a, a:visited{
	text-decoration: none;
	color: #0066FF;
}

a:hover{
	color: #0022AA;
}

div.osmize{
	text-align:center;
	/*width: 400px;*/
	line-height: 24px;
}

span.osmiza{
	white-space: nowrap;
	margin: 0 3px;
}

a.osmiza{
	padding: 1px 2px;
}

a.aperta{
	color: #fff;
	/*background: #66CC00;*/
	background: #EE2222;
	text-shadow: 1px 1px 2px #333333;
	border-radius: 4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
a.aperta:hover{
	/*background: #88DD22;*/
	background: #CC0011;
}
a.chiusa{
	color: #000080;
}
a.chiusa:hover{
	text-decoration: underline;
}

div.spacer{
	height: 10px;
	/*clear: both;*/
}

div.clear{
	clear: both;
}

a.mini.aperta{
	color: #EE2222;
	background: transparent;
	font-weight: bold;
	text-shadow: none;
}

a.mini.aperta:hover{
	color: #CC0011;
	text-decoration: underline;
}

div.inside{
	float: right;
}

.shareBox{
	display: table;
	margin: 20px auto;
}

.widget{
	margin-bottom: 10px;
	clear: both;
	box-shadow: 0 2px 2px 2px #999999;
}

.widget .title{
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #dddddd;
	border-top: 1px solid #aaaaaa;
	padding: 2px;
	color: black;
}

.forecast{
	width: 60px;
	float: left;
	margin: 0 5px;
	text-align: center;
}

.center{
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.u{
	text-decoration: underline;
}


.infoRow{
	margin-bottom: 4px;
	width: 400px;
	clear: left;
}

.infoRow .label{
	width: 100px;
	float: left;
}

.infoRow .value{
	float: left;
}

#cosa-sono{
	display: none;
	text-align: justify;
}
