/*
Title: Main controls for Fezlab
Copyright: (c) 2009
Author: Dennis J. Fesemyer
Company: Fezlab
Description: Main Site Controls

--------------------------------------------------- */


/* ---------------------------------------------------
=Reset
Takes browser-specific styling and resets it to a
common behavioural standard. Based heavily upon the
Yahoo! User Interface Library Reset:
http://developer.yahoo.com/yui/reset/
--------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
   }

table {
	border-collapse:collapse;
	border-spacing:0;
   }

fieldset,
img { 
	border:0;
   }

address,caption,cite,code,dfn,th,var,strong{
	font-style:normal;
	font-weight:normal;
   }

ol,ul {
	list-style:none;
   }

caption,th {
	text-align:left;
   }

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
   }

q:before,q:after {
	content:'';
   }

abbr,acronym {
   border:0;
   }

html {
   font-size: 100.01%; /* Corrects default font sizing in IE/WIN, and font resizing in Opera. */
   }
   

/* Universal - 
styles on basic XHTML elements
-------------------------------------------------------- */

a  {
   color: #008d8e;
   text-decoration: none;
    outline: none;
   }

a:hover,
a:visited:hover{
   color: #282828;
   background-color: #1ab5b7;
   text-decoration: none;
   outline: none;
   }
   
   a:visited {
   	text-decoration: none;
   	color: #008d8e;
   	background-color: transparent;
   	outline: none;
   	}

p {
   margin: 0 0 1em 0;
   }

strong {
   font-weight: bold;
   }

em, i {
   font-style: italic;
   }

img {
   display: block;
   }

hr {
   border: 0; border-top: 1px dotted #ccc;
   display: block;
   height: 1px;
	width: 100%;
	margin: 1.6em 0 0 0;
   }
      
h1 {
   margin: 0 0 10px 0;
   padding: 0;
   font: normal 2.4em/1em "ff-tisa-web-pro-1","ff-tisa-web-pro-2", serif; color: #333;
   }
   
h2 {
   margin: 1.5em 0 .2em 0;
   padding: 0;
   font: bold 1.3em/1.2em "helvetica-neue", helvetica, arial, sans-serif; color: #666;
   letter-spacing: -.01em;
   }
   
h3 {
   margin: 0 0 .5em 0;
   padding: 0;
   font: bold 15px/1.4em "helvetica-neue", helvetica, arial, sans-serif; color: #F30;
   letter-spacing: -.02em;
   }
   
   .project-intro h3 {
		margin: .75em 0 .5em 0;
		padding: 0;
		font: bold 15px/1.4em "helvetica-neue", helvetica, arial, sans-serif; color: #F30;
		letter-spacing: -.02em;
		}
  
   
h4 {
   margin: 1.5em 0 .4em 0;
   padding: 0;
   font: bold 1.1em/1.3em arial, helvetica, sans-serif; color: #369;
   }
   
h5 {
   margin: 0;
   padding: 0;
   font: bold 1em/1.4em arial, helvetica, sans-serif;
   text-transform: uppercase;
   }
   
h6 {
   margin: .5em 0 0em 0;
   padding: 0;
   font: bold 1.1em/1.3em arial, helvetica, sans-serif; color: #333;
   }
   

/* Clearfix - 
fixes floats
-------------------------------------------------------- */

.clearfix:after {
   content: ".";
   clear: both;
   display: block;
   height: 0;
   visibility: hidden;
   }


/* Body - 
structure of the containers and body classes
-------------------------------------------------------- */

body {
   background-color: #282828;
   font: normal 10px/14px "helvetica neue", helvetica, arial, sans-serif; color: #282828;    
   margin: 0; padding: 0;
   text-align: left;
   }
  
#container {
   text-align: left;
   width: 960px;
   }
   
.grid-span #container {
	background: #282828 url("/images/container-bg.jpg") top left no-repeat;
	text-align: left;
	width: 960px;
	}

