/**************************************************************

Titolo:      ilgattomatto.net -  Style Sheet (print media)

Copyright:   Caterina Chimenti - http://www.kikaweb.com

Data:        28/08/2008

Ultimo agg.: 30/08/2008 

Inspiration from: http://www.alistapart.com/articles/goingtoprint/    and http://thebombsite.com/

 **************************************************************/

body {
	font: 400 12pt verdana, arial, sans-serif;
	color: #000000;
	background: #FFFFFF;
}

h1,
#logo h2 {
	margin-top: 30px;
	font-size: 18pt;
	color: #7C3452;
        text-align: center;
        text-transform: uppercase;
}

h2 {
	font-size: 16pt;
        color: #7C3452;
}

h3 {
	font-size: 14pt;
        color: #7C3452;
}

h4, h5, h6 {
	font-size: 12pt;
}

acronym {
	border: 0;
}

a {
	color: #7C3452;;
}

#main {
	width: auto;
	margin: 0 8% 0 8%;
	padding: 0;
}

#contatti  {
	border: 2px solid #666;
        margin: 0px 15%;
        font-size: 10pt;
        text-align: center;
}

.type {
        display: none;
}


/* Prints the URL after a link in CSS2 supporting browsers */
a:link:after, 
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
}

/* Don't display these elements since they're not useful on paper */
#header,
#menu,
#footer,
#lang_list,
#zemContactForm,
#txpCommentInputForm,
.breaker {
	display: none;
}