
/* Finnish Museum of Natural History
   Handheld Styles
   Mikko Heikkinen / biomi.org
_____________________________________________*/


/*
IE for Win Mobile 2003:
normaalit screen-tyylit ohittavat handheld-tyylit, jos ne ovat tyylilistalla jäljempänä!
*/



body {
	font-size: 100%;
}



/* Piilotetut jutut
_____________________________________________*/

#clicklogo, #cs {
	display: none;
}

#skipnavi img {
	display: none;
}


/* Header etc.
_____________________________________________*/

#skipnavi {
	display: block;
}

#skipnavi span {
	display: inline;
}


#header {
	height: auto;
	padding: 5px;
	background-image: none;

}

#hyheading {
	background-image: none;
	float: none;
	margin: 0.3em 0 0.5em 0;
}


#hyheading a {
	display: inline;
	text-decoration: none;
}



#hytext {
	display: inline;

}


#header h1 {
	display: block;	
	font-size: 140%;
}

#header h1 a {
	text-decoration: none;
	color: #000;
}


#breadcrumb {
	padding: 5px;
}


/* Content
_____________________________________________*/

#contentleft, #contentonly {
	padding: 5px;
}

#contentleft {
	display: block;
	clear: both;
}

#contentright {
	display: block;
	clear: both;
	background-color: #f6f6f1;
	border-left: 0;
	border-top: 1px dotted #999;
	background-image: none;
}

#sidebarcontent {
	background-color: #f6f6f1;
	padding: 5px;
}


h2 {
	font-size: 120%;
}

h3 {
	font-size: 105%;
}

.basictable {
	font-size: 80%;
}

.basictable td, .basictable th {
	padding: 1px;
	border-color: #eee;
}

#utilities {
	padding: 10px 5px 5px 5px;
}


#footer {
	padding: 5px;
}

#contentleft .block td {
	display: block;
	clear: both;

	background-color: #ccf;
}


.layouttable td {
	display: block;
}









