/* global */
* { padding: 0px; margin: 0px; list-style-type: none; text-decoration: none; 
	font-family: arial, verdana, sans-serif; color: #2b2b2b; line-height: 1.5; }

img { border: none; }

body { background-color: #2277ac; background-image: url('../images/top_gradient.jpg'); 
	   background-repeat: repeat-x; }

div#page_wrapper { width: 900px; padding: 0px 30px; margin: auto;}

.clear { clear: both; }

/* header */
#top_bar { height: 336px; background-image: url('../images/wave_header.png'); 
		   background-repeat: repeat-x; margin-bottom: -336px; }

h1 a { height: 73px; width: 294px; display: block;
	   text-indent: -9999px; }

h1  { float: left; background-image: url('../images/gf_logo.png');
 	  margin-bottom: 160px; overflow: hidden;
	  margin-top: 30px; }

div#nav { width: 443px; float: right; background-image: url('../images/surf_board.png');
 		  height: 121px; }

div#nav ul { margin-left: 235px; height: 100%; }

div#nav li { float: left; padding-right: 10px; display: block; background-repeat: no-repeat; }

div#nav a { }

li#work { background-image: url('../images/work.png'); margin-top: 20px; }

li#work a { width: 33px; height: 22px; }

li#contact { background-image: url('../images/contact.png'); margin-top: 34px; }

li#contact a { width: 49px; height: 26px; }

li#blog { background-image: url('../images/blog.png'); margin-top: 52px;}

li#blog a { width: 29px; height: 21px; }

li#about { background-image: url('../images/about.png'); margin-top: 64px; }

li#about a { width: 40px; height: 22px; }

div#nav a { display: block; overflow: hidden; text-indent: -9999px; }

/* content */
div#content { clear: both; }

/* project list */
#project_list { clear: both; background-image: url('../images/recent_work.png'); 
				overflow: auto; background-repeat: no-repeat; width: 900px; }

#project_list li { clear: both; }

#project_list div { float: left; width: 280px; height: 380px; margin-bottom: 70px; }

#project_list div h3 { font-size: 13pt; font-weight: normal; line-height: 1; 
					   padding-bottom: 15px; }

#project_list img { float: right; }

#project_list p { margin-bottom: 15px; font-size: 10pt; line-height: 1.6; }

/* contact */
#gradient_wrapper { background-image: url('../images/bottom_gradient.png'); height: 622px; 
					background-color: #012841; background-repeat: repeat-x;
					margin-top: 500px; }

#contact_return { width: 580px; clear: both; margin-bottom: 5px; }

#contact_return a { float: right; color: white; font-size: 10pt; padding-top: 4px; }

#contact_wrapper { background-image: url('../images/1pixel.png'); width: 540px;
 				   padding-left: 40px; padding-top: 10px; }

#contact_form { width: 320px; float: left; }

#contact_form form { margin-bottom: 48px; }

#contact_form * { color: white; }

#contact_form h4 { padding-bottom: 10px; font-size: 22pt; letter-spacing: -.08em; 
				   font-weight: bold; line-height: 1; }

#contact_form p { margin-bottom: 12px; padding: 6px; line-height: 1; width: 308px;
				  background-image: url('../images/1pixel.png');}
					
p#on_mind { margin-bottom: 0px; }
					
p#on_mind textarea { padding-top: 5px; overflow: auto; width: 303px; height: 120px; }

#contact_form p * { border: none; font-size: 11pt; line-height: 1.1; 
					background: transparent; }
					
#contact_submit { float: right; margin-top: 13px; margin-bottom: 5px; }

#contact_info { float: left; padding-left: 40px; padding-top: 11.9em; }

#contact_info * { color: white; }

#contact_info h5 { font-size: 12pt; background-image: url('../images/graphic_surf_white.png'); 
				   text-indent: -9999px; width: 122px; height: 37px; padding-bottom: 6px;
				   background-repeat: no-repeat; }

#contact_info p { padding-bottom: 8px; font-size: 10pt; padding-left: 5px; }

#diver { background-color: #012841; height: 341px; }

/* validation */
#contact_form .LV_validation_message{
    font-weight:bold; line-height: 1.1; float: left; display: block; height: 1.1em; 
	margin-bottom: -1.1em; position: relative; top: -1.1em; left: 24em; font-size: 10pt;}

#contact_form .LV_valid { color:#00CC00; }
	
#contact_form .LV_invalid { color:#CC0000; }
    










#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: 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-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; }
