/* --- reset --- */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

ul {
	list-style: none;
}

/* ---------- clearfix ------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* --- common, layout & typography --- */
html, body {
	height: 100%;
}
#headerNav h1 {
	display:none;
}
#leftCol, #rightCol, #menuNav, #subMenuNav, #bottomNav, .footer_blackLine, .footer_link, .navGallery {
	display:none;
}
#footer {
	clear:both;
	width:100%;
}
#briciola {
	width:99%;
}
#contents {
	width:99%;
	border:solid 0px red;
	font-size:20pt !important;
}
#contents p{
	font-size:12pt !important;
	line-height:12pt;
}
#galleryArticolo {
	width:99%;
	background:#000;
	text-align:center;
}
#contents h2 {
	width:99%;
	clear:both;
	font-size:11pt;
}
#contents h1 {
	font-size:22pt;
}
#contents h3 {
	font-size:12pt;
}
#galleryArticolo img {
	width:99%;
}
#logoPrint {display:block;}
.bottomArticolo {
	width:99%;
}
#tools_blog {display:none;}
