html {
	
}

body {
	background: #020202;
	margin: 10px 0px 10px 0px;
	color: #E8E3DB;
	font-family: arial;
	line-height: 1.25em;
}

a:link, a:visited, a:active {
	color: #9fabb6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.break {
	clear: both;
}

img {
	display: block;
}

.bold {
	font-weight: bold;
}

h1 {
	font-size: 153.9%;
	color: #9fabb6;
	margin: 10px 0px 10px 0px;
}

h2 {
	font-size: 146.5%;
	margin: 10px 0px 10px 0px;
}

h3 {
	font-size: 138.5%;
	margin: 10px 0px 10px 0px;
}

h4 {
	font-size: 125%;
	margin: 10px 0px 10px 0px;
}

p {
	margin: 10px 0px 10px 0px;
}

.right {
	float: right;
}

.slate {
	color: #9fabb6;
}

#hd {
	line-height: 1.2em;
}

#bd {
}

#go_home {
	height: 50px;
	width:  417px;
	display: block;
}

.image_border {
	border: 2px solid white;
}

#content {
	background: #000 url(../images/bg.jpg) no-repeat;
	border:2px solid #7C8289;
	margin-top: 40px;
	position: relative;
}

#gallery #content  {
	background: #000 url(../images/bg-gallery.jpg) no-repeat;
}

#content .yui-u.first {
	padding: 5px 0px 10px 10px;
}

#main_content {
	padding: 10px 0px 0px 10px;
	overflow: auto;
	height: 400px;
}

#nav {
	margin-top: 12px;
	margin-left: 15px;
}

#nav img {
	float: left;
	margin-right: 20px;
}

#menu_resume {
	height: 13px;
	width: 80px;
	display: block;
	background: url(../images/resume.gif) no-repeat;
	margin-top: 9px;
}
#menu_resume:hover {
	background-position: 0 -13px;
}

#menu_resume_on {
	height: 13px;
	width: 80px;
	display: block;
	background: url(../images/resume.gif) no-repeat;
	margin-top: 9px;
	background-position: 0 -13px;
}


#menu_bio {
	height: 22px;
	width: 34px;
	display: block;
	background: url(../images/bio.gif) no-repeat;
}

#menu_bio:hover {
	background-position: 0 -22px;
}

#menu_bio_on {
	height: 22px;
	width: 34px;
	background: url(../images/bio.gif) no-repeat;
	background-position: 0 -22px;
}

#menu_reels {
	height: 22px;
	width: 46px;
	display: block;
	background: url(../images/reels.gif) no-repeat;
}

#menu_reels:hover {
	background-position: 0 -22px;
}

#menu_reels_on {
	height: 22px;
	width: 46px;
	background: url(../images/reels.gif) no-repeat;
	background-position: 0 -22px;
}


#menu_press {
	height: 20px;
	width: 52px;
	display: block;
	background: url(../images/press.gif) no-repeat;
	margin-top: 9px;
}

#menu_press:hover {
	background-position: 0 -20px;
}

#menu_press_on {
	height: 20px;
	width: 52px;
	display: block;
	background: url(../images/press.gif) no-repeat;
	margin-top: 9px;
	background-position: 0 -20px;
}


#menu_gallery {
	height: 29px;
	width: 68px;
	display: block;
	background: url(../images/gallery.gif) no-repeat;
}

#menu_gallery:hover {
	background-position: 0 -29px;
}

#menu_gallery_on {
	height: 29px;
	width: 68px;
	display: block;
	background: url(../images/gallery.gif) no-repeat;
	background-position: 0 -29px;
}


#menu_contact {
	height: 15px;
	width: 78px;
	display: block;
	background: url(../images/contact.gif) no-repeat;
	margin-top: 7px;
}

#menu_contact:hover {
	background-position: 0 -15px;
}

#menu_contact_on {
	height: 15px;
	width: 78px;
	display: block;
	background: url(../images/contact.gif) no-repeat;
	margin-top: 7px;
	background-position: 0 -15px;
}



#menu_resume span, #menu_bio span, #menu_reels span, #menu_press span, #menu_gallery span, #menu_contact span, #menu_resume_on span, #menu_bio_on span, #menu_reels_on span, #menu_press_on span, #menu_gallery_on span, #menu_contact_on span
{
  display: none;
}

#nav a {
	float: left;
	margin-right: 15px;
}



#navbar, #navbar ul {
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;	
	
}

#navbar a {
	display: block;
	text-decoration: none;
	padding: 4px 25px 4px 25px;
	font-size: 13px;
	color: #9fabb6;
	font-weight: normal;	
}

#navbar li {
	float: left;
	xbackground: black;
}

#navbar li ul, #navbar ul li  {
	width: 9em;
}

#navbar ul li a  {
	
	border-right: 0;
	padding: 3px 12px 3px 16px;
}

#navbar li:hover a, #navbar a:focus,
#navbar a:active, #navbar li.drop_hover a, #selected {
 	
}

#navbar li:hover ul, #navbar li.drop_hover ul {
	display: block;
}

ul#navbar  {
	margin-top: 14px;
	xbackground: black;

}

