@import url(sitengine/sitengine.css);

/* INIZIO STILI GENERICI PER GLI ELEMENTI */

body {
	background: #224466 url(graphics/pageBg.png) repeat-x fixed top center;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 100px 0px;
}

a {
	text-decoration: underline;
}
a:link {
	color: #003366;
}
a:hover {
	color: #CC3333;
}
a:visited {
	color: #663366;
}
a img {
	text-decoration: none;
	border: 0px solid #000000;
}

img {
	border: 0px none #000000;
}

hr {
	display: none;
}

dl {
	width: 460px;
	background: url(graphics/citaBody.png) repeat-y top center;
	margin: 0px;
	padding: 0px;
}

dl dt {
	background: url(graphics/citaHead.png) no-repeat top center;
	color: #000000;
	height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 16px 20px 0px 20px;
	margin: 0px;
}
dl dd {
	background: url(graphics/citaFoot.png) no-repeat bottom center;
	padding: 0px 20px 15px 20px;
	margin: 0px;
}
/* FINE STILI GENERICI PER GLI ELEMENTI */


/* INIZIO CLASSI GENERICHE */

.hidden {
	display: none;
}

.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}

a.alpha-effect:link,
a.alpha-effect:visited {
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
a.alpha-effect:active,
a.alpha-effect:hover {
	-moz-opacity: 0.99;
	filter: alpha(opacity=99);
}

.image-left {
	float: left;
	margin: 5px 5px 5px 0px;
}
.image-right {
	float: right;
	margin: 5px 0px 5px 5px;
}
.image-center {
	text-align: center;
	margin: 5px auto;
	clear: both;
}
.image-left img,
.image-right img,
.image-center img {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}


.article-a {
	width: 440px;
	text-align: justify;
	margin: 0px auto;
	padding: 0px;
}

ul.square {
	list-style: square;
}
ul.stars {
	list-style-image: url(graphics/li_star.png);
}
ul.stars li {
	padding: 0px;
	margin-bottom: 15px;
}
/* FINE CLASSI GENERICHE */


/* INIZIO STILI PER LA PAGINA */
div#jsMessage {
	width: 746px;
	font-size: 10px;
	background: #FFFFCC;
	border: 2px solid #FF9900;
	padding: 5px;
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -380px;
	z-index: 25;	
}
div#page {
	width: 760px;
	background: url(graphics/bodyBg.png) repeat-y top center;
	margin: 0px auto;
}
div#header {
	width: 760px;
	height: 200px;
	background-image: url(graphics/header.php);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	z-index: 0;
}
div#header h1 {
	font-size: 0;
	margin: 0px;
	padding: 0px;
}
a#homeLink {
	display: block;
	width: 250px;
	height: 130px;
	position: absolute;
	top: 40px;
	left: 30px;
	z-index: 1;
}
a#sotm {
	display: block;
	margin: 0px auto;
}

div#jojocite {
	width: 340px;
	position: absolute;
	top: 5px;
	right: 10px;
}

div#body {
	background: url(graphics/bodyBg.png) repeat-y top center;
}

/* FINE STILI PER LA PAGINA */


/* INIZIO STILI PER IL FOOTER */

div#footer {
	width: 760px;
	height: 200px;
	background: url(graphics/footer.jpg) no-repeat top left;
	position: relative;
	clear: both;
}

a#footBanner {
	display: block;
	width: 468px;
	height: 60px;
	position: absolute;
	top: 30px;
	left: 200px;
}

div#disclaimer {
	width: 250px;
	height: 60px;
	position: absolute;
	padding: 0px 5px;
	top: 125px;
	left: 215px;
	font-size: 9px;
	text-align: justify;
	overflow: auto;
}

a#totop {
	display: block;
	width: 60px;
	height: 120px;
	position: absolute;
	top: 60px;
	right: 0px;
}

div#info {
	width: 760px;
	text-align: center;
	margin: 0px auto;
	position: absolute;
	top: 205px;
	left: 0px;
	color: #F0F8FF;
}

/* FINE STILI PER IL FOOTER */


/* INIZIO STILI PER LA NAVBAR */

/* css essenziale se javascript è abilitato */
div.jsenable ul ul {
	display: none;
}
div#nbBody li.hide ul {
	display: none;
	height: 0px;
}
div#nbBody li.show ul {
	display: block;
}


/* css del menu */

div#navbar {
	width: 120px;
	float: left;
	margin: 0px 0px 0px 0px;
}


div#nbBody {
	width: 120px;
	background: url(graphics/sotmBg.jpg) no-repeat bottom center;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
