/*** Copyright 2008 C W Dee                                                 ***/

/*** Bedfordshire Breeding Bird Atlas                                       ***/

/* Left navigation, rectangular with narrow borders                           */

/* Site color palette:                                                        */
/*  body background : #cddbf2 - very pale blue                                */

/*                    #ff6633 - 80% bright orange                             */
/*                    #ff8c66 - 60% orange                                    */
/*                    #FF9D7F - 50% orange                                    */
/*                    #ff9977 - dull orange                                   */

/*  pale blue : #a8c0e8 (main background)                                     */
/*  off-white panel background : #fdf8f2                                      */
/*  normal text : #333 (on dull orange)                                       */
/*  heading text : #666 (grey on pale blue)
/*                                                                            */

* html .HollyHack { height: 0.01%; }

body {
	margin: 0;
	padding: 0 0 10px 0; 
	background-color: #cddbf2; 
	color: #333;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
 	width: 984px;
	line-height: 120%;
}
h1 { 
	font-size: 2.5em; 
	font-style: oblique; 
	font-weight: bold; 
        color: #666;
	background: transparent url(../img/logo4.jpg) top left no-repeat;
	padding: 12px 0 22px 240px; 
	margin: 0 20px 0 10px;
	line-height: normal;
}
h1 span {
	font-size: smaller;
	padding: 0 0 0 20px;
}

h3 {
	color: #666;
}

h3 span {
	font-style: oblique;
}

a:link, a:visited {
	text-decoration: none;
	color: inherit; 
	color: #333; 
}
a:hover {
	color: #fdf8f2;
        background-color: #aaa;
 	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: inherit; 
	color: #333;
}


/*** General class selectors **************************************************/

/* 10px rounded corner images for main panes (p=pale-green, g=green, w=whitish) */
.gwtr { background: url(../img/gwtr.gif) no-repeat top right; height: 10px; margin: 0; font-size:0; }
.gwtl { background: url(../img/gwtl.gif) no-repeat top left; height: 10px;}
.gwbr { background: url(../img/gwbr.gif) no-repeat bottom right; height: 10px; margin: 0; font-size:0; }
.gwbl { background: url(../img/gwbl.gif) no-repeat bottom left; height: 10px; }

/*
.pgtr { background: url(../img/roundedcornr_464144_tr.png) no-repeat top right; height: 10px; margin: 0; font-size:0; }
.pgtl { background: url(../img/roundedcornr_464144_tl.png) no-repeat top left; height: 10px; }
.pgbr { background: url(../img/roundedcornr_464144_br.png) no-repeat bottom right; height: 10px; margin: 0; font-size:0; }
.pgbl { background: url(../img/roundedcornr_464144_bl.png) no-repeat bottom left; height: 10px; }
*/

.pwtr { background: url(/img/pwtr.gif) no-repeat top right; height: 10px; margin: 0; font-size:0; }
.pwbr { background: url(/img/pwbr.gif) no-repeat bottom right; height: 10px; margin: 0; font-size:0; }

/* Rounded corner right side for tabs 
.rtab { background: url(tabr.gif) no-repeat top right; height: 10px; } */

/* 5px rounded corner images for sidebar */
.pwtr5 { background: url(../img/owtr5.gif) no-repeat top right; height: 5px; margin: 0; font-size:0; }
.gwtl5 { background: url(../img/owtl5.gif) no-repeat top left; }
.pwbr5 { background: url(../img/owbr5.gif) no-repeat bottom right; height: 5px; margin: 0; font-size:0; }
.gwbl5 { background: url(../img/owbl5.gif) no-repeat bottom left; }

/* 10px rounded corner images for map panes : very pale blue / white with border */
.pbwtr { background: url(../img/pbwtr.png) no-repeat top right; height: 10px; margin: 0; font-size:0; }
.pbwtl { background: url(../img/pbwtl.png) no-repeat top left; height: 10px; }
.pbwbr { background: url(../img/pbwbr.png) no-repeat bottom right; height: 10px; margin: 0; font-size:0; }
.pbwbl { background: url(../img/pbwbl.png) no-repeat bottom left; height: 10px; }

