/**********************************************************************
This CSS will produce a two column layout with a header and footer.
The footer will appear at the bottom of the window (provided that the
content is shorter than the height of the window) in IE-Win, and Firefox
and will degrade gracefully in Safari and IE-Mac to appear beneath the
largest content block.
**********************************************************************/
body, html
{
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	color: #666666;
}

p
{
	margin:0 0 10px 0;
	line-height:1.3em;
	text-align:justify;
}

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

a
{
	text-decoration:none;
	color: #D9A5A5;
	font-weight:bold;
}

a:hover
{
	text-decoration:underline;
}

a img {
	border:none;
}

/***************************************
           STRUCTURAL DIV STYLES
***************************************/
#container
{
	position:relative;
	min-height:100%;
	height:100%;
	width:760px;
	text-align:left;
	margin: 20px auto auto auto;
}
html>body #container
{
	height:auto;
}

#maincontent
{
	position:relative;
	margin:0;
	padding:0;
	width:758px;
	min-width:200px;
	background:white;
	z-index:4;
	border-right:1px solid #666666;
	border-left:1px solid #666666;	
	height:650px;
}
html>body #maincontent
{
	height:650px;
	display:table-cell;
}
html:lang(en) body #maincontent
{
	display:block;
	min-height: 650px;
}
/*start iemac hide \*/ 
html:lang(en) body #maincontent
{
	height:auto;
}
/*end iemac hide*/

#content
{
	padding: 250px 40px 40px 365px;
}

#header
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:210px;
	z-index:6;
	background: url(../images/background_header.gif) 0 0 no-repeat;
}

#sidebar 
{
	position:absolute;
	top:210px;
	left:1px;
	width:334px;
	z-index:5;
}

#footer
{
	position:relative;
	height:110px;
	background: url(../images/background_footer.gif) 0 0 no-repeat;
	width:758px;
	z-index:5;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right: 1px solid #666666;
}

html>body #footer
{
	top:-20px;
}

* html>body #footer
{
	top:-50px;
}


/***************************************
          HEADER STYLES
***************************************/

body.homepage #logo
{
	background: url(../images/background_logohome.gif) 0 0 no-repeat;
	height:106px;
	width:262px;
	top: 111px;
	left:35px;
}

#bloggraphic {
	position:absolute;
	top:36px;
	left:78px;
	border:none;
	display:block;
}

#bloggraphic img {
	border:none;
}

#logo
{
	position:absolute;
	background: url(../images/background_logo.gif) 0 0 no-repeat;
	height:82px;
	width:201px;
	top: 134px;
	left:59px;
}

#news 
{
	position:absolute;
	width:420px;
	height:40px;
	top:159px;
	left:350px;
	z-index:100;
}

/* NAVIGATION STYLES */

#nav
{
	text-align:right;
	padding:0;
	margin:0;
	position:absolute;
	top:135px;
	width:100%;
	right:40px;
}

#nav li
{
	display:inline;
	margin: 0 10px;
	padding:0;
	background:none;
}

#nav li a
{
	color: #ffffff;
	text-decoration:none;
	font-size:12px;
}

#nav li a:hover
{
 color: #FFDFD9;
}


/***************************************
          SIDEBAR STYLES
***************************************/

#sidebar img
{
	margin-left:10px;
}

#sidebar #castandcrew
{
	padding:2px 0 0 0;
	margin:0 30px 0 60px;
	background: url(../images/border_castandcrew.gif) 0 0 repeat-x;
}

#sidebar #castandcrew a
{
	color: #666666;
}

#sidebarcontent .left, #sidebarcontent .right 
{
	float:left;
	margin: 0 10px 0 0;
}	

* html>body #sidebarcontent .left,* html>body #sidebarcontent .right 
{
	width:45%;
}

#sidebar h3
{
	margin:0;
}

#sidebar ul
{
	margin:-5px 0 0 0;
	padding:0;
	list-style:none;
	position:relative;
	z-index:10;
}

#sidebar li
{
	padding: 0 0 1px 14px;
	background:none;
}



/***************************************
          CONTENT STYLES
***************************************/

.back
{
	text-align:right;
	padding:10px 5px 10px 0;
	margin: 0 -10px 0 0;
}

.back a 
{
	color: #666666;
	font-weight: normal;
}


/***************************************
          FOOTER STYLES
***************************************/

#footer blockquote
{
	font-size:13px;
	margin:0;
	padding: 19px 0 0 0;
	font-style:italic;
	text-align:center;
	margin-right:425px;
	color:#D9A5A5;
}

#footer .copyright
{
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
	color:#cccccc;
}

/***************************************
           CURRENT STYLES
***************************************/
.current #bloggraphic {
	display:block;
}

.current #mallorysgraphic {
	display:none;
}

.current #content ul
{
	margin:0 0 10px 0;
	padding:0;
}

.current #content li
{
	margin-bottom:8px;
	position:relative;
	list-style: outside disc;
	padding: 0;
	margin:0 0 10px 0;
	text-align:left;
	position:relative;
}

.current #content li p
{
	margin:0;
}

.current #content li.highlighted
{
	background: #FFDFD9;
	padding:10px;
	list-style:none;
	margin-left:-10px;
}

.current #content .highlighted a 
{
	color:#666666;
	text-decoration:underline;
}

/***************************************
          COLLATERAL STYLES
***************************************/
.collateral ul
{
	margin-top:-10px;
	position:relative;
	z-index:10;
}

*html>body .collateral 
{
	width:45%;
}

.collateral li
{
	background:none;
	padding:0;
	margin:0;
}

