/* This is a CSS Comment */
div {
	padding: 1px; /* keeps divs where they should be */
	}
	
body {
background-color: black;
/*background-image:url("../images/strip.jpg");
background-repeat:repeat-x;*/
	}

/* This styles the wrapper div
The wrapper div holds all */

/* The # symbol indicates an id */

#wrapper {
	width: 960px;
	height: 1600px;
	background-color: black;
	background-image: url("../images/background_long.jpg");
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	}
	
#header {
	width: auto;
	height: 172px;
	}
	
#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: black; 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; background: url(../images/prevlabel.gif) left 0% no-repeat; }
#nextLink { right: 0; float: right; background: url(../images/nextlabel.gif) right 0% no-repeat; }
/*
#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: 12px Verdana, Helvetica, sans-serif; background-color: black; 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: normal;	}
#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; }
	
#sidebar {
	width: 135px;
	height: 1300px;
	float: left;
	margin-top:45px;
	}
	
#sidebar ul {
	}
	
#sidebar li {
	list-style-type: none;
	font-family: 'Josefin Slab', arial, serif;
	font-size: 22px;
	margin-bottom: 20px;
	}	
	
a.grey {
	text-decoration: none;
	color: #494949;
	}
	
a.more {
	text-decoration: none;
	float: right;
	margin-right: 20px;
	color: #662e93;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	}
	
a.pink {
	text-decoration: none;
	font-weight: bold;
	color: #e16b9d;
	}	
	
	
#sidebar a:hover {
	color: #662e93;
	}	
	
#content {
	width: auto;
	height: auto;
	}
	
	#content h1{
	color: black;
	font-size: 35px;
	font-family: 'Josefin Slab', arial, serif;
	}
	
	#content p{
	color: black;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	}
	
a.type {
	text-decoration: none;
	color: #494949;
	padding-right: 40px;
	font-family: Helvetica, sans-serif;
	}
	
a.typeon {
	text-decoration: none;
	color: #e16b9d;
	padding-right: 40px;
	font-family: Helvetica, sans-serif;
	}	
	
#img
{
  margin: 1px;
  border: 0px grey solid;
  height: auto;
  width: auto;
  float: left;
}	

#img img
{
  display: inline;
  margin: 2px;
  border: 1px grey solid;
}

#img a:hover img {border: 1px solid #e16b9d;}

#client
{
  text-align: left;
  font-weight: bold;
  width: 120px;
  margin: 0px;
  color: #494949;
	font-size: 11px;
	font-family: Helvetica, sans-serif;
}

#desc
{
  text-align: left;
  font-weight: normal;
  width: 120px;
  margin: 0px;
  color: #494949;
	font-size: 11px;
	font-family: Helvetica, sans-serif;
}
	

#footer{
	text-align: right;
	margin-right: 20px;
	}
	
#footer p{
	color: black;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	margin-top: 22px;
	}
	
	