@charset "utf-8";

/* Parent HTML Selectors
-----------------------------*/
* { 
	margin: 0; 
	padding: 0;
	}
	
body, html { 
	width: 100%;   
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 20px; 
	color: #fff; 
	background-color: #000; 
 }

a, a:visited { 
	color: #0cf; 
	text-decoration: underline; 
	}
	
a:hover { 
	color: #fff; 
	text-decoration: none; 
	}

* a { 
	outline: none;
	}
	
p { 
	padding: 0 0 1em 0;
	}
	
#mainSiteContainer { 
	width: 1000px;  
	min-height: 500px;
	margin: 0 auto; 
	border: none;
	position: relative; 
	top: 5px;
	padding-bottom: 20px;
	}

.clear { clear: both; }

/* Header
-----------------------------*/
#siteHeader { 
	width: 100%; 
	height: 168px; 
	}


/* Navigation
-----------------------------*/
#nav { 
	width: 100%;
	height: 22px;
	}
#nav ul {
	float: right; 
	list-style: none;
	position: relative; 
	}
#nav ul li { 
	height: 22px;
	float: left; 
	padding-left: 50px;
	}
#nav ul li.first { 
	padding-left: 0;
	}
#nav li a { 
	display: block;
	height: 22px;
	}
#nav ul li a, #nav ul li a:hover { 
	text-decoration: none;
	}
#nav ul li#shorts a, #nav ul li#shorts a:hover { 
	width: 195px;
	background: transparent url(../images/nav/shorts.gif) no-repeat top left;
	}
#nav ul li#aboutus a, #nav ul li#aboutus a:hover { 
	width: 109px;
	background: transparent url(../images/nav/aboutus.gif) no-repeat top left;
	}
#nav ul li#reels a, #nav ul li#reels a:hover { 
	width: 183px;
	background: transparent url(../images/nav/reels.gif) no-repeat top left;
	}
#nav ul li#projects a, #nav ul li#projects a:hover { 
	width: 108px;
	background: transparent url(../images/nav/projects.gif) no-repeat top left;
	}
#nav ul li#services a, #nav ul li#services a:hover { 
	width: 106px;
	background: transparent url(../images/nav/services.gif) no-repeat top left;
	}
	#nav ul li#blog a, #nav ul li#blog a:hover { 
	width: 201px;
	background: transparent url(../images/nav/read_our_haikus.gif) no-repeat top left;
	position: relative; 
	left: -10px;
	}


/* Main Content
-----------------------------*/
#contentContainer { 
	clear: both; 
	height: auto;
	min-height: 300px;
	padding: 10px 10px 20px 20px;
	}
	

/* Main Content
-----------------------------*/
.about_mailtoLink { 
	position: relative; 
	top: -4px;
	}

	
/* Footer
-----------------------------*/
#footer { 
	width: 100%; 
	height: 100px; 
	text-align: right;
	color: #0cf;
	}
	
	
/*
/////////////////////////////////
*/	
	
/* OLD STYLES FROM PREVIOUS STYLESHEET
TO DO: Re-style!
-----------------------------------------*/
h1, h2, h3, h4, h5, h6 { 
	padding-bottom: 1.8em;
	color: #fff;
	}

h1 { 
	font-size: 150%; 
	font-weight: normal; 
	}
	
h3 { 
	font-size: 130%; 
	font-weight: normal; 
	color: #0cf;  
	}
	
h5 { 
	margin: 0; 
	padding: 10px 0 4px 0; 
	font-size: 120%; 
	color: #0cf; 
	font-weight: bold; 
	font-style: italic; 
	}
	
h5 span {
	font-style: normal; 
	}
	
#container { 
	width: 1000px; 
	height: 100%; 
	margin: auto; 
	padding: 0; 
	border: none;  
	}

#navcontainer { 
	margin: 0; 
	padding: 0; 
	height: 26px; 
	}
	
#navcontainer table { 
	width: 100%; 
	height: 26px; 
	margin: 0;   
	padding: 0; 
	border: none 
	}
#navcontainer table td { 
	margin: 0; 
	padding: 0; 
	}
#navcontainer td.aboutus { 
	width: 164px; 
	height: 22px; 
	text-align: right; 
	}
#navcontainer td.services { 
	width: 173px; 
	height: 22px; 
	text-align: right; 
	}
#navcontainer td.projects { 
	width: 158px; 
	height: 22px; 
	text-align: right; 
	}
#navcontainer td.spacer { 
	width: 505px; 
	height: 22px; 
	}
img.spacer { 
	width: 505px; 
	height: 22px; 
	}
	
#pageheaders { 
	height: 21px; 
	margin: 0; 
	padding: 15px 0 20px 0; 
	}
	
#content { 
	height: 100%; 
	margin: 0; 
	padding: 0 20px 20px 20px; 
	vertical-align: top; 
	}

td#filmstripfooter {  
	margin: 0; 
	padding: 10px 0 0 0; 
	height: 70px; 
	}
#footer {  
	margin: 0; 
	padding: 0 10px 0 0; 
	border: none;
	color: #0cf; 
	text-align: right; 
	}
	