#col01 {
	position: fixed;
	width: 160px;
	top: 0;
	left: 0;
	}
	
* html #col01 {
	position: absolute;
	}
		
#col02 {
	width: 650px;
	margin-left: 160px;
	padding-top: 150px;
	}
	
#col02-span {
	width: 800px;
	margin-left: 160px;
	padding-top: 150px;
	}
	
#col03 {
	position: fixed;
	width: 150px;
	top: 0;
	left: 810px;
	background: #282828 url("/images/col03-bg.jpg") top left no-repeat;
	}
	
* html #col03 {
	position: absolute;
	}
	
   
/* Header - 
styles of the Header
-------------------------------------------------------- */   

.header {
	height: 150px;
	}
	

#col02 .header {
	position: fixed;
	top: 0px;
	left: 160px;
	height: 150px;
	border-bottom: 1px solid #474747;
	width: 650px;
	background: #282828 url("/images/col02-bg.jpg") top left no-repeat;
	}
	
#col02-span .header {
	position: fixed;
	border: 0;
	top: 0px;
	left: 160px;
	height: 150px;
	width: 800px;
	background: #282828 url("/images/colspan-bg.jpg") top left no-repeat;
	}
	
body.detail #col02 .header {
	position: fixed;
	top: 0px;
	left: 160px;
	height: 220px;
	width: 650px;
	background: #282828 url("/images/col02-bg.jpg") top left no-repeat;
	}
	
* html #col02 .header {
	position: absolute;
	}
	
* html #col02-span .header {
	position: absolute;
	}
	
* html body.detail #col02 .header {
	position: absolute;
	}	

#logo { 
   position: relative;
   width: 150px; height: 60px;
   }
   
#logo a{ 
	position:absolute;
	text-indent: -10000px;
	width: 150px; height: 60px;
	background: url("/images/fezlab2.gif") top left no-repeat;
	outline:none;
	}
	
#tagline { 
   position: relative;
   width: 150px; height: 150px;
   font-size: 1em;
 	margin: 0; padding: 0;
   }
   
#tagline span{ 
	position:absolute;
	text-indent: -10000px;
	width: 650px; height: 150px;
	background: url("/images/tagline.gif") top left no-repeat;
	}

#email { 
   position: relative;
   width: 150px; height: 60px;
   }
   
#email a{ 
	position:absolute;
	text-indent: -10000px;
	width: 150px; height: 60px;
	background: url("/images/email.gif") top left no-repeat;
	outline:none;
	}

#tagline-float { 
	float: left;
   position: relative;
   width: 186px; height: 150px;
   font-size: 1em;
 	margin: 0; padding: 0;
   }
   
#tagline-float span{ 
	position:absolute;
	text-indent: -10000px;
	width: 186px; height: 150px;
	background: url("/images/tagline.gif") top left no-repeat;
	}

#email-float { 
	float: right;
   position: relative;
   width: 150px; height: 60px;
   }
   
#email-float a{ 
	position:absolute;
	text-indent: -10000px;
	width: 150px; height: 60px;
	background: url("/images/email.gif") top left no-repeat;
	outline:none;
	}
	
.content {
	font-size: 1.2em;
	line-height: 1.45em;
	color: #ccc;
	font-weight: normal;
	padding: .9em 0 0 0;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", georgia, serif;
	}
	
#col02-span .content {
	color: #ccc;
	font-weight: normal;
	padding: 0;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", georgia, serif;
	}
	
.home .content {
	border-top: 1px solid #474747;
	font-size: 1.2em;
	line-height: 1.45em;
	color: #ccc;
	font-weight: normal;
	padding: 0;
	}
	
.content-left {
	float: left;
	width: 310px;
	}
	
