
@font-face {
	font-family: 'ChunkFive Regular';
	src: url('fonts/Chunkfive.eot');
	src: local('ChunkFive Regular'), local('ChunkFive'), url('fonts/Chunkfive.woff') format('woff'), url('fonts/Chunkfive.svg#ChunkFive') format('svg'), url('fonts/Chunkfive.otf') format('opentype');
}

@font-face {
    font-family: 'MyriadWebProRegular';
    src: url('fonts/myriadwebpro-webfont.eot');
    src: url('fonts/myriadwebpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadwebpro-webfont.woff') format('woff'),
         url('fonts/myriadwebpro-webfont.ttf') format('truetype'),
         url('fonts/myriadwebpro-webfont.svg#MyriadWebProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Reset.css */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, q, small, strong, sub, sup, tt, var,
ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul, ol { list-style: none;}
img { border: none; }
:focus { outline: 0; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
/* End reset */

html{
	-webkit-font-smoothing: antialiased;
	}

body { 
	background: #fff;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #333333;
	 font-family: 'MyriadWebProRegular';

}

/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* Typography and default stuff */

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	transition: all .1s linear;
}

a:hover,
#menu .current a {
	color: #E7521A;
	text-decoration: none; 
}

p, dl, hr, h1, h2, h3, h4, h5, h6,
ol, ul, pre, table, fieldset, blockquote, .widget {
	margin-bottom: 20px;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 18px; letter-spacing: -0.5px; }
h4 { font-size: 20px; margin-bottom:5px;}
h5 { font-size: 13px; }
h6 { font-size: 12px; }

#header h1,
.post h2,
h3,h4 {
	font-family: 'ChunkFive Regular', Arial, Helvetica, sans-serif; /* Chunkfive is called via @font-face */
}

hr { border: 0 solid #ccc; border-top-width: 1px; clear: both; height: 0; }
ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 30px; }

pre {
	background: #cecdcd;
	border: 2px solid #E7521A;
	font-size: 12px;
	padding: 10px;
	opacity: .75;
	-webkit-box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.65);
	-moz-box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.65);
	box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.65);
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

pre:hover {
	opacity: 1;	
}

pre code { background: none; }
code { background: #cfcfcf; font-size: 12px; }

blockquote {
	background: url(images/quote.png) no-repeat 5px top;
	border-left: 4px solid #E7521A;
	border-bottom: 1px solid #E7521A;
	color: #424242;
	font-style: italic;
	padding: 15px 0 10px 10px;
	margin-left: 20px;
	text-indent: 10px;
	-webkit-box-shadow: inset 1px -1px 1px rgba(255, 255, 255, 0.65);
	-moz-box-shadow: inset 1px -1px 1px rgba(255, 255, 255, 0.65);
	box-shadow: inset 1px -1px 1px rgba(255, 255, 255, 0.65);
}

blockquote p { margin: 0; }

/* Header */

#header {
	height: 115px;
}

#header h1 a {
	color: #1e1e1e;
	font-size: 76px;
	font-weight: bold;
	float: left;
	margin-top: 65px;
	padding: 20px 2px;
	letter-spacing: -3px;
	text-shadow: 0 1px 0 #fff;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

#header h1 a:hover {
	background: none;
	text-decoration: none; 
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

/* Content */
#content { 
/*	background: url(images/content_bg.png) repeat; 
	background: rgba(204, 204, 204, .4);*/
	background: #fff;
	/*border: 1px solid #ccc;*/
	border-left: none; border-right: none; border-top:none;
	float: left;
	width: 940px;
	padding: 40px 10px 0 10px;
	/*-moz-box-shadow:1px 1px 4px #CCC;
	-webkit-box-shadow:1px 1px 4px #CCC;
	box-shadow:1px 1px 4px #CCC;*/
}
#large{
	min-height:300px;
	margin-top:-15px;
	 font-family: 'MyriadWebProRegular';
	font-size:13px;
	width:930px;
	border:#000 solid 3px;
	/*background: rgba( 0,0,0, 0.03);*/
	-moz-border-radius:0px 10px 10px 0px;
	-webkit-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0px 0px 10px  #CCC inset;
	-webkit-box-shadow:0px 0px 10px  #CCC inset;
	box-shadow:0px 0px 10px #CCC inset;
	overflow:hidden;

}

#main{
	-moz-box-shadow:0px 0px 10px  #CCC inset;
	-webkit-box-shadow:0px 0px 10px  #CCC inset;
	box-shadow:0px 0px 10px #CCC inset;
	min-height:410px;
	float:left;
	width:590px;
	padding:10px;
	margin-top:-15px;
