/*
---------------------------------------------------
Mikko's Phylogeny Archive - advanced screen styles
Author:   Mikko Heikkinen / biomi.org
---------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93%;
}

#header {
	background-color: #297BDE;
	border: 1px solid #333;
	POSITION: relative;
	min-height: 70px;
}

#logo {
	width: 106px;
	height: 70px;
	border: 0;
	POSITION: ABSOLUTE;
	TOP: 0PX;
	LEFT: 0PX;
}

h1 {
	margin: 3px 2em 3px 116px;
	font-size: 100%;
	color: #fff;
}

h2 {
	margin: 3px 2em 3px 116px;
	font-size: 160%;
	color: #fff;
}

h2 span {
    text-transform: uppercase;
}

#panic {
    POSITION: ABSOLUTE;
    TOP: 0PX;
    RIGHT: 0PX;
    padding: 3px;
}

#header a:link, #footer a:link, #time a:link {
    color: #fff;
}

#header a:visited, #footer a:visited, #time a:visited {
    color: #ccc;
}

#header a:hover, #footer a:hover, #time a:hover {
    color: #fff;
}

#header a:active, #footer a:active, #time a:active {
    color: #ccf;
}

#panic:hover {
    color: #fff;
    background-color: #f00;
}

pre {
    font-family: "Courier New", Courier, mono;
    font-size: 93%;	
}

#footer {
    background-color: #297BDE;
    border: 1px solid #333;
    color: #fff;
    padding: 3px;
    text-align: center;
}

.ref {
    text-indent: 1.6em;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1em;
}

.ref li {
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}

hr {
    display: none;
}

#content {
    padding: 5px;
}

.isoa {
 font-size: 120%;	
}

.heimo {
 font-size: 120%;
 font-weight: bold;
}

.hightaxa {
    font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
}

.lihavaa {
	font-weight: bold;
}

#time {
    padding: 3px;
    text-align: center;
    font-size: 120%;
}

#time td {
    valign: middle;
}

#time p {
    color: #ffffff;
}

.update li {
    margin-bottom: 0.5em;
}

/*
OLDS

.ref1 {
 text-indent: 1.6em;
 margin-bottom: 0em;
}

.ref2 {
 margin-top: 0em;
}

*/




