/**************************************************************************

  JEFF PLAMONDON // FILM

  ***************************************************************************/

body {
	background: #7e7e7e;
	color: #3e3e3e;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 979px
}


#content {
	background: url(../images/main_bg.gif) repeat-y;
	padding: 0 50px 4px 20px;
	width: 909px
}
#headerfilm {
	background-position: bottom left;
	background-image: url(../images/FilmHeader.jpg);
	background-repeat: no-repeat;
	position: relative;
	margin: 20px 0 0;
	width: 979px;
	height: 183px;
	padding-bottom: 13px;
}

#headerfilm ul {
	position: absolute;
	left: 11px;
	top: 141px;
	margin: 0;
	padding: 0;
}


#headerfilm li {
	float: left;
	font-weight: bold;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
}



#headerfilm li a {
	display: block;
	background-image: url(../images/navbar_film_bg.gif);
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
	line-height: 26px;
	height: 26px;
}


#headerfilm li a:hover {
	background-position: bottom; 
	color: #292929;
}

li.home { width: 82px }
li.characters { width: 120px }
li.props { width: 70px }
li.mods { width: 68px }
li.resume { width: 81px }
li.contact { width: 114px }


#headerfilm li.home a { background-position: 0 0 }
#headerfilm li.characters a { background-position: -82px 0 }
#headerfilm li.props a { background-position: -201px 0 }
#headerfilm li.mods a { background-position: -269px 0 }
#headerfilm li.resume a { background-position: -336px 0 }
#headerfilm li.contact a { background-position: -415px 0 }

#headerfilm li.home a:hover, #home #headerfilm li.home a { background-position: 0 -26px }
#headerfilm li.characters a:hover, #characters #headerfilm li.characters a{ background-position: -82px -26px }
#headerfilm li.props a:hover, #props #headerfilm li.props a { background-position: -201px -26px }
#headerfilm li.mods a:hover, #mods #headerfilm li.mods a  { background-position: -269px -26px }
#headerfilm li.resume a:hover, #resume #headerfilm li.resume a { background-position: -336px -26px }
#headerfilm li.contact a:hover, #contact #headerfilm li.contact a  { background-position: -415px -26px }



/* \*/
#headerfilm li a:hover { height: 1% }
/* End hide from IE-mac */


#footer {
	float: left;
	width: 979px;
	background: url(../images/footer_bg.gif) no-repeat;
	height: 48px;
}

h1 {
	clear: both;
	font-size: 22px;
	font-style: italic;
	line-height: 22px;
	font-weight: normal;
	font-family: Arial Narrow, Helvetica, Arial,z sans-serif;
	margin: 0;
	padding: 7px 7px 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #333300;
}

h2 {
	clear: both;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	font-family: Arial Narrow, Helvetica, Arial,z sans-serif;
	margin-left: 24px;
	padding: 7px 7px 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	color: #666600;
}

#onlineresume h1 {
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	padding-top: 6px;
	margin-top: 18px;
	margin-bottom: 6px;
}

#onlineresume h2 {
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	padding-top: 6px;
	margin-top: 18px;
	margin-bottom: 6px;
}

p {
	line-height: 20px;
	margin: 0 0 6px 24px;
}

a {
	color: #330000;
}

a:hover {
	color: #666666;
}

ul {
	margin: 10px 12px;
}

div.thumbs {
	float: left;
	margin: 0 0 6px 18px;
}

div.thumbs a {
	float: left;
	display: block;
	margin: 8px;
}

div.thumbs img {
	border-width: 3px;
	border-style: solid;
}

.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden }
.clear {display: inline-block;}
/* \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
