@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 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; }
ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { clear: both; font-size: 1em; }
q:before, q:after { content: ''; }
a, ins { text-decoration: none; cursor: pointer; } a img { border: 0; }


/* UNIVERSAL SCREEN PAGE STYLE */

body { background: none; font-family: "Helvetica", "Helvetica Neue", "Geneva", "Lucida Sans", "Verdana", sans-serif; text-align: center; word-spacing: 0.2em; }
hr, .pgNAV, .quickNAV, .hidden { display: none; }
.p_first-word { font-weight: bold; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
abbr, cite, acronym { cursor: help; color: #000; border-bottom: 1px dotted #000; }

.noPrint { display: none; }
.callToAction01 { display: none; }

@font-face {  
	font-family: "Kravitz Extra Thermal";  
  	src: url(../fonts/KRAVET__.TTF) format("truetype");
	}

/* 1. WRAPPER RULES */

#wrapper {
	height: auto;
	min-height: 320px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	}

/* 2. BRANDING AREA */

#branding_area {
	height: 100%;
	width: 960px;
	}

/* 2.1 header */

#header {
	height: 100%;
	margin-bottom: 10px;
	width: 960px;
	}
	
#header h1 a {
	border-bottom: none;
	color: #000;
	font-family:  "Kravitz Extra Thermal";
	font-size: 5em;
	font-weight: bold;
	padding-top: 20px;
	text-transform: uppercase;
	}
	
	
#header h2 a {
	border-bottom: none;
	color: #000;
	font-family:  "Kravitz Extra Thermal";
	font-size: 2em;
	margin-bottom: 10px;
	}
		
/* 3. CONTENT RULES */

#content_shadow {
	background: url(../images/bkg/bg_content-shadow.png) center bottom no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 11px;
	width: 794px;
	z-index: -1;}

#content {
	border: 1px solid #CCC;
	background: #FFF url(../images/bkg/bg_content.png);
	line-height: 1.4em;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
	padding: 1px;
	width: 780px;
	}
	
/* 3.1 content main */

#content_main {
	font-family: "Helvetica", "Helvetica Neue", Arial, sans-serif;
	padding: 20px 40px;
	text-align: left;
	width: 700px;
	}

#content_main h3:before {
	content: "questa è la pagina » ";
	font-style: italic;
	}


#content_main h3 {
	font-size: 1em;
	margin: 0 0 10px 0;
	}
	
#content_main h3 a { border-bottom: none; }

#content_main h4 {
	color:#000;
	font-size: 1.8em;
	margin: 20px 0 15px 0;
	}

#content_main h5 {
	font-size: 1.2em;
	margin: 20px 0 10px 0;
	}
	
#content_main a, a:visited {
	border-bottom: 1px dotted #000;
	color: #000;
	outline: none;
}

#content_main a:link:after, #content_main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#content_main:last-child { margin-bottom: 2em; }


.taglineH5 { font-style: italic; margin-top: -8px !important; }

.parSpaced01 { margin-top: 1em; }
.parSpaced02 { margin-top: 2em; }
.parSpaced01Clear { clear: both; margin-top: 1em; }
.parSpaced02Clear { clear: both; margin-top: 2em; }

.imgContent { margin-top: 1em; }

.faq h5 { margin-top: 0.8em !important; }

.parSocials {
	height: 34px;
	margin-top: 0.5em;
	padding: 14px 0 0 50px;
	}

#parIcon48google { background: url(../images/icons/icon_google.png) no-repeat; }	
#parIcon48twitter { background: url(../images/icons/icon_twitter.png) no-repeat; }
#parIcon48linkedin { background: url(../images/icons/icon_linkedin.png) no-repeat; }	
#parIconVcard { background: url(../images/icons/icon_vcard.png) no-repeat; padding-left: 68px; }	

.indentedList li {
	background: url(../images/icons/icon_arrow-green01.png) no-repeat;
	font-style: italic;
	height: 20px;
	margin: 0.4em 0 0 1em;
	padding-left: 30px;
	}
	
#imgContent00 {
	float: left;
	margin: 0 1em 1em 0;
	}

.imgContent01 {
	border: 2px solid #CCC;
	border-bottom-color: #999;
	border-right-color: #999;
	float: left;
	margin: 0 1em 1em 0;
	}
	
#bookToc li { margin-bottom: 0.5em; }