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


* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}



/* ------------------------------
global styles
------------------------------ */

body	{
	margin:0;
	padding:0;
	background-color: #1B1B1B;
	text-align: center;
	color: #888888;
	background: url(images/deeGrey4.png);
	}
	
a	{ text-decoration:none; }
a:link	{ color: #DDDDDD; }		/* ---LIGHT PINK--- */
a:visited	{ color:#DDDDDD; }	/* ---LIGHT GREY--- */
a:hover	{ color: #FF33CC; }		/* ---BRIGHT PINK--- */
a:active	{ color:#DDDDDD; }	/* ---LIGHT GREYK--- */


@font-face {
	font-family: 'WindsongRegular';
	src: url('fonts/Windsong-webfont.eot');
	src: local('☺'), 
	url('fonts/Windsong-webfont.woff') format('woff'), 
	url('fonts/Windsong-webfont.ttf') format('truetype'), 
	url('fonts/Windsong-webfont.svg#webfontRp3UY444') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'Puritan2.0Normal';
	src: url('fonts/Puritan_Regular-webfont.eot');
	src: local('☺'), 
	url('fonts/Puritan_Regular-webfont.woff') format('woff'), 
	url('fonts/Puritan_Regular-webfont.ttf') format('truetype'), 
	url('fonts/Puritan_Regular-webfont.svg#webfonthJByadKK') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'Puritan2.0Bold';
	src: url('fonts/Puritan_Bold-webfont.eot');
	src: local('☺'), 
	url('fonts/Puritan_Bold-webfont.woff') format('woff'), 
	url('fonts/Puritan_Bold-webfont.ttf') format('truetype'), 
	url('fonts/Puritan_Bold-webfont.svg#webfontD4mC9dz6') format('svg');
	font-weight: normal;
	font-style: normal;
	}

@font-face {
	font-family: 'Puritan2.0Italic';
	src: url('fonts/Puritan_Italic-webfont.eot');
	src: local('☺'), 
	url('fonts/Puritan_Italic-webfont.woff') format('woff'), 
	url('fonts/Puritan_Italic-webfont.ttf') format('truetype'), 
	url('fonts/Puritan_Italic-webfont.svg#webfontNQ5KxIEl') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	
@font-face {
	font-family: 'Puritan2.0BoldItalic';
	src: url('fonts/Puritan_Bold_Italic-webfont.eot');
	src: local('☺'), 
	url('fonts/Puritan_Bold_Italic-webfont.woff') format('woff'), 
	url('fonts/Puritan_Bold_Italic-webfont.ttf') format('truetype'), 
	url('fonts/Puritan_Bold_Italic-webfont.svg#webfontQw7nMqYR') format('svg');
	font-weight: normal;
	font-style: normal;
}
		

h1	{ 
	font-family: "WindsongRegular", sans-serif;
	font-size: 80px;
	color: #FF33CC;
	}
	
h2	{
	font:19px/22px 'Puritan2.0Regular', Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color: #FF33CC;   /* ---BRIGHT PINK--- */
	text-shadow: 1px 1px 3px #000;
	}	
	
h3	{
	font:16px/21px 'Puritan2.0BoldItalic', Arial, sans-serif;
	color: #BBBBBB;
	padding:10px 0 0 0 ;
	text-shadow: 1px 1px 3px #000;
	}

p	{ 
	font: 14px/19px 'Puritan2.0Normal', Arial, sans-serif;
	}
	
	
	

/* ------------------------------
container styles
------------------------------ */
	
#wrapper	{
	margin: 10px auto;
	padding: 0;
	width: 850px;
	text-align:left;
	}
	
/* ------------------------------
header styles
------------------------------ */

#top_container	{
	width: 830px;
	height: 100px;
	margin: 20px 10px 0 10px;
	}
	
#header	{
	margin: 0 0 0 17px;
	float:left;
	display:inline;
	}
	
#header h1	{
	text-shadow: 1px 1px 3px #000;
	}
	
#icons	{
	width:130px;
	height:35px;
	padding-left:600px;
	float:right;	
	}

#nav	{
	margin:45px 0px 0 0;
	float:right;
	display:inline;
	}
		
#nav ul	{
	margin:0;
	padding:0;
	}

	
#nav li	{
	padding:10px 0 10px 20px;
	float:left;
	font: 14px/19px 'Puritan2.0Normal', Arial, sans-serif;
	list-style-type:none;
	font-size:13px;
	text-shadow: 1px 1px 3px #000;
	}

/* ------------------------------
content styles
------------------------------ */

