/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */
	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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}


/* Box-sizing -*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url('../script/boxsizing.htc');
}

/* Immagini responsive */

img { 
	border:0; 
	vertical-align:middle; 
	-ms-interpolation-mode:bicubic;
}
 
img.scala { 
	width:100%; 
	height:auto;
}

img.foto { 
	width:100%; 
	height:auto;
	border:#006633 solid 5px;
	border-radius: 4px;
}

img.grid {
	border: 1px solid #66CC00;
}

img.arrow { 
	width:15px; 
	height:15px;
	margin-bottom:0;
}

img.icon { 
	width:39px; 
	height:32px;
	float:left;
	position:absolute;
	left: 10px;
}

a.cornice {
	display:block; 
	overflow:hidden;
	height: 293px;
	border:#FFF solid 10px;
	margin-bottom: 20px;
}

a.cornice img { 
	height: auto;
	width: 100%; 
}

.media { 
	position:relative; 
	margin:0 0 25px 0;	
	padding-bottom:56.25%; /* video 16:9 = 9/16x100 */
	padding-top:0; /* 30px = barra YouTube (?) */
	height:0; 
	overflow:hidden; 
	border: 1px solid #66CC00; 
	background:#000; 
}  

.media iframe,
.media object,  
.media embed, 							
.media video { 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
}		

/* Table */

	table {
		margin: 0 0 24px;
		width: 100%;
		border-collapse:collapse;
	}
		caption {
			border-top:#006633 solid 5px;
			background-color: #008030;
			border-bottom: #009933 solid  1px;
			text-align:left;
			font-weight: bold;
			color: #FFFFFF;
			padding: 10px;			
		}
		
		thead tr {
			background-color: #009030;
			border-bottom: #009933 solid  1px;
			vertical-align: top;
		}
		
		thead td {
			padding: 10px;
			font-size: 12px;
			font-weight: bold;
			text-transform:uppercase;
			color: #006633;
		}
		
		thead.top {
			border-top:#006633 solid 5px;
		}
		
		tbody tr {
			background-color: #009030;
			border-bottom: #009933 solid  1px;
			vertical-align: top;
			padding: 10px;
		}

		tbody tr:nth-child(2n + 1) {
			background-color: #008030;
		}
		
		tbody tr:last-child {
			border-bottom:#006633 solid 1px;
		}
		
		tbody td {
			padding: 10px;
		}
		
		tbody td:nth-child(2n + 1) {
			width: 22%;
		}
		
		tbody.scheda td:nth-child(2n + 1) {
			width: 32%;
		}
		
		.note {
			font-size: 12px;
		}
		
		p.titoli {
			color: #66CC00;
			font-size: 14px;
			text-transform:uppercase;
		}
	
	table.cuccioli tr:first-child,
	table#expo tr:first-child {
		border-top:#006633 solid 5px;
	}
	
	table#expo tr:nth-child(2n + 1) {
		color: #ffffff;
		font-weight:bold;
	}
	
	table.cuccioli a {
		font-weight:bold;
	}
	

/* Stili di base e tipografia */

html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #003300; 
	background-color: #66CC00;
	background-image:url(../images/sfondo.gif);
	background-repeat:repeat-x;
	background-attachment: fixed;
	-webkit-text-size-adjust:100%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.normal {
	font-weight: normal;
	font-style: normal;
}

.black {
	color: #003300;
}

.box1 {
	border-top:#006633 solid 5px;
	background-color: #008030;
	padding: 10px;
	margin-bottom: 10px !important;
}

.box2 {
	background-color: #009030;
	border-bottom: #009933 solid  1px;
	padding: 10px 10px 10px 50px;
	position:relative;
	margin-bottom: 10px !important;			
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left:20px;
	padding-bottom:20px;
}

li {
	padding-top:5px;
}

p {
	margin-bottom: 20px;
}

article img {
	margin-bottom: 10px;
}

a {
	color: #66CC00;
	text-decoration: none;
}

a:hover {
	color: #EBD915;
	text-decoration: none;
}

.breadcrumb {
	text-align: center;
	font-size:24px;
	line-height:28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006633;
	margin: 5px 0px 20px;
}

.breadcrumb a {
	color: #006633;
}

.breadcrumb a:hover {
	color: #EBD915;
}

.autore,
.data {
	font-size: 14px; 
	font-weight: bold;
	margin-bottom: 20px;
}


h1, h2, h3, h4, h5, h6 { 
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: bold; 
	color: #FFFFFF;
} 

h1 { 
 	font-size:28px; 
	line-height:32px;
	margin-top: -5px;
	margin-bottom: 20px;
}

h2.colonna-1 {
	text-align: center;
	font-size:24px;
	line-height:28px;
	text-transform: uppercase;
	color: #006633;
	margin-bottom: 20px;
}

