
/* defines body tag */

.dark {
font-family: arial, sans;
font-size: 100%;
line-height: 140%;
color: #6e6e6e;
background-color: #222222;
scrollbar-base-color: #6e6e6e;
margin: 0; 
padding: 0;  
}

.light {
font-family: arial, sans;
font-size: 100%;
line-height: 140%;
color: #191919;
background-color: #f2f2f2;
scrollbar-base-color: #f2f2f2;
margin: 0; 
padding: 0;  
}


/* could change this to single style */

/* topmenustyle  */

.menu {
font-family: arial, sans;
font-size: 80%;

line-height: 125%;
}


/*link schemes */

A.topd:link { color:#6e6e6e; text-decoration: none;  }
A.topd:visited { color:#6e6e6e; text-decoration: none;  }
A.topd:hover { color:#ff0000; text-decoration: none; background: #222222; }
A.topd:active { color:#6e6e6e; text-decoration: none; background: #222222; }

A.topl:link { color:#6e6e6e; text-decoration: none;  }
A.topl:visited { color:#6e6e6e; text-decoration: none;  }
A.topl:hover { color:#ff0000; text-decoration: none; background: #f2f2f2; }
A.topl:active { color:#ff0000; text-decoration: none; background: #f2f2f2; }


/* styles for email and about links */

a.sided:link {color: #6e6e6e; text-decoration: none; }
a.sided:visited {color: #6e6e6e; text-decoration: none; }
a.sided:hover {color:#ff0000; text-decoration: none; background: #222222; } 
a.sided:active {color:#ff0000; text-decoration: none; background: #222222; }


a.sidel:link {color: #6e6e6e; text-decoration: none; }
a.sidel:visited {color: #6e6e6e; text-decoration: none; }
a.sidel:hover {color:#ff0000; text-decoration: none; background: #f2f2f2; } 
a.sidel:active {color:#ff0000; text-decoration: none; background: #f2f2f2; }



/* styles for body links */

a.bodyd:link {color: #6e6e6e; text-decoration: none; }
a.bodyd:visited {color: #6e6e6e; text-decoration: none; }
a.bodyd:hover {color:#ff0000; text-decoration: none; background: #222222; }
a.bodyd:active {color:#ff0000; text-decoration: none; background: #222222; }


a.bodyl:link {color: #ff0000; text-decoration: none; }
a.bodyl:visited {color: #ff0000; text-decoration: none; }
a.bodyl:hover {color:#ff0000; text-decoration: none; background: #e6e6e6; }
a.bodyl:active {color:#ff0000; text-decoration: none; background: #e6e6e6; }





/* page title styles */

.titld {
color: #6e6e6e;
font-family:  Arial, Helvetica;
font-size: 120%;
line-height: 110%;
}

.titll {
color: #6e6e6e;
font-family:  Arial, Helvetica;
font-size: 120%;
line-height: 110%;
}


/*subtitle under page title, small body text */

.subl {
color:#191919;
font-family:  arial, sans;
font-size: 75%;
line-height: 120%;
}


/* body text */

p { 
font-family:  Arial, Helvetica;
font-size: 90%; 
line-height: 140%; }


/* first is for first para, second is for indented paras - for use with writing pages...*/

p.top {
font-family:  Arial, Helvetica;
font-size: 90%;
color:#191919; 
line-height: 140%; margin-bottom: 0 }

p.indent { 
font-family:  Arial, Helvetica;
font-size: 90%; color:#191919; line-height: 140%; text-indent: 2.5em; margin-top: 0; margin-bottom: 0 }

p.mid { 
font-family:  Arial, Helvetica;
font-size: 90%; color:#191919; line-height: 140%; text-align: center; }

p.headl { 
font-family:  Arial, Helvetica;
font-size: 90%; color:#6e6e6e; line-height: 140%; text-align: left; }

p.topq { 
font-family:  Arial, Helvetica;
font-size: 90%; color:#191919; line-height: 140%; text-align: left; }
/* footer text */

p.footerd {
color: #6e6e6e;
font-family:  Arial, sans;
font-size: 120%;
line-height: 110%;
}

p.footerl {
color: #6e6e6e;
font-family:  Arial, sans;
font-size: 120%;
line-height: 110%;
}


/* non-indented subtitles in p format and body text  */

.sub { font-size: 90%; color:#191919; line-height: 140%; }

.subd { font-size: 90%; color:#6e6e6e; line-height: 140%; }

/* right aligned for author name in stories and quotes  */

.author { font-size: 90%; color:#191919; line-height: 140%; text-align: right; }

/* special class for non-url header on index, scribbles etc ... */

.nonlinkd  {
color: #6e6e6e;
font-family:  arial, sans;
font-size: 90%;
line-height: 125%;
}

.nonlinkl {
color: #6e6e6e;
font-family:  arial, sans;
font-size: 90%;
line-height: 125%;
}


/* cell background colors */

.greyback1 { background-color: #222222; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right:0px; }

.greyback2 { background-color: #222222; padding-top: 15px; padding-bottom: 15px; padding-left: 15px; padding-right:15px; }


.whiteback1 { 
background-color: #f2f2f2; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right:0px; }

.whiteback2 { 
background-color: #f2f2f2; padding-top: 15px; padding-bottom: 15px; padding-left: 15px; padding-right:15px; }

.whiteback3 { 
background-color: #f2f2f2; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; }

.whiteback4 { 
background-color: #f2f2f2; padding-left: 25px; }



img
{  border-style: none;
}





/* lightbox css details */

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

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

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

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/next.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px  Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000000;	
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

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

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