* { margin: 0; padding: 0; }

.hide { display: none; }

hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
}

body {
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#666666;
}
	
h1 {
	font-size:18px;
	margin-bottom:0px;
}

h2 {
	font-size:16px;
	color:#cccccc;
	margin-bottom:0px;
	margin-left:10px;
}
	
#container {
	display:block;
	width:1024px;
	height:768px;
	position:absolute;
	margin:0px 0px 0px 0px;
	background-image:url(images/subBkgrd.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	z-index:1;
}
	
.details{
	font-size:40px;
	line-height:12px;
}

em, q {
	font-weight: bold;
	font-style: normal;
	}

code {
	font-family: monospace;
	}

a { outline: none; color: #003f8c; }
	
a img { border: 0; }

#subhead {
	margin: 20px 0px 0px 0px;
	text-align: center;
	font-size: 20px;
}
	
#subhead p {
	text-transform: lowercase;
	color: #133855;	
	}
	
#subhead em {
	font-weight: normal;
	font-style: italic;
	}
	
#subhead p.tagline {
	color: #0B6E97;
	font-size: 24px;
	}


/* The toolbar for the content box */

ul#toolbar {
	height: 52px;
	width: 700px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	/* border-bottom: 1px solid #ccc;	*/
	}
	
#toolbar li {
	float: left;
	text-indent: -9999px;
	}
	
#toolbar li a {
	height: 52px;
	display: block;
	}
	
#toolbar li.active {
	/* border-bottom: 1px solid #f2f2f2; */
	background-position: top;
	}

#toolbar li.inactive {
	background-position: bottom;
	}
	
#toolbar li:hover {
	background-position: top;
	}
		
#toolbar li#web-tab {
	width: 100px;
	background-image: url(images/tab_web.gif);
	}

#toolbar li#illustration-tab {
	width: 100px;
	background-image: url(images/tab_illustration.gif);
	}

#toolbar li#animation-tab {
	width: 100px;
	background-image: url(images/tab_animation.gif);
	}

#toolbar li#photography-tab {
	width: 100px;
	background-image: url(images/tab_photography.gif);
	}

#toolbar li#logos-tab {
	width: 100px;
	background-image: url(images/tab_logos.gif);
	}

#toolbar li#old-tab {
	width: 100px;
	background-image: url(images/tab_2006.gif);
	}
#toolbar li#characters-tab {
	width: 100px;
	background-image: url(images/tab_characters.gif);
}

#toolbar li#downloads-tab {
	width: 100px;
	background-image: url(images/tab_downloads.gif);
	}

	
/* The slide-y content box thingy */

#frame, #frame div.button, #scroller, .section { height: 500px; }

#frame {
	overflow: hidden;
	margin: 0 auto;
	width: 800px;
	position: relative;
	background-color: #ffffff;
	/*background-image: url(images/dropshadow2.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	}
	
#frame div.button {
	position: absolute;
	top: 40%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	/*width: 750px;*/
	width: 700px;
	margin: 0 auto;	
	border-bottom: 1px solid #999999;
	overflow: hidden;
	}

#content {
	/*width: 5250px;*/
	width: 4900px;
}

#textArea{
	width:240px;
	height:420px;
	text-align:left;
	position:absolute;
	margin: 190px 0px 0px 110px;
	/*background-color:#00FF00;*/
}

#photogallery {
	position:absolute;
	margin: 190px 0px 0px 360px;
	/*background-color:#0000FF;
	float:right;*/
}

#flash {
	width:900px;
	height:150px;
	position:absolute;
	margin: 20px 0px 0px 62px;
	z-index:99;
	/*background-color:#FF0000;*/
}

#portfolio {
	position:absolute;
	margin: 190px 0px 0px 110px;
	z-index:3px;
	/*float:right;*/
}

#sketchbook {
	position:absolute;
	margin: 190px 0px 0px 60px;
	/*background-color:#0000FF;
	float:right;*/
}

.ClassOut{
	visibility: hidden;
}
.ClassIn{
	visibility: visible;
}
	
.section {
	/*width: 710px;*/
	width: 660px;
	margin: 20px;
	float: left;
	z-index:4px;
	}
	
.section h2, .section h3 {
	color: #444;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 5px;
	}
	
.section h2, .section#sites-pane h3 {
	color: #072453;
	}
	
.section p, .section li {
	margin: 0 0 20px 0;
	font-size: 11px;
	line-height: 14px;
	}

.section img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	z-index:5px;
	}
		
			
/* Footer */

div#footer {
	width: 750px;
	margin: 0 auto 20px auto;
	color: #666;
	font-size: 11px;
	padding-top: 10px;
}
	
#footer p#legal {
	margin: 20px auto 0 auto;
	text-transform: lowercase;
	text-align: center;
	font-size: 10px;
}
	
#footer p#disclaimer {
	font-size: 12px;
	color: #333;
	text-align: center;
}

/* Screenshots */

ul.screenshots {
	list-style: none;
	margin: 10px auto 10px auto;
	clear: both;
	text-align: center;
	}
	
ul.screenshots li {
	list-style: none;
	display: inline;
	width: 110px;
	height: 105px;
	}
	
ul.screenshots li img {
	float: none;

	}
