
/* CSS Document - struttura pagina */

/* struttura pagina */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
/*********************************/
/********* CLASSI GENERICHE ******/
/*********************************/
/** Global **/
* {
    margin:0;
    padding:0;
	border:0;
	text-align:left;
}

.clear, .clear_left {
	clear:both;
	height:0;
	font-size:1%;
	}
	
.clear_left {
	clear:left;
	}	
	
/** Nascondo oggetti **/
.off, .meta-nav {
	position: absolute;
    top: -9999px;
	left:-9999px;
	}
	
a {
	color:#EE9001;
	text-decoration:none;
	}	
	
small, .data-post {
	color:#EE9001;
	font-size:11px;
	}	
	
a:hover {
	text-decoration:underline;
	}	

input, textarea, select {
border:1px solid #ccc;
background-color:#fff;
width:130px;
padding:2px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

textarea {
	width:300px;
	font-size:11px;
	}

input.pulsante {
	width:100px;
	text-align:center;
	background-color:#eaeaea;
	color:#484848;
	margin:15px 0 0 0;
	}

input.check {
	border:0;
	padding:0;
	width:auto;
	}

select {margin-bottom:5px;}

	
.nav-previous a, .nav-next a {
	color:#ccc;
	font-size:11px;
	font-style:italic;
	}	
	
a.post-edit-link {
	color:#ccc;
	background:url(../immagini/ico_edit.gif) left no-repeat;
	padding:1px 0 1px 16px;
	font-size:11px;
	font-style:italic;
	}	

/** end global **/
	

/*********************************/
/***** CONTENITORE GENERALE ******/
/*********************************/


#contenitore {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
	}
	

/*********************************/
/*********** HEADER **************/
/*********************************/


#header {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #ccc;
	}
	

#h_dx, #menu_alto,
#slider, #colonna_dx, p.archivio, #path  {
	display:none;
	}
	
/*********************************/
/*********** CENTRALE ************/
/*********************************/


#centrale {
	line-height:18px;
	}
		
#centrale h1, #centrale h2, .widget-title {
	font-size:16px;
	font-weight:lighter;
	padding-bottom:10px;
	}
	
/* colonna_sx */
	
	
#colonna_sx p, #colonna_sx ul, #colonna_dx ul.elenco  {
	padding-bottom:10px;
	}
	

.contenuti img {
	float:left;
	padding:1px;
	margin:0 10px 10px 0;
	border:1px solid #ccc;
	}	
	
	
/* news */

.news {
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #3E3E3E;
	margin-bottom:10px;
	}
	
.news p {
	padding:0;
	margin:0;
	}	
	
img.wp-post-image {
	border:1px solid #fff;
	float:left;
	margin:0 15px 0 0;
	}			
	
/*********************************/
/*********** FOOTER **********/
/*********************************/

#footer {
	margin:0;
	text-align:left;
	}
	
