/* http://www.yulboothsphotography.co.uk/photographer-styles.css */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F0f0f0;
}
body {
	background-image: url(graphics/red-bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



h1,h2,h3,h4,h5,h6 {
	font-family: Verdana;
	font-weight: bold;padding: 0;
	margin: 0px;
}
h1 {
	font-size: 13px;
	color: #f0f0f0;font-weight: normal;
}



.small:link{
	font-size: 10px;color: #000000;text-decoration: none;font-family: Arial;font-weight: bold;
}
.small:visited {
	font-size: 10px;color: #000000;text-decoration: none;font-family: Arial;font-weight: bold;
}
.small:hover {
	font-size: 10px;color: #f0f0f0;text-decoration: none;font-family: Arial;font-weight: bold;
}
.small:active {
	font-size: 10px;color: #000000;text-decoration: none;font-family: Arial;font-weight: bold;
}

.page:link{
	font-size: 13px;color: #ffffff;text-decoration: none;font-family: Arial;font-weight: bold;
}
.page:visited {
	font-size: 13px;color: #ffffff;text-decoration: none;font-family: Arial;font-weight: bold;
}
.page:hover {
	font-size: 13px;color: #ffffff;text-decoration: underline;font-family: Arial;font-weight: bold;
}
.page:active {
	font-size: 13px;color: #ffffff;text-decoration: none;font-family: Arial;font-weight: bold;
}


.top-border {
	background-image: url(graphics/top-border.gif);
	background-repeat: repeat-x;
}
.bottom-border {
	background-image: url(graphics/bottom-border.gif);
	background-repeat: repeat-x;
}

.style1 {color: #000000}.scroll {
	background-image: url(graphics/scroll.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
}

.style3 {
	font-size: 14px;
	font-weight: bold;
}

.style5 {
	font-size: 10px;
	color: #f0f0f0;
	font-weight: bold;
}

.phpForms_btn
{
    border-top-width    : 1px;
    border-left-width   : 1px;
    border-bottom-width : 1px;
    border-right-width  : 1px;
    border-top-color    : #e4e4e4;
    border-left-color   : #e4e4e4;
    border-right-color  : #c1c1c1;
    border-bottom-color : #c1c1c1;
    font                : Verdana, Arial, Helvetica, sans-serif;
    color               : #000000;
}







#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #f0f0f0;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 30px;
	}

#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() no-repeat; /* Trick IE into showing hover */
display: block;
}
#prevLink { left: 0; float: left; background: url(graphics/prev.gif) left 0 no-repeat; }
#nextLink { right: 0; float: right; background: url(graphics/next.gif) right 0 no-repeat; }
/*
#prevLink:hover, #prevLink:visited:hover { background: url() left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url() right 15% no-repeat; }
*/ 


#imageDataContainer{
	font: 12px arial; color: #f0f0f0;
	background-color: #f0f0f0;
	margin: 0 auto;
	line-height: 1em;
	}

#imageData{
	padding:5px;padding-bottom: 5px;
	}
#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: center;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=40);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.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 */
	}	
