/* CSS file v4, by Helen Nisbet - www.nisbetdesign.co.uk 
   includes css for backbox image viewer */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
* {margin: 0;
   padding: 0;
	 font-family: verdana, tahoma, sans-serif;}

body {background-color: #EFF5EB;
      color: #0E5D03;
			width:90%;
			margin: 0 auto;
			padding:0.5em;
			}
	
#header {margin:0px;
         padding:1.8em;
         line-height:150%; 
				 }

h1#banner {
  position: absolute;
  left: 164px;
  top: 20px;
}
			 
img {float: left;
padding:0.8em;
}  

img#kit{float: none; padding:0.8em;
}

img#logo {
  position: absolute;
  left: 12px;
  top: 0px;
}
			 				 
ul {
    list-style-position: inside;
		padding:0.3em;
}
		
li {list-style-image: url('images/miniO.gif');
    list-style-type; none;
    list-style: none;
    line-height: 1.5;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
		}

div {border: 0px solid Black;
     padding: 0px;}

h1, h2, h3, h4, h5, h6 {margin: 0;}

h1 {font-size: 1.5em;
padding-bottom: 10px
}
h2 {font-size: 1.3em;
    padding-bottom: 10px;
		line-height: 1.5;
		}
		
h3,h4 {font-size: 1.0em;
padding-bottom: 10px
}

p{padding-bottom: 10px}


a:link {color: brown;}

a:link:hover, a:visited:hover {
  color: #B8860B;}


#navigation {float: left;
             width: 190px;
						 margin:0;
						 font-size: 12px;
				     text-align: left;
						 line-height: 20px;
						 padding-top: 1.8em;
						 }
	
#next {float: right;
					width: 150px;
					padding: 0.8em;
					border: 0px solid #0E5D03;
					background-color: #E6DAC0;
					margin-left: 1.0em;
					font-size: 12px;
					}

#nextevent {float: right;
					width: 250px;
					padding: 0.8em;
					border: 0px solid #0E5D03;
					background-color: #E6DAC0;
					margin-left: 1.0em;
					font-size: 12px;
					}

#news {clear: right;
       float: right;
			 width: 150px;
			 padding: 0.8em;
			 border: 0px solid #0E5D03;
			 background-color: #E6DAC0;
  margin-left: 1.0em;
	font-size: 12px;
	}
					 
#comments {float: right;
					width: 350px;
					padding: 0.8em;
					border: 0px solid #0E5D03;
					background-color: #E6DAC0;
					margin-left: 1.0em;
					font-size: 12px;
					}

div#main {background-color: #F4ECD9;
  border: 1px solid #0E5D03;
	line-height:20px;
  /* line-height: 1.3em; */
  margin: 0px 15px 5px 192px;
	padding: 0.8em;
	font-size: 12px;
	text-align: left;
}
	
#content {background-color: #F4ECD9;
border: 0px solid #0E5D03;
          margin-left: 0px;
					margin-right: 152px;
					padding: 0.8em;
					text-align: left;
					}
					
#results {background-color: #F4ECD9;
border: 0px solid #0E5D03;
          margin-left: 0px;
					margin-right: 252px;
					padding: 0.8em;
					text-align: left;
					}
					
#footer {clear: both;
         font-size: x-small;
				 font-style: italic;
				 color: gray;
				 padding:1em;	}

/* ----TABLE FORMATTING---- */
				 
tr.odd td, tr.odd th {background: #E6DaC0;
                    	text-align:left;
											padding-top: 0.3em;
											padding-bottom: 0.3em;
											padding-right: 0.3em;
											padding-left: 0.3em;}
											
tr.even td, tr.even th {background: #F4ECD9;
                    	text-align:left;
											padding-top: 0.3em;
											padding-bottom: 0.3em;
											padding-right: 0.3em;
											padding-left: 0.3em;}
											
td, th {             	text-align:left;
                      vertical-align: top; 
											padding-top: 0.3em;
											padding-bottom: 0.3em;
											padding-right: 0.3em;
											padding-left: 0.3em;
											font-size: 12px;}
											
/* backbox elements */

#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #f7f6f1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #CCC solid;
border-bottom:0px;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	z-index: 0;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink2, #nextLink2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#060;
	font-weight:bold;
         cursor:pointer;
         }

#imageDataContainer{
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #f7f6f1;
	height: 35px;
	border:1px #ccc solid;
border-top:0px;
margin:auto;
	}

#imageData{
	padding:0px 10px 10px 10px;
	}
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:11px; color:#666; max-height:20px; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:14px; color:#333; padding-bottom: 5px; }
#imageData #slideshowLink{ width: 55px; float: right; padding:5px 0px 0 0px;}
#imageData #bottomNavClose{ width: 55px; float: right; padding:5px 0px 0 0px; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

