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

body, html {
	background:#1a1d1d ;
	color:#c4c3c4;
	font-family:Arial;
	font-size:12px;
	margin:0;
}

#container {
	width: 800px;
	height:100%;
	margin:0 auto;
	position:relative;
	z-index:1;
	}

#header {
	width:800px;
	height:143px;
	
	}
	
#subcategory {
	padding-left: 15px;	
	margin-top:5px;
}
#scriptsThumbnail
{
	float:left;
}

#scriptsList {
	
}

#scriptsList ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-bottom:10px;
	
}

scriptsList li {
	padding-bottom: 8px;
	
}

#otherThumbnail
{
	
	float:left;
}

#otherThumbnail ul
{
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-bottom:10px;
}

#otherThumbnail li {
	padding-bottom: 8px;
}

#notes
{
	float:left;
	margin-left:20px;
	width:400px;	
}

#notesOther
{
	float:left;
	margin-left:20px;
	width:450px;
	height:380px;
}

#notesList {
	margin-left:0px;
	padding-top:5px;
	height:125px;
}

#notesList p {
	padding-bottom:3px;
}

#notesList ul, li {
	margin-top:0px;
	padding-top:0px;

}

#downloadScripts {
	float:left;	
	margin-top:10px;
	margin-left:10px;
	height:110px;
	width:150px;;
}
	
#nav ul {
	padding-top: 5px;
	padding-left:175px;
	padding-bottom:5px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	color: cccccc;
	float: left;
	width:800px;
	font-family: arial, helvetica, sans-serif;
	font-size:24px;
	z-index:99;
	}
	
#nav ul li { 
	display: inline;
	padding-right: 10px;
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	z-index:99;
	 }
	 
#reel {
	width:800px;
}

#reel2 {
	width:400px;
	float:left;
	padding-bottom:20px;
}

#rlinks {
	width:800px;
	height:18px;
	padding-top:10px;
}

#rlinks ul {
	float:left;
	width:800px;
	margin:0px;
	padding:0px;
}

#rlinks ul li {
	display:inline;
	padding-right:10px;
}

#bungieResume
{
	width:800px;
	background-color:#232727;
}

#bungieResume p {
	padding:0px;
	margin:0px;	
}

#contact {
	width:800px;
	padding-top:30px;
	}
	
#animcont {
	width:800px;
	height:350px;
}

#linkscont {
	width:800px;
	height:500px;
}

#linkslist {
	width:300px;
	height:400px;
	padding-top:5px;
	background-color:#232727;
	padding-left:10px;
}

#resumecont {
	padding-top:60px;
	width:800px;
	height:260px;
}

#resume {
	width:700px;
	height:800px;
}

#resumelinks {
	width:200px;
	height:215px;
	padding-top:40px;
	background-color:#232727;
	
	}

#aboutme {
	float:left;
	margin-left:20px;
	height:220px;
	width:570px;
	
}

#shortfilmcont {
	padding-top:60px;
	width:800px;
	height:100px;
}

#sfimg {
	padding-top:10px;
	width:105px;
	height:81px;
	float: left;
	
}

#sftext {
	float:left;
	padding-top:10px;
	padding-left:10px;
}

#otherwork {
	padding-top:50px;
}

#otherwork ul {
	float:right;
	width:800px;
}

#otherwork ul li {
	padding-right:20px;
	list-style-image:none;
	list-style-type:none;
	float:left;
}

#spacer {
	margin-top:15px;
	padding-top:15px;
}

#reel2Notes {
	float:left;
	padding-left:15px;
	width:370px;
}

#contact ul {
	float:left;
	width:800px;
	margin:0px;
	padding:0px;
	
}

#contact ul li {
	display:inline;
	padding-right:2px;
}

#contact img {
	border:hidden;
}


a:link {
	color: #6ec6ef;
	text-decoration: none;
	border:none;
}
a:visited {
	text-decoration: none;
	color: #6ec6ef;
}
a:hover {
	text-decoration: none;
	color: #c4c3c4;
}
a:active {
	text-decoration: none;
	color: #6ec6ef;
}

p {
	padding:0;
	margin:0;
}

img {
	border: none;
}

h2, h3, h4, h5 {
	padding-top: 0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:0;
	
}


