

/* stile base - aggiornato il 23-03-2005 */
/* Tutti i diritti riservati */


/* corpo pagina */



body {
scrollbar-arrow-color: #5676B1;
scroll-base-color: #0000ff;
scrollbar-face-color: #F0F3FA;
scrollbar-highlight-color:#5676B1;
scrollbar-shadow-color:#0000ff; }



/* tabelle */


.tabella_sfondo {background-color: #99CCFF;}


/* links */


a, a:visited {
	color: #00679b;
	border-bottom: 1px dotted rgb(91,149,185);
	text-decoration: none;
}

a:hover, a:focus {
	color: #f00;
	border-bottom: 1px solid #f00;
}



/* forms */


input {
	background-color: #F0F3FA;
	border: 1 solid #5676B1}

textarea {
	background-color: #F0F3FA;
	border: 1 solid #5676B1}




/* date a calendario
----------------------------------------------- */


.post-cal {
	text-align: center;
	float:left; 
	font-family: Arial, Helvetica, sans-serif;
	background:url(../grafica/clip-bottom.png) 
		right bottom no-repeat;
	width:2.2em;
}


.post-date {
	font-size: 1.2em;
	margin:0; 
	padding:0;
	padding-top:12px;
	background:url(../grafica/clip-top.png) 
		center top repeat-x;
}

.post-month { 
	font-size: .8em;
	margin:0; 
	padding:0;
}

