@charset "UTF-8";
/* CSS Document */

body 
{
	font: 13px Arial, Helvetica, sans-serif;
	background-color: #b1c0c6;
	margin: 0 px;
	padding-top: 0px;
}

img
{
	border: none;	
}

a:hover
{
	color:#CCCCCC;
}



h2
{
	color: #222;
	margin: 0;
	margin-top: 10;
}
h3
{
	color: #222;
	margin: 0;
	margin-bottom: 10;
}
	

#container
{
	margin: 0 auto;
	text-align: left;
	width: 920px;
	text-align: center;
	min-height: 100%;
	
}

#wrapper
{
	text-align:left;
	
}



#left_nav 
{
	padding-top: 45px;
	position: absolute;
	text-align: right;
	width: 160px;
	background-color: #81929a;
	margin: 0 auto;
	padding-right: 2px;
	min-height: 800;
}

#left_nav ul
{
	margin-bottom:220px;
}

#left_nav li
{
	list-style-type: none;	
}

#left_nav ul li a.currentpage
{
	color:#EDEDED;	
}

#left_nav ul li a
{
	text-align: right;
	text-decoration: none;
	font-size: 30px;
	letter-spacing: -2px;
	line-height: 15px;
}

#left_nav ul li a.otherpage
{
	
	color: #222;
}

#left_nav ul li a.otherpage:hover
{
	color: #CCC;
	text-decoration: none;
	
}



#left_nav.shortened
{
	min-height: 500px;
}



#right_divider
{
	position: relative;
	left: 190;
	text-align: left;
	width: 740px;
	
}

#header
{

	border-top: 30px solid #222;
	border-bottom: 3px solid #222;
	margin: 0 auto;
	min-height: 280px;
	
}

#sub_nav{
	position: absolute;
	left: 562px;
	width: 200;
	top: 279px;
}

#sub_nav a {
	font-size: 30px;
	letter-spacing: 5px;
	color: #222;
	text-decoration:none;
	margin:0;
	border:none
}

#sub_nav a.current {
	background: #222;
	color: #CCC;
}

#sub_nav.hidden{
	
	visibility:hidden;	
}

#header h1
{
	color: #222;
	font-size: 100px;
	font-weight: bold;
	letter-spacing: -8px;
	line-height: 81px;
	text-transform: uppercase;
	margin: 0;
		margin-top: 20;

}

#content{
	background-repeat:no-repeat;
	background-position:top right;
	min-height: 680;
	margin: 0 ;
	padding-top: 20px;
	
	

}

#content h2
{
	text-transform:uppercase;
	text-decoration: none;
	font-size: 50px;
	letter-spacing: -5px;
	line-height: 31px;	
	margin-top: 30px;	
	z-index: 10
	
}

#content h3 
{
	text-transform:lowercase;
	text-decoration: none;

	 letter-spacing:-1;
	color:#81929a;
	
	
}

#content h3.subvid
{
	text-align: right;
	margin-top: 5px;
		font-size:18px; 

	margin-right:170px;
	  
	line-height:10px;
}

#content h3.links
{
	text-align:left;
	font-size: 20px;
	
}



#content h4
{
	color: #222222;
	text-transform:lowercase;
	font-size: 30px;
	letter-spacing: -2px;
	margin:0;
	
	
}

#content p
{
	margin:0;
	color: #222222;
	
	margin-right: 170px;
	text-align:justify;
	line-height: 18px;
	margin-bottom:10px;
}


#abstract
{
	width:inherit;
	background-image:url('../images/abstract.png');
	background-repeat:no-repeat;
	background-position:topleft;
	padding-left: 30px;
	margin-top: 30px;
	min-height: 130px;
}



#content object
{
	margin: 0 ;	
	
	
}

#content a
{
	text-decoration:none;
	color:#222222;
	font-weight: bold;
	text-transform: uppercase;
}

#content a:hover
{
	color:#CCCCCC;
}



#content.home{
	background-image:url('../images/home.png');
}

#content.video{
	background-image:url('../images/video.png');
}

#content.still{
	background-image:url('../images/still.png');
}

#content.web {
	background-image: url('../images/web.png');
}

#content.still img {
	height: 301;
	width: 110;
	margin: 0;
}

#content.cv{
	background-image:url('../images/cv.png');
}

#content.about{
	background-image:url('../images/about.png');
}




#footer
{
	width: 920 px;
	background-color: #222;
	margin: 0 auto;
	text-align: right;
	padding: 2;
}

#footer h2{ 
	
	color: #CCC;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	
}

#footer a
{
	color:#999;
	text-decoration: none;
}

.letterbox
{
	width: 570px;
	height: 343px;
	background: #010101;
}

.left
{
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 24px;
}

h3.websubtitle
{
	font-size: 20px;
	text-transform: none;
}

.webcontent
{
	margin-right: 170px;
}

img.webthumb
{
	margin-right: 15px;
	margin-top: 15px;
	border: 5px solid #81929A;
}

img.indexthumb
{
	margin-right: 10px;	
}

#header a
{
	text-decoration: none;
}