/* CSS styles for Breeding Bird Atlas web site */

/* Menu background color (tan): #C7B299
   Line color (rust): #87331F
   Accent Color (yellow): #F3D863
*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	margin: 0;
	padding: 0;
}

* html, body, #wrap {
    font-size: x-small; /* for ie5/Win */
    f\ont-size: 11px ; /* for other IE versions */
}

body, h1, h2, h3, h4, p, a {
	line-height: 1.25em;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover, #content .block_selection a:hover {color: #87331F; text-decoration: underline;}

.emph {
    font-weight: bold;
}

table {
    border-collapse:collapse;
}

#wrap {
    margin: 0 auto;
    width:785px;
    border: 1px solid black;
    border-collapse:collapse;
    text-align: left;
}

#banner {
    display:block;
    width:785px;
    height:197px;
    background:url(web_images/BBABanner.jpg);
    position:relative;
	border-bottom: 7px solid #87331F;
}

#banner dl, dt, dd {
    margin:0;
    padding:0;
}
/* work around FF 1px gap bug */
#banner dt {
    border-bottom:1px solid black;
}
#banner dd {
    position: absolute;
}

#banner #sas {
    left:590px;
    top:157px;
}

#banner a#saslink {
    display:block;
    height:35px;
    width:152px;
    text-decoration:none;
    z-index:20;
}

#banner #bba {
    left:271px;
    top:12px;
}

#banner a#bbalink {
    display:block;
    height:45px;
    width:371px;
    text-decoration:none;
    z-index:20;
}
#banner a span, a:visited span {
    display:none;
}

#search form {
    margin: 0 4px ;
    width: 199px;
}

#search {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#search label {
    vertical-align:middle;
}

#searchbox {
    border: 1px solid black;
	width: 100px;
}

#gobtn {
	margin-left: 4px;
	vertical-align:middle;
}

#nav {
    width: 573px;
    background: #657187;
    text-align:center;
    border-bottom: 1px solid black;
    height: 5em;
}

#nav a:link, #nav a:visited {
    color: Black;
    background-color: #657187;
    text-decoration: none;
    font-size: 1.5em;
}

#nav a:hover {
    color: White;
}

#sidenav {
    border-right: 1px solid black;
    vertical-align:top;
    padding-top: 2em;
}

#sidenav h1 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #A2BE78;
	color: #006C46;
	padding-left: 2em;
    margin-right: 3.5em;
	text-align: left;
	padding-right: .3em;
    text-indent: -.75em;
}

#sidenav h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
}

#sidenav ul {
	list-style: none;
	text-align: left;
	margin: 0;
	margin-bottom: 2em;
	padding-left: 2em;
}

#sidenav li {
	font-family: Verdana, sans-serif;
	text-align: left;
    line-height: 1em;
}

#sidenav li h2 a {
    font-weight:bold;
    margin:0;
}

#sidenav li h2 {
    font-weight:bold;
    color:#006C46;
}

#sidenav ul li ul {
    margin: 0;   
	text-indent: -.33em;
}

#sidenav a {
	color: #006C46;
	text-decoration: none;
	font-size: 1em;
}

#sidenav a:hover {
	color: #000;
	text-decoration: none;
}

#content {
    padding-top: 2em;
    background: white;
    vertical-align: top;
}

#content p, #content dt, #content dd{
	margin-bottom: .1em;
	padding: 0 20px;
}

#content dt {
    margin-top: 1em;
}

#content h1 {
	font-family: Tahoma, sans-serif;
	font-size:1.5em;
	color: #87331F;
	margin-left:1em;
	text-align:left;
}

#content a {
	color: #87331F;
}

#content h2, #content h2 a, #content h3 {
	color: #87331F;
	font-size: 1.2em;
	margin-left:1.5em;
	font-weight:normal;
}

#content h3 {
	font-family: Tahoma, sans-serif;
}

#footer {
   background: #87331F;
   border-top: solid 1px black;
   text-align:center;
}

#footer  a {
    color: white;
	text-decoration: none;
}

#footer td {
	height: 30px;
}

#footer a:hover {
	text-decoration: underline;
}
 
.references {
    list-style:none;
    /*the next lines handle the hanging indent*/
    text-indent: -1.5em;
    margin-left:2.5em;
    padding-left:2.5em;
    margin-right: 2em;
}

.references li {
    margin-bottom: .5em; 
}

.n, .title {
    font-style:italic;
}

#methodology {
    margin:2em 3em 0 3em;
    border:1px solid black;
}
#methodology dd {
    text-indent:-2em;
    margin-left: 3em;
}
#methodology #last {
    margin-bottom: 1.5em;
}

#table_caption {
    color:black;
    font-weight:bold;
    text-align:center;
    margin-bottom: 2em;
}

