@charset "utf-8";
/* print.css
 *
 * printti-tyylit
 */
@media print {

	#skip,
	#header ul,
	#left,
	#breadcrumb,
	#footer,
	.puhuri,
	p.kysymykset-uusimmasta,
	.sivutus,
	a#toTop { display: none; }
	
	#header,
	#main,
	#footer { clear: both; }

	#main {
		width: 65%;
	}
	h1 { 
		font-size: 2em; 
	}

	#main h2 {
		margin-bottom: .5em;
	}
	h2 { 
		font-size: 1.4em; 
		margin-bottom: .5em;
	}
	#main p {
		margin-bottom: 1em;
	}
	a {
		text-decoration: none;
		color: black;
	}
	#main p.wp-caption-text {
		font-size: .9em;
	}
}

