@charset "UTF-8";
/* CSS Document */

body {
  background-color: #999;
  font-family:Agency FB,sans-serif; font-size: 17px;
  color: black;
}
  a:link{
    color:white;
    text-decoration: none;
  }
  a:visited{
    color:white;
    text-decoration: none;
  }
  a:active{
    color:white;
    text-decoration: none;
  }
  a:hover{
    color:black;
    text-decoration:none;
  }
div#header{
  background-color:#4f2e76;
  position:absolute;
  left:0px;
  top:-10px;
  height:125px;
  width:100%;
  min-width:825px;
}
div#logo{
  position:absolute;
  top:0x;
  left:5px;
  z-index:1;
}
div#tagline{
  position:absolute;
  top:72px;
  right:5px;
  color:white;
  font-size:45px;
}
#lg{
  display:block;
  width: 100px;
  height:100px;
  background: url("/main/img/excite.png") no-repeat 0 0;}
#lg:hover{
  background: url("/main/img/excite_hvr.png") no-repeat 0 0;}
#lg span{
  display: none;}

div#navbar{
  position:absolute;
  top:113px;
  width:100%;
  min-width:825px;
  left:0px;
  height: 18px;
  background-color:#2c1d4d;
  word-spacing:13px;
  letter-spacing:1.5px;
  z-index:1;
  font-weight: bold;
  font-size:14px;
}
div#top{
  position:absolute;
  left:0px;
  top:131px;
  background:url(/main/img/top.png) repeat-x;
  width:100%;
  height:10px;
  z-index:2;
}
div#container{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  min-width:825px;
  min-height:675px;
}

#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: #666; 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(/art/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/art/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ background-color: #666; font-family:Agency FB,sans-serif; font-size: 14px; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: white; }
#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; }

div#bottom{
  position:absolute;
  left:0px;
  bottom:20px;
  background:url(/main/img/bottom.png) repeat-x;
  width:100%;
  height:10px;
  z-index:2;
}
div#footer{
  position:absolute;
  background-color: #2c1d4d;
  color:white;
  font-size:12px;
  left:0px;
  bottom:0px;
  height:20px;
  width:100%;
  min-width:810px;
}
div#stumble{
  position:absolute;
  bottom:0px;
  padding-left:5px;
  text-align:left;
}
div#copy{
  position:absolute;
  bottom:0px;
  right:0px;
  text-align:right;
  padding-bottom:2px;
}
