body {
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
}

a:link, a:visited,
h2 span a:link, h2 span a:visited,
.thumb_post h2 span a:link, .thumb_post h2 span a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover, a:active,
h2 span a:hover, h2 span a:active, 
.thumb_post h2 span a:hover, .thumb_post h2 span a:active {
	color: #d87a87;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 10px;
}

form {
	padding: 0px;
	margin: 0px;
}
input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* --- Struttura --- */
#barra_superiore {
	background-image: url(images/nakedflavour/sfondo_barra.gif);
	background-color: #d61f4d;
	height: 30px;
	line-height: 30px;
}
	#barra_superiore .container_bs { width: 970px;	margin: 0px auto 0px auto; }

	#barra_superiore a:link, #barra_superiore a:visited {
		display: block;
		float: left;
		height: 30px;
		line-height: 30px;
		padding: 0px 10px 0px 10px;
		color: #ffffff;
		margin-right: 10px;
	}
	#barra_superiore a:hover, #barra_superiore a:active {
		background-color: #d87a87;
	}
		/* css aggiuntivo */
		#barra_superiore a.rss_link:link, #barra_superiore a.rss_link:visited {
			float: right;
			height: 30px;
			line-height: 30px;
			padding-left: 38px;
			/* background-color: #d61f4d; */
			background-image: url(images/nakedflavour/ico_feed_rss.png);
			background-repeat: no-repeat;
			background-position: 8px 3px;
			margin-left: 10px;
			margin-right: 0px;
		}
		#barra_superiore a.rss_link:hover, #barra_superiore a.rss_link:active {
			background-color: #d87a87;
		}


.contenuto_totale {
	width: 950px;
	margin: 0px auto 0px auto;
}

#header {
	padding: 38px 0px 38px 0px;
	font-size: 15px;
	color: #666666;
}
	#header img { border: 0px; margin: 0px 0px 3px 0px; }

.contenuto {
	width: 600px;
	padding: 20px 20px 20px 5px;
	float: left;
}
	