div#nbBody li h3 {
	width: 110px;
	height: 21px;
	background-color: #6699CC;
	background-image: url(graphics/nbSectioBg.png);
	background-repeat: no-repeat;
	background-position: -120px 0px;
	margin: 2px 0px;
	color: #003366;
	font-size: 10px;
	margin: 0px;
	padding: 4px 5px 0px 5px;
	text-align: center;
}
div#nbBody.jsenable li h3 {
	cursor: pointer;
	background-position: 0px 0px;
}
div#nbBody.jsenable li.show h3 {
	background-color: #AACCEE;
	background-position: -120px 0px;
	margin-bottom: 0px;
	color: #330066;
}
div#nbBody.jsenable h3:hover,
div#nbBody.jsenable h3.hover {
	background-color: #6699CC;
	background-position: -240px 0px;
	color: #660033;
}

div#nbBody ul,
div#nbBody li {
	width: 120px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#nbBody ul ul {
	width: 120px;
	text-align: left;
	background: url(graphics/nbMenuBg.png) no-repeat bottom center;
	padding-bottom: 12px;
}
div#nbBody ul ul li {
	width: 120px;
	margin: 0px;
	padding: 0px;
}
div#nbBody a {
	text-decoration: none;
	display: block;
}
div#nbBody ul ul a {
	width: 93px;
	padding: 1px 5px 1px 18px;
	background-image: url(graphics/nbLinkBg.png);
	background-repeat: no-repeat;
	border-width: 0px 2px;
	border-style: none solid;
	border-color: #6699CC;
}
div#nbBody ul ul a:link,
div#nbBody ul ul a:visited {
	background-color: #E0F0FF;
	background-position: 0px 0px;
	color: #000033;
}
div#nbBody ul ul a:active,
div#nbBody ul ul a:hover {
	background-color: #E0F0FF;
	background-position: -120px 0px;
	color: #003366;
}


div#nbFoot {
	width: 120px;
	height: 20px;
	font-size: 0;	
	background: url(graphics/nbFoot.png) no-repeat top center;
}

/* FINE STILI PER LA NAVBAR */


/* INIZIO STILI PER LA RIGHTBAR */

div#servicebar {
	width: 120px;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	float: right;
}

div#sbBody {
	text-align: center;
}
div#sbBody ul,
div#sbBody li {
	background: url(graphics/sbSectioBg.png) repeat-y top center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#sbBody li h3 {
	width: 110px;
	height: 24px;
	font-weight: bold;
	background: url(graphics/sbSectioIn.png) no-repeat top center;
	color: #000033;
	font-size: 10px;
	margin: 5px 0px 2px 0px;
	padding: 6px 5px 0px 5px;
	text-align: center;
}
div#sbBody ul li div.sbSectioOut {
	background: url(graphics/sbSectioOut.png) no-repeat top center;
	width: 120px;
	height: 30px;
	margin: 5px 0px 2px 0px;
}

div#sbBody ul li a {
	width: 112px;
	display: block;
	margin: 1px auto;
	color: #F0F8FF;
}

div#sbBody ul li a:link img,
div#sbBody ul li a:visited img {
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	border: 1px solid #FFFFFF;
	margin: 1px;
}
div#sbBody ul li a:active img,
div#sbBody ul li a:hover img {
	-moz-opacity: 0.99;
	filter: alpha(opacity=99);
	border: 2px solid #FFFFFF;
	margin: 0px;
}

/* FINE STILI PER LA RIGHTBAR */


/* INIZIO STILI PER I CONTENUTI */

div#contents {
	width: 500px;
	float: left;
	padding: 0px 10px 10px 10px;
}
div#cnHead {
	width: 500px;
	height: 50px;
	background: #F0F8FF url(graphics/cnHead.png) no-repeat top center;
	margin: 0px auto;
}


div#cnBody {
	width: 470px;
	background: #F0F8FF url(graphics/cnBody.png) repeat-y top center;
	padding: 5px 15px 50px 15px;
	margin: 0px auto;
}

div#cnBody h2 {
	width: 460px;
	height: 40px;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(graphics/h2Bg.png) no-repeat top center;
	padding: 20px 0px 0px 0px;
	margin: 0px auto;
	color: #332233;
	text-align: center;
}
div#cnBody h3 {
	width: 360px;
	height: 30px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(graphics/h3Bg.png) no-repeat top center;
	padding: 15px 30px 0px 30px;
	margin: 0px auto 5px auto;
	color: #332233;
	text-align: center;
}

div#cnBody h4 {
	font-size: 13px;
}

div#cnFoot {
	width: 500px;
	height: 50px;
	background: #AACCEE url(graphics/cnFoot.png) no-repeat top center;
	margin: 0px auto;
}