h2, h3 { 
	font-size:21px; 
	line-height:25px;
	margin-bottom:20px; 
}

.colonna-1-3 h3,
h3.doc { 
	font-size:12px; 
	line-height:16px; 
	font-weight:normal;
	color: #003300;
	margin-bottom: 10px; 

}


/* Griglia */

.riga {
	width: 100%; 
	max-width: 960px; 
	min-width: 601px; 
	margin: 0 auto;
	padding: 0 30px;
	background: #009933;
	border-left: #006633 solid 10px;
	border-right: #006633 solid 10px;
}
 
[class*='colonna-'] {
	float: left;
	display: block; 
	padding: 0 15px 0; 
	background:none; 
}

.colonna-3-4 {
	width: 75%;
}

.colonna-1-4 {
	width: 25%;
}

.colonna-2-3 {
	width: 66.66%;
}
 
.colonna-1-3 {
	width: 33.33%;
}
 
.colonna-1-2 {
	width: 50%;
}
 
.colonna-1 {
	width: 100%;
}
 
[class*="colonna-"] + [class*="colonna-"]:last-child {float: right;}


/* Micro-clearfix */
 
.riga:before,
.riga:after {
	content: " "; 
	display: table;
}
 
.riga:after {
	clear: both;
}
 
.riga {
	*zoom: 1;
}


/* Stili  per le varie sezioni */

#logo {
	text-align:center;
}

#logo img {
	width: 100%; 
	max-width: 360px;
	border: none;
	padding: 10px 0px; 
}

#logo.home img {
	padding: 13px 0px 24px; 
}

#social {
	float:left;
}

#lingua {
	float: right;
}

#social img, 
#lingua img {
	width: 40px;
	border: none;
	padding: 15px 5px;  
}

#social a:hover, 
#lingua a:hover {
	opacity: 0.7;
}

.top-sx {	
	text-align: left;
	margin-bottom: 20px;
}

.top-dx {	
	text-align: right;
	margin-bottom: 20px;
}

.top-sx h1,
.top-dx h2 {
	color: #006633;
	text-transform: uppercase;
	font-size: 16px;
 	line-height: 20px; 
	margin-bottom: 10px;
 	padding: 0;
}

.spazio,
.news {
	margin-bottom: 10px;	
}

.news img {
	border: #006633 solid 1px;
	border-bottom: none;
	background-color: #008030;
	padding: 10px; 
	margin-bottom: 0;	
}

.news h2 {
	position:absolute;
	z-index: 100;
	margin-left: -5px;
	margin-top: -20px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: #003300 solid 1px;
	border-right: #003300 solid 1px;
	padding: 2px 4px 3px 4px;
	background-color: #006633;
	color: #66CC00;
	text-transform: uppercase;
	font-size: 12px;
 	line-height: 14px;  	
}

.news p {
	border: #006633 solid 1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: none;
	background-color: #008030;
	padding: 5px 10px 10px; 
	margin-top: 0;
	min-height: 61px;	
}

.news a {
	color: #FFFFFF;
	display:block;
	font-weight: bold;
	margin-bottom: 0px;
}

.news a:hover {
	color: #EBD915;
}

.news a span {
	color: #003300;
	display:block;
	font-weight: normal;
	margin-top: 5px;
}

.news a span:hover {
	color: #003300;
}

.news span.cut {
	max-height: 125px;
	overflow:hidden;
	margin-top: 0 !important;
}

.news p.postcut {
	padding-top: 15px; 
}

footer {
	border-top: 1px solid #66CC00;
	text-align: center;
	font-size:12px;
	padding-top: 10px;
	margin-bottom: 50px;
}


@media screen and (max-width: 51.4375em){
	
a.cornice {
	height: auto;
	max-height: 293px;
}

.news p {
		font-size: 12px;
		line-height: 14px;
		overflow:hidden;
		min-height: 51px;	
}

}


@media only screen and (max-width:600px) {

.riga {
	width: auto; 
	min-width: 0; 
	margin-left: 0; 
	margin-right: 0;
}
  
[class*="colonna-"] {
	width: auto !important; 
	float: none;
}
 
[class*="colonna"] + [class*="colonna"]:last-child {float: none;}
  
[class*="colonna-"]:before, [class*="colonna-"]:after {
	content:""; 
	display:table;
}
 
[class*="colonna-"]:after {clear: both;}

.top-dx {	
	text-align: left;
}

a.cornice {
	height: auto;
	max-height:none;
}

table {
		font-size: 12px;
		line-height: 16px;
	}

.news p {
		font-size: 16px;
		line-height: 20px;
		min-height: inherit;	
}

}

