/*** Copyright 2007 C W Dee                                                 ***/

/* Site color palette:                                                        */
/*  body background : #666666                                                 */
/*  main panel background : #FDF4D3                                           */
/*  light green panel background : #c9f9c9                                    */
/*  off-white panel background : #fdf8f2                                      */
/*  maroon text on green : #603                                               */
/*  normal text : #333                                                        */
/*                                                                            */

* html .HollyHack { height: 0.01%; }

body {
	margin: 0;
	padding: 0 0 10px 0; 
	background-color: #666666; 
	color: #8F9373;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#header h1, 
h2, 
#species-pane h3, 
#map-pane h3, 
#map-pane h4 {
  font-family: Georgia, serif;
  font-weight: normal; 
}
h1 { 
	font-size: 1.5em;
	font-weight: normal; 
	color: #A02225;
	background: #80BEF9; 
	padding: 5px 0 6px 20px; 
	margin: 0;
}
h1 span {
  color: #FFF;
	font-size: 90%;
	padding: 0 0 0 10px;
}
h3 span {
	font-style: oblique;
}

a:link, a:visited {
	text-decoration: none;
	color: inherit; 
	color: #603; 
}
a:hover {
	color: #fdf8f2;
  xx-background-color: #aaa;
 	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: inherit; 
	color: #603;
}

/*** General class selectors **************************************************/

/*** General element.class selectors ******************************************/
.credit  {
	color: #D0D0D0;
	font-size: 0.7em; 
	border-width: 0;
  margin: 6px auto 20px auto;
  width: 899px;
  line-height: 30px;
}
.credit a.bio {
	color: #D0D0D0;
  text-decoration: underline;
}
.credit a.bio:hover {
  color: #404040;
	text-decoration: none; 
}  

p.UnderConstruction {	
	color: #888; 
	background-color: #ddd;
	font-style: oblique;
	padding: 0 0 0 5px !important;
}
span#warning {
 	display: none;
}
span#warning2 {
	display: none;
}


/* Main page text reveal selectors */
a.hider span.normal {
	text-decoration: none;
	display: inline;
	padding: 0 5px 0 5px;
	border-bottom: 1px dashed #603;
	background-color: #c9f9c9; 
}
a.hider span.revealed {
 	border-bottom: 0;
	background-color: #c9f9c9; 
	display: none;
}

a.hider:hover span.normal {
	color: #aaa;
	border-bottom-style: none;
	margin-right: -10px; 
} 
a.hider:hover span.revealed {
	color: #603;
	display: inline;
}
.hints {
  position: absolute;
  top: 408px; 
  text-align: center; 
  color: #fa9e47;
  margin-left: 60px;
}
.hint {
	font-size: 0.75em; 
	margin: 0 0 0 10px;
}
span.hint {
	border-bottom: 1px dashed #fa9e47; 
	margin: 0 0 0 20px; 
	padding: 0 0 1px 0;
	font-weight: bold;
}
.clickhint { 
	font-size: 0.75em; 
	margin: 0 0 0 10px;
	width: 140px;
	display: block;
}
span.text {
	display: none;
}

/*** Common style elements for all pages **************************************/

#wrapper {                                        /*** Overall page wrapper ***/
	background-color: #fdf4d3; 
	xx-color: black;
	margin: 20px auto 0 auto;
	xx-padding: 10px 20px 10px 20px ;
	width: 899px;
	box-shadow: 4px 4px 6px #000;
}

#header-top-wrapper {             /*** Header section image box full-height ***/
  xx-background: #c9f9c9 url(/img/gradient2.png) repeat-y;  
	xx-margin: 0 0 10px 5px;
}

#header-top-wrapper-shallow {         /*** Header section image box shallow ***/
  xx-background: #c9f9c9 url(/img/gradient2.png) repeat-y;  
	xx-margin: 0 0 10px 5px;
}

#header-top-wrapper-shallow h1 { 
	font-size: 1.5em; 
	xx-padding: 0 0 0 10px; 
	xx-margin: 0 20px 0 10px;
}

#header-bottom {                         /*** Header section bottom element ***/
  background: url(/img/Mappingthedist.jpg) no-repeat;
	height: 34px;
}
#header-bottom p {
	display: none;
}
#header-bottom ul {
	font-size: 1em;
	margin: 0;
	padding: 4px 0 4px 0;
	text-align: right;
}
#header-bottom li {
	display: inline;
	font-size: 0.8em;
	background-color: #fdf8f2;
	color: #333; 
	margin: 0;
}
#header-bottom span {
        color: #aaa;
	padding: 0 2px 0 2px;
}
#header-bottom a:link, 
#header-bottom a:visited {
	text-decoration: none;
	background-color: #fdf8f2;
        color: #333; 
	padding: 0 2px 0 2px;
}
#header-bottom a:hover {
	color: #fdf8f2;
        background-color: #aaa;
	font-weight: normal; 
}
#header-bottom a:active {
	text-decoration: none;
	background-color: #fdf8f2;
        color: #333;
	padding: 0 2px 0 2px;
}