/* 10px rounded corner images for stats column */
.owtr { background: url(../img/owtr5.gif) no-repeat top right; height: 5px; margin: 0; font-size:0; }
.owtl { background: url(../img/owtl5.gif) no-repeat top left; }
.owbr { background: url(../img/owbr5.gif) no-repeat bottom right; height: 5px; margin: 0; font-size:0; }
.owbl { background: url(../img/owbl5.gif) no-repeat bottom left;  height: 5px; }


/*** General element.class selectors ******************************************/

a.bio { 
	margin: 0  !important; 
	padding: 0 2px 0 2px !important;
	display: inline !important;
 	background: transparent none !important;
	text-decoration: underline !important;
} 
a:hover.bio {
        background-color: #aaa !important;
	text-decoration: none !important; 
}

p.bio a {
	padding: 0 2px 0 2px !important;
	text-decoration: underline !important;
} 
p.bio a:hover {
	color: #fdf8f2;
        background-color: #aaa;
	text-decoration: none !important;
}

span.bio a {
	font-weight: bold;
	padding: 0 2px 0 2px !important;
	text-decoration: underline !important; 
	margin: 0 10px 0 10px;
} 
span.bio a:hover {
	font-weight: bold;
	text-decoration: none !important;
}
span.bio i {
	font-style: italic;
	margin: 0 10px 0 10px;
} 
p.credit  {
	color: #333;
	font-size: 0.7em !important; 
	border-width: 0 !important;
}
p.UnderConstruction {	
	color: #888; 
	background-color: #ddd;
	font-style: oblique;
	padding: 0 0 0 5px !important;
}
span#warning {
	padding: 5px;
	border: 2px #f63 solid;
	margin: 0;
	position: absolute; 
	top: 200px; 
	left: 14px;
 	background-color: #fdf8f2;
}
span#warning2 {
	font-size: 0.7em;
	padding: 0 5px;
	border: 2px #f63 solid;
	margin: 0;
	position: absolute; 
	top: 200px; 
	left: 14px;
 	background-color: #fdf8f2;
	width: 170px;
}
span#warning3 {
	font-size: 0.7em;
	padding: 0 5px;
	border: 2px #f63 solid;
	margin: 0;
	position: absolute; 
	top: 100px; 
	left: 14px;
	color: red;
 	background-color: #fdf8f2;
	width: 170px;
}

/* Main page text reveal selectors */
a.hider span.normal {
	text-decoration: none;
	display: inline;
	padding: 0 5px 0 5px;
	border-bottom: 1px dashed #333;
	background-color: #cddbf2; 
}
a.hider span.revealed {
 	border-bottom: 0;
	background-color: #cddbf2; 
	display: none;
}

a.hider:hover span.normal {
	color: #aaa;
	border-bottom-style: none;
	margin-right: -10px; 
} 
a.hider:hover span.revealed {
	color: #573F17;
	display: inline;
}

.hint {
	font-size: 0.75em; 
	margin: 0 0 0 10px;
}
span.hint {
	border-bottom: 1px dashed #333; 
	margin: 0 0 0 10px; 
	padding: 0;
}
.clickhint { 
	font-size: 0.75em; 
	margin: 0 0 0 10px;
	width: 140px;
}
span.text {
	font-size: 0.75em; 
	border: 0; 
	margin: 0 0 0 10px; 
	padding: 0;
}
span.timetext {
	color: black;
	font-size: 0.65em;
	position: absolute; 
	top: 400px; 
	left: 350px;
	border: 0; 
	margin: 0; 
	padding: 0;
}

/*** Common style elements for all pages **************************************/

#wrapper {                                        /*** Overall page wrapper ***/
	background-color: #fdf8f2; 
	color: #333;
	margin: 8px 0px 10px 20px;   	
	padding: 10px 20px 10px 20px ;
	width: 916px;
	border: 2px solid #a8c0e8;
}

