/*	
	H Photography Style Sheet
	URL: http://www.hphotography.co.uk/
	Author: Jason Cornish
	Author URL: http://www.designimaging.co.uk/
	Created on: 01/10/08
	Last updated: 01/10/08
	
	Thank you for viewing the css document for this website, if you have any questions regarding web design please contact Design 	Imaging on info@designimaging.co.uk. 
*/


/* Structure
---------------------------------------------------------------------------------*/

*{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	color: #333;
	}
	
body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 95%; 
	background-image: url('/media/background.gif'); 
	background-repeat: repeat-x; 
	background-position: top;
	background-color:  #000;
	}

#wrapper {
	margin:20px auto;
	padding: 0;
	width: 955px;	 
	background-color: #fff;
	text-align: left;
	border: 5px solid #000;
	}

#navigation {
	margin: 0;
	padding: 0 25px 0 90px;
	width: 840px;
	height: 50px;
	text-align: left;
	background-image: url('/media/header_background.gif'); 
	background-repeat: no-repeat; 
	background-position: top;
	background-color:  #000;
	}
	
#header {
	margin: 0;
	padding: 0;
	width: 955px;
	background:#000;
	text-align: left;
	}

	
#sidenavigation {
	margin: 0;
	padding: 0 0 10px 0;
	width:242px;
	vertical-align:top;
	float: right;
	background-color: #fff;
	}

#maincontent	{
	margin: 0;
	padding: 5px 20px 20px 20px;
	width:673px;
	vertical-align:top;
	float: left;
	background-image: url('/media/maincontent_background.gif'); 
	background-repeat: repeat-x; 
	background-position: top;
	}
	
#portfolio {
	margin:0;
	padding: 20px 20px 10px 20px;
	width: 915px;
	}
	
#rightnavigation{
	margin: 0;
	padding: 0;
	width: 180px;
	float: right;
	}

#footer {
	margin: 0;
	padding: 10px 0 10px 0;
	width: 955px;
	clear: both;
	font-size: 85%;
	background-color: #000;
	}
	
#websitecredit {
	margin: 0;
	padding: 0 0 5px 0;
	}

/* Typography and Headings
---------------------------------------------------------------------------------*/
	
h1, h4, h5, h6 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 120%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}
	
h2, h3 {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 120%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}

li {
	padding-bottom:3px;
	list-style-type: square;
	}

#sidenavigation p {
	padding: 0 10px 0 10px;
	color: #000;
	}

	
#footer p {
	padding:5px;
	margin: 0;
	color: #fff;
	text-align: center;
	}

.small{
	font-size:85%;
	}


/* Link Styles
---------------------------------------------------------------------------------*/


a {
    text-decoration: underline;
	color: #000000;
	background: transparent; 
    }

a:hover {
    text-decoration: none;
	color: #000;
	background-color: #fff;
    }
	
#footer a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

#footer a:hover {	
	text-decoration:none;
	padding:1px;
	background-color: #fff;
	color: #000;
	}

	
.topnav a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

.topnav a:hover {	
	text-decoration:none;
	padding:1px;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	}

#websitecredit a {
	text-decoration: none;
	color: #fff ;
	font-size: 90%;
	font-weight: bold;
	}

#websitecredit a:hover  {
	text-align:center;
	color: #000; 
	font-weight: bold;
	background-color: #fff;
	}


/* Additional Styles
---------------------------------------------------------------------------------*/

	
.categorycell{
	padding: 10px;
	text-align:center;
	width: 33%;
	}
		
td{
	/*vertical-align:top*/
	}


.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	}

hr {
    border: 0;  
    border-bottom: 1px solid #ed1c24;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.topnav {
	float:right;
	text-align: right;
	font-size: 105%;
	padding: 3px 5px 0 0;
	margin: 0;
	color: #fff;
	font-weight: bold;
	}

.phonenumber {
	font-size: 120%;
	color: #fff;
	}

/* Light Box Styles
---------------------------------------------------------------------------------*/

#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;
	}