/*------------------------------------------------*/
/* POST, TITOLO E PIEDE */

	.post {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		padding-bottom: 15px;
	}
	.post a {
		text-decoration: none;
		color: red;
	}
	.post a:hover {
		text-decoration: underline;
	}
	.post .titolo {
		border-bottom: 1px solid red;
	}
	.post .titolo a, .post .titolo a:hover {
		font-size: 15px;
		font-weight: bold;
		color: black;
		text-decoration: none;
	}
	.post .footer {
		font-size: 10px;
		color: #666666;
	}
	.post .footer a, .post .footer a:hover {
		font-size: 10px;
		color: #666666;
		text-decoration: underline;
	}


/*------------------------------------------------*/
/* COLONNA SINISTRA */

	#colSinistra {
		text-align: right;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	#colSinistra a {
		color: #666666;
		text-decoration: none;
		font-size: 12px;
	}
	#colSinistra a:hover {
		color: red;
		text-decoration: none;
	}


/*------------------------------------------------*/
/* COLONNA DESTRA */

	#colDestra {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #666666;
	}
	#colDestra a {
		color: red;
		text-decoration: none;
	}
	#colDestra a:hover {
		color: red;
		text-decoration: underline;
	}


/*------------------------------------------------*/
/* COLONNA CENTRO */

	#colCentro {
		padding: 1px 5px 5px 5px;
	}


/*------------------------------------------------*/
/* PARENTESI E LOGO */

	#bigPar {
		background: url(http://www.edizionidif.it/bigpar.gif) no-repeat;
		width: 103;
		height: 409;
	}

	#smallPar {
		background: url(http://www.edizionidif.it/smallpar.gif) no-repeat;
		width: 51;
		height: 204;
	}

	#logo {
		height: 21;
		padding: 15px 15px 15px 80px;
	}


/*------------------------------------------------*/
/* LISTA DI TITOLI ___ CATEGORIA */

	ul {
		padding:0px;
		margin:0px 0px 0px 20px;
		list-style-image: url(http://www.edizionidif.it/quad.gif);
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	li {
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}
	li a {
		color: black;
		text-decoration: none;
	}
	li a:hover {
		color: red;
		text-decoration: none;
	}
	#catDescrizione {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		border-bottom: 1px solid red;
		margin-bottom: 15px;
		font-size: 15px;
		font-weight: bold;
	}
	#catDescrizione a {
		color: black;
		text-decoration: none;
	}
	#catDescrizione a:hover {
		color: red;
		text-decoration: none;
	}

/*------------------------------------------------*/
/* AGGIUSTAMENTI */

	img {border:0px}
