@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; }

.IE { color: #C00; display: inline; font-size: 2em; text-transform: uppercase; }


/* UNIVERSAL SCREEN PAGE STYLE */

html { color: #111; background: url(../images/bkg/bg_html.png); }
body { background: url(../images/bkg/bg_body.jpg) top center repeat-x; font-family: "Helvetica", "Helvetica Neue", "Geneva", "Lucida Sans", "Verdana", sans-serif; text-align: center; word-spacing: 0.2em; }
hr, .pgNAV, .quickNAV, .hidden, .noScreen, .IE { display: none; }
.p_first-word { font-weight: bold; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.highlight { color: #AB0230; /*#22C23E;*/ }
abbr, cite, acronym { cursor: help; color: #036; border-bottom: 1px dotted #036; }

@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: 980px;
	}

/* 2. BRANDING AREA */

#branding_area {
	height: 290px;
	width: 980px;
	}

/* 2.1 header */

#header {
	height: 160px;
	width: 980px;
	}
	
#header h1 a {
	border-bottom: none;
	color: #FFF;
	font-family:  "Kravitz Extra Thermal";
	font-size: 5em;
	font-weight: bold;
	padding-top: 20px;
	text-transform: uppercase;
	text-shadow: 0px 2px 0px #333;
	}
		
#header h2 a {
	border-bottom: none;
	color: #FFF;
	font-family:  "Kravitz Extra Thermal";
	font-size: 2em;
	text-shadow: 0px 1px 0px #333;
	}
		
/* 2.2 nav main */	
	
#nav_main {
	height: 80px;
	width: 980px;
}

#nav_main a {
	color: #FFF;
	border-bottom: none;
	}
	
#nav_main a:hover {
	color: #FF6;
	border-bottom: none;
	}
	
#nav_main div {
	float: left;
	height: 50px;
	margin-top: 15px;
	text-align: left;
	width: 220px;
	}
	
#nav_main div:first-child { margin: 15px 10px 0px 150px; }
#nav_main div li { margin-left: 60px; }

.nav_button {
	color: #FFF;
	font-size: 1.6em;
	padding-top: 5px;
	text-shadow: 0px 2px 0px #333;
	}
	
.nav_button_info {
	font-size: 0.8em;
	padding-left: 2px;
	text-shadow: 0px 1px 0px #FFF;
	word-spacing: 0em;
	}

#button_about {
	background: url(../images/icons/icon_nav-about.png) left top no-repeat;
	height: 50px;
	width: 220px;
	}
	
#button_portfolio {
	background: url(../images/icons/icon_nav-portfolio.png) left top no-repeat;
	height: 50px;
	width: 220px;
	}
	
#button_contact {
	background: url(../images/icons/icon_nav-contact.png) left top no-repeat;
	height: 50px;
	width: 220px;
	}
	
/* 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;
	border-top: none;
	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 {
	/*background: url(../images/bkg/bg_content.png);*/
	border: 1px solid #FFF;
	border-top: none;
	font-family: "Myriad Pro", "Helvetica", "Helvetica Neue", Arial, sans-serif;
	padding: 20px 40px 50px 40px;
	text-align: left;
	width: 698px;
	}

#content_main h3:before {
	content: "adesso sei qui » ";
	font-style: italic;
	}


#content_main h3 {
	font-size: 1em;
	margin: 0 0 10px 0;
	text-shadow: 0px 2px 0px #FFF;
	}

#content_main h4 {
	color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 1em;
	margin: 20px 0 15px 0;
	text-shadow: 0px 2px 0px #FFF;
	}

#content_main h5 {
	color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1em;
	margin: 20px 0 10px 0;
	text-shadow: 0px 2px 0px #FFF;
	}
	
#content_main a, a:visited {
	border-bottom: 1px dotted #0196E3;
	color: #0196E3;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

#content_main a:hover {
	text-decoration: underline;
	}

/*#content_main:last-child { margin-bottom: 2em; }*/
#content_main p:first-letter { font-weight: bold; }

.firstWord {
	display: block;
	float: left;
	font-size: 3.6em;
	font-weight: bold;
	margin: 12px 6px 0 -12px;
	text-shadow: 0px 2px 0px #FFF;}

.taglineH5 { color: #C00 !important; font-size: 1em !important; margin-top: -8px !important; }
.faq h5 { color: #000 !important; margin-top: 0.8em !important; }
.imgContent { margin-top: 1em; }

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

.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; }
	
.callToAction01 {
	background: url(../images/icons/icon_arrow-green01.png) no-repeat;
	padding-left: 30px;
	}

.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;
	}
	
.indentedListAccessKey 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;
	}
	
.indentedListAccessKey li:first-letter { font-weight: bold; }
	
.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;
	}

#book-preview { background: url(../images/photo/book-apress_preview.jpg) no-repeat right top; min-height: 587px; }
#book-preview p { width: 320px; }
#bookToc li { margin-bottom: 0.5em; }
#siteMap li { margin-bottom: 0.5em; }
#siteMapTitle { font-weight: bold; margin-bottom: 0.5em; }
	
/* 4. SITE INFO RULES */

#site_info {
	color: #999;
	font-size: 0.7em;
	letter-spacing: 0.2em;
	text-shadow: 0px 1px 0px #FFF;
	word-spacing: 0.2em;
	}
	
#site_info p { margin-top: 5px; }
#site_info p:last-child { margin: 5px 0 20px 0; }

#site_info a, a:visited {
	border-bottom: 1px dotted #999;
	color: #999;
	outline: none;
	}