#main {                                                 /*** Main text body ***/ 
	padding: 0;
	margin: 0;
	position: relative; 
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FDF4D3;
}

#main-pane-wrapper {            /*-- Wrapper for text pane within main body --*/
	color: #525252;
	background: #fdf4d3;
	box-shadow: 4px 6px 4px #000;
}

#main-pane-wrapper h3 { 
	padding-bottom: 10px;
	margin: 0;
}
#main-pane-wrapper h4 { 
	padding-bottom: 5px;
	margin: 0;
}

#main-pane {                        /*-- Primary text pane within main body --*/
	min-height: 270px;
}
#main-pane h4 { 
	padding: 0 0 5px 10px;
	margin: 0;
}
#main-pane p {
	font-size: 0.9em;
	margin: 0 0 10px 0;
 	padding: 0; 
}

#main-pane p div p {
	font-size: 1em;
	margin: 0; 
 	padding: 0; 
}

#main-pane ul {
	font-size: 0.9em;
	margin: 0 15px 10px 5px;
 	padding: 0 0 0 10px; 
}

#main-pane ul ul {
 	padding: 0 0 0 40px; 
}



.main-pane2 {                     /*-- Secondary text pane within main body --*/
	font-size: 0.75em; 
	width: 620px;  
	background-color: #c9f9c9; 
	border: 0 solid #99c999;
	border-left-width: 4px;
	border-right-width: 4px;
}
.main-pane2 p {
	margin: 0 15px 10px 15px;
}
.main-pane2 p div p {
	margin: 0;
}
.main-pane2 li {
	list-style-type: none;
	margin: 0 0 0 40px;
}

.main-pane2 ul {
	margin: 0 0 10px 0;
}

.wide-pane-wrapper {            /*-- Wrapper for text pane within main body --*/
	color: #603;
	width: 914px; 
	margin: 10px 0 0 5px;
	background: #99c999;
}

.wide-pane {                        /*-- Primary text pane within main body --*/
	width: 906px; 
	background: #c9f9c9 url(/img/hbclogo2.gif) top left repeat-y; 
	background-color: #c9f9c9;
	border: 0 solid #99c999; 
  	border-left-width: 4px;
	border-right-width: 4px;
	margin: 0 0 10px 0;
}


/*** Paragraph styles for species table pages *********************************/

#species-table-wrapper {                     /*** Wrapper for species table ***/
	box-shadow: 4px 6px 4px #000;
}
#species-table-wrapper h3 {
	color: #a22125;
}
#species-table-wrapper h3 { 
	font-size: 1.5em;
	padding: 0 0 5px 20px;
	margin: 0;
}

#species-table {                                         /*** Species table ***/
	color: #333;
	width: 590px;  
	margin: 20px 0 5px 15px;
	padding: 5px;
	position: relative;
}
#species-table table {
	border-collapse: collapse;
}
#species-table td {
	font-size: 0.65em; 
	width: 146px;
	border: 1px solid #e0e0e0;
	padding: 0;
}
#species-table a {
	color: #333; 
	display: inline-block;
	height: 100%;
 	padding: 0 2px 0 4px;
	text-decoration: none;
}
#species-table p {
 	padding: 0 2px 0 4px;
 	margin: 0;
}
#species-table a:link, 
#species-table a:visited {
	color: #333; 
	xx-background-color: #fdf8f2;
	font-weight: normal;
}
#species-table a:hover {
	color: #fdf8f2;
  background-color: #aaa;
 	font-weight: normal;
}
#species-table a:active {
	color: #333;
        background-color: #ddd;
 	font-weight: normal;
}

#species-table1 img {                         /*** Species table for tetrad ***/
	display: inline;
	height: 12px;
	width: 12px;
 	margin: 1px 2px 0 2px; 
	vertical-align: bottom;
	float: right;
}
#species-table1 a {
	width: 123px;
}
#species-table2 a {                            /*** Species table for atlas ***/
	width: 140px;
}

/*** Styles for tabbed menus **************************************************/

