@charset "UTF-8";
/*
Theme Name: Jonathan Stanley
Theme URL: http://www.jonathanstanley.com
Description: Site Style Sheet
Version: 1.0
Author: Jonathan Stanley
Author URI: http://www.jonathanstanley.com/
Tags: 
*/
 
/* CSS RESET */
/* ---------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{ margin:0; padding:0; border:0;  outline:0;  list-style:none;}
 
/* GLOBAL DEFINITIONS */
/* ---------------------------------------------------------------------------------------------------*/
body{
	color: #FFF;
	background: #000 url(images/js_bg.jpg) repeat;
	font: 12px/1.5em Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 1px #111;
	
}

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -175px;
}

h1, h2, h3, h4, h5 {
	line-height: 1.8em;
}

h2 {
	padding-top: 5px;
}

a {
	color: #0CF;
	text-shadow: none;
	text-decoration:none;
}

a:hover {
	color: #FFF;
	text-decoration:underline;
	
}

.float {
	float: left;
	padding: 0 5px 5px 0;
}

.float2 {
	float: right;
}

.padtop {
	padding-top: 30px;
}


/* BRANDING & HEADER */ 
/* ---------------------------------------------------------------------------------------------------*/
#gradient {
	background: url(images/js_bg_grad.jpg) repeat-x top;
	height: 822px;
	margin-bottom: -822px;
}

#frame {
	background: url(images/js_frame.jpg) no-repeat center top;
	height: 1000px;
	margin-bottom: -960px;
}

#header {
	margin: 0px;
	padding: 0px;
}


/* NAVIGATION */ 
/* ---------------------------------------------------------------------------------------------------*/
#nav {
	position:absolute;
	right:25px;
	top: 0;
	text-indent: -9999px;
	width: 320px;
}

#nav li {
	float:left;
	width: 98px;
}

#nav li a {
	display: block;
	height: 62px;
}

#web {
	background: url(images/js_web.jpg) no-repeat 0px 0px;	
}

#video {
	background: url(images/js_video.jpg) no-repeat 0px 0px;	
}

#photo {
	background: url(images/js_photo.jpg) no-repeat 0px 0px;	
	width: 96px;
}

#web a:hover {
	background: url(images/js_web.jpg) no-repeat 0px -62px;
}

#video a:hover {
	background: url(images/js_video.jpg) no-repeat 0px -62px;
}

#photo a:hover {
	background: url(images/js_photo.jpg) no-repeat 0px -62px;
}

#web.active, #web.active a:hover {
	background: url(images/js_webactive.jpg) no-repeat 0px 0px;
}

#video.active, #video.active a:hover {
	background: url(images/js_videoactive.jpg) no-repeat 0px 0px;
}

#photo.active, #photo.active a:hover {
	background: url(images/js_photoactive.jpg) no-repeat 0px 0px;
}


/* HOMEPAGE */ 
/* ---------------------------------------------------------------------------------------------------*/



/* CONTENT */ 
/* ---------------------------------------------------------------------------------------------------*/
#content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#maingraphic {
	background: #25548a url(images/js_mainbg.jpg) no-repeat;
	text-indent: -9999px;
	height:412px;
}

#maingraphic.editing {
	background: #25548a url(images/js_mainbgediting.jpg) no-repeat;
}
/*Had to break naming convention below because of IE6 (wrote specific id tag rather than rely on class photo. Same as #maingraphic.photo*/
#maingraphicphoto {	
	text-indent: -9999px;
	height:412px;
	background: #25548a url(images/js_mainbgphoto.jpg) no-repeat;
}

#maingraphictheater {
	height:630px;
	width: 960px;
	background: #25548a url(images/js_theater.jpg) no-repeat 6px 0;
}

#main {
	background-color:#25548a;
	width: 940px;
	padding: 30px 10px 10px;
	overflow: auto;
}

#maingraphic div.editing {
	text-indent: 0;
	width: 400px;
	padding: 120px 0 0 20px;
	float: left;
}

