/** base styles **/

  body
  {
    	margin: 0;
    	padding: 10px;
	background: #000000 url(images/main_bg.jpg) no-repeat top center fixed;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 12px;
  }
  
  h1
  {
	padding-left: 50px;
  }
  	
	.toplink:link {color: #FFFFFF; text-decoration: none;}
	.toplink:visited {color: #FFFFFF; text-decoration: none;}
	.toplink:hover {color: #7da7d8; text-decoration: underline;}
	.toplink:active {color: #FFFFFF; text-decoration: none;}
  
  hr
  {
  	color: #0054a6;
  }

  	a:link {color: #FFFFFF; text-decoration: underline;}
	a:visited {color: #FFFFFF; text-decoration: underline;}
	a:hover {color: #7da7d8; text-decoration: none;}
	a:active {color: #FFFFFF; text-decoration: underline;}

/** layout main **/

  
  .splash-body
  {
  	margin: 0;
	background: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 12px;
  }
  
   	.splash:link {font-size:36px; color: #000000; text-decoration: underline;}
	.splash:visited {font-size:36px; color: #000000; text-decoration: underline;}
	.splash:hover {font-size:36px; color: #0066FF; text-decoration: none;}
	.splash:active {font-size:36px; color: #000000; text-decoration: underline;}
  
  .splash-image
  {
  	width: 100%;
	height: 400px;
	background: #000 url(images/splash.jpg) no-repeat top center;
	position: absolute; top: 100px; left: 0px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
  }
  
  .splash-area
  {
	color: #000;
	width: 500px;
	height: 100px;
  }
  
  .base
  {
	width: 1024px;
  }

  .banner
  {
  	width: 1024px;
	height: 150px;
	border: 3px solid #0054a6;
	background: url(images/banner.jpg) no-repeat top center;
  }

  .sub-banner
  {
  	font-size: 9px;
	position: absolute; 
	top: 145px;
	width: 1015px;
  }
  
  .top
  {
  }

  .left
  {
  	width: 150px;
	padding: 5px;
	/*border: 1px solid #0054a6;*/
	background: transparent url(images/verticalbg.png) top repeat-x;
  }

  .center
  {
	width: 755px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background: transparent url(images/transparent.png);
  }

  .right
  {
	width: 80px;
	padding: 3px;
	font-size: 10px;
	/*border: 1px solid #0054a6;*/
	background: transparent url(images/verticalbg.png) top repeat-x;
  }

  .bottom
  {
	border-left: 4px solid;
	border-right: 4px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #0054a6;
	background: transparent url(images/transparent.png);
	font-size: 10px;
  }

/** layout content **/

  .container
  {
	width: 750px;
	margin-bottom: 10px;
  }

  .title
  {
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #0054a6;
	border-left: 2px solid #0054a6;
  }

  .title-text
  {
  	font-size: 14px;
	font-weight: bold;
  }

  .subtitle
  {
	font-size: 9px;
  }
  
  .content
  {
	font-size: 11px;
	padding: 4px;
  }

  .menu
  {
	width: 140px;
  }
  	.menu a:link {color: #FFFFFF; text-decoration: none;}
	.menu a:visited {color: #FFFFFF; text-decoration: none;}
	.menu a:hover {color: #7da7d8; text-decoration: none;}
	.menu a:active {color: #FFFFFF; text-decoration: none;}

  .menu-item
  {
	height: 25px;
	background: transparent url(images/menubg.png) repeat-y;
	font-size: 15px;
	padding-left: 8px;
  }

  .float-left
  {
  	float: left;
  }
  
  .archive
  {
  	font-size: 10px;
  }
  
  .gallery-bg1{width:500px; height: 50px; background: url(images/gb_digital.png) no-repeat center;}
  .gallery-bg2{width:500px; height: 50px; background: url(images/gb_3d.png) no-repeat center;}
  .gallery-bg3{width:500px; height: 50px; background: url(images/gb_commission.png) no-repeat center;}
  .gallery-bg4{width:500px; height: 50px; background: url(images/gb_traditional.png) no-repeat center;}
  .gallery-bg5{width:500px; height: 50px; background: url(images/gb_sketchbook.png) no-repeat center;}
  .gallery-divider{height: 5px;}
  .gallery{display: block; width: 500px; height:50px; border: 0px;}
  .gallery:hover {width: 500px; height: 50px; background: transparent url(images/gb_link.png) no-repeat; border: 0px;}
  
  .thumbnail{width: 75px; height: 75px; border-width: 2px; border-color: #FFFFFF;}
  .thumbnail:hover{width: 75px; height:75px; border-width: 2px; border-color: #7da7d8;}
  .thumbnail:active{width: 75px; height:75px; border-width: 2px; border-color: #7da7d8;}
  .thumbnail:visited{width: 75px; height:75px; border-width: 2px; border-color: #000000;}
  
  /* Lightbox */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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: 10%; 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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
