/*
 * Korven Vaeltajat Ry
 * Tyylitiedosto tulostusta varten
 * Kirjoittanut Emil Virkki
 */

* {
font-family: georgia, serif;
background: white;
}

.piilota, #nav, #footer, .toissijainen {
display: none;
}

h1, h2 {
	font-family: georgia,serif;
	font-size: 400%;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	color: rgb(76,84,0);
	margin: 0.2em 0;
}

h1 span {
	font-size: 40%;
	display: block;
}

h2 {
	font-size: 150%;
	color: rgb(25,25,25);
	text-transform: none;
	font-style: normal;
}

a {
text-decoration: none;
color: black;
}

#content, #main, table {
width: 100%;
}

th {
text-align: left;
}

caption {
text-align: left;
font-style: italic;
}

img {
float: left;
margin: 0 0.3em 0.3em 0;
}

img.thumbnail {
border: 0.2em solid white;
}

.gallerialista, .kuvalista {
	list-style: none;
}

.noupdate {
	border: 1pt solid rgb(230,230,230);
	color: rgb(200,0,0);
	padding: 0 1em;
	margin: 1em 0 0 0;
}