border:#000 solid 3px;
	/*background: rgba( 0,0,0, 0.03);*/
	-webkit-border-top-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;	
}
/* Nav */
#menu {
	background:url(images/logo.png) no-repeat right ;
	height:63px;
	margin-top:-30px;
	/*border-bottom: 1px solid #cacaca;*/
	list-style: none;
}

#menu li {
	float: left;
	padding-top:30px;
	margin: 0 5px 0 0;
	padding-bottom: 5px;
	position: relative;
}

#menu li a {
	font-weight:550;
  letter-spacing: -0.5px;
	color:#1e1e1e;
	font-size: 13px;
	padding: 8px 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

	/* Level 2 */
	#menu ul {
		background: #cacaca; /* Fallback */
		background: rgba(202, 202, 202, 0.9);
		display: none;
		padding: 10px;
		list-style: none;
		position: absolute;
		left: 0; top: 100%;
		z-index: 100;
		text-shadow: 1px 1px 0 #eae7e7;
		
		-webkit-box-shadow: 2px 3px 3px #4d4b4b;
		-moz-box-shadow: 2px 3px 3px #4d4b4b;
		box-shadow: 2px 3px 3px #4d4b4b;
		
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
	}
	
	#menu li:hover > ul { display: block;  }
	 #menu li a:hover{
	color: #E7521A;	 
			-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;	
	 	}
	#menu ul li {
		float: none;
		min-width: 150px;
	}
	
/* Post */
.post { 
font-family: 'MyriadWebProRegular';
	min-height: 100px;
	margin-bottom:20px;
	position: relative;
}

.post p { padding-right: 30px; }

.post img.thumbnail + p { margin-top: 25px; } /* First p after the thumbnail */

.post h2,
.post h2 a {
	color: #333;
	display: block;
	font-size: 28px;
	font-weight: normal;
	margin-left: 10px;
	letter-spacing: -1px;
	-webkit-transition: opacity 0.15s ease-in-out;
	-moz-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}

.post h2 a:hover { 
	background: none; 
	opacity: 0.7; 
	text-decoration: none;
	text-shadow: none;
}


	/* Post meta */
	.postmeta {
		margin: 30px 35px 0 0;
		overflow: hidden;
		text-shadow: 1px 1px 1px #E7521A;
	}
	
	.postmeta a { color: #fff; }


/* Sidebar */

.widget {
	margin-top:-15px;
	text-align:right;
	min-height:400px;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom:15px;
	padding-right:10px;
	-moz-box-shadow:0px 0px 10px  #CCC inset;
	-webkit-box-shadow:0px 0px 10px  #CCC inset;
	box-shadow:0px 0px 10px #CCC inset;
	border:#000 solid 3px;
	/*background: rgba( 0,0,0, 0.03);*/
	-moz-border-radius:0px 10px 10px 0px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	/*-moz-box-shadow:1px 0px 2px #CCC;
	-webkit-box-shadow:1px 0px 2px #CCC;
	box-shadow:1px 0px 2px #CCC;*/
	font-size:12px;
}

.widget li { line-height: 30px; }


.widget a { 
	color: #333;
	-webkit-transition: margin-left 0.3s linear;
	-moz-transition: margin-left 0.3s linear;
	transition: margin-left 0.3s linear;
}

.widget a:hover {
	color: #E7521A;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Footer */
#footer { 
	margin: 0 0 10px 20px;
	text-shadow: 1px 0 1px #fff;
}

#footer a {
	color: #111;
	font-size: 12px;
	padding: 2px 3px;
	text-shadow: 1px 0 1px #fff;
}

#footer a:hover {
	color: #E7521A;
	text-shadow: none;
}

#footer p { margin: 0; }

/* Form */

input,
textarea,
label {
	font-family: 'MyriadWebProRegular';
	font-size:14px;
}

input[type=text],
input[type=email],
textarea {
	background: #cecdcd; /* Fallback */
	background: rgba(206, 205, 205, 0.6);
	border: 2px solid #E7521A;
	padding: 6px 5px;
	
	-webkit-box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.65);
	-moz-box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.65);
	box-shadow: inset -1px 1px 1px rgba(255, 255, 255, 0.65);
}

input[type=search] {
	padding: 6px 5px;
}

textarea { overflow: auto; }

input[type=text]:hover, input[type=text]:focus,
input[type=email]:hover, input[type=email]:focus,
textarea:hover, textarea:focus {
	background: #cecdcd;
	background: rgba(206, 205, 205, 0.8);
	border: 2px solid #E7521A;
	text-shadow: 1px 1px 0 #eae7e7;
}

form input[type=submit] {
	border: none;
	cursor: pointer;
	padding: 12px 6px;
}

