/*
Incubox Creative
copyright (c) 2007
version: 2007-11-16
author: Geoff Towle, Incubox Creative

**This stylesheet defines all of the styles for the entire website.
-------------------------------------------------------- */

html {
	height:				100%;
	text-align:			center;
}

body {
	height:				100%;
	margin:				30px 0 0 0;
	background:			#000000;
	color:				#666666;
	font:				normal 13px/18px Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family:		"century gothic", verdana, helvetica, sans serif;
	font-weight:		normal;
	margin-bottom:		0;
	color:				#0057ff;				
}

h2 {
	font-family:		"century gothic", verdana, helvetica, sans serif;
	font-weight:		bold;
	color:				#0057ff;
	font-size:			1.4em;
}

p.subtitle {
	color:				#444444;
	margin-top:			8px;
}

a, a:visited {
	color:				#0057ff;
	text-decoration:	none;
}

a:hover, a:active {
	text-decoration:	underline;
}
	
	
/*--------------------------------
/*  div structure
/*------------------------------*/

#wrapper_main {
	width:				712px;
	margin:				0 auto;
}

#header	{
	width:				712px;
	height:				85px;
	float:				left;
	text-align:			right;
	color:				#666666;
}

#content {
	width:				692px;
	border:				#333333 solid 1px;
	float:				left;
	padding:			10px 10px 5px 10px;
	min-height:			375px;
	height:				auto !important;
	height:				375px;
	margin-top:			10px;
}

#column_left {
	width:				150px;
	float:				left;
	text-align:			left;
}

#column_right {
	width:				529px;
	float:				left;
	border-left:		#333333 solid 1px;
	padding-left:		10px;
}

/*--------------------------------
/*  nav
/*------------------------------*/
#main_nav ul {
	margin:				0;
	padding:			0;
}

#main_nav li {
	list-style:			none;
	text-align:			left;
	height:				20px;
	width:				150px;
}

#main_nav li a, #main_nav li a:visited, #main_nav li a:active {
	color:				#0057ff;
	text-decoration:	none;
}

#main_nav li a:hover {
	color:				#999999;
}

.note a, .note a:visited, .note a:active {
	color:				#000000;
	text-decoration:	none;
}

.note a:hover {
	color:				#999999;
	text-decoration:	none;
}
/*--------------------------------
/*  layout
/*------------------------------*/


:-moz-any-link:focus {
  outline: 				none;
}

#resume {
	width:				100%;
	height:				100%;
	text-align:			left;
	line-height:		1.4em;
}

#resume ul {
	margin-left:		7px;
	padding-left:		3px;
}

#resume li {
	list-style:			square;
	margin-top:			.4em;
}

#reel {
	width:				500px;
}

#contact {
	width:				682px;
	font-size:			.8em;
	color:				#666666;
	height:				100px;
	float:				left;
}

.copy {
	color:				#333333;
}

.note {
	padding:			3px 0 3px 3px;
	margin-top:			17px;
	color:				#000000;
	background-color:	#444444;
	width:				100%;
}
	