<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: HTML5 template
Author: CAnet
Version: 1.0
*/

/* Grab the original TwentyTen styles */
@import url(twentyten-style.css); 
@import url(_template.css); 

/* A message for users with JavaScript turned off */
noscript strong { display:block; font-size:18px; line-height:1.5em; padding:5px 0; background-color:#ccc; color:#a00; text-align:center; }

/* HTML5 elements need display:block */
header,nav,section,article,aside,figure,footer { display:block; }

/* NEW CLEARFIX */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.noFloat { clear:both; }
.clearBoth { clear:both; }

/* IMPORTANTE PER LA STAMPA */
@media print {
	#wide_background_image { display:none; }
}

</pre></body></html>