﻿a:link
{
	color: #c30;
	background: transparent;
}

a:visited
{
	color: #c30;
	background: transparent;
}

a:hover
{
	color: #f60;
	background: transparent;
}


.Author
{
	font-variant: small-caps;
	margin-left: 2cm;
	font-size: 0.9em;
}



/* Not doing anything with a:active as this is broken in IE/Windows. */

body
{
	color: #000;
	background: #bdcdbd;
	font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, serif;
	font-size: small;
}

#content, #location
{
	margin: 0;
	padding: 4px;
	width: 800px;
	background-color: white;
	border: solid 1px #006600;
	margin-left: 4cm;
}



	
dd
{
	margin-bottom: 1em;
}

dt
{
	font-weight: bold;
	margin-left: 1em;
}


.dropLetter
{
	font-size: 300%;
	vertical-align: baseline;
	margin: -5px 2px -5px 0;
	float: left;
}


p.editorial
{
	margin-left: 2cm;
	margin-right: 1cm;
	font-style: italic;
}


#footer p, #footer
{
	font-size: 0.9em;
	margin-left: 20px;
	margin-top: 25px;
	text-align: center;	
	width: 100px;
}


.floater 
{ 
	display: block; 
	float: right;
}

h1
{
	margin-top: 0;
	font-size: 2em;
}

h2
{
	margin-top: 2em;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.3em;
}

h3
{
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.hide
{
	display: none;
}



/* Used to draw attention to changes, e.g. in venue or date. */
.highlight
{
	background-color: #ff99bb;
	border: red solid 1px;
	padding: 4px;
}


img
{
	margin: 5px;
	border: 0;
}

img.inline
{
	display: inline;
	border: 0;
	vertical-align: middle;
}


/* Figures with captions. */
.figure
{
    margin: 3px;
    padding: 3px;
    float: right;
}

.caption
{
  text-align: center;
  font-style: italic;
  font-size: 0.9em;
}


p
{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.5;
	font-size: 1em;
	font-weight: normal;
}

.scientific
{
	font-style: italic;	
}


.subtitle
{
	margin-top: -15px;
	margin-left: 1cm;
	font-size: 1.2em;
	font-weight: bold;
}


ul, ol, li
{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.5;
}


/* Table formatting */
table
{
	border-style: ridge;
}


table.bare
{
	border-style: none;
}


th
{
	background-color: Navy;
	color: Yellow;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px;
	border-style: solid;
}



td
{
	vertical-align: top;
	border-collapse: collapse;
	border: 1px;
	border-style: solid;
	padding: 2px;
}


table.bare td
{
	border-style: none;
}


table.pictures 
{
	border-style: none;
	text-align: center;

}


table.pictures td
{
	border-style: none;
	text-align: center;

}


#searchMatches
{
	font-size: smaller;
	color: Blue;
}

/* Special handling of the contact list. */
#contactList
{
	list-style: none;
}


#contactList li h2
{
	padding-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
}

#contactList li h3
{
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-left: 2em;
}

#contactList li address
{
	margin-left: 3em;
}



/* Special handling of the species lists. */
#speciesList cite
{
	margin-left: 2em;
}

#speciesList cite.inline
{
	margin-left: 0;
}

#speciesList b
{
	font-weight: bold;
	margin-left: 1em;
}

#speciesList li
{
	line-height: 0.5;
}

/*  ---------   N A V I G A T I O N   --------- */

#navigation
{
	/* We are trying to do 'float: left' but some browsers are broken so use absolute positioning. */
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0 10px 10px 10px;
	background: #bdcdbd;
	border: 0;
	width: 110px;  /* False value for IE4-5/Windows */
	width: 110px;  /* Actual values for conformant browsers */
}

#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0 10px 0 20px;
	border: 0;
}

#navigation li
{
	text-align: center;
	border-bottom: 1px solid #000;
	width: 110px;
	margin: 0;
	padding: 0;
	font: 12px/16px Verdana, Lucida, Arial, sans-serif;
	color: #000;
	background: #e0861e;
}

#navigation li a
{
	display: block;
	font-weight: normal;
	padding: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #e0861e;
	color: #000;
	text-decoration: none;
	width: 110px;  /* False value for IE4-5/Windows */
	width: 108px;  /* Actual values for conformant browsers */
}


#navigation li a:hover
{
	font-weight: normal;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #c90;
	color: #fff;
	text-decoration: none;
}


/* Special handling to put the top border on the first item. */
#index
{
	border-top: 1px solid #000;
}


p.Vital
{
	margin-top: 50px;
	padding-top: 4px;
	clear: both;
	border-top: solid 1px gray;
	font-size: 0.8em;
	text-align: center;
}


.Menu
{
	padding-left: 0;
	float: left;
	width: 150px;
}

.Menu ul 
{
	margin: 0;
	padding-left: 0;
}


.Menu li
{
	list-style: none;
	font-size: 0.9em;
	border: solid 1px #006600;
	margin: 0;
	background: #DDD;
	padding: 2px;
}

.Menu a
{
	display: block;
	padding: 0;
	color: #000;
	text-decoration: none;
}


.Menu li a:hover
{
	background: #c90;
	color: #fff;
	text-decoration: none;
}


.Credit
{
	margin-top: 4px;
	font-size: 0.7em;
	text-align: center;
}

#Banner
{
	width: 961px;	
	overflow: hidden;
}

#Banner img
{
	margin: 0;
}