/* homepage
--------------*/
#promo1 { 
	margin: 0; 
	padding: 10px 0;   
	}
#promo1 p { 
	margin: 0; 
	padding: 0 0 20px 0; 
	}
	
#promo2 p { 
	text-align: center;
	padding-top: 25px;
	line-height: 2.8em;
	font-style: italic;
	font-size: 140%;
	
	}
#promo2 #hmpgLinks { 
	background-color: #000;
	/*border: 1px solid #0cf;*/
	padding: 10px;
	}
	
#promo2 #hmpgLinks { 
	width: 210px;
	list-style: none;
	position: relative;
	left: 50px;
	top: 5px;
	}
#promo2 #hmpgLinks li { 
	text-indent: 38px;
	height: 40px;
	position: relative; 
	left: 15px;
	}
#promo2 #hmpgLinks li a { 
	display: block;
	width: 205px;
	height: 25px;
	background: transparent url(../images/reel_bullet_off.gif) no-repeat left center;
	}
#promo2 #hmpgLinks li a:hover { 
	display: block;
	width: 205px;
	height: 25px;
	background: transparent url(../images/reel_bullet_on.gif) no-repeat left center;
	}
	
#promo1 { 
	width: 550px; 
	float: left; 
	background-color: #000; 
	font-size: 150%;
	}
#promo2 { 
	width: 410px; 
	float: right; 
	color: #000;
	position: relative; 
	top: 70px;
	}
#currentProjects { 
	margin: 0; 
	padding: 0 0 0 20px; 
	}
#currentProjects li { 
	margin: 0; 
	padding: 5px 0 5px 15px; 
	list-style: none; 
	font-size: 14px; 
	}
	
#promo2 a { 
	color: #000; 
	text-decoration: underline; 
	}
#promo2 a:hover { 
	color: #000; 
	text-decoration: none; 
	}
	
#randomVidHdr { 
	color: #0cf;
	position: relative; 
	top: 8px;
	}
	
#promo2 p#emailSignup { 
	margin: auto;
	}
	
	
/* About Us
--------------*/
.aboutHdr span { 
	font-weight: normal; 
	font-style: italic; 
	}
	
.bioImg { float: left; width: 300px; height: 200px; margin: 0 10px 10px 0; }

.bioImg a#djs { display: block; width: 300px; height: 200px; background: transparent url(../images/aboutus-daniel.jpg) no-repeat top left; }
.bioImg a#djs:hover { background: transparent url(../images/aboutus-daniel-over.jpg); }

.bioImg a#jjh { display: block; width: 300px; height: 200px; background: transparent url(../images/aboutus-jason.jpg) no-repeat top left; }
.bioImg a#jjh:hover { background: transparent url(../images/aboutus-jason-over.jpg); }

.bioImg a#gd { display: block; width: 300px; height: 200px; background: transparent url(../images/aboutus-grady.jpg) no-repeat top left; }
.bioImg a#gd:hover { background: transparent url(../images/aboutus-grady-over.jpg); }

.bioInfo { float: left; width: 43%; padding-right: 20px; line-height: 1.433em; }
.bioInfo h5 { font-style: normal; margin-top: 0; padding-top: 0; line-height: 1em; }
.bioSidebar { float: left; width: 20%; padding: 5px 0 10px 10px; border: 1px solid #333; line-height: 1.2em; font-size: 90%; color: #ccc; }
.bioSidebar h6 { color: #fff; font-style: italic; padding: 0; margin: 0; font-size: 110%; margin-bottom: 1px; line-height: 1.2em; }
 
/* Shorts
--------------*/
#shorts_list { width: 70%; float: left; border-right: 1px solid #333; padding-right: 20px; }
#shorts_list h2 { margin: 15px 0 0 0; }
#shorts_list ol { margin: 0 0 0 30px; position: relative; top: -15px; }

#conspirators { margin: 15px 0 0 0; float: right; width: 25%; padding-left: 10px; }
#conspirators h3 { margin: 0 0 4px 0; padding: 0; }
#conspirators ul { list-style: none; margin: 10px 0 0 5px; }

/* Services
--------------*/
.servicesHdr { 
	padding-bottom: 10px; 
	}

#servicesList { 
	margin: 0; 
	padding: 0 0 0 20px; 
	}
#servicesList li { 
	margin: 0; 
	padding: 2px 0 5px 0; 
	font-size: 110%; 
	font-weight: bold; 
	}
#servicesList li ul { 
	margin: 0; 
	padding: 0 0 0 15px; 
	list-style: square; 
	}
#servicesList li ul li { 
	font-size: 100%; 
	font-weight: normal;
	}
	

/* Contact Us
--------------*/
#contactWrapper { 
	 position: relative; 
	 top: 40px; 
	 padding-bottom: 30px;
	 text-align: center;
	 }
	 
#contactWrapper h1 { 
	padding-bottom: .5em;
	}
	
#contactWrapper h3 { 
	font-size: 140%;
	}
	
#contactWrapper span#contactInfo { 
	font-size: 130%; 
	line-height: 1.8em;
	}
	
#contactWrapper span#contactInfo span { 
	color: #0cf;
	}
	