.colbreaker {
	border-top:1px solid #D6A680;
	width:100%;
	margin: 10px 0px 10px 0px;
}

.footer {
	text-align: center;
	margin-top: 30px;
}

.footer p {
	margin-bottom: 0px;
}

#sidebar img {
	border-left: 0px solid #FFF8ED;
}

#main_content {
	position:relative;
	float:left;
	overflow:hidden;
	width:630px;
	height:362px;
	padding: 0px 0px 0px 10px;
}

#main_content_gallery {
	position:relative;
	float:left;
	overflow:hidden;
	width:930px;
	height:362px;
}
#section {	
	position:relative;
	height:1900px;
}
.sub {
	position:relative;
	float:left;
	width:630px;
	height:700px;
	padding-top: 15px;
	padding-left: 5px;
}

table#film, table#stage, table#tv {
	width: 630px;
	margin: 5px 0px 5px 5px;
}

table#film td,  table#stage td, table#stage_second td {
	padding: 2px 0px 2px 30px;
}

table#tv {
	width: 270px;
	margin: 5px 0px 15px 5px;
}

.first_row {
	padding-left: 0px !important;
}

.controller {
	margin-top: -14px;
	display: block;
	color: #A67F48 !important;
	font-size: 115%;
	float: right;
}

#resume_next {
	height: 15px;
	width: 125px;
	display: block;
	background: url(../images/read-more.gif) no-repeat;
	position: absolute;
	top: 355px;
/*	top: 330px;*/
	left: 500px;
}

#resume_next:hover {
	background-position: 0 -15px;
}

#resume_previous {
	height: 18px;
	width: 110px;
	display: block;
	background: url(../images/previous.gif) no-repeat;
	top: 355px;
	position: absolute;
}

#resume_previous:hover {
	background-position: 0 -18px;
}

#film_header, #stage_header {
	margin-left: 3px;
}


.reviews {
	font-size: 110%;
	color: #E8E3DB;
	width: 254px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}

.reviews_odd {
	font-size: 110%;
	color: #E8E3DB;
	width: 250px;
	float: right;
	text-align: right;
	margin-right: 15px;
	margin-top: 20px;
}

.quotes {
	display: inline;
	padding: 2px;
}

.reviewer {
	margin-top: 5px;
}

.reviewer_right {
	float: right;
	margin-top: 5px;
}

.front_blurb {
	width: 278px;
	float: right;
	margin-top: 23px;
	font-size: 13px;
	background: #43484d;
	padding: 10px 10px 0px 10px;
	margin-right: 15px;
	height: 155px;
	overflow:auto;
}

.front_blurb p {
	color: #d2d6da;
	margin-bottom: 15px;
}

./*front_blurb p#blurb_first {
	margin-top: 5px;
}*/

.stage_middle {
	padding-left: 7px !important;
}

.stage_last {
	padding-left: 53px !important;
}

#video1 {
	margin-top: 32px;
	float: left;
	margin-left: 5px;
}

#video1 img {
	margin-bottom: 10px;
}

#video2 {
	margin-top: 32px;
	margin-left: 15px;
	float: left;
}

#video2 img {
	margin-bottom: 10px;
}

#press1, #press2, #press_news, #featured_articles {
	width: 300px;
}

#press_news {
	padding-top: 15px;
}

#reviews_year {
	margin: 15px 0px 15px 0px;
}

#imdb {
	margin-top: 5px;
}

.contact_left, .contact_right{
	width: 250px;
}

#press {
	float: left;
}

#press_news, #featured_articles {
	float: right;
	margin-right: 5px;
}

#featured_articles {
	margin-top: 16px;
}

#featured_articles_pdf{
	display: inline;
}

#featured_articles a:link, #featured_articles a:visited, #featured_articles a:active {
	color: #9FABB6;
	text-decoration: underline;
	
}

#featured_articles a:hover {
	color: #E8E3DB;
}

#featured_articles p {
	line-height: 1.6em;
	margin-top: 7px;
}

.contact_left {
	float: left;
	margin-left: 50px;
}
.contact_right {
	float: right;
}

.zack {
	font-size: 140%;
}

.galleria{list-style:none;width:700px; margin-left: 30px; margin-top: 28px;}
.galleria li{display:block;width:120px;height:120px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

#main_image{height:300px;width:200px;background:black;float:right;}
#main_image img{margin-bottom:0px;}

.galleria_wrapper {
	width: 220px;
	float: right;
}

.replaced {
	float: right;
	margin-right: 5px;
}

#previous_gallery {
	float: left;
	margin-left: 20px;
	height: 18px;
	width: 110px;
	display: block;
	background: url(../images/previous_gallery.gif) no-repeat;
}

#previous_gallery:hover {
	background-position: 0 -18px;
}

#next_gallery {
	float: right;
	margin-right: 250px;
	height: 18px;
	width: 74px;
	display: block;
	background: url(../images/next_gallery.gif) no-repeat;
}

#next_gallery:hover {
	background-position: 0 -18px;
}

.gallery_controls {
	margin-top: 330px;
	xwidth: 700px;
}