#header {                                   /*** Header section top element ***/
	margin: 0 0 5px 0;
}

#header-top-wrapper {             /*** Header section image box full-height ***/
  	background: #a8c0e8;  
	margin: 0 0 10px 5px;
}

#header-top-wrapper-shallow {         /*** Header section image box shallow ***/
  	background: #a8c0e8;
	margin: 0 0 10px 5px;
}

#header-top-wrapper-shallow h1 { 
	font-size: 1.5em; 
	font-style: oblique; 
	font-weight: bold;
	color: #666;
	background: transparent;
	padding: 0 0 0 10px; 
	margin: 0 20px 0 10px;
}


#header-bottom {                         /*** Header section bottom element ***/
	background: #fdf8f2;
	border-top: 3px solid #cddbf2;
	border-bottom: 3px solid #cddbf2;
	margin: 0 0 0 5px;

	}
#header-bottom p {
	font-weight: bold;
	font-size: 0.9em;
	margin: 0;
	padding: 4px 0 4px 0;
	float: left;	
	color: #333;
	letter-spacing: 1px;
}
#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: 5px 0 0 0;
	position: relative; 
	top: 0;
	left: 0;
	width: 100%;
}

.main-pane-wrapper {            /*-- Wrapper for text pane within main body --*/
	background-color: #a8c0e8;
	color: #573F17; 
        margin: 10px 0 0 5px;
	width: 660px;
	padding; 0;  
	position: relative; 
	left: 248px;
}

.main-pane-wrapper h3 { 
	padding: 0 0 10px 153px;
	margin: 0;

}
.main-pane-wrapper h4 { 
	padding: 0 0 5px 20px;
	margin: 0;
}
.wide-pane-wrapper h3 { 
	padding: 0 0 10px 12px;
	margin: 0;

}

.main-pane {                        /*-- Primary text pane within main body --*/
	width: 640px;  
/*	background-color: #cddbf2; */
	background: #cddbf2 url(/img/Hobby.jpg) top left repeat-y;
	border: 2px solid #f63; 
	margin: 0 8px 6px 8px;  
	padding: 5px 0;
	left: 248px;
}
.main-pane h4 { 
	padding: 0 0 5px 145px;
	margin: 0;
}
.main-pane p {
	font-size: 0.9em; 
	margin: 0 15px 10px 5px;
 	text-indent: 40px;
	text-align: justify;
 	padding: 0 0 0 140px; 
}

.main-pane p div p {
	font-size: 1em;
	margin: 0; 
 	text-indent: 40px;
 	padding: 0; 
}

.main-pane ul {
	font-size: 0.9em;
	margin: 0 15px 10px 5px;
 	text-align: justify;
 	padding: 0 0 0 140px; 
}
.main-pane ul ul {
	padding: 0 0 0 20px;
}

.main-pane2 {                     /*-- Secondary text pane within main body --*/
	font-size: 0.9em; 
	width: 640px;  
	background-color: #cddbf2; 
	border: 2px solid #f63; 
	margin: 0 8px 6px 8px; 
}
.main-pane2 p {
	margin: 5px 15px 10px 15px;
 	text-indent: 40px;
	text-align: justify;
}
.main-pane2 p div p {
	margin: 0;
}
.main-pane2 li {
	list-style-type: none;
	margin: 0 0 0 80px;
}

.main-pane2 ul {
	margin: 0 5px 10px 0;
}

.main-pane2 table {
	margin: 5px 30px;
}
.main-pane2 table td {
	padding: 0 15px;
}

