/*
 * CSS-Reset v1.0 | 20080212
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * HTML
 */
html {
	font-size:100.01%;
}

/*
 * Body
 */
body {
	background:#000;
	color:#fff;
	font-size:1em;
	text-align:center;
}

/*
 * General styles and classes
 */
a {
	color:#fe0208;
	text-decoration:none;
}

a:hover {
	color:#fff;
}

a:focus {
	outline: 1px dotted gray;
}

label:hover, input.submit:hover {
	cursor:pointer;
}

strong {
	color:#fe0208;
	text-transform:uppercase;
}

.normal {
	text-transform:none;
}

.red {
	color:#fe0208;
}

.noblock {
	margin-bottom:0;
}

.floatRight {
	float:right;
	margin:0 0 1.333em 1.333em;
}

.double, #content p.double {
	margin-bottom:2.666em;
}

/*
 * Layout Wrappers
 */
#mainWrapper {
	font-size:0.75em;	/* 12px */
	margin:2.5em auto;
	width:80em;
}

#innerWrapper, #innerWrapper1, #innerWrapper2 {
	float:left;
	width:100%;
}

#innerWrapper {
	border-top:3px solid #fff;
	border-bottom:3px solid #fff;
	border-right:6px solid #fff;
	border-left:6px solid #fff;	
}

#innerWrapper1 {
	border-top:14px solid #5b5b59;
	border-bottom:14px solid #5b5b59;
}

#innerWrapper2 {
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}

#innerInnerWrapper {
	margin:1.333em auto;
	width:64em;
	text-align:left;
}

/*
 * MainMenu
 */
#mainMenu {
	float:left;
	font-size:1.5em;	/* 18px */
	line-height:1.333em;	/* 24px */
	margin:1.277em 0 0 0;
	width:100%;
	text-transform:lowercase;
}

#mainMenu li {
	display:inline;
}

#mainMenu a {
	color:#fff;
	display:block;
	float:left;
	margin-right:0.944em;
}

#mainMenu a:before {
	color:#fff;
	content:"[ ] ";
	vertical-align:top;
	font-size:0.833em;
	font-weight:bold;
	padding-right:0.2em;
}

#mainMenu a:hover:before {
	content:"[:] ";
}

#mainMenu li.current a {
	color:#fe0208;
}

/*
 * MainMenu
 */
#subMenu {
	float:left;
	font-weight:bold;
	line-height:1.25em;	/* 24px */
	margin:3.25em 0 0 0;
	width:100%;
	text-transform:lowercase;
}

#subMenu li {
	border-right:1px solid #fff;
	display:block;
	float:left;
	padding-right:0.916em;
	margin-right:1em;
}

#subMenu li.last {
	border-right:0;
	padding-right:0;
}

#subMenu a {
	color:#fff;
	display:block;
	float:left;
}

#subMenu li.current a {
	color:#fe0208;
}

/*
 * Content
 */
#content {
	float:left;
	font-weight:bold;
	line-height:1.5em;
	margin-top:3.25em;
	margin-bottom:2.5em;
	width:58em;
}

/*
 * Content Block Level Elements
 */
#content p, #content ul, #content ol {
	margin-bottom:1.25em;
}

/*
 * Page Title
 */
#pageTitle {
	font-size:1.5em;
	font-weight:normal;
	line-height:1.333em;
	margin-bottom:2.333em;
	text-transform:lowercase;
}

#pageTitle span.bracketed {
	color:#fff;
	padding-left:0.833em;
}

#pageTitle span span {
	padding-left:0;
	text-transform:none;
}

/*
 * Headings
 */
h3 {
	margin-bottom:1.25em;
	text-transform:lowercase;
}

/*
 * Tables
 */
table {
	clear:left;
	width:100%;
}

th, td {
	padding-bottom:0.75em;
	text-align:left;
	vertical-align:top;
}

th {
	padding-right:1em;
}

/*
 * Image Bar
 */
#content p.imageBar {
	float:left;
	margin-bottom:3.166em;
	width:100%;
}

p.imageBar img {
	display:block;
	float:left;
	margin-right:0.25em;
}

/*
 * Filmography Detail Page
 */
#filmography, #filmography div {
	clear:left;
	float:left;
	width:100%;
}

#filmography a {
	display:block;
	float:left;	
	margin:0 0.5em 0 0;
	width:8.166em;
}

#filmography div {
	margin-bottom:0.5em;
}

#cover, #filmographyContent {
	display:block;
	float:left;
}

#cover {
	margin-right:3.333em;
}

#cover img {
	margin-bottom:1.25em;
}

#cover p {
	text-align:center;
	text-transform:uppercase;
}
#cover p span {
	display:block;
	text-transform:none;
	font-weight:normal;
}

#filmographyContent {
	width:37em;
	margin-bottom:2.5em;
}

#filmographyContent #pageTitle {
	color:#fe0208;
	margin-bottom:0.833em;
	text-transform:none;
}

#filmographyContent table {
	margin-bottom:2.5em;
}

#filmographyContent th {
	width:13.5em;
	padding-right:0;
}

#filmographyContent p {
	margin-left:13.5em;
}

/*
 * Filmography Lists
 */
ul.filmography li {
	background:#000 url(../img/bullet.gif) 0 0.75em no-repeat;
	padding-left:1em;
	margin-bottom:0.75em;
}

ul.filmography h3 {
	color:#fe0208;
	display:inline;
	text-transform:uppercase;
	padding-right:0.25em;
}

ul.filmography p {
	display:inline;
}

/*
 * Filmography Tables
 */
table.filmography {
	margin-bottom:2.5em;
}

table.filmography th {
	background:url(../img/bullet.gif) 0 0.75em no-repeat;
	color:#fe0208;
	padding-left:1em;
	text-transform:uppercase;
	width:17.5em;
}

table.filmography th span {
	color:#fff;
	text-transform:none;
	padding-left:0.25em;
}

table.filmography td {
	padding-left:1.25em;
}

/*
 * Filmography Paragraph
 */
p.filmography {
	background:url(../img/bullet.gif) 0 0.75em no-repeat;
	margin-bottom:2.5em;
	padding-left:1em;
}

/*
 * Contact
 */
.wrapperBlock {
	float:left;
	width:100%;	
}

.blockLeft, .blockRight {
	width:21.25em;
	float:left;
	margin-bottom:2.5em;
}

.blockLeft {
	margin-right:2.5em;
}

/*
 * Linklist
 */
ul.links li {
	margin-bottom:0.75em;
}

ul.links h4 {
	width:21.25em;
	float:left;
	margin-right:2.5em;
	margin-bottom:0;
}

ul.links p {
	display:inline;
	
}