/* CSS Document */

html,body{margin:0;padding:0}

img {
	behavior:url(pngbehavior.htc);
}

body {
	background-image:url(../immagini/sky.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.didascalia {
	clear: both;
	text-align: right;
	margin-right: 10px;
}



hr {
	background-color: #6F0000;
	color: #6F0000;
}

#principale {
	border: 1px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#header {
	font-size: 36px;
	text-align: left;
	width: 100%;
	overflow: hidden;
	color: #FFFFFF;
}

div#navigation{
	border-bottom: 1px solid #787878;
	padding-left: 20px;
	text-align: right;
}
#libro {
	height: auto;
}
#libro img {
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 10px;
}


div#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
div#navigation li{
	display: inline;
	margin: 0;
	padding: 0;
}
div#navigation li a{
	text-decoration: none;
	border: 1px solid #787878;
	padding: 0px 0.3em;
    background: #ccc;
	color: #036;
}
div#navigation li a:hover{
	background-color: #f0f0f0;
}
div#navigation li#activelink a{
	border-bottom: 1px solid #fff;
	background-color: #fff;
	color: #603;
}

#news img {
	float: left;
	margin-right: 5px;
}


#contenuto {
	margin-left: 200px;
	text-align: justify;
}
#footer {
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	overflow: hidden;
	line-height: 0px;
	padding-bottom: 10px;
	background-image: url(../immagini/footer_gradient.png);
	background-position: top;
	background-repeat: repeat-x;
}

div#commenti{
	display:none;
}

div#commenti p{
	width: auto
}
.titolo {
	color: #6F0000;
}

div.modular{
	width:183px;
	background:url(../immagini/boxBk.png) no-repeat bottom left;
	padding-bottom:15px;
	position: absolute;
	left: 3px;
	top: 281px;
	height: 498px;
	text-align: left;
}

div.modular div{
    background:url(../immagini/boxBk.png) repeat-x top left;
    padding:15px 15px 0}

ul#multi,ul#multi li{margin:0;padding:0;list-style:none}

ul#multi{
	width: 100%;
	overflow: hidden;
	line-height: normal;
	margin: 1em 0;
	padding: 2px 0px 0px 2px;
	padding-top: 30px;
}

ul#multi li{
	float:left;
	width:32%;
	margin-left: 1%;
	display: inline;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 3px;
	clear: right;
}
#copertine {
	float: right;
	left: 425px;
	top: 576px;
}
