/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/*BEGIN PAGE STYLES FOR STACEY STEERS  */
body{
	background-color: #e4e2d5;
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 76%;
	color: #746f59;
	line-height: 1.5;
}

#container{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

em{
	font-style: italic;
}

a{
outline: none;
}

#homelink{
	position: absolute;
	width: 240px;
	height: 70px;
	top: 0;
	left: 25px;
	text-indent: -9999px;
}

.about{background: transparent url(../i/bgtile_about.gif) repeat-y 50% 100%;}
.homepage{background: transparent url(../i/bgtile_home.gif) repeat-y 50% 100%;}
.phantom{background: transparent url(../i/bgtile_phantom.gif) repeat-y 50% 100%;}
.totem{background: transparent url(../i/bgtile_totem.gif) repeat-y 50% 100%;}
.watunna{background: transparent url(../i/bgtile_watunna.gif) repeat-y 50% 100%;}

#header{margin: 0;padding: 0 25px;height: 95px;position: relative;}

.homepage #header{background: transparent url(../i/header_home.gif) no-repeat top center;}
.about #header{background: transparent url(../i/header_about.gif) no-repeat top center;}
.phantom #header{background: transparent url(../i/header_phantom.gif) no-repeat top center;}
.totem #header{background: transparent url(../i/header_totem.gif) no-repeat top center;}
.watunna #header{background: transparent url(../i/header_watunna.gif) no-repeat top center;}

#content{padding: 0 25px 20px;}

.about #content{background: transparent url(../i/bottom_about.gif) no-repeat bottom center;}
.homepage #content{background: transparent url(../i/bottom_home.gif) no-repeat bottom center;}
.phantom #content{background: transparent url(../i/bottom_phantom.gif) no-repeat bottom center;}
.totem #content{background: transparent url(../i/bottom_totem.gif) no-repeat bottom center;}
.watunna #content{background: transparent url(../i/bottom_watunna.gif) no-repeat bottom center;}

#contentinner{min-height:415px; height:auto !important; height:415px; overflow: hidden; position: relative;}

/*IE6 SPECIFIC */
* html #contentinner{overflow: visible;}
* html #moviebox{background: none;}

h1{text-indent: -9999px;}

/*NAVIGATION______________________________________*/

a:link, a:visited{
	color: #222;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#topnav{
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 25px;
	width: 275px;
	font-size: 1.3em;
	color: #111;
}

#topnav li{
	float: left;
	display: block;
	margin: 0;
	padding:0 5px 0 30px;
	line-height: .8em;
	text-transform: lowercase;
}

#topnav a:hover{
	text-decoration: none;
	color: #fff;
}
/*HEADERS___________________________________________*/

h2{
	height: 18px;
	background: transparent url(../i/steersHEADERS.gif) no-repeat -3px -1px;
	text-indent: -9999px;
}

h2#news{background-position: -1px -73px;}
h2#exhibitions{background-position: -3px -109px;}
h2#views{background-position: -3px -127px;}
h2#galleries{background-position: 0 -37px;}
h2#press{background-position: -3px -55px;}
h2#screening{background-position: -3px -91px;}
h2#media{background-position: -3px -19px;}
h2#phantom{background-position: -2px -199px;}
h2#watunna{background-position: 0 -181px;}
h2#totem{background-position: 0 -163px;}

/*SIDEBAR____________________________________________*/
#sidebar{
	width: 275px;
	float: left;
	margin: 0;
}

.homepage #sidebar{background: transparent url(../i/sideimg_home.gif) no-repeat top left;height:405px;}
.about #sidebar{background: transparent url(../i/sideimg_about.gif) no-repeat top left;min-height:425px;height:auto !important;height:425px;}
.phantom #sidebar{background: transparent url(../i/sideimg_phantom.gif) no-repeat top left;	min-height:424px;height:auto !important;height:424px;}
.totem #sidebar{background: transparent url(../i/sideimg_totem.gif) no-repeat top left;	min-height:424px;height:auto !important;height:424px;}
.watunna #sidebar{background: transparent url(../i/sideimg_watunna.gif) no-repeat top left;	min-height:424px;height:auto !important;height:424px;}

#sidebar.long{
	min-height:495px;
	height:auto !important;
	height:495px;
}

