/* 
 * HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */



@font-face {
    font-family: 'serif6_beta_rgbold';
    src: url('/css/type/serif6beta-bold-webfont.eot');
    src: url('/css/type/serif6beta-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/type/serif6beta-bold-webfont.woff') format('woff'),
         url('/css/type/serif6beta-bold-webfont.ttf') format('truetype'),
         url('/css/type/serif6beta-bold-webfont.svg#serif6_beta_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'serif6_beta_rgregular';
    src: url('/css/type/serif6beta-regular-webfont.eot');
    src: url('/css/type/serif6beta-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/type/serif6beta-regular-webfont.woff') format('woff'),
         url('/css/type/serif6beta-regular-webfont.ttf') format('truetype'),
         url('/css/type/serif6beta-regular-webfont.svg#serif6_beta_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { 
display: block;
position:relative;
}
.wrap{ width:990px; margin:0 auto; padding: 0 25px;}
.top{ width:1160px; margin:0 auto; text-align:center; padding:25px 0 0 0;}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 */

/* Body */
body, html{height:100%; background-color:#fff;
background-image:url(/img/bg.jpg);
		background-position:50% 0;
		background-repeat:repeat-y;}
	body {		
		color: #848c8c;
		font-size: 13px; /* Base font size: 14px */
		font-family:"serif6_beta_rgregular", Georgia, "Times New Roman", Times, serif;
		/*line-height: 1.231;*/
		line-height:20px;
		margin: 0;
		padding: 0;
		text-align: left;
		height:100%;
		width:100%;		
		
	}


#ausiliario{
	background-image:url(/img/bg_or_1.png);
	background-position:50% 0;
	background-repeat:no-repeat;
}

/* 
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #b1c4b0; color: #fff; text-shadow: none; }
::selection { background: #b1c4b0; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #848c8c; text-decoration:underline;  }
a:visited { color: #848c8c; }
a:hover { color: #7ca27b; text-decoration:none; }

/* Improve readability when focused and hovered in all browsers */
a:hover, a:active, *:hover, span:hover,  span:sctive{ outline: 0; border:0; }



/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7
 * 2. Remove the gap between images and borders on image containers
 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */
figure { margin: 0; }


/* =============================================================================
   Tables
   ========================================================================== */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles ===================================================== 
   ========================================================================== */
   
header .ortop1{
	position:absolute;
	top:-30px;
	left:200px;
}

header .ortop2{
	position:absolute;
	top:0;
	right:90px;
}

.logo{
	background-image:url(/img/logo.png);
	background-position:50% 0;
	background-repeat:no-repeat;
	width:417px;
	height:79px;
	display:block;
	font-size:1px;
	color:#fff;
	margin:0 auto;
	padding:0 0 20px 0;
	}.logo span{ position:relative; top:-9999px;}


nav{
	background-image:url(/img/menu_bg.png);
	background-position:50% 0;
	background-repeat:no-repeat;
	height:40px;
	margin:15px 0 30px 0;
	}
	nav ul{ margin:0; padding:0;}
	nav ul li{
		margin:0 15px ;
		padding: 0;
		list-style-type:none;
		display:inline;
	}
	nav a{
		color:#848c8c;
		font-size:14px;
		text-decoration:none;
		padding:11px 0 0 0;
		display:inline-block;
	}


figcaption{
	display:inline-block;
	font-size:11px;
	margin:0 0 0 5px;
	font-style:normal;
	}

/* ----------------------------------------------------------------------------------------------------------- */
/***************************** COLONNE *********************************/	
/* ----------------------------------------------------------------------------------------------------------- */
.box_1, .box_2, .box_3{
	float:left;
	margin:0 30px 30px 0;
	}
	.box_1.last, .box_2.last, .box_3.last{ margin-right:0;}
	
	.box_1{
		width:310px;
		}
		.box_1 em{ font-size:12px;}
	.box_3{
		width:650px;
		background-color:#D5ECE4;
		}
	.box_4{
		margin:0 30px 0 0;float:left;
	}

	.eng{
		font-style:italic;
		color:#979d9d;
	}
		.eng h2{
			font-style:normal;
		}
	
	.boxtesto{
		background-color:#d5ece4;
		padding:10px;	
		font-size:12px;
		line-height:14px;
		}
		.boxtesto strong{
			font-size: 14px; 
			line-height:15px;
			display:inline-block;
			margin:0 0 6px 0;
		}


figure{
	border:1px dashed #c0c0c0;
	background-color:#fff;
	
	}
	figure img{
		margin:1px;
	}

footer{
	background-image:url(/img/origami_bottom.png);
	background-position:50% 0;
	background-repeat:no-repeat;
	height:160px;
	margin:80px auto 50px auto;
	font-size:2px;
	color:#fff;
	}
	footer span{
		position:relative;
		top:-9999px;
	}





.listanozze{
	width:260px;
	height:162px;
	margin:0 auto;
	display:block;
	background-image:url(/img/lista-nozze.png);
	background-position:50% 0;
	background-repeat:no-repeat;
	font-size:16px;
	}
	.listanozze span{
		display:inline-block;
		margin:58px 0 0 30px;
		}
		.listanozze span strong{font-size:11px}
	.listanozze:hover, .listanozze:hover span{ text-decoration:underline;}







/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}