.wide-pane-wrapper {            /*-- Wrapper for text pane within main body --*/
	background-color: #a8c0e8;
	color: #573F17; 
        margin: 10px 0 0 5px;
	width: 910px; 
	padding; 0;  
	position: relative; 
}
.wide-pane {                    /*-- Full-width text pane within main body --*/
/*	width: 892px; */
	background-color: #cddbf2;
	border: 2px solid #f63; 
	margin: 0 8px 6px 8px;  
	padding: 0;
}
.wide-pane h4 { 
	padding: 0 0 5px 145px;
	margin: 0;
}
.wide-pane p {
	font-size: 0.9em; 
	margin: 0 15px 10px 5px;
 	text-align: justify;
 	padding: 0 0 0 10px; 
}

/*** Paragraph styles for species table pages *********************************/

#species-table-wrapper {                     /*** Wrapper for species table ***/
	background-color: #a8c0e8;
	color: #573F17;
	margin: 10px 0 0 5px;
	width: 638px; 
	position: relative; 
	left: 270px;
}

#species-table-wrapper h3 { 
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 0;
}

#species-table {                                         /*** Species table ***/
	color: #333;
	background-color: #fdf8f2; 	
	width: 600px; 
	margin: 18px 0 5px 15px;
	padding: 5px;
	position: relative;
	line-height: normal;
}

#species-table table {
	border-collapse: collapse;
}
#species-table.core table {
	margin: 0 5px;
}
#species-table td {
	font-size: 0.70em; 
	width: 146px;
	border: 1px solid #f63; 
	padding: 0;
}
#species-table td.filler {
	width: 10px;
	border: 0;
}

#species-table a {
	color: #333; 
	display: inline-block;
	line-height: 15px;
 	padding: 0 2px 0 4px;
	text-decoration: none;
} 
#species-table a:link, 
#species-table a:visited {
	color: #333; 
	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-tableh td {
	border: 0;
	padding: 0 0 4px 2px;
	font-weight: bold;
}

#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 160px;
	list-style: none;
	margin: 0 10px 0 0;
	border-bottom: 1px solid #CDDBF2; 
}
#tabmenu li {
	float: right; 
	margin: 0 4px 0 0;
	padding: 0;
}

p.activetab {
	color: #333;
	font-size: 0.9em;
	padding: 0;
	margin: 0; 	
	float: none;
}
p.activetab span {
	background: #fdf8f2;
	padding: 0 15px 0 10px; 
 	border: 1px solid #a8c0e8; 
	border-bottom: 2px solid #fdf8f2; 
}
p.inacttab {
	margin: 0 0 1px 0;
	line-height: 16px;
}

p.inacttab a {
	color: #666;
	font-size: 0.9em;
	background: #cddbf2;
	padding: 0 15px 0 10px; 
	display: inline;
	float: none;
}
p.inacttab a:hover {
	color: #fdf8f2; 
        background: #aaa;
 	font-weight: normal; 
}

/*** Styles elements for species maps *****************************************/
#map-pane-wrapper {                               /*** Wrapper for map pane ***/
	background-color: #cddbf2;
	margin: 10px 0 0 8px;
	width: 495px;
	position: relative;
	left: 246px;
}
#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: #666;
	background-color: transparent;
	padding: 0 5px 10px 10px;
	margin: 0; 
}
#map-pane-wrapper h4 {                                          /* Latin name */
	font-size: 0.95em; 
	font-style: oblique; 
	font-weight: normal;
	color: #666;
	background-color: transparent; 
	padding: 0 5px 10px 10px;
	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 20px 10px;
	margin: 0;
}

#map-pane {                                                 /*** Tetrad map ***/
	display: block;
	margin: 0 0 0 0;
	width: 493px;
	border-left: #666 1px solid; 
	border-right: #666 1px solid; 
	padding: 10px 0 20px 0;

}
#map-pane img {
	display: inline;
	width: 12px;
	height: 12px;
	border-width: 1px;
}
#map-pane p {
  	line-height: 160px; 	
}

/*** Paragraph styles for middle column for species maps **********************/
#mid-column-wrapper {                /*** Wrapper for tetrads counts column ***/
	position: absolute; 
	top: 0;
	left: 754px; 
	width: 156px;
  	background: #f63;  
	margin: 10px 0 0 5px;