.essay_image  {
   text-align:center;
   margin-top:1.5em;
   margin-bottom:0px;
   padding:0px;
}

.essay_image div {
    margin-bottom: 2em;
    font-weight:bold;
}

#home p {
    margin-left: 3.5em;
}

.about_subhead a {
    font-size: 120%;
}

/* browse birds page */
.browse_birds, .observer_table,.block_selection {
    border-collapse: collapse;
    border: 1px solid black;
    margin: 2em;
    margin-top:0;
    font-size: 1.2em;   
}

.browse_birds th, .observer_table th, .block_selection th {
    background: #8fa58e;
    text-align: left;
    padding: 3px;
    border:1px solid black;
}

.browse_birds td, .observer_table td, .block_selection td {
    border: 1px solid black;
    text-align:center;
    font-size:.8em;
}

.browse_birds td img {
    vertical-align:middle;
}

.browse_birds dl {
    margin: 0;
    margin-top: -10px;
    text-align: left;
}
.browse_birds dd {
    font-style: italic; 
    margin-left: 10px;
    text-indent:-.75em;
}
.browse_birds dt {
    text-indent:-.75em;
}

.browse_birds img {
    border: 0;
}

.browse_birds .county_name {
    text-align: center;
    width: 50px;
}

#content .browse_birds a, #content .block_selection a{
    text-decoration: none;
    color: black;
}

.back_to_top {
    text-align: right;
    font-size: .8em;
    margin: 5px;
}

#order_list li {
    margin-left: 1em;
    text-indent: -1em;
}
.observer_table {
    margin-top:2em;
}
.observer_table td{
    text-align:left;
}

.number, td .hours {
    text-align:right;   
}

#observers {
    margin: 1em auto;
    border-collapse: collapse;
    border: solid 1px black;
    width: 50%;
}

#observers td {
    border-top: solid 1px gray;
}

#observers caption {
    margin: 0 auto;
    font-weight:bold;
}

#observers .num_heading {
    text-align:right;
}

.breeding_status_heading{
    margin-top: -.5em;
}
#acknowledgments a {
    color: #87331F;
    text-decoration:underline;
}

.block_selection th {
    text-align:center;
}

.block_selection td {
    text-align:left;
}
#content .block_name {
    font-weight:bold;
    margin-top:0;
}
#content .block_title{
    margin-bottom:0;
    margin-left:.75em;
}

/* Style Search Results page */

#searchresult {
    margin-left: 30px;
}

/* end search result */

/*bird detail page */

#uparrow {
    float: right;
    height: 12em;
    padding: 5px;
}

#downarrow {
    clear:both;
    float:right;
    padding: 5px;
}

.currentbird {
    font-weight:bold;
}

.invisible {
    display:none;
}

#birdlist li {
    margin-bottom: .1em;
    margin-left: 1em;
    text-indent: -1em;
}

.scientific {
    font-style: italic;
    font-weight: normal;   
}

#bird_image {
    float: right; 
    margin-left: 8px;
}

#bird_image img {
    border: solid #d9e0e6;
    margin: 0 8px 0 0;
    padding: 4px;
    background: #fff;
    border-bottom-color: #c8cdd2;
    border-right-color: #c8cdd2;
    width: 100px;
    height: 100px;
}

#bird_map_container{
    clear: both;
    padding-top: 3em;
    text-align:center;
}

#bird_map {
    margin: 0px auto; 
    margin-bottom: 1em;
    border-right: 1px solid black;
}

#bird_map td {
    font-weight: bold;
    font-size: 1.2em;
}

#bird_map .county_name {
    width: 90px;
}
    
.active {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 0px;
}

.has_map {
    background-color: #657187;  
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    height: 2.5em;
}

#content .has_map a {
    display:block;
    padding: .1em;
    line-height: 2.5em;
    color:black;
}

#content .has_map a:hover{
    color:white;
    text-decoration:none;
}

.no_map {
    background-color: #d6d1d1;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    color: #919090;
}

#bird_map img {
   border-left: 1px solid black;
    border-bottom: 1px solid black;
}


.phase1{
    background-color:greenyellow;
    text-align:right;
}
.phase2 {
    background-color:gold;
    text-align:right;
}

#block_county_select {
    border:0;
}

.para_subhead, .notehead{
 	color: #87331F;
    font-weight:bold;
}

.notehead {
    font-size: 125%;
}

.searchtypes dt {
    margin-left: 2em;
    font-weight:bold;
}

.searchtypes dd {
    margin-left: 4em;
}
.searchtypes dd ul {
    margin:0;
    padding:0;
    margin-left:1em;
}
/* change log description */
.browse_birds .description {
    text-align:left;
}

.address dd{
    margin-left: 3em;
}