.content-right {
	float: right;
	padding-left: 10px;
	width: 310px;
	width/**/:/**/ 300px;
	}
	
	.content-left ul,
	.content-right ul {
		list-style-type: none;
		margin: 0 0 1em 0;
		padding: 0;
		}
		
	.services-list,
	.elsewhere-list {	
		padding: 0;
		margin: 0;
		font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", georgia, serif;
		color: #999;
		}
		
	.services-list li {	
		width: 100%;
		margin: 0 0 0 0;
		padding: 0;
		display: block;
		}
		
	.elsewhere-list li {	
		width: 100%;
		display: block;
		border-bottom: 1px solid #333;
		}	
		
		.elsewhere-list li a {
			display: block;
			padding: .2em 0 .2em 22px;
			}
			
			#linkedin {
				-moz-background-clip:border;
				-moz-background-inline-policy:continuous;
				-moz-background-origin:padding;
				background:transparent url(/images/icons/linkedin_16.png) no-repeat scroll 0 50%;
				}
				
			#lastfm {
				-moz-background-clip:border;
				-moz-background-inline-policy:continuous;
				-moz-background-origin:padding;
				background:transparent url(/images/icons/lastfm_16.png) no-repeat scroll 0 50%;
				}
								
			#facebook {
				-moz-background-clip:border;
				-moz-background-inline-policy:continuous;
				-moz-background-origin:padding;
				background:transparent url(/images/icons/facebook_16.png) no-repeat scroll 0 50%;
				}
				
			#twitter {
				-moz-background-clip:border;
				-moz-background-inline-policy:continuous;
				-moz-background-origin:padding;
				background:transparent url(/images/icons/twitter_16.png) no-repeat scroll 0 50%;
				}
		
			#delicious {
				-moz-background-clip:border;
				-moz-background-inline-policy:continuous;
				-moz-background-origin:padding;
				background:transparent url(/images/icons/delicious_16.png) no-repeat scroll 0 50%;
				}
		

/* Project Grid page - 
styles of the display for project information
-------------------------------------------------------- */

ul#projects-grid {
	padding: 0; margin: 0;
	list-style-type: none;
	}
	
ul#projects-grid li.project-intro {
	list-style: none; 
	margin: 0 3px 3px 0;
	float: left;
	border-top: 1px solid #666;
	width: 397px;
	height: 169px
	}

ul#projects-grid li.project-intro p {	
	color: #ccc;
	font-weight: normal;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", serif;
	padding: 0 20px 0 0;
	}
	
ul#projects-grid li.project-box {
	list-style: none; 
	margin: 0 3px 3px 0;
	float: left;
	}
	
