body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url(../images/body_bg.jpg) no-repeat fixed center top;
	font-size: 16px;
	line-height: 1.4em;
}
a {
	color: #992e2e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img { -ms-interpolation-mode:bicubic; }
#loading {
	width: auto;
	height: 200px;
	margin: 200px auto;
	color: #D4C87F;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#loading img {
	margin: -30px 10px 10px;
}
#wrapper {
	visibility: hidden; /* Hide until the page is loaded */
	height: auto;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#header {
	float: left;
	height: 125px;
	width: 960px;
	padding: 40px 0 0;
	margin: 0 10px;
}
#nav {
	background: url(../images/nav_bg.jpg) no-repeat left top;
	float: left;
	height: 360px;
	width: 960px;
	padding: 10px;
}
#nav ul.kwicks .content {
	color: #4a441e;
	width: 600px;
	height: 280px;
	padding: 40px;
	margin: 0 0 0 160px;
	cursor: default;
	position: relative;
}

#film {
	background: url(/images/nav_film.gif) no-repeat 40px 20px;
}
#film .poster {
	position:absolute;
	left: 57px;
	top: 35px;
	z-index: 10;
}
#web .poster {
	position:absolute;
	left: 32px;
	top: 20px;
	z-index: 10;
}
.slideout_btn {
	background: url(/images/slideout_btn.gif) no-repeat left top;
	position:absolute;
	z-index: 20;
	cursor: pointer;
}
#film .slideout_btn {
	left: 233px;
	top: 320px;
}
#web .slideout_btn {
	left: 382px;
	top: 330px;
}
#web {
	background: url(/images/nav_web.gif) no-repeat 0 20px;
}
#blog {
	background: url(/images/nav_blog.gif) no-repeat 0 20px;
}
#about { 
	background: url(/images/nav_about.gif) no-repeat 0 20px;
}
#about_pic {
	position: absolute;
	top: 30px;
	right: 30px;
}
#about div.blah {
	padding: 0 0 15px;
	margin: 0;
}
#about .wwwww {
	display: inline-block;
	float: left;
	clear: both;
	width: 50px;
	height: 40px;
	padding: 0 10px 0 0;
	text-align: right;
	color: #d4c87f;
	font-weight: bold;
}
#blog_feed .entry {
	width: 580px;
	height: 153px;
	overflow: hidden;
}
#blog_feed .entry .title {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0 10px;
	height: 22px;
}
#blog_feed .entry .title a {
	color: #efefef;
}
#blog_feed .entry .title .date {
	color: #d4c87f;
	font-size: 12px;
	padding: 0 0 0 10px;
}
#blog_feed .entry .entry_content {
	background: url(/images/feed-bg.gif) no-repeat left top;
	padding: 10px;
	height: 87px;
	font-size: 14px;
	line-height: 1.3em;
}
#blog #pic {
	position:absolute;
	right: 40px;
	top: 27px;
}
#blog #filmninja_logo {
	margin: 7px 0 0;
}
#blog #bottom {
	position:absolute;
	right: 60px;
	bottom: 30px;
}
#contact { 
	background: url(/images/nav_contact.gif) no-repeat 0 20px;
}
#mailto {
	position: absolute;
	top: 35px;
	left: 55px;
	width: 497px;
}
#contact #facebook {
	position: absolute;
	top: 140px;
	left: 55px;
}
#contact #openfilm {
	position: absolute;
	top: 136px;
	left: 215px;
}
#contact #rss {
	position: absolute;
	top: 142px;
	left: 430px;
}
#contact #twitter {
	position: absolute;
	top: 228px;
	left: 55px;
	background: url(/images/contact_twitter.gif) no-repeat;
	width: 538px;
	height: 113px;
	padding: 39px 0 0 10px;
	font-size: 14px;
	line-height: 1.3em;
}
#contact #twitter li {
	width: 418px;
	height: 60px;
}

/* SLIDEOUTS */
.slideout {
	height: 260px;
	width: 960px;
	padding: 5px 0 0;
	position: absolute;
	top:535px;
	left: 10px;
	background: url(../images/slide_out_bg.png) no-repeat center top;
}

.portfolio_piece {
	width: 290px;
	height: 50px;
	padding: 190px 0 0;
	float: left;
	position: relative;
	text-align: center;
}
.portfolio_piece .thumb{
	position: absolute;
	left: 24px;
	top: 30px;
	z-index: 5;
	width: 240px;
}
.portfolio_piece .thumb_frame{
	position: absolute;
	left: 24px;
	top: 30px;
	z-index: 10;
	width: 242px;
}
.portfolio_piece .title{
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #4a441e;
}
.portfolio_piece .desc{
	font-size: 14px;
	color: #4a441e;
}

/* CODA SLIDER */
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0 18px;
			position: relative;
			width: 924px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 250px; overflow: hidden}
		.csw .loading {margin: 90px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 870px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 240px;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			height: 240px;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 240px;
			position: relative;
			width: 870px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			background: url(/images/strip_nav_lt.png) no-repeat left top;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			background: url(/images/strip_nav_rt.png) no-repeat right top;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 18px;
			font-weight: bold;
			text-align: center;
			line-height: 40px;
			background: #888;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 35px;
		}
				
		.stripNav li a:hover {
			background: #000;
		}
		
		.stripNav li a.current {
			background: #666;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 106px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 31px;
			width: 16px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("/images/arrow_lt.png") no-repeat center;
		}
		
		.stripNavR {
			background: url("/images/arrow_rt.png") no-repeat center;
		}

.panel_close {
	position: absolute;
	z-index: 20;
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	zoom: 1;
}

#ie6 {
	display: none;
}