/* CSS Document */
* { 
	padding:0;
	margin:0;
} 

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	color:#323232;
	background-image:url(images/bg_general.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;
}

/* --------- REGOLE DI TESTO E IMMAGINI --------- */
h2.title { 
	font-size:16px;
	color:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
}	
h2.info { 
	font-size:18px;
	color:#8a4d29;
	padding-top:15px;
	padding-left:35px;
	font-style:italic;
}
	
h3 { 
	font-size:14px;
	padding-top:18px;
	padding-left:15px;
	padding-right:15px;
}	

p { 
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
}	
p.contatti { 
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
}	
p.info { 
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	padding-left:35px;
	padding-right:20px;
}	
p.biblio { 
	font-size:11px;
	padding-bottom:7px;
}	
p.top { 
	padding-left:700px;
	font-weight:bold;
	color:#ffffff;
}	
p.footer { 
	font-size:11px;
	padding-top:30px;
	text-align:center;
}	
p.right { 
	text-align:right;
} 

a { 
	color:#63321e;
	text-decoration:none;
} 
a:hover { 
	color:#8a4d29;
	text-decoration:underline;
} 

img.article{
	height:100px;
	width:inherit;
	border:1px solid #8a4d29;
	margin-right:10px;
}
img.detail{
	height:250px;
	width:inherit;
	border:1px solid #8a4d29;
	margin-right:10px;
}
img.icon {
	margin-right:7px;
}
img.search{
	height:70px;
	width:inherit;
	border:1px solid #8a4d29;
}
img.share {
	height:14px;
	width:inherit;
}
/* --------- FINE REGOLE DI TESTO E IMMAGINI --------- */


/* --------- ELEMENTI COMUNI --------- */
#box {
	margin: 0 auto;
	width:905px;
	overflow:hidden;
	top:5px;
	position:relative;
	text-align:left;
	background-image:url(images/bg_box.jpg);
	background-repeat:repeat-y;
}

#top { 
	width:905px;
	height:25px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
} 
#top a { 
	color:#ffffff;
	text-decoration:none;
} 
#top a:hover { 
	color:#fff200;
	text-decoration:underline;
} 

#header { 
	width:905px;
	height:220px;
	background-image:url(images/bg_box.jpg);
	background-repeat:repeat-y;
} 

#container {
	width:905px;
	position:relative;
	float:none;
	overflow:hidden;
	background-image:url(images/bg_box.jpg);
	background-repeat:repeat-y;
}

#footer {
	clear:both;
	height:25px;
	background-image:url(images/index/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
/* --------- FINE ELEMENTI COMUNI --------- */


/* --------- INDEX --------- */

/* MENU LATERALE */
#latmenu {
	float:left;
	width:204px;
	height:547px;
	margin-left:7px;
	background-image:url(images/bg_latmenu.jpg);
	background-repeat:no-repeat;
}
#latmenu img{
	padding-left:7px;
	padding-top:18px;
}

/* CONTENUTI */
#contents {
	float:right;
	width:640px;
	background-color:#1f69ff;
	margin-right:5px;
}

#articolo {
	float:left;
	width:412px;
	height:306px;
	background-image:url(images/bg_article.png);
	background-repeat:no-repeat;
}
#articolo table{
	width:410px;
}
#articolo td{
	padding-bottom:20px;
}

#info {
	clear:both;
	width:640px;
	height:216px;
	background-image:url(images/bg_info.jpg);
	background-repeat:no-repeat;
}
/* --------- FINE INDEX --------- */


/* --------- PAGINE DETAIL --------- */

/* CRONOLOGIA */
#cronologia {
	width:886px;
	height:55px;
	margin-left:7px;
	background: url(images/bg_crono.jpg) no-repeat;
}
#cronologia ul{
	padding-top:8px;
	padding-left:8px;
	list-style: none;
}
#cronologia li{
	display:block;
	float:left;
	width:auto;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-right:25px;
}
#cronologia a{
	text-decoration:none;
}
#cronologia a:hover { 
	color:#fff200;
} 

/* PAGINE */
#main {
	float:left;
	width:665px;
	background-color:#1f69ff;
	margin-left:7px;
}
#detail_header {
	height:31px;
	background: url(images/articoli/detail_header.png) no-repeat;
}
#detail_center {
	background: url(images/articoli/detail_center.png) repeat-y;
	height: auto !important;  /* per i browser moderni */
    height: 474px;      /* per IE5.x e IE6 */
    min-height: 474px;  /* per i browser moderni */
}
#detail_footer {
	height:25px;
	background: url(images/articoli/detail_footer.png) no-repeat;
}

/* RICERCA */
.paginazione{
	text-align:center;
	font-weight:bold;
}
.pagina{
	width:20px;
	height:50px;
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:4px;
	border:1px solid #8a4d29;
}
.paginazione a {
	color:#ffffff;
    background-color: #8a4d29;
	padding-left:8px;
	padding-right:8px;
	padding-top:5px;
	padding-bottom:4px;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
} 
.paginazione a:hover {
    background-color: #1f69ff;
	color:#ffffff;
	text-decoration:none;
}

/* --------- FINE PAGINE DETAIL --------- */


/* COLONNA DESTRA */
#right {
	float:right;
	margin-right:5px;
	width:184px;
}

/* --------- ELEMENTI COLONNA DESTRA --------- */
#ricerca {
	float:right;
	width:184px;
	height:105px;
	margin-right:3px;
	background-image:url(images/bg_search.png);
}

#contatti {
	float:right;
	width:184px;
	height:202px;
	margin-right:3px;
	margin-top:4px;
	margin-bottom:8px;
	background-image:url(images/bg_contact.png);
	background-repeat:no-repeat;
}

#random {
	float:right;
	width:184px;
	margin-right:3px;
	margin-top:12px;
	margin-bottom:8px;
}
#random_title {
	width:184px;
	height:32px;
	background-image:url(images/bg_random_title.png);
	background-repeat:no-repeat;
}
#random_text {
	width:184px;
	background-image:url(images/bg_random_center.png);
	background-repeat:repeat-y;
}
#random_bottom {
	width:184px;
	height:20px;
	background-image:url(images/bg_random_bottom.png);
	background-repeat:no-repeat;
}
/* --------- FINE ELEMENTI COLONNA DESTRA --------- */


/* --------- COLONNA DESTRA AMMINISTRATORE--------- */
#right_admin_header {
	width:184px;
	height:31px;
	background-image:url(images/admin/header.png);
	background-repeat:no-repeat;
}

#right_admin_center {
	width:184px;
	background-image:url(images/admin/center.png);
	background-repeat:repeat-y;
}

#right_admin_footer {
	width:184px;
	height:25px;
	background-image:url(images/admin/footer.png);
	background-repeat:no-repeat;
}
/* --------- FINE COLONNA DESTRA AMMINISTRATORE--------- */


/* --------- FINE COLONNA DESTRA --------- */
