body {
	background: #FFFFFF url('/media/images/back8.jpg') no-repeat top left fixed;
	margin: 0 0 20px 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 0.95em;
	color: #000000;
	line-height: 1.5em;
}

#header {
 width: 80%;
 background:transparent;
 margin: 0 auto;
 padding: 0;
 height: 101px;
 
}

#header h1 {
	padding: 30px 0;
	color: #999999;
	font-size: 1.4em;
	letter-spacing: 3px;
	margin: 0;
	text-align: right;
}

#nav {
	position: absolute;
	top: 85px;
	left: 10%;
	width: auto;
	padding: 0;
	margin: 0 auto;
	font: bold 11px Verdana, sans-serif;
	height: 25px;
	
	
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav li a {
	padding: 3px;
	margin: 0;
	border: 1px solid #B78E96;
	border-bottom: none;
	background-color: rgba(153, 50, 204, 0.60);
	text-decoration: none;
	
}

#nav li a:link { color: #000000; }
#nav li a:visited { color: #ffffff; }

#nav li a:hover {
	color: #ffffff;
	background-color:    rgba(186, 85, 211 ,0.40);
}

#nav li a#current
{
  /* border-bottom: 0px solid #999999; */
  background-color:   rgba(218, 112, 214 ,0.40);                    
}

#container
{
  background-color:   rgba(218, 112, 214 ,0.40);
  width: 80%;
  margin: 0 auto;
  padding: 0;
  }

#content {
	margin: 0;
	padding: 40px;
}

#footer {
	background: transparent;
	padding: 5px 10px 2px 0;
	text-align: right;
	font-size: 0.75em;
	clear: both;
	line-height: 1.15em;
}

a, a:visited {
	background: transparent;
	color: #333;
               /* border-bottom: 1px solid #333333; */
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	background: transparent;
	color: #666666;
}

h2, h3 {
	color: #666666;
	border-bottom: 1px solid #666666;
	margin: 0;
         margin-bottom: 10px;
	padding: 10px 0 1px 0;
	font-size: 1.2em;
}	

/* Django pony */
.ponybadge, .ponybadge > img
{
  background: transparent;
  border: none;
  text-decoration: none;
  }

/* Stockphoto styles */

#breadcrumbs
{
  color: rgb(220,80,80);
  background-color: transparent;
  margin: 0;
  padding: 0 1px 2px 1px;
  margin-bottom: 10px;

  }

#large-image-box
{
  display: block;
  background-color:white;
  /* width:680px; */
  /* min-width: 680px; */
  /* max-height: 800px; */
  max-width: 100%;
  max-height: 100%;
  margin-bottom:10px;
  margin-left:15px;
  text-align:center;
  padding-bottom:10px;
  padding-top:5px;
  overflow: hidden;
  float: left;
  border: 1px solid black;
}

#large-image-box img
{
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
  /* height: auto; */
  /* width: auto; */
  max-width: 95%;
  max-height: 95%;
  border: none;
  background: black;
}
#large-image-box div
{
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  width:640px;
  background-color:white;
  padding: 2px;
}

#large-image-box div p
{
  text-align: center;
  }

#thumbnail-box
{
  width:600px;
  min-width: 600px;
  float:left;
}
#thumbnails {
    list-style-type: none;
    margin:0;
    padding:0;
    float:left;
}
#thumbnails li {
    margin:0;
    padding:0;
    float:left;
}

#imageboxes-break
{
  clear: both;
  }
div.small-image-box
{
  background-color:white;
  width:170px;
  max-height: 140px;
  min-height: 140px;
  margin-bottom: 10px;
  margin-left:15px;
  text-align:center;
  padding-bottom:5px;
  padding-top:5px;
  overflow: hidden;
  float: left;
  border: 1px solid black;
}
div.small-image-box img
{
  margin-bottom:5px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 4px;
  max-height: 100px;
  min-height: 100px;
  max-width: 150px;
  border: 0;
  }


div.small-image-box span
{
  height:20px;
  max-height: 20px;
  min-height: 20px;
  width:160px;
  min-width: 160px;
  max-width: 160px;
  background-color:white;
  display:block;
  font-size: 10px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  overflow: visible;
  margin-top: 0;
  margin-bottom:0;
  padding-top: 0;
  padding-bottom:0;
}

#prev-photo
{
  display: inline;
  float: left;
  clear: left;
  margin-bottom: 1ex;
  }
#next-photo
{
  display: inline;
  float: right;
  clear: right;
  margin-bottom: 1ex;
  }