/* When a form input is invalid - Used on the email type field */
input:invalid { 
	border: 2px solid red;
}

	/* Contactform */
	#contactform {
		font-family: 'MyriadWebProRegular';
		font-size:10px;
		overflow: hidden;
	}
	
	#contactform p {
		overflow: hidden;
	}
	
	#contactform label {
		float: left;
		padding-top: 10px;
	}


.success {
	background: #e7f7d3 url(images/accepted.png) no-repeat 10px center;
	background: rgba(231, 247, 211, 0.4) url(images/accepted.png) no-repeat 10px center;
	border: 1px solid #6c3;
	padding: 20px 0 20px 80px;
}

.error {
	background: #ffebe8 url(images/cancel.png) no-repeat 10px center;
	background: rgba(255,235,232,0.4) url(images/cancel.png) no-repeat 10px center;
	border: 1px solid #C00;
	color: #C00;
	line-height: 30px;
	padding: 10px 0 10px 80px;
}

/* Misc */

.alignleft { float: left; }
.alignright { float: right; }

.btn,
.more-link,
input[type=submit]  {
	background: #E7521A;
	color: #fff;
	text-align:center;
	padding: 5px 16px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	
}

.acquista{
	display: block;
	background: #E7521A;
	color: #fff;
	text-align:center;
	padding: 5px 16px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 28px;
	font-weight: normal;
	margin-left: 10px;
	letter-spacing: -1px;
	-webkit-transition: opacity 0.15s ease-in-out;
	-moz-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out; 
}

.acquista:hover{
	opacity: 0.7; 
	text-decoration: none;
	text-shadow: none;
	}
	
.btn:hover,
.more-link:hover,
input[type=submit]:hover {
	background: #E7521A;
		
}

img.alignleft, 
img.alignright {border: 2px solid #FFF; 
	background: #fff; display: block; float: left; padding: 5px 5px 10px; text-align: center; text-decoration: none; color: #333;  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);margin-bottom: 12px; -webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;

}
.involontari{text-align:center;}

		.involontari a:after { content: attr(title); }

img.alignleft { margin-right: 15px; }
img.alignright { margin-left: 15px; }

.thumbnail:hover { border: 2px solid #E7521A; }

.hide { display: none; }


/*HOMEPAGE FLIPWALL*/



.sponsorListHolder{
	margin-bottom:30px;
}

.sponsor{
	width:110px;
	height:110px;
	float:left;
	margin:4px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background:url("img/background.jpg") no-repeat center center #f9f9f9;
}

.sponsorFlip:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-55px 0 0 -55px;
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
	text-align:center;
}

.sponsorDescription{
	text-align:center;
	font-size:12px;
	padding:5px 2px 5px 5px;
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.sponsorURL img{
	position:absolute;
	border:none;
	left:106px;
	top:130px;
}

.sponsorURL img:hover{
-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);	
}

/*PRESS*/

.press {
  font-size:13px;
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;
  border-bottom: 1px solid #CCCCCC;
}

.press .date {
  position: absolute;
  top: 0;
  left: 8px;
  width: 2.3em;
  margin-top:3px;
  text-align: center;
}
.press .date .year{
  text-transform: uppercase;
  font: 700 0.7em;
  color: #888;
}
.press .date .month{
  text-transform: uppercase;
  font: 700 0.7em;
  color: #888;
}

.press .date .day {
  display: block;
  margin-top: -5px;
  font: 700 1.8em arial, sans-serif;
  color: #888;
}

.press .title {
  display: block;
  text-align:left;
  padding-top:9px;
  font-size: 0.9em;
  font-weight: bold;
  color: #586B7A;
}

.press p {
	text-align:left;
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}

		ul.polaroids li { display: inline; height:230px; }
		ul.polaroids a { background: #fff; min-height:205px; display: inline; float: left; margin: 0 0 10px 15px; width: auto; padding: 10px 10px 15px; text-align: center; text-decoration: none; color: #333;  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25); }
		ul.polaroids img { display: block; width:120px; margin-bottom: 12px; }
		ul.polaroids a:after { content: attr(title); }
		ul.polaroids a:hover {opacity:.7;}
		
		ul.progetti li { display: inline; height:230px; }
		ul.progetti a { background: #fff; display: inline; float: left; margin: 0 0 10px 15px; width: auto; padding: 10px 10px 15px; text-align: center; text-decoration: none; color: #333;  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25); }
		ul.progetti img { display: block; width:250px; margin-bottom: 12px; }
		ul.progetti a:after { content: attr(title); }
		ul.progetti a:hover {opacity:.7;}
		
		
.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
}
.am-wrapper img{
	position:absolute;
	outline:none;
}

