html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}






/*	---------------------------------------------	*/
/*	This CSS sets the print style of the web site	*/
/*	This document validates as CSS level 2.1		*/
/*	---------------------------------------------	*/
body {
	background:white;						/* test only */
	color: black;
	font-family: Georgia, Times, serif;
	font-size: 11pt;
	text-align:justify;
	line-height:1.3em;
	margin:2% 5% 2% 10%;
}

h1,h2,h3,h4,h5,h6{font-weight: bold;}
h1 code {font-weight: bold;}
h2 code {font-weight: bold;}
h3 code {font-weight: bold;}
h4 code {font-weight: bold;}
h5 code {font-weight: bold;}
h6 code {font-weight: bold;}

p{padding-top:1em;}

ol, ul { padding-left:3em; }
ol {list-style-type: decimal;}
ul { list-style-type:disc; }
ul ul { list-style-type:circle; }

h1{ font-size: 250%; text-align:center;}
h2 { font-size:150%; }
#content h2{ text-align:right;	margin-top:2.5em;	padding-bottom:1em; }
h3 { font-size:135%; text-align:center; margin-top:2em;}
h4 { font-size:120%; margin-top:1.5em;}
h5,h6 { font-size:100%; margin-top:1.5em; }

em { font-style: italic;}

img {border:0;}										/* Elimina il bordo dalle immagine con link */

a:link, a:visited {
	color: #520;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 85%;
}

code {
	font: 95% "Courier", "Trebuchet MS", sans-serif;
	font-style: italic;
}

th,td{ border: 1px solid #999; padding:0.5em; }
th{font-weight: bold;}
table{ border-collapse:collapse; padding:13em; }
table{width:100%;}

dd {margin-left:3em;}
.about_me_dl {margin-top: 2em;}

blockquote, q, cite {font-style: italic; }
.about_me_dl .author { display:block; text-transform: capitalize; text-align:left;}


/* What to not display */
#header .sticky_home {display:none;}
#navigation {display:none;}
#content #intestazione {display:none;}
#copyright {display:none;}


/*-- CLASS --*/
.question{ font-weight: bold; }
.important { font-weight: bold;}
#content img {
	padding:1em 0em;
	display:block;
	margin-left:auto; 
	margin-right:auto;
}

/*-- DIV --*/
#header .print_only {
	text-align:center;
	font-style: italic;
	font-size: 8pt;
}
#content { border-top: 1px solid #999; }
#content dt { font-weight: bold; }


/* TEMP (warning / update) */
.warning {
	border: 5px solid #ff0000;
	background: #ddb3b3;
	padding:1em;
	margin-bottom:1em;
	text-align:center;
}

.update {
	border: 5px solid #009114;
	background: #b5f3be;
	padding:1em;
	margin-bottom:1em;
}


/* BLOG */
.post a:link:after, .post a:visited:after { content: " "; }
.post-info a:link:after { content:" pippo "; }
.post-info a:visited:after {  content:" pippo"; }

.postmetadata {display:none;}
#content-footer {display:none;}
#respond {display:none;}