#tabmenu ul {                                              /*** Tabbed menu ***/
	padding: 0 0 0 0;
	list-style: none;
	margin: 0 10px 0 15px;
}
#tabmenu li {
	float: left; 
	margin: 0 4px 0 0;
	padding: 0;
}
p.activetab {
	color: #8f9373;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0;
	margin: 0; 	
}
p.activetab span {
	padding: 0 15px 0 10px; 
}
p.inacttab {
	margin: 0;
}
p.inacttab a {
	color: #fa9e47;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 15px 0 10px; 
}
p.inacttab a:hover {
	color: #8f9373;
}
/*** Fluid 3-column layout - CSS derived from http://matthewjamestaylor.com/blog/perfect-3-column.htm ***/
.threecol {
  border-top: none;
}
.container3 {                   /*-- Wrapper for text pane within main body --*/
  position: relative;                   /* Fix the IE7 overflow hidden bug    */
  clear: both;
  float: left;
  width: 899px;                         /* Width of whole page                */
  overflow: hidden;                     /* Truncate any overhanging divs      */
	padding: 0;
}
/* common column settings */
#main .container2,
#main .container1 {
  float: left;
  position: relative;
  width: 100%;
}
.threecol #navbar,
.threecol #map-pane,
.threecol #main-pane,
.threecol #species-pane,
.threecol #sidebar {
  float: left;
  position: relative;
  padding: 0;                           /* no left and right padding on       */
                                        /* columns, we just make them         */
                                        /* narrower instead only padding top  */
                                        /* and bottom is included here, make  */
                                        /* it whatever value you need         */
  overflow: hidden;
}  
/* 3 Column settings 180px:520px:199px for species maps */
.threecol.container3 {
  background-color: #fdf4d3;            /* Right column background colour     */
}
.threecol .container2 {
  right: 199px;                         /* Right column width                 */
  background-color: #fdf4d3;            /* Center column background colour    */
}
.threecol .container1 {
  right: 520px;                         /* Centre column width                */
  background: #eef5bf;                  /* Left column background colour      */
}
.threecol #map-pane,
.threecol #main-pane,
.threecol #species-pane {
  width: 480px;                         /* Centre column content width        */
                                        /*  (column width minus padding)      */
  left: 919px;                          /* 100% plus left padding of center   */
                                        /*  column                            */
	margin: 10px 0;
}
#main .threecol #map-pane {
	height: 592px;
}
.threecol #navbar {
  width: 180px;                         /* Left column content width          */
                                        /*  (column width minus padding)      */
  left: 239px;                          /* width of (right column) plus       */
                                        /*  (center column left and right     */
                                        /*   padding) plus                    */
                                        /* (left column left padding)         */
}
.threecol #sidebar {
  width: 180px;                         /* Right column content width         */
                                        /*  (column width minus padding)      */
  left: 760px;                          /* (100% - left column width) plus    */
                                        /*   (center column left and right    */
                                        /*    padding) plus                   */
                                        /*   (left column left and right      */
                                        /*    padding) plus                   */
                                        /*   (right column left padding)      */
  padding: 25px 0 10px 0;
}

/*** Styles elements for species maps *****************************************/
#map-pane-wrapper {                               /*** Wrapper for map pane ***/
  box-shadow: 4px 6px 4px #000;
}
#map-pane-wrapper img {
	float: left;
	width: 10px;
	height: 10px;
} 
#map-pane-wrapper h3 {                                        /* Species name */
	font-size: 1.5em; 
	font-style: normal; 
	font-weight: normal;
	color: #a22125;
	background-color: transparent;
	padding: 0 5px 0 20px;
	margin: 0; 
}
#map-pane-wrapper h4 {                                          /* Latin name */
	font-size: 1.0em; 
	font-style: oblique; 
	font-weight: normal;
	color: #a0a0a0;
	background-color: transparent;
	padding: 0 5px 0 20px;
	margin: 0 0 5px 0;
}
#map-pane-wrapper h5 {                  /* Comment - sensitive / not surveyed */
	font-family: Times, serif;
	font-size: 0.8em; 
	font-style: oblique; 
	color: gray;
	padding: 0 0 0 20px;
	margin: 0;
}
#map-pane img {
	display: inline;
	width: 12px;
	height: 12px;
	border-width: 1px;
	border-style: solid;
}


/*** Paragraph styles for middle column for species maps **********************/
#mid-column-wrapper {                /*** Wrapper for tetrads counts column ***/
	position: absolute; 
	top: 430px;
	width: 500px;  
	margin: 20px 0 0 -10px;
}
#mid-column-wrapper img {
	float: left;
}

