@charset "UTF-8";
/* ---------------------- layout styles ---------------------- */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(images/bwoodlyer_1440x900.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	background-image: url(images/yellowbkg_revised.jpg);
	position: relative;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	color: #FFF;
	background-color: #000;
	padding-right: 10px;
	padding-left: 20px;
	font-size: .90em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	position: static;
	clip: rect(auto,auto,auto,auto);
	z-index: auto;
}
.twoColFixLtHdr #container #sidebar img {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	padding: 0px;
	top: 0px;
	border: none; 
	outline: none;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	color: #000;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.reditalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #891F03;
}
.twoColFixLtHdr #container #mainContent p img {
	padding-right: 10px;
	border: none;
	outline: none;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #891F03;
	font-size: 0.85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFDE6C;
	text-decoration: none;
} 

.twoColFixLtHdr #footer a:link {
	color: #FFDE6C;
	text-decoration: none;
}

.twoColFixLtHdr #footer a:hover {
	color: #FFF;
	text-decoration: none;
}

.twoColFixLtHdr #footer a:visited {
	color: #FFDE6C;
	text-decoration: none;
}

.twoColFixLtHdr #footer a:active {
	color: #891F03;
	text-decoration: none;
}

#footer2 {
	float: right;
	width: 350px;
}

#footer2 img {
	border: none;
	outline: none;
	padding-right: 5px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .60;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header img {
	border: none;
	outline: none;
}

a:link {
	color: #891F03;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #891F03;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

a:active {
	color: #FFF;
	text-decoration: none;
	outline: none;
}

#viewcart {
   position: absolute;
   left: 250px;
  }
  
  
/* ---------------------- gallery ---------------------- */
  
  
  
/* defaults required for IE */
a, a:visited, a:hover, a:active, a:focus {
	color:#000;}

#holder {
	background-image: url(galleryimages/yellowbkg.jpg);
	position:relative; 
	width:470px; 
	padding-top:410px;
	font-family:Georgia, "Times New Roman", Times, serif; 
	margin:0 auto;}

p.instructions {
	position:absolute;
	left:38px;
	top:134px;
	width:395px;
	font-size:14px;
	color:#891F03;
	line-height:20px;
	text-align:justify;
}

#scrollContainer {
	width:470px; 
	height:120px; 
	overflow:auto;}

#scrollbox {
	padding:0; 
	margin:0; 
	width:860px; 
	list-style:none; 
	height:92px;}

#scrollbox ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	position:absolute; 
	left:-9999px; 
	top:-9999px;}

#scrollbox table {
	border-collapse:collapse:width:0; 
	height:400px; 
	margin-bottom: -5px;}

#scrollbox li {
	float:left; 
	width:86px; 
	height:92px; 
	background:url(galleryimages/35mm.gif);}

#scrollbox a {
	display:block; 
	color:#999; 
	text-decoration:none; 
	width:86px; height:92px; 
	float:left;}

#scrollbox a.slidea {background:url(galleryimages/trottier_thumb.jpg) no-repeat center center;}
#scrollbox a.slidec {background:url(galleryimages/bill_yvette_thumb.jpg) no-repeat center center;}
#scrollbox a.slided {background:url(galleryimages/bitela_thumb.jpg) no-repeat center center;}
#scrollbox a.slidee {background:url(galleryimages/harden_thumb.jpg) no-repeat center center;}
#scrollbox a.slidef {background:url(galleryimages/howell_thumb.jpg) no-repeat center center;}
#scrollbox a.slideg {background:url(galleryimages/john_kaye_thumb.jpg) no-repeat center center;}
#scrollbox a.slideh {background:url(galleryimages/justinj_thumb.jpg) no-repeat center center;}
#scrollbox a.slidej {background:url(galleryimages/seiniger_thumb.jpg) no-repeat center center;}
#scrollbox a.slidek {background:url(galleryimages/screenwriter_lunch_thumb.jpg) no-repeat center center;}
#scrollbox a.slidel {background:url(galleryimages/bb_luncheon_thumb.jpg) no-repeat center center;}

#scrollbox a img.thumb {
	width:80px; 
	height:60px; 
	display:block; 
	padding:16px 3px; 
	border:0;}

#scrollbox a:hover {
	border:0;}

#scrollbox a:hover img.thumb {
	display:none;}

#scrollbox :hover > a img.thumb {
	display:none;}


#scrollbox :hover ul {
	width:470px; 
	height:400px; 
	left:0; top:0; 
	padding-bottom:10px; 
	background-image: url(galleryimages/yellowbkg.jpg);; 
	z-index:100;}

#scrollbox :hover ul li {
	width:470px; 
	height:400px; 
	display:block; 
	background-image: url(galleryimages/yellowbkg.jpg);}

#scrollbox :hover ul li a {
	display:block;
	width:470px; 
	height:400px;}

#scrollbox :hover ul li a img {
	display:block; 
	border:0; 
	margin:0 auto;}

#scrollbox :hover ul li.landscape a img {
	display:block; 
	padding-top:80px;}

#scrollbox :hover ul li a span {
	position:absolute; 
	left:-9999px; 
	top:0;}

#scrollbox :hover ul li a:hover span b {
	display:block; 
	font-size:16px; 
	padding:0 0 10px 0;}

#scrollbox :hover ul li a:hover span {
	left:0; 
	top:20;
	padding:10px; 
	width:450px; 
	background:url(galleryimages/backing.png); 
	color:#fff; 
	text-align:left; 
	font-size:13px; 
	line-height:18px;}

#scrollbox :hover ul li.landscape a:hover span {
	left:0; 
	top:80px; 
	width:470px;}
