/*
Carrie Obermeyer
Binkles.net Cascading Style Sheet
*/

/* Global Styles */

body {
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	background-color: #FFF;
	background-repeat: no-repeat;
	border: 0px;
	}
	
td {
	color:#666666;
	}
	
hr {
	height:1px;
	color: #666666;
	border: none;
	}
	
fieldset {
	width: auto;	
	}


a {
	color: #336;
	text-decoration:underline;
	font-weight: bold;
	visibility: visible;
	}
	
a:hover {
	color: #336;
	text-decoration:none;
	}
	
h1 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:  .25em;
	}
	
h2 {
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin-top:  .25em;
	}
	
h3 {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:  .25em;
	}
	
input, textarea, fieldset {
	padding: 2px 5px;
	border: 1px solid #006600
	}
	
textarea {
	margin-left: 20px;
	}
	
input:focus, select:focus, textarea:focus 
	{
	color: #006600;
	background-color: #FFCCFF;
	}
	
/* ID Styles */

#page{
	background-color: #FFF;
	width: 1024px;
	height: auto;
	border: none;
	margin: auto;
	}
	
#header {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
	
#header img {
	border: 0px;
}

#breadcrumb {
	font-size: 85%;
	color: #000;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 190px;
	vertical-align: middle;
	background-color: #CCC;
	}
	
#breadcrumb a {
	color: #3d2b41;		
}
	
#navigation {
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom:  10px;
	}
	
#navigation img {
	border: 1pt solid rgb(0,0,0);
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	}

#center-content {
	width: 825px;
	color: #3d2b41;
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
#center-content2 {
	display: block;
	width: 680px;
	margin: 10px;
	float: right;
	color: #3d2b41;
	}
	
center-content2 img {
	clear:  both;
	margin:  10px;
}
	
#footer {
	clear:  both;
	font-size: 85%;
	color: #000;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #000000;
	height: 40px;
	margin:  0px;
	padding:  0px;
	vertical-align: middle;
	text-align: center;
	background-color: #CCC;
}
	
#footer a{
	color: #3d2b41;
}

#woodlandcreature {
	
	background-color: #d3aa7c;
	text-align: center
	margin:  10px;
	padding:  10px;
	}
	
#secnavigation {
	float: right;
	width: 125px;
	margin-top: 10px;
	margin:  10px;
	}
	
#secnavigation img {
	background-color: #FFFFFF;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
	height: 40px;
	}

#secnavigation a {
	color: #3d2b41;
	}

#homeworknavigation {
	float: right;
	width: 125px;
	}

/* Class Styles */

.bodyText {
	color:#333333;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:0px;
	background-color: #EEEEEE;
	vertical-align: top;
	white-space: normal;
	padding: 5px;
	}

.cssnav	{
	position:relative;
	background-image:  url(../images/hwnavbuttoninvert.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 125px;
	height: 40px;
	margin: 0; 
	padding: 0; 
	}
	
.cssnav a {
	display: block;
	color: #000000;
	font-size: 95%;
	width: 125px;
	height: 40px;
	display: block;
	float: left;
	color: black; 
	text-decoration: none;
	}

.cssnav img {
	width: 125px; 
	height: 44px; 
	border: 0; 
	}
	
* html a:hover {
	visibility:visible;
	}
.cssnav a:hover img{
	visibility:hidden
	}

.cssnav span {
	position: absolute;
	left: 26px;
	top: 5px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 75px;
	height: 14px;
	text-align: center;
	}
	
.photogallery{ /*CSS for TABLE containing a photo album*/
}

.photogallery img{ /*CSS for images within an album*/
border: 1px solid green;
}

.photonavlinks{ /*CSS for pagination DIV*/
font: bold 14px Arial;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