#content	{
	width:840px;
	height:430px;
	margin: 0 0 0 10px;
	background: url(images/DeeMarshall_h3.jpg) no-repeat;
	border:1px solid #444;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000; 	
	}
	
.topLink	{
	font-size:12px;
	float:right;
	padding: 10px 30px;
	color:#888888;
	}
	

	
	
/* ------------------------------
news styles
------------------------------ */
	
#newsHeader	{
	width: 533px;
	height:55px;
	margin:15px 0 0 10px;
	background-color: rgba(61, 60, 64, 0.3);
	float:left;
	display:inline;
	}
	
#newsHeader h2	{
	height: 21px;
	padding: 15px 18px;
	}
		
#news	{
	width: 533px;
	height: 335px;
	margin: 40px 0;
	float:left;
	display:inline;
	}	
	
#news p	{
	margin:0 19px 10px 26px;
	}	
	
.title	{
	font: 13px/14px 'Puritan2.0Italic', Arial, sans-serif;
	}
	
#news h4	{
	margin:0 0 0 26px;
	font: 12px/14px 'Puritan2.0Italic', Arial, sans-serif;
	letter-spacing:1px;
	}
	
	
		
/* ------------------------------
sidebar styles
------------------------------ */


#sidebar	{
	margin: 15px 0 0 20px;
	padding:17px 5px 17px 17px;
	width:235px;
	height:6000px;
	background-color: rgba(61, 60, 64, 0.3);
	float:right;
	display:inline;
	}

.links	{
	margin:0 0 15px 0;
	}
	
#about 	{
	margin: 20px 0 50px 0;
	}

#about p	{
	padding: 7px 0 0 0;
	}	
	
#currentProjects 	{
	height:550px;
	padding: 0;
	}
	
#wrapedProjects	{
	height:400px;
	padding-bottom:0;
}
	
	
#imdb	{
	float:right;
	margin:0 15px 0 0;
	}
	
#contactForm	{
	width: 200px;
	height:479px;
	padding:0;
	float:left;
	display:inline;
	}
		
#sidebarProfile 	{
	height:673px;
	margin: 30px 0 0 0;
	float:left;
	display:inline;
	}
	
#sidebarProfile h2	{
	margin:0 0 10px 0;
	}

.sidebarVideos	{
	margin: 20px 0;
	}
	

.smVideos	{
	margin: 10px 0 100px 0;
	width: 220px;
	height: 137px;
	background-color: #111111;
	border:1px solid #444;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000; 	
	}
	
.smVideosTrailer	{
	margin: 20px 0 50px 0;
	width: 219px;
	height: 137px;
	background-color: #111111;
	border:1px solid #444;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000; 
	float:left;	
	}
	
.video	{
	margin:3px 0 0 3px;
	}
	
.trailerLinks	{
	width:210px;
	padding: 5px 0 0 0;
	font: 16px/14px 'Puritan2.0BoldItalic', Arial, sans-serif;
	text-shadow: 1px 1px 3px #000;
	float:left;
	display:inline;
	}
	
.trailerLinks a	{ text-decoration:none; }
.trailerLinks a:link	{ color: #F9AEDC; }		/* ---LIGHT PINK--- */
.trailerLinks a:visited	{ color:#BBBBBB; }	/* ---LIGHT GREY--- */
.trailerLinks a:hover	{ color: #FF33CC }		/* ---BRIGHT PINK--- */
.trailerLinks a:active	{ color:#BBBBBB; }	/* ---LIGHT GREYK--- */
	
	
		
	
hr		{
	margin: 10px 0 30px 0;
	background: #444444; 
	width: 220px; 
	height: 2px;
	float:left;
	display:inline;
	}	
	

/* ------------------------------
headshots styles
------------------------------ */

#headshotHeader	{
	width: 533px;
	height:55px;
	margin:15px 0 0 10px;
	background-color: rgba(61, 60, 64, 0.3);
	float:left;
	display:inline;
	}	
	
#headshotHeader h2	{
	height: 21px;
	padding: 15px 18px;
	}
	
#headshots	{
	margin:20px 0;
	width: 550px;
	height: 780px;
	float:left;
	display:inline;
	}
	
#headshots p	{
	margin:15px 19px 0 26px;
	}	
	
.headshotThumbs		{
	margin:5px 11px;
	background-color: rgba(61, 60, 64, 0.3);
	border:1px solid #444;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000; 	
	}
	
/* ------------------------------
resume styles
------------------------------ */

#resumeHeader	{
	width: 533px;
	height:55px;
	margin:15px 0 0 10px;
	background-color: rgba(61, 60, 64, 0.3);
	float:left;
	display:inline;
	}	
	
#resumeHeader h2	{
	height: 21px;
	padding: 15px 18px;
	}
	
