@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
	line-height: 160%;
	background-color: #000000;
	color: #666666;
	}

	a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	}

	a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

	.nav a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	}

	.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	.subnav {
    font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	color: #999999;
	font-weight: normal;
        }
        
    .subnav a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
    font-size: 12px;
            }

	.subnav a:hover {
    color: #FFFFFF;
	font-weight: normal;
            }

.caption {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	color: #999999;
	font-weight: normal;
	text-align: center;
        }
        
    .caption a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
    font-size: 12px;
            }

	.caption a:hover {
    color: #FFFFFF;
	font-weight: normal;
            }
	
	strong {
	color:#666666;
	font-weight: bold;
	}

	.heading{
	font-size: 24px;
	color: #999999;
	font-weight: bold;
	}

	.heading a {
	font-size: 24px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	}

	.heading a:hover{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

	.footer {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	}

	.footer a {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	}

    .footer a:hover {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}

	.bg {
	background-image: url(images/layout/bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	.sitemapbg {
	background-image: url(images/layout/sitemapbg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	.sitemapbg1 {background-image: url(http://iphography.com/images/layout/sitemapbg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ----------------------------- lightbox ------------------*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#lightbox img {
border: 0px solid #000000;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding:0px;
	}

#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(http://iphography.com/js/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(http://iphography.com/js/images/prevlabel.png) left 0% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://iphography.com/js/images/nextlabel.png) right 0% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	background-color: #FFFFFF;
	}

#imageData{
	padding:10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #caption a {
	font-size: 14px;
}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.3em; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	filter:alpha(opacity=90);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
body > #overlay{
position: fixed;
top: 0;
left: 0;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
	
	.thumbnail{
	padding: 0px 0px 0px 0px;
	background-color: #EFEFEF;
	border: 0px solid #CCCCCC;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	}
