/* CSS Document */

/* LATENT IMAGE main stylesheet
   Created by Caroline Kennedy */

html, body {
	margin: 0px;
	padding: 0px;
	height:100%; /* needed for container min-height */
	background-color: #1d282c;
	background-image: url(../images/bk.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	overflow: hidden;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 0.9em;
	color: #77a7b5;
	}
	
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #77a7b5;
	text-align: left;
	padding-right: 15px;
}

a:link, 
a:visited, 
a:active {
	color:#9CC2D8;
	text-decoration:underline;
	}
	
a:hover {
	color: #fff;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	}

h1 {
	color: #354146;
	font-weight: bold;
	font-variant: normal;
	font-size: 24px;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding-top: 0px;
	margin-top: 0px;
}

h2,h3,h4,h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #578495;
	text-align: left;
	padding-right: 15px;
	text-transform: capitalize;
	letter-spacing: .2em;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 0px;
}


#container {
	background-color:#1d282c;
	width: 800px;
	margin-top: 40px;
	margin-left: 85px;
	border: 6px solid #3b464b; /* IE6: treaded as min-height*/
	min-height:200px;
	clear: both;
	position: fixed;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
	}


#header {
	background-color:#2a373c;
	clear: both;
	height: 139px;
	background-position: left;
	background-image: url(../images/latentimage.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2A373C;
	}
	
#nav {
	background-color:#2a373c;
	clear: both;
	height: 31px;
	top: 0px;
	background-position: left top;
	background-image: url(../images/nav-bk.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	}
	
#menu {
	position:relative;
	width:530px;
	height:25px;
	background:transparent url(../images/nav.gif);
	overflow:hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 40px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	list-style-type:none;
	width:132px;
	height:25px;
	display:inline;
}
#menu a {
	display:block;
	float:left;
	width:132px;
	height:0;
	overflow:hidden;
	color:#000;
	text-decoration:none;
	padding-top:25px;
	background:transparent url(../images/navOver.gif) no-repeat 500px 500px;
	
}
* html #menu a  {
	height:28px;
	he\ight:0px;
}

#menu a#about:hover {background-position: 0 0; z-index:50;}
#menu a#photography:hover {background-position: -132px 0px; z-index:50;}
#menu a#otherstuff:hover {background-position: -264px 0px; z-index:50;}
#menu a#contact:hover {background-position: -396px 0px; z-index:50;}


#leftColumn {
	width: 170px;
	float: left;


	}
	
#singleColumn {
	width: 610px;
	float: left;
	margin-left: 20px;
	padding-bottom: 10px;
}

#pixColumn {
	width: 550px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}

#middleColumn {
	width: 340px;
	float: left;
	height: 100%;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#rightColumn {
	width: 225px;
	float: left;
	padding-top: 20px;
	}
	
#contact1 {
	width: 340px;
	float: left;
	height: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	}

#contact2 {
	width: 225px;
	float: left;
	padding-left:35px;
	}

#footer {
	width: 715px;
	clear: both;
	}





.footer {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #354146;
	padding-left: 85px;
	width: 100%;
}

.footer a,
.footer a:link,
.footer a:active,
.footer a:visited {
color: #354146;
}

.footer a:hover {
color: #fff;
}





.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid white;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 8px;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: -6px;
	left: 185px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#bottom {
	position: fixed;
	width: 100%;
	height: 40px;
	background-color: #1d282c;
	padding-top: 8px;
	margin-top: 10px;
	bottom: 0px;
	left: 1px;

} 
	
.clearboth { clear: both; }

 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

.photoNav li {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 175%;
}

.photoNav a {
	margin: 0 2px;
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
	border: 1px solid #77a7b5;
	text-decoration: none;
	color: #77a7b5;
	background:#0a485a;
}

.photoNav a:hover {
	background: #77a7b5;
	border: 1px solid #fff;
	color: #0a485a;
	text-decoration: none;
	padding: 0px;
}

a.gallery1:link, a.gallery1:visited {
background-image:url(../images/photos/mini/1.jpg);
border: 1px solid #77a7b5; }

a.gallery1:link:hover, a.gallery1:visited:hover {
border: 1px solid #fff; }

a.gallery2:link, a.gallery2:visited {
background-image:url(../images/photos/mini/2.jpg);
border: 1px solid #77a7b5; }

a.gallery2:link:hover, a.gallery2:visited:hover {
border: 1px solid #fff; }

a.gallery3:link, a.gallery3:visited {
background-image:url(../images/photos/mini/3.jpg);
border: 1px solid #77a7b5; }

a.gallery3:link:hover, a.gallery3:visited:hover {
border: 1px solid #fff; }

a.gallery4:link, a.gallery4:visited {
background-image:url(../images/photos/mini/4.jpg);
border: 1px solid #77a7b5; }

a.gallery4:link:hover, a.gallery4:visited:hover {
border: 1px solid #fff; }

a.gallery5:link, a.gallery5:visited {
background-image:url(../images/photos/mini/5.jpg);
border: 1px solid #77a7b5; }

a.gallery5:link:hover, a.gallery5:visited:hover {
border: 1px solid #fff; }

a.gallery6:link, a.gallery6:visited {
background-image:url(../images/photos/mini/6.jpg);
border: 1px solid #77a7b5; }

a.gallery6:link:hover, a.gallery6:visited:hover {
border: 1px solid #fff; }

