/* CSS Document */

* { padding: 0; margin: 0 auto;}

body { 
	font-family: "Times New Roman", Times, serif;
	}

a {
	text-decoration:none;
	color: #2A0055;
	}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", serif;
	}

h1 a, #logo {
	padding-bottom: 25px;
	color: #000;
	}
	
#header_menu, #sidecol, #archivio_articoli, #footer, .nascosto, .nascosto1, hr, .sezione {
	display: none;
	}
	
img {
	margin-left: 10px;
	margin-bottom: 0;
	float: right;
	border: 1px solid #000;
	}
	
#content h2 {
	font-size: 1.5em;
	margin-bottom: 15px;
	}
	
#content h3 {
	font-size: 1.1em;
	font-style: italic;
	letter-spacing: .05em;
	margin-top: -15px;
	margin-bottom: 15px;
	}

.post {
	padding-bottom: 20px;
	}
	
#credit {
	font-size: .8em;
	}

table {
  	width: 100%;
  	border: 1px solid #999;
  	}
	
table caption {
  	margin: 0;
  	padding: 1px;
  	text-align: left;
 	border: 1px solid #999;
  	border-bottom: none;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
  	}
	
table th, table td {
  	margin: 0;
  	padding: 1px;
  	text-align: center;
  	border-bottom: 1px solid #999;
  	}
	
table .sx {
	border-left: 1px solid #999;
	}

