
/* Finnish Museum of Natural History
   Printer Styles
   Mikko Heikkinen / biomi.org
_____________________________________________*/

body {
	font-family: "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6, #footer {
	font-family: Arial, Helvetica, sans-serif;
}

#skipnavi, #top, #header, #navi, #sublinks {
	display: none;
}

hr, .skipnavi, .cssintro, #mainlinks span, #sidebar #lang, #sidebar #sublinks {
	display: none;
}

#hyheading a {
	color: rgb(30,28,119);
	text-decoration: none;
	font-family: Frutiger, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;


}

#ltkmheading a {
	color: #000;
	text-decoration: none;
	font-family: "Futura Lt BT", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#ltkmheading {
	margin: 0.2em 0 0.5em 0;

}



/* Tämä sääntö piilotetaan IE:lta... */

#footer>#copy {
	display: none;
}

/* ...koska IE ei ymmärrä tätä sääntöä, joka lisää osoitteen & tiedotteen sivun loppuun */

#footer:after {
   content: " Tulostettu Luonnontieteellisen keskusmuseon verkkosivuilta, http://www.luomus.fi";
   color: rgb(30,28,119);
}



#contenttable {
	border-top: 3px solid #ffd47d;
	padding-top: 4mm;
}

#footer {
	border-top: 2px solid #ffd47d;
	margin-top: 2em;
	padding-top: 0.5em;
}

#footer p {
	margin-bottom: 0.1em;
	margin-top: 0px;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#contentleft {
	padding-right: 3mm;
}

#contentright {
	width: 30mm;
	padding-left: 3mm;
	border-left: 1px dotted #ccc;
	font-size: 80%;
}

#contentright img {
	width: 30mm;
	height: 20mm;
}

#utilities {
	display: none;
}

#contentright ul, #contentright ol {
	padding-left: 0;
	margin-left: 0;
}




.lutukka-summaries h4 {
	font-weight: normal;
	font-style: italic;
	margin-top: 2em;
}

.lutukka-summaries h5 {
	font-size: 115%;
	border-bottom: 1px solid #ddd;
	margin-top: 0.3em;
}

h3 {
	border-bottom: 1px solid #ddd;
}

.printonly {
	display: block;
}



/* PIILOTETUT JUTUT
_____________________________________________*/

hr, #navi {
	display: none;
}




/* KAPPALE- ja OTSIKKOMARGINAALIT
_____________________________________________*/

h2 {
	margin-bottom: 0.4em;
	margin-top: 0;
}

h3, h4, h5, h6 {
	margin-bottom: 0.2em;
	margin-top: 1.2em;
}

p {
	margin-top: 0;
}


/* FONTTIKOOT
_____________________________________________*/

body {
	font-size: 93%;
}

#footer, #footer p {
	font-size: 90%;
}


h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 95%;
}

h6 {
	font-size: 80%;
}




