@charset "utf-8";
/* Contenuto fluido semplice
   Nota: per i contenuti di tipo fluido è necessario rimuovere gli attributi di altezza e larghezza del contenuto dal codice HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}


	 
/* IE 6 non supporta max-width, quindi viene usata per impostazione predefinita la larghezza 100% */
.ie6 img {
	width:100%;
}

/*
	Proprietà griglia fluida Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Ispirato da "Responsive Web Design" di Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	e Golden Grid System di Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout mobile: 480 px e inferiori. */

.gridContainer {
	width: 90%;
	background-color: #FFFFFF;
	font-size: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2%;
	
	background-position: center center;
	background-repeat: no-repeat;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}



#LayoutDiv1 {
	clear: both;
	float: none;
	display: block;
	font-family: Calibri;
	font-size: 18px;
	background-color: #851945;
	color: #E5CFD1;
	text-align: center;
	padding: 4px;
	
}
h1 {
	font-size: 12px;
	color: #E5CFD1;
	padding: 0px;
	font-family: Calibri;
	margin: 0px;
	text-align: center;
	
	
}

#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #851945;
	margin-bottom: 10px;
	font-family: Calibri;
	font-size: 10px;
	font-style: italic;
	color: #E5CFD1;
	text-align: right;
}
.gridContainer.clearfix #LayoutDiv2 table tr th {
	font-size: 75%;
	color: #851945;
	font-family: Calibri;
	height: 20%;
	width: 20%;
	border: thin ridge #851945;
		background-color: #E5CFD1;
	

}
#LayoutDiv2 table tr th {
	font-size: 40%;
	height: 20%;
	border: medium ridge #851945;
	background-color: #E5CFD1;
}
div {
	font-size: 10px;
}

#LayoutDiv2 {
	margin-left: 0;
	display: block;
	margin-bottom: 10px;
	padding: 4px;
	font-size: 100%;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #851945;
	border-right-color: #851945;
	border-bottom-color: #851945;
	border-left-color: #851945;
}
#LayoutDiv3 {
	margin-left: 0;
	display: block;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #851945;
	border-right-color: #851945;
	border-bottom-color: #851945;
	border-left-color: #851945;
	font-family: Calibri;
	color: #851945;
	padding: 4px;
	font-size: 12px;
	text-align: center;
}
.imagefloat {
	width: 60%;
	height: 25%;
	text-align: center;
	border: thin inset #851945;


}
#LayoutDiv5 {
	margin-left: 0;
	display: inline;
	float: none;
	


}
#LayoutDiv6 {
	margin-left: 0;
	display: table;
	


}
#LayoutDiv8 {
	display: block;
	font-family: Calibri;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	


}
#LayoutDiv9 {
	clear: both;
	


	float: left;
	


	margin-left: 0;
	


	width: 100%;
	


	display: block;
	


}
#LayoutDiv10 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Calibri;
	font-size: 12px;	


}

/* Layout tablet: da 481 px a 768 px. Eredita stili da: Layout mobile. */

@media only screen and (min-width: 481px) {
.gridContainer {
	padding-left: 1.25%;
	padding-right: 1.25%;
	margin-top: 2%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(logoominochiaro2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
}
#LayoutDiv1 {
	clear: both;
	float: none;
	display: block;
	font-family: calibri;
	font-size: 45px;
	background-color: #851945;
	color: #E5CFD1;
	text-align: center;
	padding: 4px;
	
}
h1 {
	font-size: 20px;
	color: #E5CFD1;
	padding: 0px;
	font-family: Calibri;
	margin: 0px;
	
	
}

#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #851945;
	margin-bottom: 10px;
	font-family: Calibri;
	font-size: 14px;
	font-style: italic;
	color: #E5CFD1;
	text-align: right;
}
.gridContainer.clearfix #LayoutDiv2 table tr th {
	font-size: 100%;
	
	font-family: Calibri;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	

}
#LayoutDiv2 table tr th {
	font-size: 60%;
	height: 20%;
	width: 20%;
	border: medium ridge #851945;
}
div {
	font-size: 10px;
}
#LayoutDiv2 {
	margin-left: 0;
	display: block;
}
#LayoutDiv3 {
	display: block;
	font-family: Calibri;
	color:#851945;
	padding: 4px;
	font-size: 150%;
	height: 500px;
}
.imagefloat {
	width: 200px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: thin inset #851945;
}
#LayoutDiv4 {
	margin-left: 0;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#LayoutDiv5 {
	float: right;
	margin-left: 0;
	width: 48.7179%;
	display: ;
	font-size: 80%;
	
}
#LayoutDiv6 {
	clear: none;
	float: right;
	margin-left: 2.5641%;
	width: 48%;
	display: block;
	
}
#LayoutDiv8 {
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Calibri;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	
}
#LayoutDiv9 {
	clear: both;
	
	float: left;
	
	margin-left: 0;
	
	width: 100%;
	
	display: block;
	
}
#LayoutDiv10 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Calibri;
	font-size: 20px;
	text-decoration: none;
	
}
}

/* Layout desktop: da 769 px a 1232 px max.  Eredita stili da: Layout mobile e Layout tablet. */

@media only screen and (min-width: 769px) {
.gridContainer {
	max-width: 1232px;
	padding-left: 2%;
	padding-right: 2%;
	font-size: 12px;
	margin-top: 2%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(logoominochiaro3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#LayoutDiv1 {
	clear: both;
	float: none;
	display: block;
	font-family: calibri;
	font-size: 50px;
	background-color: #851945;
	color: #E5CFD1;
	text-align: center;
	padding: 4px;
	
}
h1 {
	font-size: 25px;
	color:#E5CFD1 ;
	padding: 0px;
	font-family: Calibri;
	margin: 0px;
	
	
}
#LayoutDiv7 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #851945;
	margin-bottom: 10px;
	font-family: Calibri;
	font-size: 20px;
	font-style: italic;
	color: #E5CFD1;
	text-align: right;
}
.gridContainer.clearfix #LayoutDiv2 table tr th {
	font-size: 150%;
	
	font-family: Calibri;
	background-color: #E5CFD1;
	

}
#LayoutDiv2 table tr th {
	font-size: 80%;
	height: 20%;
	width: 20%;
}
div {
	font-size: 10px;
}
#LayoutDiv2 {
	clear: both;
	float: none;
	margin-left: 0;
	display: block;
}
#LayoutDiv3 {
	display: block;
	font-size: 150%;
	font-family: Calibri;
	color: #851945;
	padding: 4px;
	height: 600px;
	text-align: center;
}
.imagefloat {
	border: thin inset #851945;
	height: 260px;
	width: 300px;
	
	
}
#LayoutDiv4 {

	
	
}
#LayoutDiv5 {
	float: center;
	width: 48%;
	display: block;
	text-align: center;
	
}
#LayoutDiv6 {
	float: right;
	width: 25%;
	display: block;
	
}
#LayoutDiv8 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	color: #E5CFD1;
	font-family: Calibri;
	font-size: 13px;
	text-align: center;
	
}
#LayoutDiv9 {
	clear: both;
	
	float: left;
	
	margin-left: 0;
	
	width: 100%;
	
	display: block;
	
}
#LayoutDiv10 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Calibri;
	font-size: 25px;
	
}


}
