@charset "utf-8";
/* Questo documento è di proprietà di Andrea Picchi
il suo uso e la sua riproduzione sono regolati dalle 
condizioni d'uso descritte alla pagina www.andreapicchi.it/note_legali.html */

/* www.andreapicchi.it */


/* RESET MOBILE STYLE */

html { color: #000; background: #FFF; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, embed, object { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img, abbr { border: 0; }
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var { font-weight: normal; font-style: normal; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; }
q:before, q:after { content: ''; }
a, ins { text-decoration: underline; } a img { border: 0; }


/* UNIVERSAL HANDHELD PAGE STYLE */

html { color: #000; background-color: #DCF0F0; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 1em; font-weight: normal; color: #000; text-align: center; margin: 3px; }
.pgNAV { position: static; width: auto; height: auto; overflow: visible; font-size: 0.8em; text-align: center; margin: 0.2em 0em 0.2em 0em; }
.pgNAV a { text-decoration: underline; }
.quickNAV { display:inline; font-size: 0.8em; }
.quickNAV a { text-decoration: underline; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.link { text-decoration: underline; }
.hidden, .noMobi, hr { display: none; }
a:hover { color: #C00; }


/* WRAPPER RULES */

#wrapper {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


/* HEADER */

#header h1 { text-transform: uppercase; }
	

/* NAV MAIN */
	
#nav_main {
	width: auto;
	height: auto;
	margin-bottom: 1em;
	padding: 4px;
	text-align: center;
	font-size: 0.8em;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	background-color: #FFF;
}

#nav_main ul { text-align: center; margin: auto; }
	
#nav_main li {
	display: block;
	padding: 0px 4px 0px 4px;
	border: none;
}

.nav_button_info { font-size: 0.9em; }


/* BRANDING AREA */

#branding_area {
	width: auto;
	height: auto;
	margin-bottom: 1em;
	padding: 4px;
	text-align: center;
	border: 1px solid #999;
	background-color: #FFF;
}

#branding_area h1 { font-size: 1.2em; }
#branding_area h1, h2 { font-weight: bold; color: #C00; }
	

/* CONTENT */
	
#content {
	width: auto;
	height: auto;
	margin-bottom: 1em;
	padding: 4px;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #999;
	background-color: #FFF;
}

#content_main h3 { color:#000; font-size: 0.9em; }
#content_main h4 { color:#C00; font-size: 1.4em; font-weight: bold; margin: 0.8em 0 0.4em 0; }
#content_main h5 { color:#C00; font-size: 1.2em; font-weight: bold; margin: 0.4em 0 0.2em 0; }
.faq h5 { color: #000 !important; }
#bookToc li { margin: 0.4em 0 0.2em 0; }
.imgContent01 { border: 1px solid #CCC; }
.parSpaced01Clear { margin-top: 0.5em; }
.indentedList li { list-style: inside; }


/* SITE INFO */

#site_info {
	width: auto;
	height: auto;
	color: #000;
	background-image: none;
	margin-bottom: 1em;
	padding: 0.5em;
	font-size: 0.8em;
	text-align: center;
	border: 1px solid #999;
	background-color: #FFF;
}
	
#site_info p { font-size: 0.8; }