@charset "utf-8";
/* CSS Document for Illusion Works (.net) */
/* Created by M. Adams, 2 Dec 2009 */
/* Last amended, 13 Dec 2009 */

body {
	margin:4%;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;}
	
a {
	color:#999999;
	text-decoration:none;}
	
#gallery, #about, #art, #illustration, #caricatures, #logosBanners, #printDesign, #contact {
	width:780px;
	height:280px;
	border:1px solid #CCCCEE;
	position:relative;
	overflow:hidden;}

.contentdiv {
	visibility:hidden;
	position:absolute;
	left:0; 
	top:0; 
	width:740px;
	height:240px;
	padding:20px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;}

.pagination {
	width:780px;
	padding-top:5px;
	text-align:center;}
	
.pagination a {
	color:#CCCCEE;
	text-decoration:none;}
	
hr {
	width:105px;}
	
/* Form */

input {
	width:290px;
	height:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	padding:4px;
	border:1px solid #EEEEEE;}
	
textarea {
	width:290px;
	height:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	padding:4px;
	border:1px solid #EEEEEE;}

#button {
	width:90px;
	height:20px;
	padding:0;
	border:0;}

/* Lightbox */

#lightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;}

#lightbox a img {
	border:0;}

#outerImageContainer {
	position:relative;
	background-color:#FFFFFF;
	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/spacer.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/prev.gif) left 20px no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:url(images/next.gif) right 20px no-repeat; }

#imageDataContainer{
	font:10px Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin:0 auto;
	line-height:15px;}

#imageData { padding:0 10px; color:#666666; }
#imageData #imageDetails { width:80%; float:left; text-align:left; }	
#imageData #caption { font-weight:bold; }
#imageData #numberDisplay { display:block; clear:left; padding-bottom:10px; }			
#imageData #bottomNavClose { width:12px; float:right;  padding-bottom:10px; }	

#overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:500px;
	background-color:#000000;}

/* Lightbox Fixes */

/* Min-Width */
.lbWidth { /* most browsers */
position: absolute;
top: 0px; left: 0px;
width: 100%;
min-width: 790px;}

* html .lbContent { /* IE6 */
margin-left: -790px;
position:relative;}

* html .lbMinWidth { /* IE6 */
padding-left: 790px;}

/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
