/*AL Films*/
/*28 July 2010*/


body 
{
font-family: "Helvetica Neue Light", "Helvetica", "Arial", sans-serif;
font-size: 0.85em;
line-height: 1.4em;
color: #333;
/*margin:0; */
text-align:center;
margin: 0;
padding: 0;
height: 100%;
}

h2
{color: #666;
}

img#bg 
{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

/* ------------ CONTENT -------------- */
.content
{
position:relative;
z-index:1;
margin-left: auto;
margin-right: auto;
margin-top: 0;
width:550px;
text-align:left;
padding:0;
/*margin: 0 0 0 125px;*/
/*border: red solid 1px;*/
}

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

a:hover
{
color:#999;
font-weight: bold;
text-decoration: underline;
}


/* ------------ BANNER -------------- */
#banner
{
z-index: 3;
width: 350px;
margin:35px 0 25px 105px;
/*border: solid red 2px;*/
}


/* ------------ NAV -------------- */

#navlist
{
margin-left: 20px;
margin-right: 20px;
margin-bottom: 30px;
list-style: none;
height: 25px;
/*border: solid red 2px;*/
}

#navlist li
{
float: left;
font-size: 0.9em;
color:#333;
}

#navlist li a
{
line-height: 2em;
font-weight: normal;
float: left;
display: block;
border: 1px solid #fff;
padding: 0 20px 0 20px;
color: #999;
text-decoration: none;
text-align: center;
}

#navlist li a:hover
{
line-height: 2em;
font-weight: normal;
float: left;
display: block;
border: 1px solid #dcdce9;
padding: 0 20px 0 20px;
color: #000;
text-decoration: none;
text-align: center;
}

body#home a#homenav,
body#productions a#prodsnav,
body#dev a#devnav,
body#biographies a#biognav 
{
color: #000;
border: 1px solid #000;
}



/* ------------ INTRO PAGE -------------- */
.intro /* front page text*/
{
color:#000000;
font-size: 15px;
line-height: 20px;
}


/* ------------ BIOG PAGE -------------- */
.biog_photo
{
margin: 15px 0 10px 120px;
}


/* ------------ PRODUCTIONS PAGE -------------- */
.stars ul
{
padding: 10px 0 0 0;
margin: 0 0 30px 25px;
}

.stars li
{
list-style-image: url('images/star.png');
margin: 2px 0 10px 0;
padding:0;
font-size: 0.95em;
}

.bold_italic 
{
font-style: italic;
font-weight:bold;
}

/* -------------GENERAL USE --------------*/

.normal /* normal para text*/
{
margin: -1px 0 20px 0;
}

.dev_normal /* normal para text*/
{
margin: -5px 0 20px 0;
}

.title/*title graphic*/
{
margin: 0;
/*border: solid red 2px;*/
}