#maingraphicphoto p{
	text-indent: 0;
	width: 450px;
	padding: 200px 0 0 20px;
	float: left;
	font-size:15px;
	line-height: 1.5em;
}

#maingraphicphoto p span {
	font-size: 15px;
	line-height: 1.5em;
	text-transform:uppercase;
}

#maingraphic div.credits {
	width: 190px;
	float: left;
	padding: 103px 0 0 50px;
}

#maingraphic div.filmography h2 {
	color: #ddf2fc;
	border-bottom: 1px solid #ddf2fc;
	line-height: 1em;
	margin-bottom: 10px;
}

#maingraphic div.filmography {
	width: 290px;
	float: left;
	text-indent: 0;
	padding: 100px 0 0;
}

div.filmography li {
	padding-bottom: 15px;
}

div.filmography li span, #techstuff span {
	font-size: 15px; 
	color: #ddf2fc;
	text-transform:uppercase;
}

div.credits li {
	width: 70px;
	float: left;
	padding: 0 8px 20px;
}

div.credits img {
	float:left;
}

div.galleryitem {
	width: 940px;
	clear: both;
	margin-top: 15px;
	min-height: 225px;
}

div.galleryitem img {
	padding-right: 15px;
}

div.galleryitem span {
	text-transform: uppercase;
	color: #ddf2fc;
	font-size: 15px;
}

#techstuff {
	margin-top: 20px;
	clear: both;
}

#techstuff li {
	width: 200px;
	float: left;
	padding: 0 10px 30px;
}

#sidebar {
	width: 420px;
	float: right;
}

#sidebar h2, h3 {
	font-size: 25px;
	font-family:Arial, Helvetica, sans-serif;
	color: #48b3eb;
	text-shadow: none;
}

#sidebar h3 {
	padding-left: 50px;
	margin-bottom: -15px;
}

#sidebar p {
	padding: 10px 0 0 50px;
}

#backtovideo {
	margin: 0 0 0 433px;
}

#demoreel {
	position: absolute;
	width: 480px;
	margin: 190px 240px 0;
	border: 8px solid #222;
	background: #222;
}

div.video {
	margin: 0 0 20px 0;
	padding: 0 0 30px 150px;
	border-bottom: 1px #999 solid;
}

#additional {
	clear: both;
	padding: 0 0 20px 0;
}

/* CONTACT */ 
/* ---------------------------------------------------------------------------------------------------*/

.fieldset, .textarea {
	display: block;
	padding: 5px;
	width: 340px;
	height: 35px;
	margin: 10px 0;
}
	
.textarea{
	height:125px; 
	width: 340px;
}	

input { 
	border: solid 1px #AAA;
	height: 20px; 
	width: 85%;
	display:block; 
	float:left;
	text-indent:5px;
}

label {
	display:block; 
	float:left; 
	color:#FFF;
	width:40px;
}

textarea {
	border: solid 1px #AAA;
	height: 85px; 
	width: 98%; 
	display:block; 
	float:left;
	text-indent:5px;
}
	
input.submit {
	width: 68px;
	height: 27px;
	text-indent:-9999px;
	margin: -10px 5px;
	background:url(images/js_send.jpg) no-repeat 0 0;
	border: none;
}

.submit:hover {
	background:url(images/js_send.jpg) no-repeat 0 -27px;
	cursor:pointer;
}

#contact {
	padding-left: 45px;
}

#video {
	width: 960px;
	margin: 0 auto;
}



/* FOOTER */ 
/* ---------------------------------------------------------------------------------------------------*/
#push {
	height: 150px;
}

#footer {
	height: 100px;
	margin-top: 150px;
	position: absolute;
	bottom: 0px;
	width: 960px;
}

#footerbadge {
	position: absolute;
	bottom: 0px;
	margin-bottom: -5px;
}

#footer p {
	margin: 37px 0 0 250px;
}

#footer img {
	float:right;
	margin-right:15px;
}


/* CLEAR FIX*/
.clearfix:after {
     content: " "; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
	 font-size:0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