#stats ul	{
	margin: 10px 0 0 25px;
	padding: 0;
	float: left;
	width: 300px;
	list-style: none;
	font-size:12px;
	line-height:16px;
	display:inline;
	}
	
.pdf	{
	font: 16px/14px 'Puritan2.0BoldItalic', Arial, sans-serif;
	color: #F9AEDC;
	float:left;
	padding:25px 0 0 39px;
	}
		
#resume	{
	margin:20px 0;
	width: 565px;
	height: 1650px;
	float:left;
	display:inline;
	}
	
#resume ul	{
	margin: 0 0 0 15px;
	padding: 0 0 10px 0 ;
	float: left;
	width: 575px;
	list-style: none;
	font-size:12px;
	line-height:16px;
	display:inline;
  	}
		
#resume li	{
	margin: 0;
	float: left;
	width:181px;
	padding:0 10px 0 0;
	display:inline;
	}	
	
#resume h5	{
	font:16px/18px 'Puritan2.0BoldItalic', Arial, sans-serif;
	color: #BBBBBB;
	padding:0 0 0 15px ;
	text-shadow: 1px 1px 3px #000;
	}

/* ------------------------------
Production Stills styles
------------------------------ */

#stillsHeader	{
	width: 533px;
	height:55px;
	margin:15px 0 0 10px;
	background-color: rgba(61, 60, 64, 0.3);
	float:left;
	display:inline;
	}	
	
#stillsHeader h2	{
	height: 21px;
	padding: 15px 18px;
	}
	
#stills	{
	margin:20px 0;
	width: 560px;
	height: 1040px;
	float:left;
	display:inline;
	}
	
#stills p	{
	margin:15px 19px 0 26px;
	}	
	
.headshotThumbs		{
	margin:5px 11px;	
	border:1px solid #444;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000; 	
	}
	
/* ------------------------------
media styles
------------------------------ */

#mediaHeader	{
	width: 533px;
	height:55px;
	margin:15px 0 0 10px;
	background-color: rgba(61, 60, 64, 0.3);
	float:left;
	display:inline;
	}	
	
#mediaHeader h2	{
	height: 21px;
	padding: 15px 18px;
	}
	
#media	{
	margin:0 30px;
	height:1870px;
	float:left;
	display:inline;
	}
	
#media p	{
	margin:10px 19px 0 26px;
	}	
	
.media_1	{
	margin: 40px 0 60px 0;
	padding:5px 0 0 5px;
	width: 486px;
	height: 300px;
	background-color: #111111;
	border:1px solid #444;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000; 	
	}

	
.mediaTitle		{
	font:16px/21px 'Puritan2.0BoldItalic', Arial, sans-serif;
	color: #BBBBBB;
	text-shadow: 1px 1px 3px #000;
	}
	
.descrip	{
	float:right;
	display:inline;
	}	
	
/* ------------------------------
footer styles
------------------------------ */


#footer	{
	margin:15px 0 0 0;
	width: 100%;
	height:170px;
	background-color: rgba(0, 0,0, 0.3);
	border-top:1px solid #444;
	float:left;
	display:inline;
	}

#footerContent	{
	margin: 0 20px;
	padding:15px 15px 0 10px;
	width:930px;
	height:150px;
	}	
	
#footerContent p	{
	margin:0 0 0 130px;
	font-size:10px;
	float:left;
	display:inline;
	}

#footer a	{
	text-decoration:underline;
	color: #777777;
	}
	
#footerIcons	{
	width:200px;
	margin:0 0 0 190px;
	float:left;
	}




/* ------------------------------
LOGHTBOX styles
------------------------------ */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:hover, #prevLink:visited:hover { background:url(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background:url(lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }



#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* ------------------------------
SCROLL PANE styles
------------------------------ */
.scroll-pane
{
	width: 100%;
	height: 335px;
	overflow: auto;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background:#000;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
	background-color: rgba(61, 60, 64, 0.3);	
	}

.jspDrag
{
	background:#2A2A2A;
	position: relative;
	height:10px;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background:#FFF;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}



.scroll-pane-arrows
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}
	
.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}



