/* CSS Document */

@font-face {
	font-family: EideticNeo;
	src: url('../bin/eideticRegular.otf');
}

@font-face {
	font-family: EideticNeo;
	font-weight: bold;
	src: url('../bin/eideticBlack.otf');
}

@font-face {
	font-family: EideticNeo;
	font-style: italic;
	src: url('../bin/eideticItalic.otf');
}

body
{
font-family: EideticNeo, Georgia, Bodoni, Times, 'Times New Roman', serif;
font-size:11px;
font-size-adjust: 0.43;
color:#111111;
padding: 0 0 0 10px;
margin: 0;
}


#container
{
width:670px;
}

/* HEADER */
#header
{
width: 100%;
height: 50px;
margin: 0;
padding: 10px 0;
top: 0;
position: fixed;
}

#header h1 
{
font-size: 32px;
font-weight: normal;
margin: 0;
}


/* MENU */
#menu	
{
padding:0;
margin:0px;
width: 134px;
position: fixed;
}

#menu ul
{
margin:70px 0 0;
padding:0;
text-transform: capitalize;
}

#menu ul li h2
{
margin:0;
font-size:14px;
line-height: 1.4em;
}

#menu ul li
{
list-style:none;
font-size:14px;
line-height: 1.4em;
}

#menu ol
{
margin:0 0 0 0.8em;
padding:0;
}

#menu ol li
{
float:none;
margin-left:0em;
text-indent: -0.8em;
color: #666;
}

.sel
{
color:#000;
}

/* CONTENT */
#content
{

margin: 0 10px 10px 170px;
padding: 0;
}

#content div h3
{
padding: 70px 0 0 0;
}


/* TAGS */

h3
{
font-size: 18px;
margin: 0;
padding: 0;
}

a
{
color:#0066FF;
text-decoration:none;
}

a:hover
{
color:#000000;
}

blockquote
{
font-size: 14px;
line-height: 1.3em;
font-style: italic;
margin-left: 2em;
display: block;
}

p
{
color:#232323;
font-size:14px;
line-height: 1.3em;
}

a img 
{
border: none;
}

pre a
{
width: 40px;
display: block;
}


/* CLASSES */

p.biblio
{
font-size: 14px;
line-height: 1.3em;
margin-left: 2em;
display: block;
}

p.category
{
margin: 0;
color: #666;
}

img.border
{
border: 1px solid #CCC;
}

img.tb
{
width: 500px;
}

.stb img
{
width: 300px;
}

ul.vcard, 
ul.vcard ul
{
list-style: none;
padding: 0;
margin: 0;
font-size: 14px;
line-height: 1.3em;
}

/*********************************************/
/*               LIGHTBOX                    */
/*********************************************/

#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; }
