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

/* universal */

body {
	font-family: "news gothic mt", helvetica, sans-serif; 
	font-size: small;
	font-size-adjust:0.5;
	color:  #262626;

	position: absolute;
	left: 10px;
		}	
	

img {
	border: 0;
	}

sup {
	line-height: 65%;
}

#text_title {
	font-weight: bold;
	text-transform: uppercase;
}

a {
	color: #262626;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


.black a {
	color: black;
}

.black a:visited {
	color: black;
}

.right {
	text-align: right;
}

.upper {
	text-transform: uppercase;
}

.mixed {
	font-variant: normal;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.smallcaps {
	font-variant: small-caps;
}

.underline {
	text-decoration: underline;
}

.lspaced {
	padding-left: 13px;
}

/* Iframes */

iframe {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	border: 0px;
	}

#title {
	position: absolute;
	top: 10px;
	
	height: 200px;
	width: 450px;
	
	}

#navbar {
	position: absolute;
	top: 10px;
	left: 590px;
	height: 110%;
	width: 280px;
	}


/*DIV */

#work, #text_docs {
	position: absolute;
	top: 168px;
	left: 0px;
	
	width: 575px;
	margin-right: 10px;
	height: 75%;
	overflow: visible;
;}


#transparent {
	position: absolute;
	height: 450px;
	width: 100%;
	
	margin-left: 0px;
	
	background: url('../transparent.gif');
}

#work_image, #video_player {
	margin-bottom: 10px;
;}

#work_image img{
	max-width: 450px;
	max-height: 450px;
;}

#work_info {
	font-variant: normal;
}
	
#work_title {
	padding-bottom: 2px;
}

#work_desc {
	padding-top: 5px;
	font-size: small;
	font-variant: normal;
	margin-bottom: 10px;
}

#link_text {
	text-transform:uppercase;
	margin-top: 10px;
}

#link_url {
 	font-size: x-small;
 	margin-top: 2px;
 	font-variant: normal;
 }
 
#lev_link {
	color: grey;
	font-size: x-small;
	font-variant: normal;
} 
 

/* Navbar */

#worklist {
	display: block;
}

#videos {
	display: none;
	margin-bottom: 20px;
}

#text {
	display: none;
}

#collab {
	display: none;
}

.border-bottom {
	padding-bottom: 26px;
}

.borderline {
	height:2px;
	border-bottom: 2px solid black;
}

.borderline2 {
	height:2px;
	border-bottom: 2px solid black;
	margin-top: 10px;
}

.borderline3 {
	height:2px;
	border-bottom: 2px solid black;
	width: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.border-top {
	padding-top: 33px;
}

#subcategory {
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 2px;
}


#item {
	margin-top: 2px;
	padding-top: 2px;
	margin-left: 10px;
	font-variant: small-caps;
	font-size: 90%;
}

.item-line {
	margin-top: 3px;
}


.yrhere {
	color: #FF62C0;
}

/* Title */

/*  CV */

#cv_table {
padding: 0px;
table-layout: auto;
}

#cv_table td {
	vertical-align: top;
	padding-right: 10px;
}

#cv_table td.extratall {
	padding-top: 8px;
}