/*
	Theme - ESP
	Description - Theme for EricSchmittPhoto.com
	Author - Eric Schmitt
	Ver.1
	
*/



html, body, #container {
	background-color: #666666;
	width: 1000px;
	background-image: url(images/bg2.gif);
	margin: 0px 0px 0px 0px;
	padding 0px 0px 0px 0px;
	font-size: 18px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	height: 100%;
}
body > #container { height: auto; min-height: 100%; }
p {
	margin: 5px;
	font-size: 14px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

a img{
	border: 0px;
	padding: 0px;
	text-decoration: none;
}
p#content {
	margin:0px 54px ;
	font-size: 14px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
form#contact {
	margin:0px 50px ;
	font-size: 14px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
/*head*/
#header {
	background: url(images/header.jpg);
	width: 1000px;
    height: 67px;
	margin: 0px 31px;
	padding: 0px 0px 0px 0px;

}

	
/*nav*/	
ul.menu {
	font-size: 20px;
	top: 31px;
	left: 300px;
	margin: 0 0 0 -60px;
	position: absolute;
}

ul.menu li {
	display: inline;
	margin: 0;
}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
}

ul.menu li a {
	font-size: 20px;
	color: #fff;
	margin: 0;
}

ul.menu li a:hover {
	background: #666666;
}

ul.menu li.current_page_item a 	 {
	color: #fff !important;
	background: #0099ff;
	text-decoration: none;
}
ul.menu li.current_page_item a:hover {
	color: #fff !important;
	background: #666666;
	text-decoration: none;
}
		
		
/*Main*/



/**
Stylesheet: Slideshow.css
	CSS for Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
HTML:
	<div class="slideshow">
		<div class="slideshow-images" />
		<div class="slideshow-captions" />
		<div class="slideshow-controller" />
		<div class="slideshow-loader" />
		<div class="slideshow-thumbnails" />
	</div>
	
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended.
*/

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

/**
HTML:
	<div class="slideshow-images">
		<img />
		<img />
	</div>
	
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc.
*/

.slideshow-images {
	height: 600px;
	width: 897px;
	margin:0px auto;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow.
*/

.slideshow {
	height: 600px;
	left:30px;
	margin: 0px auto;
	width: 897px;
	
}
.slideshow a img {
	border: 0;
}


/**
HTML:
	<div class="slideshow-loader" />
	
Notes:
	Customize the hidden / visible classes to affect the loader animation.
*/

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}



/*images*/

#gallery{
	
    margin-left: 75px; 
}
img{
	border:0px;
	padding:0px;
}

img.floatLeft { 
    float: left; 
    margin-left: 40px;
 	padding:5px;
}
img.floatRight { 
    float: right; 
    margin-left: 40px; 
 	padding:5px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/*footer*/
.foot{
	  background: #0099ff;
	margin-left:31px;	
    color: #fff;
	font-size: 10px;
	font-family: Verdana, Helvetica, Sans-Serif;
	text-align: center;
}
#footer {
	clear: both;
 	position: relative;
 	z-index: 10;
  	width: 1000px;
    height: 25px;
	margin-top:-25px;
	
}