/*	padding: 0 0 10px 0; */
}
#mid-column-wrapper img {
	float: left;
}

#mid-column {                                    /*** tetrads counts column ***/
	margin: 0;
	padding: 0;
}
#mid-column h3 {
	font-size: 0.8em;
	text-align: center;
	color: #573F17;
	background-color: #f63;
	border: 0 solid #f63;
 	border-bottom-width: 2px;
	margin: 0;
	padding: 2px 0 1px 0;
}	
#mid-column h4 {
	font-size: 0.8em;
	text-align: center;
	color: #ddd;
	background-color: #f63;
	border: 0 solid #f63;
 	border-bottom-width: 2px; 
	margin: 0;
	padding: 2px 0 1px 0;
}
#mid-column h5 {
	font-size: 0.8em;
	text-align: center;
	margin: 0;
	padding: 0 0 3px 0;
	background-color: #aaa;
	color: #ff9977;
}
#mid-column p {
	position: absolute;
	display: inline; 
	font-size: 0.7em;
	margin: 0; 
}
#mid-column img {
	display: inline-block; 
	width: 12px;
	height: 12px; 
	border-width: 5px;
	padding: 2px;
	vertical-align: middle;
}
.summary-row {                       /*-- Tetrad count row for active atlas --*/
	display: block;
	margin: 0;
	padding: 0 0 2px 0;
	background-color: #cddbf2;
 	border: 5px solid #f63;
	border-top-style: none;
	border-bottom-width: 3px;
}
.summary-row p { 
	color: #573F17; 
}
.summary-row2 {                       /*-- Tetrad count row for other atlas --*/
	display: block;
	margin: 0;
	padding: 0 0 2px 0;
        background-color: #ddd;
 	border: 5px solid #f63;
	border-top-style: none;
	border-bottom-width: 3px;
}	

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 {
	top: 0;
	width: 240px; 
	padding: 0 0 0 5px; 
	border: 0;
	margin: 0; 
	position: absolute;
}
.sidebar-h4-wrapper {               /*-- Wrapper for sidebar section header --*/
	background-color: #f63;
/*	border: 5px solid white; */
	margin: 10px 0 2px 0;
}
#sidebar h4 {
 	background: #f63;
	color: #333;
	margin: 0 5px 0 10px;
	font-size: 0.85em;
}	
#sidebar p {
	border-bottom: 1px solid #fdf8f2;  
	margin: 0 0 0 10px;
	font-size: 0.75em;
}
#sidebar p.sidetext {
	padding: 2px 5px 2px 5px;
 	border: 5px double #f63;  
	margin: 0;
	font-size: 0.70em;
        background-color: #cddbf2;
	color: #666; 
}
#sidebar p span {
	font-size: smaller;
}
#sidebar a {
	background-color: #a8c0e8;
	display: block;
	padding: 2px 5px; 
	border: 0;
	margin: 0;
}
#sidebar a img {
	padding: 2px 0; 
	border: 0;
	margin: 0;
}

#sidebar a:hover {
	background: #aaa;
	color: #fdf8f2;
        background-color: #aaa;
 	font-weight: normal;
}

#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; 
}


#adjacent-pane {
	display: block;
	margin: 1px 32% 1px 22%;
}
#adjacent-pane td { 
        width: 45%;
}
td.v {
	margin: 0 0 5px 0;
	padding: 0;
 	border: 1px solid #cddbf2; 
	background-color: #ff9977;
	font-size: 0.75em;
	text-align: center;
	line-height: 40px; 
}
td.e {
	margin: 0 0 5px 0;
	padding: 20px;
        line-height: 0;
 	border: 1px solid #ddd; 
	background-color: #ddd;
	}
td.h {
	margin: 0 0 5px 0;
	padding: 0;
	border: 2px solid #cddbf2;
        color: #573F17;
	background-color: #cddbf2; 
	font-size: 0.75em;
	text-align: center;
}
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;
	font-size: 0.6em;
	text-align: center;
}