ul#projects-grid li.project-box a {
	border-top: 5px solid #666;
	display: block;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.1em;
	letter-spacing: -.02em;
	font-family: "helvetica neue", helvetica, arial, sans-serif; color: #999;
	text-decoration: none;
	background-color: #333;
	width: 197px;
	height: 150px;
	padding: 10px;
	width/**/:/**/ 177px;
	}
		
	ul#projects-grid li.project-box a:hover {
		border-top: 5px solid #F30;
		display: block;
		color: #282828;
		text-decoration: none;
		background-color: #e5ddc9;
		width: 197px;
		height: 150px;
		padding: 10px;
		width/**/:/**/ 177px;
		}
		
	a#tjcc-thumb	{
   	background: transparent url("/images/thumbs/tjcc.jpg") 10px 71px no-repeat;
   	}
	
	
	a#yowie-thumb	{
   	background: transparent url("/images/thumbs/yowie.jpg") 10px 71px no-repeat;
   	}
		
	a#loews-thumb	{
   	background: transparent url("/images/thumbs/loews.jpg") 10px 71px no-repeat;
   	}
   	
   a#citysearch-thumb	{
   	background: transparent url("/images/thumbs/citysearch.jpg") 10px 71px no-repeat;
   	}
   	
	
	a#hawaii-thumb	{
   	background: transparent url("/images/thumbs/hawaii.jpg") 10px 71px no-repeat;
   	}
	
	a#vaisala-thumb	{
   	background: transparent url("/images/thumbs/vaisala.jpg") 10px 71px no-repeat;
   	}
   	
   a#ventana-thumb	{
   	background: transparent url("/images/thumbs/ventana.jpg") 10px 71px no-repeat;
   	}
	
	a#ht-thumb	{
   	background: transparent url("/images/thumbs/halloweentime.jpg") 10px 71px no-repeat;
   	}
   	
   a#hob-thumb	{
   	background: transparent url("/images/thumbs/hob.jpg") 10px 71px no-repeat;
   	}

	a#metoo-thumb	{
   	background: transparent url("/images/thumbs/metoo.jpg") 10px 71px no-repeat;
   	}
   	
   a#bookmans-thumb	{
   	background: transparent url("/images/thumbs/bookmans.jpg") 10px 71px no-repeat;
   	}
   
   a#b2-thumb	{
   	background: transparent url("/images/thumbs/b2.jpg") 10px 71px no-repeat;
   	}
   
   a#ln-thumb	{
   	background: transparent url("/images/thumbs/ln.jpg") 10px 71px no-repeat;
   	}
   
   a#fps-thumb	{
   	background: transparent url("/images/thumbs/fps.jpg") 10px 71px no-repeat;
   	}
   
   a#buzz-thumb	{
   	background: transparent url("/images/thumbs/buzz.jpg") 10px 71px no-repeat;
   	}
   
   a#mydisney-thumb	{
   	background: transparent url("/images/thumbs/mydisney.jpg") 10px 71px no-repeat;
   	}
   
   a#tower-thumb	{
   	background: transparent url("/images/thumbs/tower.jpg") 10px 71px no-repeat;
   	}
   
   a#mf-thumb	{
   	background: transparent url("/images/thumbs/mf.jpg") 10px 71px no-repeat;
   	}
   	
    a#monorail-thumb	{
   	background: transparent url("/images/thumbs/monorail.jpg") 10px 71px no-repeat;
   	}
   	
   a#zoo-thumb	{
   	background: transparent url("/images/thumbs/zoo.jpg") 10px 71px no-repeat;
   	}
   	
   a#pirates-thumb	{
   	background: transparent url("/images/thumbs/pirates.jpg") 10px 71px no-repeat;
   	}
   
   a#ffl-thumb	{
   	background: transparent url("/images/thumbs/ffl.jpg") 10px 71px no-repeat;
   	}
   	
   a#phx-thumb	{
   	background: transparent url("/images/thumbs/phx.jpg") 10px 71px no-repeat;
   	}
   
   a#jcf-thumb	{
   	background: transparent url("/images/thumbs/jcf.jpg") 10px 71px no-repeat;
   	}
   
   a#gcd-thumb	{
   	background: transparent url("/images/thumbs/gcd.jpg") 10px 71px no-repeat;
   	}
   	
   a#alc-thumb	{
   	background: transparent url("/images/thumbs/alc.jpg") 10px 71px no-repeat;
   	}	
   
   a#logos-thumb	{
   	background: transparent url("/images/thumbs/logos.jpg") 10px 71px no-repeat;
   	}
   
	
	
/* Project Detail page - 
styles of the display for project information
-------------------------------------------------------- */

.project-title {	
	display: block;
	height: 70px;
	border-top: 5px solid #F30;
	width: 650px;
	background-color: #e5dcc8;
	}
	
.project-title h1 {
	padding: 0;
	margin: 10px 0 0 .5em;
	font-size: 24px;
	letter-spacing: -.04em;
	font-weight: bold;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	}
	
.project-img {
	padding: 76px 0 0 0;
	}
	
	.project-img img {
		display: block;
		margin-bottom: 1.8em;
		}
	
.project-info {
	background: #e5dcc8 url("/images/project-info-bg.gif") bottom left repeat-x;
	padding: 75px 10px 70px 10px;
	width: 150px;
	width/**/:/**/ 130px;
	font-size: 1.1em;
	}
	
	.project-info {
		font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", georgia, serif;
		}
	
	