div#spread-firefox {
	width: 500px;
	text-align: center;
	padding: 0px 0px 50px 0px;
	margin: 0px auto;
}
/* FINE STILI PER I CONTENUTI */


/* INIZIO STILI PER LE NEWS */

div.news {
	width: 420px;
	margin: 0px auto 20px auto;
	padding: 10px;
}
div.news div.title {
	font-weight: bold;
	margin: 0px 0px 5px 90px;
	padding: 2px 5px;
	letter-spacing: 2px;
	background: #E0F0FF;
}
div.news div.avatar {
	width: 80px;
	float: left;
}
div.news div.info,
div.news div.comment-info {
	margin: 0px 0px 0px 90px;
	background: #E0F0FF;
	padding: 2px 5px;
}
div.news div.info img {
	vertical-align: middle;
}

div.news div.comment-info {
	margin: 0px 0px 0px 0px;
}
div.news div.short-story {
	margin: 0px 0px 0px 90px;
}

div.news div.foot {
	padding: 2px;
	text-align: right;
	clear: both;
}
/* FINE STILI PER LE NEWS */

/* INIZIO STILI PER IL PANNELLO DI NAVIGAZIONE */

div#sitePanel {
	width: 450px;
	height: 80px;
	clear: both;
	margin: 0px auto;
	padding: 0px;
}
div#sitePanel ul {
	width: 450px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div#sitePanel ul li {
	width: 150px;
	height: 60px;
	float: left;
}
div#sitePanel ul li a {
	display: block;
	background-image: url(graphics/spLinkBg.png);
	width: 120px;
	height: 50px;
	padding: 7px 10px 13px 10px;	
	margin: 0px 5px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	position: relative;
}
div#sitePanel ul li a img {
	width: 48px;
	height: 48px;
	margin-right: 5px;
	float: left;
}
div#sitePanel ul li a:link,
div#sitePanel ul li a:visited {
	background-position: 0px 0px;
}
div#sitePanel ul li a:link img.icon,
div#sitePanel ul li a:visited img.icon {
	border: 1px solid #FFFFFF;
}
div#sitePanel ul li a:active,
div#sitePanel ul li a:hover {
	background-position: -140px 0px;
	top: 2px;
}
div#sitePanel ul li a:active img.icon,
div#sitePanel ul li a:hover img.icon {
	border: 1px solid #CC3333;
}

div#spFoot {
	clear: both;
}
/* FINE STILI PER IL PANNELLO DI NAVIGAZIONE */


/* INIZIO STILI PER LE LISTE DI NAVIGAZIONE DELLE PAGINE */
div.listbar {
	text-align: center;
}
div.listbar a.active {
	font-size: 13px;
	font-weight: bold;
}

/* FINE STILI PER LE LISTE DI NAVIGAZIONE DELLE PAGINE */

/* INIZIO STILI PER LE TABELLE DEI DOWNLOADS */

table.downloads {
	border-spacing: 0px;
	border-collapse: collapse;
	caption-side: top;
	margin: 10px auto;
	table-layout: auto;
}
table.downloads a {
	text-decoration: none;
}
table.downloads thead td {
	background: #E0F0FF;
	font-weight: bold;
}
table.downloads td {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #99CCFF;
	padding: 2px 5px;
}
table.downloads tbody td:first-child {
	background: #E0F0FF;
}
/* FINE STILI PER LE TABELLE DEI DOWNLOADS */

/* INIZIO STILI PER LE TABELLE */
/* Classe simple-table */
table.simple-table,
table.simple-table-x {
	width: 440px;
	border-spacing: 0px;
	border-collapse: collapse;
	caption-side: top;
	margin: 10px auto;
	table-layout: auto;
}
table.simple-table a,
table.simple-table-x a {
	text-decoration: none;
}
table.simple-table thead td,
table.simple-table-x thead td,
table.simple-table-x tbody td:first-child {
	background: #E0F0FF;
	font-weight: bold;
}
table.simple-table td,
table.simple-table-x td {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #99CCFF;
	padding: 2px 5px;
}
/* FINE STILI PER LE TABELLE*/

/* INIZIO STILI PER LE INTERVISTE */

dl.interview {
	margin: 0px;
	padding: 0px;
	background: transparent;
}
dl.interview dt {
	background: #6699CC;
	color: #F0F8FF;
	height: auto;
	border: 1px solid #99CCFF;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	text-align: justify;
}
dl.interview dd {
	background: #E0F0FF;
	color: #336699;
	border: 1px solid #99CCFF;
	border-top: 0px solid #99CCFF;
	font-size: 10px;
	margin: 0px 0px 20px 0px;
	padding: 3px;
	text-align: justify;
}

/* FINE STILI PER LE INTERVISTE */