/* 	Suomen Tiedeakatemiain Valtuuskunnan verkkosivujen tyylitiedosto
	Alkuperäinen tiedosto: Jari Loisa, TSV, 2006
	Tiedoston muokannut: Sari Hyvärinen, STAV, 2007 		
	Sivuilla käytetyt valokuvat: (c) Jari Loisa 	*/

/* ---------------------------------------------------------------------- */
/* 	CSS-SELECTORS: ELEMENTS, CLASSES and IDs                          */
/* ---------------------------------------------------------------------- */

/* 	ELEMENTIT: tagien pysyvät ominaisuudet  */

BODY { 
	background-color: #ffffff;
}
P {	font-family: Verdana; 
	font-size: 10pt;
} 
H1 {	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: bold
} 
H2 {	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: bold
} 
H3 {	font-family: Verdana; 
	font-size: 10pt; 
	font-style: italic; 
	font-weight: normal
}
ul > li {	
	font-family: Verdana; 
	font-size: 10pt;
	list-style-image: none;
	list-style-type: square;
	list-style-position: outside;
	marker-offset: auto;
} 
ol > li {
	font-family: Verdana; 
	font-size: 10pt;
	list-style-image: none;
	list-style-type: roman-upper;
	list-style-position: outside;
	marker-offset: auto;	
}
table {
	font-family: Verdana; 
	font-size: 10pt;
	font-weight: normal;
	background-color: #ffffff;
}
A:link {
	color: #A45200; 
	text-decoration: none;
} 
A:visited {
	color: #A45200; 
	text-decoration: none;
} 
A:hover {
	color: #336600; 
	text-decoration: underline;
} 
A:active {
	color: #637636; 
	text-decoration: none;
}

/* 	LUOKAT ovat vapaassa käytössä tagien ja käyttökertojen suhteen.
 	HTML:ssä luokat esiintyvät tietyssä tagissä class-attribuutin arvoina, 
	esim. CSS:n "p.luokan_nimi" on HTML:ssä <p class="luokan_nimi">...</p>  */

.em {	font-style: italic;
}
.em-pieni {
	font-family: Verdana;
	font-size: 8pt;
	font-style: italic;
}
.pieni { 
	font-family: Verdana; 
	font-size: 8pt;
}
.pun {
	font-family: Verdana;
	font-size: 8pt;
	color: #cc3333;
}

/* ID-määrittelyt: saa käyttää vain kerran per tiedosto */

#osoite {
	font-family: Verdana;
	font-size: 8pt;
	font-color: #000000;
}
#news {
	background-color: #c6d7cb;	
	text-align: left;
}


/* ARKISTO alkaa... ---------------------------------------------------

.pikkuteksti2 { varalla: harmahtava, otsikon logokuvan sävyinen
	font-family: Verdana; 
	font-size: 8pt; 
	color: #333333;
}

----------------------------------------------- ... ja ARKISTO päättyy */

