@charset "utf-8";
body {
	margin: 0;
	margin-top: 16px;
	font-family: Arial, Helvetica, sans-serif;}
a:hover {
	text-decoration: none;}
h1 {
	font-size: 20px;
	font-weight: normal;
	}
#container {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 52px;
	border-bottom: 13px solid #F58026;
	}
#header .logo {
	margin-top: 4px;
	margin-left: 20px;
	float: left;
	}
#header .nav {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
}
#header .nav ul li {
	float: left;
	display: block;
	margin-right: 19px;
}
#header .nav ul li a span {
	display: none;
}
#header .nav ul li a {
	display: block;
	width: 39px;
	height: 36px;
}
#header .nav ul li#home a {
	background: url(/images/nav_home.gif) 0 0 no-repeat;
}
#header .nav ul li#bio a {
	background: url(/images/nav_bio.gif) 0 0 no-repeat;
}
#header .nav ul li#work a {
	background: url(/images/nav_work.gif) 0 0 no-repeat;
}
#header .nav ul li#contact a {
	background: url(/images/nav_contact.gif) 0 0 no-repeat;
}
#header .nav ul li#home a:hover, #header .nav ul li#bio a:hover, #header .nav ul li#work a:hover, #header .nav ul li#contact a:hover {
	background-position: 0 -39px;
}
#main {
	clear: both;
	background-color: #396E8F;
	color: #fff;
	line-height: 18px;
	font-size: 12px;
	padding: 20px;
    vertical-align: top;
	position: relative;
	min-height: 400px;
}
#main a {
	color: #fff;
}
#footer {
	padding-right: 15px;
	height: 30px;
	background-color: #F58026;
	text-align: right;
	padding-top: 10px;
	}
#footer a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
}
#footer a:hover {
	text-decoration: underline;}
#content {
	width: 450px;
}

#mouse {
float: right;
margin-top: -18px;
}
#portfolio {
float: right;
margin-top: -10px;
}
#copyright {
	font-size: 10px;
	color: #999999;
}
.workNav {
	margin-bottom: 10px;
	font-weight: normal;
	width: 100%;
	font-size: 14px;
	}
.workNav ul {
	margin: 0;
	list-style: none;
	line-height: 26px;
}
.workNav ul li {
	margin: 0;
	float: left;
}
#main .workNav ul li a {
	color: #F58026;
	margin: 0 14px 0 0;
	text-decoration: none;
	font-weight: bold;
}
#main .workNav ul li a:hover {
	color: #fff;
	text-decoration: none;}
.workTable {
	clear: left;
}
.workTable td {
	padding: 10px 20px 10px 0;}
#workInfo {
	position: absolute;
	width: 46%;
	height: 100%;
	background: #fff;
	text-align: center;
	right: 0;
	top:0;
}
#workInfo img {
	margin-top: 15%;
}
span.author {
	padding-top: 10px;
	display: block;
	font-size: 11px;
}
blockquote {
	padding-top: 10px;
}
#video {
	position: absolute;
	width: 46%;
	height: 100%;
	background: #fff;
	text-align: center;
	right: 0;
	top:0;
}
#videoWrapper {
	margin-top: 100px;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}