/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Modified and adapted by NapoliCam
*/

* {
	margin-top: 0;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 100%; font-weight: bold; }
h4 { font-size: 80%; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 680px;
	height: 110px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	padding: 30px 0 0 20px;
	font-size: 229%;
}

#header p {
	margin: -2px 0 0 0;
	padding: 0 0 0 20px;
	font-weight: lighter;
	font-stretch: expanded;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 680px;
	height: 50px;
	margin: 0 auto;
	background: url(/images/img02.png) no-repeat;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 20px;
	list-style: none;
}

#menu ul li {
	display: inline;
	position: relative;
	float: left;
	border-right: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-align: center;
	font-size: 11px;
}

#menu > ul > li > ul > li {
	border-right: none !important;
}

#menu ul ul {
	position: absolute;
	top: 30px;
	left: 0px;
	padding: 0px 0 0 0px;
	border: 1px solid #2A2C2F;
	z-index: 10;
	background-color: black;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	display: none;
}

#menu ul li:hover ul {
	display: block;
}

#menu > ul > li > ul > li > ul > li {
	border-right: none !important;
	display: none;
}

#menu ul li ul li ul {
	position: absolute;
	top: 0px;
	left: 90px;
	padding: 0px 0 0 0px;
	border: 1px solid #2A2C2F;
	z-index: 7;
	background-color: black;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#menu ul li ul li:hover ul li {
	display: block;
}

#menu a {
	display: block;
	padding: 8px 20px 0 20px;
	height: 22px;
	text-decoration: none;
	color: #DFE8F2;
}

#menu #txt {
	display: block;
	float: right;
	margin-right: 10px;
	height: 22px;
	padding: 8px 20px 0 20px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	color: #DFE8F2;
	border-right: none !important;
}

#menu a:hover, #menu .active a {
	background-color: #DFE8F2;
	color: #000000;
}

#menu img {
	border: none;
}


/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	background: url(/images/img03.png) repeat-y center;
}

/* Content */

#content {
	float: left;
	position: relative;
	margin-left: 35px;
	margin-top: 0;
	width: 375px;
	padding: 20px 25px 0px 40px;
	background: url(/images/img04.png) no-repeat;
}

.boxed {
	background: #121B23;
	border: 1px dotted #070707;
}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	background: #000000;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.boxed .content {
	padding: 20px;
}

.giustificato {
	text-align: justify;
}

#title h1 {
	display: none;
}

#subtitle {
	font-size: 140%;
	color: #FFF;
}

#content h3 {
	margin: 0;
}

#content h4 {
	margin: 0 0 4px 0;
}

/* WebCam */

#webcam {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	width: 380px;
}

#webcam p {
	margin: 10px 10px;
	padding: 10px 10px;
}

#iconpanel {
	float: right;
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
	width: 40px;
}

/* Meteo */

#meteo {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	width: 380px;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity: 0.8;
}

#meteo p {
	margin: 10px 10px;
	padding: 10px 10px;
}

#meteo .weathericon {
	float: left;
	padding: 5px 10px 15px 0;
}


/* Sidebar */

#sidebar {
	width: 215px;
	margin-left: 475px;
	margin-top: 0;
	padding: 20px 20px 0 5px;
	background: url(/images/img05.png) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	
}

#sidebar li li {
	margin: 4px 0 0 0;
	padding: 5px 0;
	background: url(/images/img06.gif) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0;
	padding: 10px;
	background: #070707;
	border-top: 1px solid #23282E;
	border-bottom: 1px solid #23282E;
	text-transform: lowercase;
	font-size: 100%;
	font-weight: bold;
	color: #DFE8F2;
}

#sidebar h3 {
	margin: 0;
}

#sidebar h4 {
	margin: 0 0 4px 0;
}

#sidebar p {
	margin: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#search input {
	float: right;
	margin-bottom: 5px;
	background: #5A83AE;
	border: 1px solid #070707;
	text-transform: lowercase;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchform {
	margin: 0;
	padding: 10px 20px 20px 20px;
}
#cse-search-box {
	margin: 0;
	padding: 10px 20px 20px 20px;
}

#searchfield {
	width: 165px;
	padding: 2px 5px;
}

#searchsubmit {
}

#cse-search-results {
	background: transparent;
}

/* Social icons */

#socialicon {
	margin: 0 31px 20px 27px;
/*	padding: auto;	*/
	text-align: right;
}

/* News */

#news ul {
	padding: 10px 10px 20px 15px;
}



/* Submenu */

#submenu a {
	padding-left: 15px;
	background: url(/images/img07.gif) no-repeat left center;
}

#submenu ul {
	padding: 10px 8px 10px 7px;
}


/* Footer */

#footer {
	width: 680px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(/images/img08.png) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0 0 0 40px;
	font-size: 77%;
	color: #0F1720;
}

#footer a {
	color: #0F1720;
}

#counter {
	display: none;
}