.collateral li a
{
	color: #666666;
}

/***************************************
          PHOTOS STYLES
***************************************/
body.photos #content
{
	padding: 250px 30px 350px 30px;
	text-align:right;
}

.photos{
padding-bottom:200px;
}

td.photo {
font-size:9px;
vertical-align:top;
text-align:center;
padding: 0 0 20px 0;
width:122px;
}

td.caption {
text-align:left;
vertical-align:top;
padding: 0 0 35px 10px;
width:210px;
}

body.photos table {
margin: 0 0 20px 0;
width:100%;
}

body.photos h2 {
padding:10px 0 20px 0;
margin:0;
border-top: 1px solid black;
}

/***************************************
          SCREENINGS STYLES
***************************************/
body.screenings #content
{
	padding: 250px 30px 350px 30px;
}

body.screenings #content h2 {
padding:20px 0 0 0;
margin:0;
border-top: 1px solid black;
}

body.screenings #content ul {
padding: 10px 0 10px 15px ;
margin:0 0 0 0;
}

body.screenings #content ul ul {
padding: 5px 0 8px 15px;
font-size:.9em;
}

body.screenings #content li
{
	list-style:disc;
}

/***************************************
          COLLECTION STYLES
***************************************/
body.collection #content
{
	padding: 230px 20px 0 20px;
}



/***************************************
          DVD STYLES
***************************************/
#filmlist li
{
	margin:0 0 0 5px;
	padding:0;
	font-size:12px;
}


/***************************************
          HEADING STYLES
***************************************/
#maincontent h3
{
	font-size:13px;
	font-weight:bold;
	text-align:right;
	margin:0 0 5px 0;
}

#maincontent h2
{
	font-size:13px;
	font-weight:bold;
	text-align:left;
	margin:0 0 5px 0;
}


/***************************************
          sIFR STYLES
***************************************/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash #sidebar h3 {
	font-size:30px;
	letter-spacing:-3px;
	visibility: hidden;
}

.sIFR-hasFlash #maincontent .collateral h2 {
	font-size:30px;
	letter-spacing:-3px;
	visibility: hidden;	
}

.sIFR-hasFlash .contact #maincontent h2 {
	font-size:28px;
	letter-spacing:-6px;
	visibility: hidden;	
}

.sIFR-hasFlash h2.amandine {
	font-size:28px;
	letter-spacing:-6px;
	visibility: hidden;	
}



/***************************************
          PAGE HEIGHT HACKS
***************************************/
body.homepage #maincontent
{
	height:600px;
}
html>body.homepage #maincontent
{
	height:600px;
	display:table-cell;
}
html:lang(en) body.homepage #maincontent
{
	display:block;
	min-height: 600px;		
}
/*start iemac hide \*/ 
html:lang(en) body.homepage #maincontent
{
	height:auto;
}
/*end iemac hide*/


body.susanna #maincontent
{
	height:670px;
}
html>body.susanna #maincontent
{
	height:690px;
	display:table-cell;
}
html:lang(en) body.susanna #maincontent
{
	display:block;
	min-height: 670px;		
}
/*start iemac hide \*/ 
html:lang(en) body.susanna #maincontent
{
	height:auto;
}
/*end iemac hide*/


body.creators #maincontent
{
	height:580px;
}
html>body.creators #maincontent
{
	height:580px;
	display:table-cell;
}
html:lang(en) body.creators #maincontent
{
	display:block;
	min-height: 580px;
}
/*start iemac hide \*/ 
html:lang(en) body.creators #maincontent
{
	height:auto;
}
/*end iemac hide*/


body.collection #maincontent
{
	height:400px;
}
html>body.collection #maincontent
{
	height:auto;
	display:table-cell;
}
html:lang(en) body.collection #maincontent
{
	height:700px;
	display:block;
	min-height: 400px;		
}
/*start iemac hide \*/ 
html:lang(en) body.collection #maincontent
{
	height:auto;
}
/*end iemac hide*/


body.contact #maincontent
{
	height:560px;
}
html>body.contact #maincontent
{
	height:560px;
	display:table-cell;
}
html:lang(en) body.contact #maincontent
{
	display:block;
	min-height: 560px;		
}
/*start iemac hide \*/ 
html:lang(en) body.contact #maincontent
{
	height:auto;
}
/*end iemac hide*/

body.dvd #maincontent
{
	height:680px;
}
html>body.dvd #maincontent
{
	height:680px;
	display:table-cell;
}
html:lang(en) body.dvd #maincontent
{
	display:block;
	min-height: 680px;		
}
/*start iemac hide \*/ 
html:lang(en) body.dvd #maincontent
{
	height:auto;
}
/*end iemac hide*/


body.driverandthedoe #maincontent
{
	height:680px;
}
html>body.driverandthedoe #maincontent
{
	height:680px;
	display:table-cell;
}
html:lang(en) body.driverandthedoe #maincontent
{
	display:block;
	min-height: 680px;		
}
/*start iemac hide \*/ 
html:lang(en) body.driverandthedoe #maincontent
{
	height:auto;
}
/*end iemac hide*/


body.mallorys #maincontent
{
	height:750px;
}
html>body.mallorys #maincontent
{
	height:750px;
	display:table-cell;
}
html:lang(en) body.mallorys #maincontent
{
	display:block;
	min-height: 750px;		
}
/*start iemac hide \*/ 
html:lang(en) body.mallorys #maincontent
{
	height:auto;
}
/*end iemac hide*/


html>body.photos #maincontent, html>body.screenings #maincontent, html>body.current #maincontent
{
	height:auto;
}

