/*
Ken Bolf Photography CSS file
27 July 2008
RL Cantwell
http://kenbolfphotography.com
*/

#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(imgs/space.gif); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(imgs/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(imgs/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; }

a:link
{ 
text-decoration: none;
color: #000000;
}
	
a:visited
{
text-decoration: none;
color: gray;
}

a:hover
{
text-decoration: none;
color: blue;
}

body
{
margin:           0 0 0 0;
text-align:       center;
background-color: #eee5de;
}

#container
{
margin:       0 auto;
width:        730px;
text-align:   left;
}

p
{
font-size:    12pt;
font-weight:  normal;
color:		  #000000;
text-align:   justify;
font-family:  "Bookman Old Style", Garamond, "Century Gothic", Arial, sans-serif;
}

.barblue
{
border-top-width:      1.5px;
border-left-width:     0px;
border-bottom-width:   0px;
border-right-width:    0px;
margin-left:		   0%;
margin-right:          0%;
border-style:          solid;
border-color:          black;
}

.blackborder 
{
border-top:    1px solid #000000;
border-right:  1px solid #000000;
border-bottom: 1px solid #000000;
border-left:   1px solid #000000;
}

.bordergray 
{
border-top:    1px solid #cccccc;
border-right:  1px solid #cccccc;
border-bottom: 1px solid #cccccc;
border-left:   1px solid #cccccc;
}

.borderframe
{
background-color: #d4dee7;
padding: 5px;
border: thin solid #cccccc;
margin: 2px 10px 2px 5px;
}

.caption
{
margin-left:  0px;
margin-right: 0px;
font-size:    10pt;
font-weight:  normal;
color:		  #000000;
font-family:  "Bookman Old Style", Garamond, "Century Gothic", Arial, sans-serif;
}

.caption2
{
margin-left:  0px;
margin-right: 0px;
font-size:    8pt;
font-weight:  normal;
color:		  #000000;
font-family:  arial, sans-serif;
}

.caption3
{
margin-left:  0px;
margin-right: 0px;
font-size:    12pt;
font-weight:  normal;
color:		  #000000;
font-family:  "Bookman Old Style", Garamond, "Century Gothic", Arial, sans-serif;
}

.floatright
{
float:   right;
margin:  0 0 0 0;
}

.floatleft
{
float:   left;
margin:  5px 0 0 0;
}

div.spacer
{
clear: both;
}

.text
{
font-size:    12pt;
font-weight:  normal;
color:		  #000000;
font-family:  arial, sans-serif;
}

.logo
{
z-index          : 1 ;
position         : relative ;
top              : 80px ;
right            : 0px ;
left             : 45px ;
}

.bridge
{
position         : relative ;
top              : 0px ;
right            : 0px ;
left             : 0px ;
}

/* menu bar */

div.menuBar,
div.menuBar a.menuButton 
{
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  color: #e7c6a5;
}

div.menuBar 
{
  background-image:url(imgs/back.gif);
  border: 2px solid;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  padding: 4px 2px 4px 2px;
  text-align: center;
}

div.menuBar a.menuButton 
{
  background-color: transparent;
  color: #FDF5E6;   /* color: #eee5de; */
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

/* -- background color of highlighted button and text color -- */
div.menuBar a.menuButton:hover 
{
  background-color: #6495ed;
  border-color: #f0f0f0 #909090 #909090 #f0f0f0;
  color: #000000;
}
