/*inizio foglio css di reset*/

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,
b, u, i, center,
dl, dt, dd, fieldset, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.25;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*fine foglio css di reset*/


/* ####################################################################### */


@font-face {
    font-family: 'GrilledCheese';
    src: url('../font/Grilcbc_.ttf');
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../font/helveticaneue.otf');
}



/* GENERALE */

body {
	font-size: 62.5%;
}

div#content {
	width: 960px;
	margin: 0 auto;
}



/* HEADER */

div#header {
	background: rgb(255,102,0);
	margin-top: 20px;
	box-shadow: 0 5px 5px rgb(200,200,200);
}

div#header h1 {
	font-family: GrilledCheese;
	font-size: 4em;
	font-weight: normal;
	color: white;
	padding: 0.5em 0;
	width: 680px;
	margin: 0 auto;
	text-shadow: 0px 3px 7px black;
}


/* MENU */

div#content div#menu ul li {
	font-size: 2em;
	width: 160px;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-top: 0.5em;
	font-family: HelveticaNeue;
	padding: 0.5em 0;
}

div#content div#menu ul li a {
	color: rgb(100,100,100);
	text-decoration: none;
	padding: 0.5em 0;
}

div#content div#menu ul li:hover {
	color: rgb(255,102,0);
	border-bottom: 0.5px rgb(220,220,220) solid;
}

div#content div#menu ul li.tuseiqui {
	border-bottom: 0.5px rgb(255,102,0) solid;
}


/* CORPO */

area {
	cursor: pointer;
}

#corpo p {
	clear:both;
	display:block;
	font-family: Helveticaneue;
	font-size: 2em;
	width: 600px;
	margin-top: 2em;
}

.testohome {
	top: 2em;
}



/* DRAPPO */

div#content div#drappo {
	width: 280px;
	float: right;
	background: url('../img/gradiente-drappo.jpg');
}

div#content div#drappo img#sfondo {
	position: absolute;
	top:0;
	z-index: 0;
}

div#content div#drappo div#testo {
	position: absolute;
	top: 6em;
	font-family: Arial;
	width: 250px;
}

div#content div#drappo div#testo h2 {
	font-weight: normal;
	margin-left: 20px;
	font-size: 3em;
	color: rgb(255,102,0);
	font-family: GrilledCheese;
	text-shadow: 2px 3px 2px white;
}

div#content div#drappo div#testo p {
	z-index: 100;
	padding-left: 20px;
	font-size: 1.25em;
	margin-top: 1em;
}

div#content div#drappo div#testo p.sito_web {
	text-align: center;
	width: 230px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 5px;
	box-shadow: 0 1px 2px rgb(50,50,50);
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: background: -webkit-linear-gradient(rgb(255,102,0), rgb(255,153,51)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(255,102,0), rgb(255,153,51)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(255,102,0), rgb(255,153,51)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(255,102,0), rgb(255,153,51)); /* Standard syntax */
}

div#content div#drappo div#testo p.sito_web:hover {
	background: background: -webkit-linear-gradient(rgb(255,153,51), rgb(255,102,0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgb(255,153,51), rgb(255,102,0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgb(255,153,51), rgb(255,102,0)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgb(255,153,51), rgb(255,102,0)); /* Standard syntax */
}

div#content div#drappo div#testo p.sito_web a {
	color: white;
	text-decoration: none;
}

div#content div#drappo div#testo img.social {
	width: 40px;
}

div#content div#drappo div#testo img.social:first-child {
	float: left;
	margin-right: 5px;
	margin-left: 20px;
}

div#content div#drappo img.logo {
	width: 160px;
	margin-left: 60px;
	margin-bottom: 20px;
}