/* CSS Document */

.post {
	border:1px solid #000;
	width: 100%;
	background-color: #FDB38A;
	margin: 3px;
}
.post-archivio { 
	border:1px solid #000; 
	width: 100%;
	margin: 10px 0 0 0;	
}
.post-data {
	position: relative;
	line-height: 1.2em;
	background: #DDD;
	width: 7em;
	text-align: center;
	font-family: courier, monospace;
	padding: 10px;
	margin: 5px;
	border-color: #FFFFFF;
}
.post-titolo {
	padding: 0 10px;
	font-variant: small-caps;
	letter-spacing: 3px;
	font-size: 15px;
	color: #FED6C0;
	border-style: solid;
	border-color: #90413A;
	border-width: 0px 5px 2px 5px;
	background-color: #BA5B54;
}
.post-messaggio { 
	margin: 5px 10px 5px 25px;
	padding: 3px;
	font-size: 13px;
	background: #EEF;
	border: 1px solid #99D;
}
.post-permalink { 
	padding: 3px 10px;
	text-align: right;
	font-size: 10px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #442200;
	font-size: 10px;
	font-weight: normal;
}
.menu {  font-family: Verdana, Arial, Helvetica, sans-serif; 
          font-size: 12px; 
		  font-style: normal; 
		  line-height: 20px; 
		  text-decoration: none; 
		  font-weight: bold; 
		  color: #A0A0A0}
.menu a { font-family: Verdana, Arial, Helvetica, sans-serif; 
               font-size: 12px; 
			   font-style: normal; 
			   font-weight: bold; 
			   color: #CFC1AD; 
			   text-decoration: none; 
			   line-height: 20px
			 }


.menu a:visited{      text-decoration : none;	
               color : #CFC1AD
			   	    }
.menu a:active {      text-decoration : none;	
               color : #CFC1AD
	    }
.menu a:hover {      text-decoration : underline;	
               color : #AEE4FF
	    }
.Stile5 {font-size: 14px; 
          color: #990000; 
		 font-weight: bold; 
		}

