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 main style of the web site	*/
/*	This document validates as CSS level 2.1		*/
/*	--------------------------------------------	*/


	
body {
/*	background:lime;						/* test only */
	background: url(../img/scrivania.png) repeat;
	color: black;

	font-family: "Verdana", "Trebuchet MS", "Geneva", sans-serif;
	font-size: 80%;
	text-align:center;
}

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{margin-top:1em;}
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; }


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


em { font-style: italic;}

a {text-decoration:none;}

code {
	font: 100% "Courier", "Courier New", serif;
	font-style: italic;
}
pre code {
	display: block;
	font-size: 90%;
	color:#909090;
	background:black;
	border: 3px solid #6c6c6c; padding:0.5em;
	line-height:1.5em;
	margin-bottom:1em;
}

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 q:before {content: url("../img/quote_open.png"); margin-right:1em; }
.about_me_dl q{/*background: red;*/}
.about_me_dl{/*background:lime;*/}
.about_me_dl .author {  /*background:yellow;*/ display:block; text-transform: capitalize; text-align:right;}



/*-- CLASS --*/
.print_only{ display:none; }

.question{ font-weight: bold; }

.math{ font-style: italic; }


/*-- DIV --*/
#container{
	margin:-15px auto 0 auto;
	text-align:left;
	width:800px;
/*	background:red;	/**/
}

#header{
/*	background:lime;						/* test only */
	background: url("../img/header.png") no-repeat;
	width:800px; height:300px;
	padding:0;
}
#header a:hover{/*background:yellow;	/*test only*/}

#header .sticky_home{
	padding:0px;
	margin-top:200px;
	margin-left:160px;
	float:left;
}


#content{
/*	background:lime;						/* test only */
	position:relative;

	background: url(../img/pagina.png) repeat-y;
	width:550px;
	min-width:550px;
	max-width:550px;
	min-height:180px;						/* no real need: stylish only */
	
	padding-top:1em;

	padding-left:70px;
	padding-right:25px;
	margin:0;
	
	line-height:2.18em;						/* interlinea */
	text-align:justify;
}

#content img {
	padding:1em 0em;
	display:block;
	margin-left:auto; 
	margin-right:auto;
}

.language{
	width:120px;
	margin-left:auto; 
	margin-right:auto;
}
img .language{padding:10em;}
.language .ita{float:left;}
.language .eng{float: right;}


#intestazione{
/*	background:black;				/* test-only */
	font-size: 95%;
	text-decoration: none;
	color:#474747;
	margin-top:0px; padding:0;
}

#intestazione a{ border-bottom: 1px dashed #474747; color:#474747; }
#intestazione a:hover{ border-bottom: 1px solid #474747; color:#474747; }

#intestazione .path{
/*	background:lime;				/* test-only */
	text-transform: capitalize;
	float:left;
	margin:0; padding:0;
}

#intestazione .contact{
/*	background:yellow;				/* test-only */
	float:right;
	margin:0;padding:0;
}


#copyright{
	text-align:center;
	font: 70% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: black;
}
#copyright p { padding:0; margin:0;}

#copyright a { text-decoration:underline; color:black;}

#content dt { font-weight: bold; }

.important { font-weight: bold;}
.center {text-align:center;}


/*-- School section --*/
#courses_list{
	list-style-image: url("../img/arrow.png");
	margin-left:1.5em;
/*	background:lime;							/* test only */	
}

/*-- About section --*/
#content dl dd p{margin-top:0; margin-left:0; }
#content dl.about_me_dl a { text-decoration:none; color:black; }
#content dl.about_me_dl a:hover { text-decoration:none; color:black; border-bottom: 1px dashed black;}
#curriculum a, #vcard a {text-decoration:none; border-bottom: 1px dashed #474747; color:#474747;}
#curriculum a:hover, #vcard a:hover {text-decoration:none; border-bottom: 1px solid #474747; color:#474747;}



/* 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;
}

.update h5 {padding:0; margin:0; text-align:center;}