@charset "UTF-8";

/* $Id: style.css 407 2010-04-08 00:48:39Z markb $ */

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


h2 {
    font-size: 20px;
    background-color: #222;
    color: #DDD;
    padding: 0 5px 0 5px;
}
h3 {
	font-size: 16px;
	margin-top: 20px;
}
    


#page {
	margin-top: 10px;
}

#banner {
	margin-bottom: 30px;
	height: 100px;
	position: relative;
	background-color: #134184;
	color: #DDD;
	border-radius:4px;
	box-shadow: 0px 4px 19px #888;
}

#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;
	height:60px;
	width:auto;
	padding:18px;
}

#searchform {
	margin-bottom: 30px;
	position :relative;
}
input {
	margin: 2px 0;
}
select {
	width: 150px;
}
#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);
}

#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;
}

#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 {
	background: #FDF1B5;
	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;
}


