/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, sans-serif;
color: #000;
background: #f1ede1 url(../images/152.jpg) top center no-repeat;
}

blockquote, p, h3 {
padding-right: 10px;
padding-left: 0px;
font-size: 0.8em;
line-height: 1.6em;
}

li {
padding-right: 10px;
padding-left: 10px;
font-size: 0.8em;
line-height: 1.6em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h4 {
font-weight: normal;
}

h1, h2, h4 {
font-family: Georgia, Times, serif;
padding-right: 10px;
padding-left: 0px;
}

h1 {
font-size: 1.4em;
}

h2 {
font-size: 1em;
font-style: italic;
  line-height: .1em;
}

h3 { /* { font : bold 160% Palatino, Georgia, Times, serif; }  */

  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.1em;
  color: #ce4141;
  font-weight: bold;
}

h4 {
font-family: Georgia, Times, serif;
font-style: italic;
padding-top: 15px;
color: #ce4141;
font-size: 0.9em;
line-height: 1.6em;
}

small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #ce4141;
background-color: inherit;
border-bottom: 1px #ce4141 solid;
}

a:hover {
text-decoration: none;
color: #000;
background-color: inherit;
border-bottom: 0px;
}

h1 a, h2 a, h3 a {
border: none;
}

#sidebar-1 a {
  padding:0;
  margin: 0;
  line-height: 1.6em;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #ce4141;
  font-weight: bold;
  background-color: inherit;
  border-bottom: 1px #000 dotted;
}

/* overrides
----------------------------------------------- */

#content hr {
margin: 2em 0;
width: 66%;
color: #ccc;
background-color: inherit;
}

#content img {
  float: left;
  margin: 0 10px 10px 0;
background-color: #fff;
padding: 2px;
  border: 1px solid #333;
}

#galerie img {
  float: left;
  margin: 0 10px 10px 0;
  background-color: #fff;
  padding: 2px;
  border: 1px solid #333;
}

#galerie a { border-bottom: 0px }

#foot hr {
margin: 2em 0 0 0;
color: #000;
background-color: inherit;
height:1px;
}

.caps {
letter-spacing: 0.1em;
}

img.divider {
margin: 2em 0;
text-align: center;
}

/* global layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#head {
height: 0;
text-align: center;
}

#container {
margin: 0 auto;
padding: 0;
width: 800px;
\width: 800px;
w\idth: 800px;
}

#content {
margin:0;
padding: 500px 0 0 0;
}

#galerie {
margin-left: 195px;
margin-right: 60px;
padding-top: 0px;
}

#foot {
margin-top: 35px;
clear: both;
text-align: left;
padding-left: 145px;
}

.me {
  text-align: left;
font-family: Georgia, serif ;
font-size: 0.7em;
/*  font-style:italic;*/
color: #000;
margin-left: 50px;
}

#content ul {
padding-left: -10px;
margin:0;
}


/* lightbox
----------------------------------------------- */


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}