/*
Popup Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!


#contactus fieldset
{
   width:320px;
   padding:20px;
   border:1px solid #333;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
}
#contactus legend, h2
{
	font:19px/22px 'Puritan2.0Regular', Arial, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color: #FF33CC;  
}

#contactus label
{
   font:'Puritan2.0Regular', Arial, sans-serif;
   font-size:14px;
   font-weight: bold;
	margin-left:20px;
   float:left;
}

#contactus input[type="text"],textarea
{
	font:19px/22px 'Puritan2.0Regular', Arial, sans-serif;
  	color:#FF33CC;
	margin-left:20px;
  	padding:3px; 
	float:left;
 	line-height:140%;
  	border : 1px solid #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:18px;
  width:220px;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
}

#contactus textarea
{
  height:120px;
  width:310px;
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  border : 1px solid #333;
  background-color:#FFF;
  font-weight:bold;
}

#contactus .container
{
   margin-top:25px;
   margin-bottom: 10px;
}

#contactus .error
{
	font:19px/22px 'Puritan2.0Regular', Arial, sans-serif;
   font-size: 0.7em;
   color: #333;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
	font:19px/22px 'Puritan2.0Regular', Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#fg_formContainer
{
   height:400px;
   width:390px;
   background:#FFF;
   border:1px solid #000;
   padding:0;
   position:absolute;
   z-index:999;
   cursor:default;   
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
display:none;
}

#fg_container_header
{
   height:30px;
   background:#333;
   border-top-right-radius:10px;
   -moz-border-radius-topright:10px;
   -webkit-border-top-right-radius:10px;
   -khtml-border-top-right-radius: 10px;
   
   border-top-left-radius:10px;
   -moz-border-radius-topleft:10px;
   -webkit-border-top-left-radius:10px;
   -khtml-border-top-left-radius: 10px;   
}

#fg_container_header a
{
   color:#FF33CC;
	font:19px/22px 'Puritan2.0Regular', Arial, sans-serif;
   font-size:14px;
   font-weight:bold;
}

#fg_box_Title
{
   float:left;
   width:180px;
   margin:7px;
   
   color:#FF33CC;
	font:'Puritan2.0Regular', Arial, sans-serif;
   font-size:17px;
   font-weight:bold;   
}

#fg_box_Close
{
   float:right;
   width:80px;
   margin:5px;
}

#fg_form_InnerContainer
{
   margin:15px;
}

#fg_form_InnerContainer h2
{
	font:19px/22px 'Puritan2.0Regular', Arial, sans-serif;
   font-size: 14px;
   font-weight:bold;
   color:#333;     
}

#fg_form_InnerContainer p
{
	font:19px/22px 'Puritan2.0Regular', Arial, sans-serif;
   font-size: 14px;
   color:#333;
}

#fg_backgroundpopup
{
   position: fixed; 
   top:0; 
   left:0; 
   bottom:0; 
   right:0;
   
   background:#000000;
   opacity: .3;
   -moz-opacity: .3;
   filter: alpha(opacity=30);
   border:1px solid #cecece;
   z-index:1;
   display:none;
}

#fg_submit_success_message
{
   display:none;
   padding:15px;
}

.Submit	{
	float:left;
	margin:10px 0 0 0;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000; 	
	-moz-border-radius: 3px;
	}

 spam_trap: This input is hidden. This is here to trick the spam bots
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
*/



/*contact form*/
#mask {
background-color:#000;
display:none;
height:100%;
left:0;
position:absolute;
top:0;
width:100%;
z-index:9000;
}

#contact {
background-color:#fff;
display:none;
left:50%;
margin-left:-300px;
position:absolute;
top:90px;
width:600px;
z-index:9999;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
padding:20px;
}

#close {
background: url(contact_form_php_modal/images/close.png) no-repeat right;
cursor:pointer;
font-family:arial, sans-serif;
font-size:20px;
font-weight:700;
line-height:24px;
text-decoration:underline;
text-align:right;
padding:5px 30px 5px 5px;
}

#contact_header {
background: url(contact_form_php_modal/images/envelope.png) no-repeat left;
font-family:arial, sans-serif;
font-size:30px;
font-weight:700;
line-height:50px;
padding:5px 5px 10px 60px;
}

/* form components */
input,textarea {
border:1px solid silver;
background-color:#fff;
color:#404040;
font-size:10px;
font-family:Verdana, Arial, sans-serif;
text-transform:uppercase;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin:10px 0;
padding:10px;
}

input:hover[type=text],input:focus[type=text],textarea:hover,textarea:focus {
background-color:#E0E0E0;
border:1px solid #000;
}

input[type=text],textarea {
width:300px;
}

#submit {
border:none;
width:87px;
height:41px;
background-image: url(contact_form_php_modal/images/submit.png);
}

#submit:hover {
cursor:pointer;
}

/* alert messages */
.success,.error {
color:#000;
display:none;
font-size:15px;
font-weight:700;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px 10px 5px 10px;
margin-bottom: 10px;
}

.success {
background-color:#9F6;
border:1px solid #0F0;
}

.error {
background-color:#F66;
border:1px solid red;
}
