/*
   Jemima Pereira  http://jemimap.freeshell.net/moveabletype/ 
   Simple persistent style to handle older browsers and download delays.
*/

	body, div {
             /* redundant selectors to help NS4 not forget */
    font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
    font-size:    11px;
    }

	body {
		background-image: none;
		background: #FFF;
		color: #000;
		}


	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		text-decoration: none;
/*		background: #AAA;*/
		}

	.description {
  		text-transform: none;	
		}

	.title {
		font-size: 15px;
		background-color:transparent;
		}			

	#menu {
		text-align: center;
		}		

	.posted	{ 
		font-size: 9px; 
		color: #000000; 
		}
		
		
	.calendar {
		font-size: 8px;
		font-weight: normal;
  		padding: 2px;
		}
	
	.calendarhead {	
		font-size: 15px;
		font-weight: bold;
		letter-spacing: .3em;
		}	
	
	.sidetitle {
		font-size: 19px;
		font-weight: bold;
  		margin-top: 10px;
		}		
	
	.powered {
/*		font-size: smaller;		*/
		line-height: 140%;
		text-transform: uppercase; 
		padding: 2px;
		margin-top: 10px;
		letter-spacing: .2em;
		text-align: center;					
		}	
		
	
	.comments-body {
 		padding-bottom: 5px;
  		padding-top: 5px;		
		}		

	.comments-post {
/*		font-size: smaller;*/
		}	
			
	#banner-commentspop {
		font-size: larger;
		font-weight: bold;
  		padding: 5px;
		}

/* personal style */

	.squish {
		font-size: smaller; }

/* EOF */

/* added by paolo massa */

.nodisplay {display:none;}
.delimiter {display:none;}


#banner .logo {
	padding:0;
	float:right;
}

#banner .logo img {
	height:88px;
}

#banner {
/*	min-height:100px;*/

	padding-left: 15px;
	padding-top: 15px;
  	padding-right: 15px;
	padding-bottom:15px;
}

#navsite {
	display:none;
	}


#positionedbox {
	line-height: 125%;
	width:30%;
	background-color:yellow;
	float:right;
	margin: 8px;
	padding: 4px;
	border: 3px black solid;
	color:black;
	}

#positionedbox .title {
	font-size:15px;
}

label {cursor:hand}

acronym, abbr {border-bottom : 1px dotted rgb(100,100,100); cursor : help}


/* ----------- */

.contatto {
	padding: 10px;
	text-align:center;
	border-top: 1px solid;
	text-transform:capitalize;
	font-variant:small-caps;	
}

code, pre {font: 110% monospace;}

.valid img {
		border-width : 0;
	    margin : 0;
	    padding : 0;
	    width : 88px;
	    height : 31px; }

#links a.submenu {
	position:relative;
	left:13px;
}


#content p {
	margin:7px;
}