#mid-column {                                    /*** tetrads counts column ***/
	margin: 0;
	padding: 0;
	width: 155px;
	float: left;
	padding: 0 0 0 8px;
}
#mid-column h3,
#mid-column h4 {
  font-family: inherit;
  font-style: inherit;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 2px 0 4px 0;
}
#mid-column h3 {
  color: #8f9373;
}
#mid-column h4 {
	color: #a22125;
}
#mid-column p {
	position: absolute;
	display: inline; 
	font-size: 0.75em;
	margin: 0; 
}
#mid-column img {
	display: inline-block; 
	width: 12px;
	height: 12px; 
	border: none;
	padding: 2px;
	vertical-align: middle;
}
.summary-row {                       /*-- Tetrad count row for active atlas --*/
	display: block;
	position: relative;
	height: 122px;
	margin: 0;
	padding: 4px 0 12px 0;
	border-bottom: 1px dotted #8f9373;
}
.summary-row p { 
	xx-color: #603; 
}
.summary-row2 {                       /*-- Tetrad count row for other atlas --*/
	display: block;
	position: relative;
	height: 122px;
	margin: 0;
	padding: 4px 0 12px 0;
  background-color: #e0e0e0;
}	

p.c1 {	
 	width: 15px;
	padding: 2px 0 0 4px;

}

p.c2 {	
	color: inherit;
	left: 27px; 
	width: 74px; 
	padding: 2px 0 0 7px;
}
p.c3 {	
	color: inherit;
	left: 95px; 
	text-align: right;
 	width:  48px; 
	padding: 2px 4px 0 0;
}

/*** Paragraph styles for sidebar *********************************************/
#sidebar {
	xx-margin: 25px 0 0 0;
  border-bottom: 1px dotted #8F9373;

}
#sidebar h4 {
 	font-size: 0.75em;
 	font-weight: bold;
 	font-style: normal;
	color: #A22125;
	margin: 0;
	padding: 10px 0 4px 0;
	border-top: 1px dotted #8F9373;
}	
#sidebar p {
	margin: 0;
	padding: 4px 0;
	font-size: 0.75em;
}
#sidebar p.sidetext {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0.75em;
	color: #8F9373; 
}
#sidebar p span {
	font-weight: bold;
}
#sidebar a {
 	font-weight: bold;
 	color: #FA9E47; 
	margin: 0;
	padding: 0;
}

#sidebar a:hover {
	color: #8F9373;
}

#sidebar-footer p {                      /*** Sidebar footer for W3C links ***/
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background: none;
	border: none;
}
#sidebar-footer a {
 	display: inline; 
	background: none;
}
#sidebar-footer	a:hover {
	background: none;
} 
#sidebar-footer img {
	border: 0;
	width: 88px;
	height: 31px;
}

.sidebar-h4-wrapper {               /*-- Wrapper for sidebar section header --*/
	margin: 10px 0 5px 0;
}
/*** Paragraph styles for navigation bar ***/
#navbar {
	margin: 0;
	padding-top: 10px !important;
	background: #eef5bf;
}
#navbar p {
  color: #618e40;
  padding: 0 0 4px 20px;
  margin: 15px 0 0 0;
  font-style: oblique;
  font-size: 0.875em;
  font-weight: bold;
}
#navbar ul {
  padding: 0;
  margin: 0;
}
#navbar li {
  list-style-type: none;
  border-bottom: 1px dotted #8f9373;
  margin: 0;
  padding: 0; 
}
#navbar li a,
#navbar li span {
  display: block;
  color: #8f9373;
  font-size: 0.8125em;
  font-weight: bold;
  width: 160px;
  padding: 10px 0 10px 20px;
}
#navbar li a:hover,
#navbar li span {
  color: #618e40;
  background: #e0e9a5; 
}


#adjacent-pane {
	display: block;
	margin: 1px 14px;
}
#adjacent-pane table {
  border-collapse: collapse;
  font-size: 0.75em;
  height: 150px;
  width: 150px; 
  margin: 4px 0 12px 0;
}
#adjacent-pane a { 
  font-weight: bold;
  line-height: 50px;
  display: block;
}
#adjacent-pane td { 
  width: 50px; 
}
td.v {
 	border: 1px solid #e0e0e0; 
	text-align: center;
	height: 50px;
	width: 50px;
}
td.e {
 	border: 1px solid #e0e0e0;
 	border: none; 
	background-color: #fdf4d3;
	height: 50px;
	width: 50px;
}
td.h {
	border: 1px solid #e0e0e0;
  color: #8f9373;
	background-color: #e0e0e0; 
	font-weight: bold;
	text-align: center;
	height: 50px;
	width: 50px;
}
td.ra {
	text-align: right;
	letter-spacing: 0.1em;
}

#sidebar .v a, 
#sidebar .v a:hover { 
	background-image: none; 
}

/*** Footer section styles                                                  ***/
#footer {                                                       /*** Footer ***/
/*	margin: 5px 0 0 0; */
	margin: 0;
	padding: 0 0 1px 0;
	font-size: 0.6em;
	text-align: center;
	background: #FDF4D3;
}