.project-info a,
.project-info a:visited {
	color: #008d8e;
	text-decoration: none;
	background-color: transparent;
	}

.project-info a:hover {
		color: #282828;
		text-decoration: none;
		background-color: transparent;
		}
		
	
.project-link {
	font-weight: bold;
	font-size: .9em;
	line-height: 1.9em;
	text-transform: uppercase;
	width: 150px;
	display: block;
	}

.project-link a,
.project-link a:visited {
	width: 150px; 
	color: #282828;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	width/**/:/**/ 145px;
	background: transparent url("/images/link-bg.png") top left repeat-y;
	}
	
.project-link a:hover {
	width: 150px;
	color: #fff;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	width/**/:/**/ 145px;
	background: transparent url("/images/link-bg2.png") top left repeat-y;
	}
	
	/* -- IE6 specific hack to make sure margin displays correctly */
/*\*/

* html .project-link  { width: auto; padding: 0; color: #ccc; }
/**/	

/* Form
styles of the main forms
-------------------------------------------------------- */

dl { 
	padding: 0 0 0 0; 
	margin: 0;
	width: 300px;
   }

dt { 
	width: 300px;
	text-align: left;
	float: left; 
	padding: 0px; margin: 0px;
	color: #999;
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", georgia, serif;
   }
   
   dt em {
   	text-transform: uppercase;
   	font-style: normal;
   	font-size: .9em;
   	}

dd { 
   float: left;
	text-align:left;
	margin: 0px;
	padding: 0 0 1em 0;
   }

dd input.text {
	padding: 5px; 
	text-align:left;
   vertical-align:top;
   border: 1px dashed #666;
	width: 290px;
	width/**/:/**/ 280px;
	background-color: transparent ;
	font: normal 14px/16px "ff-tisa-web-pro-1","ff-tisa-web-pro-2", georgia, serif; color: #fff; 
   }

dd textarea {
   padding: 5px; 
	text-align:left;
   vertical-align:top;
   border: 1px dashed #666;
	width: 290px;
	width/**/:/**/ 280px;
	background-color: transparent ;
	font: normal 14px/16px "ff-tisa-web-pro-1","ff-tisa-web-pro-2", georgia, serif; color: #fff; 
   }

dd input.submit {
	float: right;
	margin: -.6em 0 .6em 0;
	position: relative;
   padding: 0px 10px 2px 10px; 
	text-align: center;
   border: none;
	background-color: #282828;
	font: normal 22px/1em "ff-tisa-web-pro-1","ff-tisa-web-pro-2", serif; 
	color: #1ab5b7;
	outline: none;
   }
   
   dd input.submit:hover {
   	background-color: #1ab5b7;
		color: #282828; 
		outline: none;
		}

p.thankyoupad {
   padding-bottom: 200px;
   }


#homepage-box {
	display: block;
	z-index: 10;
	position: absolute;
	width: 200px;
	height: 413px;
	margin: 0 0 0 20px;
	padding: 30px;
	font-size: 2em;
	line-height: 120%;
	color: #fff;
	background: transparent url("/images/hp-bg.png") top left repeat;
	}


#homepage-bg {
   margin: 20px 0 20px 0;
   height: 480px;
   }


	
/* Footer - 
styles of the footer
-------------------------------------------------------- */

#footer {
   border-top: 1px solid #474747;
   clear: both;
   font-size: 1.1em;
   font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", georgia, serif;
   color: #474747;
   line-height: 2.8em;
   margin: 0;
   padding: 0;
   text-align: right;
   }


#footer a {
   color: #474747;
   padding: 2px;
   background-color: #282828;
   text-decoration: none;
   }

#footer a:hover {
	background-color: #474747;
   text-decoration: none; color: #282828;
   }

#footer .lefttext {
   float: left;
   }