ul#sidenav{
	list-style: none;
	margin: 20px 0 0 20px;
}

ul#sidenav li{
	padding: 3px 0 3px 10px;
}

ul#sidenav ul{
	list-style: none;
	margin: 0 0 10px;
}

li#viewlink {
	margin-left: 15px;
	margin-top: -4px;
	background: transparent url(../i/subnav.gif) no-repeat 0% 50%;
}

li.current{
	background: transparent url(../i/arrow-r.gif) no-repeat -2px 50%;
}

li.current a:link, li.current a:visited{
	color: #746f59;
}

a.sitelink{
	padding: 0 14px;
	background: transparent url(../i/arrow-r.gif) no-repeat 100% 52%;
}


/*MAIN CONTENT____________________________________________*/

#main{
	width: 655px;
	float: left;
	margin-bottom: 5px;
	margin-top: 20px;
	padding-right: 20px;
	min-height:350px;
	height:auto !important;
	height:350px;
}

.homepage #main h2{
	display: block;
	background: transparent url(../i/made_by_hand.gif) no-repeat 0 0;
	margin-top: 10px;
	text-indent: -3000px;
	float: left;
	width: 675px;
	height: 18px;
}

.homepage #main p{
	float: left;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #fff;
	width: 450px;
	padding-top: 160px;
	display: inline;
}

#main h2{
	color: #930;
	font-weight: normal;
	font-family: Times, serif;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#main h3, #sidebar h3 a:link, #sidebar h3 a:visited{
	color: #AB551C;
	margin-top: 12px;
}

#main h3 i{
	color: #AB551C;
}

#main h3 span{color: #777;}

#sidebar h3{
	color: #930;
	font-weight: bold;
}

p.meta{
	color: #777;
}

p.caption, p.cap{
	width: 190px;
}

b, i{
	color: #625D4B;
}

i.double{
	color: #D6C3A1;
	font-style: normal;
	padding-right: 12px;
}
span.first{
	padding-right: 12px;
	color: #625D4B
}

img.rimg{
	float: right;
	display: inline;
	margin: 0 30px;
}

div.filmgroup{
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid #AB9979;
	font-size: .9em;
	line-height: 1.6em;
	margin-top: 15px;
}

div.mediathumbs{
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #aaa;
	margin: 10px 0;
}

div.mediathumbs img{
	/*height: 74px;*/
	padding: 10px;
}

div.mediathumbs h3{
	text-align: left;
}

#main div.filmgroup h3{
	margin-top: 0;
}

div.press{
	float: right;
	width: 220px;
}

div.press p{
	margin-bottom: 6px;
}

#moviebox{
	width: 320px;
	min-height: 290px;
	float: right;
	margin-right: 40px;
	display: inline;
	background: transparent url(../i/gradient.png) no-repeat 50% 50%;
}

#homeswf{
	width: 100px;
	height: 100px;
	position: absolute;
	right:80px;
	top: 223px;
}

#synopsis{
	margin-top: 25px;
}

#synopbox{
	float: left;
	border: 1px solid #777;
	background-color: #d7d9d5;
	width: 200px;
	margin-top: 10px;
}

#synopbox p, #synopbox h3{
	margin: 5px 10px;
}

#imageholder{
	position: absolute;
	top: 0;
	right: 20px;
	padding-bottom: 15px;
}

#thumbholder{
	position: absolute;
	bottom: 0;
	right: 1px;
	height: 79px;
	width: 709px;
	overflow: hidden;
}

#thumbholder div{
	margin: 19px 0 0;
}

#thumbholder a{
	float: left;
	display: inline;
	margin-right: 4px;
}
#slideshowstart{
	position: absolute;
	bottom: 75px;
	left: 275px;
}
img.loader{
	display:none;
	position: absolute;
	left: 50%;
	bottom: 0;
}

#thumbholder #nav-l, #thumbholder #nav-r{
	position: absolute;
	font-size: 10px;
	line-height: 10px;
	margin: 0 0 4px;
	text-indent: -9999px;
	background: #bbb url(../i/arrow-l.gif) no-repeat 50% 50%;
	width: 20px;
	height: 13px;
	outline: none;
}

#thumbholder #nav-r{
	right: 0;
	top: 0;
	background-image: url(../i/arrow-r.gif);
	border-right: none;
}	