@charset "UTF-8";

/* $Id: style.css 74 2010-09-16 18:03:42Z rchoi $ */

a {
    text-decoration: none;
}
a:link {
    color: #069;
}
a:visited {
    color: #069;
}
a:hover {
    color: #990D00;
}


h2 {
    font-size: 20px;
    background-color: #CCC;
    color: #111;
    padding: 0 5px 0 5px;
}
h3 {
    font-size: 18px;
    margin-top: 20px;
    border-bottom: 1px solid #DDD;
}
h4 {
	font-size: 14px;
	margin-top: 15px;
}
    


#page {
    margin-top: 10px;
}

#banner {
    margin-bottom: 30px;
    height: 100px;
    position: relative;
    background-color: #134184;
    color: #DDD;
}

#banner ul {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 10px 3px 0;
    
}

#banner h1 {
    margin: 0 10px 0 10px;
    float: right;
    font-size: 20px;
}

#banner li {
    list-style-type: none;
    display: block;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
}

#banner a:link,
#banner a:visited {
    text-decoration: none;
    color: #DDD;
}
#banner a:hover {
    text-decoration: none;
    color: #FFF;
}   


#logo {
    float: left;
}

.searchform {
    margin-bottom: 30px;
    position :relative;
}
input {
    margin: 2px 0;
}
select {
    width: 150px;
    margin-top: 4px;
    margin-bottom: 4px;
}
label {
	font-size: 105%;
}
#searchform form div {
/*  height: 25px; */  /* This does not work in IE 6 ... all "label" lines appear overlaid on one line. */
}

#links li {
    list-style-image: url(carrot_grey_trans.png);
    margin-left: 18px;
}

#footer {
    color: #555;
    margin-top: 50px;
    margin-bottom: 20px;
}

#footer p {
    font-size: 11px;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.4em;
}

.namelist {
}
.namelist ul {
    margin: 0;
}
.namelist li {
    list-style-type: none;
}

#phyla li {
	display: inline;
	margin-left: 18px;
}

#taxonomy_nav {
    margin-top: -20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #222;
}
#taxonomy_nav span {
    white-space: nowrap;
}

.taxon {
    font-weight: bold;
    color: #444;
}

.notice {
    padding: 5px;
    font-style: oblique;
}

.hang {
    margin-left: 30px;
    text-indent: -30px;
}

.debug {
    font-family: monospace;
    font-size: 10px;
    margin-top: 20px;
}

.permalink {
    text-align: right;
    font-size: 11px;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.barcode {
}

ul.loan {
	margin-bottom: 20px;
}

ul.loan li {
	list-style-image: url(carrot_grey_trans.png);
}


table {
	width: 100%;
}
td.category {
	width: 180px;
}
th {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #AAA;
}