.barra_laterale {
	width: 300px;
	padding: 20px 5px 20px 20px;
	float: left;
}
	.barra_laterale a:link, .barra_laterale a:visited {
		color: #ababab;
	}
	.barra_laterale a:hover, .barra_laterale a:active {
		color: #d87a87;
	}
	.barra_laterale h3,
	.barra_laterale h4 {
		font-size: 15px;
		font-weight: bold;
		margin: 0px 0px 15px 0px;
		padding: 10px 0px 10px 0px;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;		
		color: #333333;
		clear: both;
	}
		.barra_laterale h4 {
			padding: 0px;
			border: 0px;
		}

	.barra_laterale .box_sezione {
		margin-bottom: 20px;
		color: #666666;
	}
		/* stili aggiuntivi per modifiche locali per alcuni elementi */
		.barra_laterale .box_cerca { border-top: 1px solid #f2f2f2; padding: 10px 0px; 10px 0px; margin-bottom: 0px; }
		.barra_laterale .box_cerca h3 { font-size: 12px; font-weight: normal; padding: 0px; margin-bottom: 3px; border: 0px; color: #999999; }
		.casella_cerca, .casella_newsletter { width: 226px; height: 18px; line-height: 18px; background: transparent; border: 0px; padding: 2px 4px 2px 4px; color: #999999; background-image: url(images/nakedflavour/sfondo_input_cerca.gif); background-repeat: no-repeat; margin: 0px; }
		.pulsante_cerca, .pulsante_newsletter { width: 30px; background-color: #ffffff; color: #333333; border: 0px; padding: 2px; }
			.casella_newsletter {background-image: url(images/nakedflavour/sfondo_input_newsletter.gif); color: #666666; }
			.pulsante_newsletter { color: #999999; background-color: #000000; }

	.barra_laterale .box_sezione .tag_cloud {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align: justify;
	}

#footer {
	color: #f2f2f2;
	background-color: #000000;
	font-size: 11px;
	height: 150px;
}
	#footer .colonna {
		float: left;
		padding: 40px 20px 0px 0px;
	}
	#footer .newsletter {
		padding: 10px;
		border: 1px solid #333333;
	}
		#footer .newsletter div.tit {
			height: 16px;
			line-height: 16px;
			padding-left: 20px;
			background-image: url(images/nakedflavour/ico_newsletter.png);
			background-repeat: no-repeat;
			background-position: 0px 0px;
			margin-bottom: 5px;
		}
	
/* --- Elementi Post --- */
h2 {
	padding: 0px;
	margin: 0px 0px 12px 0px;
	font-weight: normal;
	color: #666666;
	font-size: 18px;
}
	h2 span {
		/* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
		font-size: 11px;
		line-height: 15px;
		font-weight: normal;
		color: #999999;
	}
		h2 span span.share_mini {
			padding-left: 13px;
			background-image: url(images/nakedflavour/ico_share_this_mini.gif);
			background-repeat: no-repeat;
			background-position: 0px 2px;
		}
	h2 a:link, h2 a:visited {
		color: #cc0000;
	}
	h2 a:hover, h2 a:active {
		color: #d87a87;
	}

.testo {
	clear: both;
	text-align: justify;
	margin-bottom: 12px;
}
	.testo img { border: 0px; padding: 10px; }
	.testo img.img_left { float: left; }
	.testo img.img_right { float: right; }

.tag {
	font-weight: bold;
	color: #666666;
	margin-bottom: 12px;
	padding-left: 20px;
	background-image: url(images/nakedflavour/ico_tag.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.url {
	margin: 0px 27px 12px 27px;
	font-size: 12px;
	color: #999999;
}


/* --- THUMBS (galleria, segnalazioni, miniatura post) --- */
.galleria {
	width: 576px;
	margin: 0px auto 0px auto;
}
	.thumb_opere {
		padding: 0px 10px 20px 10px;
		background-image: url(images/nakedflavour/ombra_thumb_gallery.gif);
		background-position: center 172px;
		background-repeat: no-repeat;
		width: 172px;
		height: 172px;
		float:left;
	}
		.thumb_opere img {
			padding: 3px;
			width: 164px;
			height: 164px;
			border: 1px solid #cccccc;
		}

.thumb_segnalazione {
	padding: 0px 10px 20px 10px;
	background-image: url(images/nakedflavour/ombra_thumb_segnalazione.gif);
	/* background-position: center 208px; */ /* lo calcola tramite php perché l'altezza è variabile e IE 6 sballa con "bottom" */
	background-repeat: no-repeat;
	width: 556px;
	margin: 0px auto 0px auto;
}
	.thumb_segnalazione img {
		padding: 3px;
		width: 548px;
		border: 1px solid #cccccc;
	}

.thumb_post {
	padding: 0px 10px 20px 10px;
	width: 180px;
	float: left;
}
	.thumb_post img {
		width: 180px;
		height: 160px;
		border: 0px;
	}
	.thumb_post h2 {
		padding: 5px;
		margin: 0px;
		height: 60px;
		font-size: 14px;
		font-weight: bold;
		background-color: #f2f2f2;
	}
		.thumb_post h2 a:link, .thumb_post h2 a:visited {
			color: #666666;
		}
		.thumb_post h2 a:hover, .thumb_post h2 a:active {
			color: #d87a87;
		}
	.thumb_post div {
		padding: 0px 5px 5px 5px;
		color: #999999;
		font-size: 11px;
		background-color: #f2f2f2;
	}
		.thumb_post div span.share_mini {
			padding-left: 13px;
			background-image: url(images/nakedflavour/ico_share_this_mini_gr.gif);
			background-repeat: no-repeat;
			background-position: 0px 2px;
		}

/* Classi per i commenti */
.titolocommenti {
	position: relative;
	padding: 8px;
	background-color: #f2f2f2;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	width: 584px; /* serve solo per IE6 (per posizionare correttamente il link al feed della discussione) */
}
	.titolocommenti div {
		position: absolute;
		padding-right: 20px;
		text-align: right;
		width: 200px;
		height: 16px;
		line-height: 16px;
		font-size: 11px;
		right: 8px;
		bottom: 8px;
		font-weight: normal;
		background-image: url(images/nakedflavour/ico_rss_commenti.png);
		background-position: bottom right;
		background-repeat: no-repeat;
	}
.infocommento {
	padding: 12px 12px 0px 12px;
	line-height: 16px;
	height: 16px;
	color: #666666;
}
	.infocommento .numerocommento {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 16px;
		width: 16px;
		height: 16px;		
		text-align: center;
		float: left;
		color: #ffffff;
		background-color: #cccccc;
		margin-right: 5px;
		font-weight: bold;
	}

.testocommento, .scrivicommento {
	text-align: justify;
	color: #666666;
	padding: 12px;
	border-bottom: 1px solid #cccccc;
}
	.scrivicommento {
		background-color: #f2f2f2;
		border-top: 1px solid #cccccc;
	}
	.scrivicommento .modulo {
		margin: 0px 0px 3px 0px;
		padding: 5px;
	}
	.scrivicommento .modulo textarea {
		width: 559px;
		height: 180px;
	}


/* --- Paginazione --- */
.paginazione {
	height: 31px;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	clear: both;
}
	.paginazione a:link, .paginazione a:visited, 
	.paginazione .paginaattiva,
	.paginazione .continua {
		display: block;
		height: 22px;
		line-height: 22px;
		text-align: center;
		color: #cccccc;
		border: 1px solid #ececec;
		margin-right: 3px;
		float: left;
		overflow:hidden;
	}
		.paginazione a:link, .paginazione a:visited,
		.paginazione .paginaattiva,
		.paginazione .continua { width: 22px; }
		.paginazione .paginaattiva {
			background-color: #a9a9a9;
			border: 1px solid #ffffff;
			color: #ffffff;
		}
		.paginazione .continua {
			/* border: 1px solid #ffffff; */
		}
	.paginazione a:hover, .paginazione a:active {
		border-color: #999999;
		color: #d87a87;
	}
	.paginazione .saltapagina, .paginazione .saltagruppo { background-color: #f2f2f2; font-size: 14px; }
	.paginazione a.paginaprecedente:link, .paginazione a.paginaprecedente:visited,
	.paginazione a.paginaseguente:link, .paginazione a.paginaseguente:visited,
	.paginazione a.paginaarchivio:link, .paginazione a.paginaarchivio:visited { width: 230px; padding: 0px 8px 0px 8px; }
		.paginazione a.paginaseguente:link, .paginazione a.paginaseguente:visited,
		.paginazione a.vis_c:link, .paginazione a.vis_c:visited, .paginazione a.vis_t:link, .paginazione a.vis_t:visited, .paginazione a.vis_l:link, .paginazione a.vis_l:visited, 
		.paginazione .paginaattiva_vis { float: right; margin-right: 0px; margin-left: 3px; }
		.paginazione a:link img, .paginazione a:visited img { border: 0px; }
		.paginazione a.paginaarchivio:link, .paginazione a.paginaarchivio:visited { margin: auto; float: none; }



/* --- Form contatti --- */
.form_contatti div {
	padding: 10px;
	margin-bottom: 1px;
}
	.form_contatti textarea {
		width: 550px;
		height: 280px;
	}


/* --- Varie --- */
.titolocategoria {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 12px 12px 12px;
	color: #999999;
	clear: both;
}
	.titolocategoria span { color: #d87a87; }

.google_ads {
	/* --- */
}
	/* classi aggiuntive */
	.contenutobanner { /* 468x60 */ padding: 10px 10px 20px 10px; }

.box_ricerca {
	padding: 20px;
	margin-bottom: 12px;
	background-color: #f2f2f2;
	border-color: #cccccc;
	text-align: center;
	color: #999999;
}

.avviso,
.messaging {
	display: block;
	padding: 5px;
	border: 1px solid #000000;
	background: #ffffcc;
	color: #000000;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	/* classe aggiuntiva */
	.errore { color: #cc0000; font-weight: bold; }

.separatore {
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	clear: both;
}

	/* css aggiuntivi (per separatore e per paginazione */
	.lineasopra { margin-top: 12px; border-top: 1px solid #cccccc; }	
	.lineasotto { margin-bottom: 12px; border-bottom: 1px solid #cccccc; }
		.lineacorta { width: 100px; border-color:#cccccc; }	

.invisibile,
.js .messaging {
	display: none;
}
.visibile {
	/* display: block; */
	/* --- L'elemento assume l'aspetto di default (block o inline) --- */
}

.nascosto {
	/* visibility: hidden; */
	display: none;
	position: absolute;
	left: -15000px;
}

/* --- Classe relativa ai bordi delle immagini con link. Va necessariamente messo alla fine --- */
a:link img, a:visited img {
	/*border-color: #cccccc;*/
}
a:hover img, a:active img {
	border-color: #d87a87;
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}