/* Colours used in this file

White (menu text, home page cast list, home page stay informed text) : #FFFFFF
Black (background, sub Heading, home page stay informed text hover, form input) : #000000
light grey (footer text, small body text) : #999999
Red (error text) : #CC0000
Hot pink (page border) : #421220
(section menu heading) : #DB8F80
(section menu heading border) : #631437
(main menu background - current section) : #BF3653
(main menu text - current section) : #DEA49C
(main menu side lines - current section) : #D99388
(main menu text - hover) : #C27E75
(section menu - current/hover) : #9B5E4B
(page headings, link title, crew title, quotes) : #BF3653
(home page blurb) : #9B5E4B
(home page film crew list) : #CF6460
(home page stay informed outer background) : #CE7B60
(home page stay informed inner background) : #AF4D58
(admin table heading row) : #A82B3A
(cast page border/title/link hover) : #8F0A27
(cast page view more link) : #C28282
(crew/cast page line) : #BF3653
() : #
() : #
() : #
() : #
*/




html, body, h1, h2, h3, h4, h5, h6, p, div, table {
	margin: 0;
	padding:0;
}


html, body {
	height:100%;
}


body {
	margin:0;
	padding:0;
	/* This makes the default font size 10px so that all other font-sizes can be specified in terms of ems. 1.2em = 12px */
	/*font-size: 62.5%;*/ 
	font-size: 10px;
	background-color: #000000;
	
}

#page {
	position: relative;
	margin: 0 auto;
	padding: 0 0 0px 0;
	width: 878px;
	border:  solid #421220;
	border-width: 0 1px;
	background-image: url(../images/background/masthead.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	min-height:100%;
}

#homePage {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 878px;
	border:  solid #421220;
	border-width: 0 1px 1px 1px;
	background-image: url(../images/home/background.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	padding: 0 0 0px 0;
	height:726px;
}

#homeContent {
	position:relative;
	/*margin: 180px 120px 0 0px;*/
	margin: 156px 120px 0 0px;
	text-align:right;
	/*border: 1px solid pink;*/
	z-index:10;
	
}

#pageContent {
	position:relative;
	margin: 123px 113px 0 200px;
	/*border: 1px solid blue;*/
	color:#FFFFFF;
	z-index:10;
}

#topContent {
	position:relative;
	border: 1px solid #C54751;
	padding: 5px 5px 5px 5px;
	margin:0 0 15px 0;
}

#midContent, #midContent2, #midContent3 {
	position:relative;
	background-color: #FFFFFF;
	background-image: url(../images/background/bg_midContent.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	color:#000000;
}

#midContent {
	padding: 0 20px 15px 20px;
	margin: 0 0 0 0;
}

#midContent2 {
	padding: 28px 0 0 0;
	margin: 0 0 0 0;
}

#midContent3 {
	padding: 28px 0 15px 0;
	margin: 0 0 0 0;
}

#midContent4 {
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	background-color: #000000;
}

#midContent5 {
	position:relative;
	top: 0px;
	border: 1px solid #421220;
	padding: 0 0 0 0;
	margin: 0 0 15px 0;
	background-color: #000000;
	width: 567px;
}
#adminContent {
	position:relative;
	margin: 123px 0 0 200px;
	/*border: 1px solid blue;*/
	color:#FFFFFF;
}

.textWrapper, .textWrapper2 {
	position:relative;
	background-image:url(../images/background/bg_textWrapper.jpg);
	background-position:left;
	background-repeat:repeat-y;
	margin: 0 23px 0 0;
	padding: 15px 0 15px 40px;
	clear: both;
	
}

.textWrapper2 {
	margin: 23px 23px 0 0;
	padding: 0px 0 15px 40px;

	
}

.titleWrapper {
	position:relative;
	margin:0 55px 0 0;
	padding:0;
	border: solid #BF3653;
	border-width: 0 0 1px 0;
	height: 170px;
	/*border: 1px solid blue;*/
	background-image: url(../images/background/bar1.gif);
	background-position: 170px 0;
	background-repeat:no-repeat;
}
	.titleWrapper img{
		float: left;
		margin: 0 3em 0 17px;
		padding:0;
	}

	.titleWrapper table {
		height: 100%;
	}




#footer {
	color: #999999;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0.7em 0;
}

#footImage {
	position: absolute;
	bottom:0;
	left:0;
	background-image: url(../images/background/footer.jpg);
	background-position:bottom left;
	background-repeat: no-repeat;
	height: 195px;
	width: 702px;
	padding:0;
	margin:0;
	z-index:2;
}
/* Links */

a {
	color: #BF3653;
}

a:hover {
	color: #000000;
}

.basicBodyTextWhite a:hover {
	color: #FFFFFF;
}

/* Misc Layout styles */

.cnr_bl {
	position:absolute;
	bottom:0;
	left:0;
}
.cnr_br {
	position:absolute;
	bottom:0;
	right:0;
}

.cnr_bord_tl {
	position:absolute;
	top:-1px;
	left:-1px;
	z-index: 20;
}

.cnr_bord_tr {
	position:absolute;
	top:-1px;
	right:-1px;
	
	z-index: 20;
}

.clearAll {
	clear:both;
	margin:0;
	padding:0;
	height: 1px;
}

.floatLeft {
	float: left;
	padding:0;
	margin:0 ;
	width: 50%;
}

/* Main Menu */ 
#mainMenu {
	width: 100%;
	height: 40px;
	text-align: center;
	vertical-align:bottom;
	position:relative;
	padding: 0 0 0 45px;
	
}

#mainMenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	margin: 25px 0 0 0 ;
	padding: 0px 10px 2px 10px ;
	font-size: 10px;
	border: solid #FFFFFF;
	border-width: 0 0 0 1px;
	line-height: normal;
	display:block;
	float: left;
	font-weight:bold;
	color: #FFFFFF;
	letter-spacing: 0px;
}

#mainMenu a.leftEnd {
	
	border-width: 0 0px 0 0;
}


#mainMenu a:hover {
	color: #C27E75;
}

#mainMenu a.link2:hover {
	color: #C27E75;
}

#mainMenu a.current {
	color: #DEA49C;
	background-color:#BF3653;
	padding-top:25px;
	margin:0;
	vertical-align:bottom;
	border: solid #D99388;
	border-width: 0  1px;
}

#mainMenu a.currentLeftEnd {
	color: #DEA49C;
	background-color:#BF3653;
	padding-top:25px;
	margin:0;
	vertical-align:bottom;
	border: solid #D99388;
	border-width: 0  1px;
}

/* Section menu */

#sectionMenu {
	position: absolute;
	top: 168px;
	left: 0px;
	width:200px;
	/*border: 1px solid green;*/
	background-image:url(../images/background/bg_sectionMenu.jpg);
	background-position: 0 20px;
	background-repeat: no-repeat;
	min-height: 439px;
	z-index:10;
}

	#sectionMenu h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:1.3em;
		line-height: 23px;
		color: #DB8F80;
		text-transform: uppercase;
		margin:0 15px 0 0;
		padding:0px 0 0px 45px;
		border: solid #631437;
		border-width: 1px 1px 1px 0px;
		background-image:url(../images/bullets/menuTitle.gif);
		background-position:left;
		background-repeat:repeat-y;
	}

	#sectionMenu ul {
		padding:0 0 0 0px;
		margin:20px 0 0 0;
		/*border: 1px solid green;*/
	}
		
		#sectionMenu ul ul{
			padding:5px 0 0 0px;
			margin:0px 0 0 0;
			/*border: 1px solid green;*/
		}


	#sectionMenu li {
		color: #FFFFFF;
		padding:10px 0 5px 35px;
		margin:0;
		font-size: 1em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background-image: url(../images/bullets/menuSection.gif);
		background-repeat:no-repeat;
		background-position:0 7px ;
		text-transform:uppercase;
		list-style: none
	}

	#sectionMenu li a {
		color: #FFFFFF;
		text-decoration:none;
	}
	
	#sectionMenu li a:hover {
		color: #9B5E4B;
		text-decoration:none;
	}

	#sectionMenu li a.current {
		color: #9B5E4B;
	}
	
		#sectionMenu li li {
			color: #FFFFFF;
			padding:0px 0 0 0px;
			margin:0px 0 0 0;
			list-style: none;
			font-size: 1em;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			background-image: none;
			background-position:top left;
		}
	
			#sectionMenu li li.wideItem {
				padding:10px 0 0 0;
			}
			
			#sectionMenu li li.wideItem a {
				text-transform:uppercase;
			}
	
			#sectionMenu li li a {
				background-image: url(../images/bullets/menuSection3.gif);
				background-repeat:no-repeat;
				background-position:top left;
				color: #FFFFFF;
				display:block;
				margin:0;
				padding:3px 0 0px 17px;
				text-decoration:none;
				text-transform: none;
			}
			
			#sectionMenu li li.tier3 a {
				background-image: none;
				color: #FFFFFF;
				display:block;
				margin:0;
				padding:3px 0 0px 17px;
				text-decoration:none;
				text-transform: none;
			}
						
			#sectionMenu li li a:hover{
				background-image: url(../images/bullets/menuSection2.gif);
				background-repeat:no-repeat;
				background-position:top left;
				color: #9B5E4B;
				display:block;
				text-decoration:none;
			}
			
			#sectionMenu li li.tier3 a:hover{
				background-image: none;
				color: #9B5E4B;
				display:block;
				text-decoration:none;
			}
				
			#sectionMenu li li.current a {
				background-image: url(../images/bullets/menuSection2.gif);
				background-repeat:no-repeat;
				background-position:0 0 ;
				color: #9B5E4B;
				list-style: none
			}
			
			#sectionMenu li li.current {
				background-image: url(../images/bullets/menuSection2.gif);
				background-repeat:no-repeat;
				background-position:0 0 ;
				color: #9B5E4B;
				list-style: none
			}
			
			#sectionMenu li li.header {
				background-image: none;
				color: #9B5E4B;
				display:block;
				margin:0;
				padding:5px 0 0px 17px;
				text-decoration:none;
				text-transform: uppercase;
			}

/* Heading styles */

.sectionHead {
	font-family:  Helvetica, sans-serif;
	color: #BF3653;
	font-size: 1.6em;
	text-transform: uppercase;
	padding: 1em 0 0.6em 0;
	margin:0;
	font-weight: bold;
}

.sectionHead2, .sectionHead3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BF3653;
	font-size: 1.4em;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	/*padding: 0.2em 0 0.2em 21px;*/
	padding: 0 0 0.4em 40px;
	margin:0;
	background-image: url(../images/bullets/sectionHead2.gif);
	background-position: left;
	background-repeat:repeat-y;
	/*border: 1px solid #F1A5C5;*/
	/*width:247px;*/
	text-align:left;
}

	.sectionHead2 .lighter {
		font-weight: normal;
	}

.sectionHead4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BF3653;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0em 0 0.4em 40px;
	margin: 0 0 1em 0;
	background-image: url(../images/bullets/sectionHead2.gif);
	background-position: 0 0;
	background-repeat:repeat-y;
	border:  solid #A9273F;
	border-width: 0 0 1px 0;
	width: 37%;
	text-align:left;
	min-height:1.4em;
}




.sectionSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	padding: 0.4em 30px;
	margin:0 0 10px 0;
	text-align:left;
	font-size: 1.4em;
	font-weight: normal;
}

.sectionSubHead{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #BF3653;
	font-size: 1.2em;
	padding: 1em 0 0.6em 0;
	margin:0;
}

.sectionSubHead2{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #BF3653;
	font-size: 1.3em;
	font-weight:bold;
	padding: 1em 0 0.5em 0;
	margin:0;
}


.sectionSubHead3{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #BF3653;
	font-size: 1.4em;
	font-weight:bold;
	padding: 0.5em 0 0.5em 0;
	margin:0;
}


/* Paragraph styles */

.basicBodyText, .singleLine, .smallBodyText, .linkBodyText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	color:#000000;
	padding: 0.5em 0;
	margin:0;
}

.basicBodyTextWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.7em;
	color:#ffffff;
	padding: 0.5em 0;
	margin:0;
}

.glossaryTitle {
	color: #BF3653;
	font-weight: bold;
}

.linkTitle, .linkTitle a{
	color: #BF3653;
	font-weight: normal;
}

.linkTitle a:hover {
	color: #000000;
}

.linkArea {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color:#000000;
	padding: 0.5em 0;
	margin:0;
}

.singleLine {
	
	padding: 4em 0;
	
}

.linkBodyText{
	padding: 0 0 1em 0;
}

.smallBodyText {
	font-size: 0.9em;
	color: #999999;
}
#midContent2 .reviewPub a {
	color: #BF3653;
	font-style: italic;
	
}
	#midContent2 .reviewPub a:hover {
		color: #000000;
	}

#midContent3 .basicBodyText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color:#000000;
	padding: 0.4em 30px;
	margin:0;
}

#midContent2 .reviewPub{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color:#000000;
	padding: 0 30px 2em 0px;
	margin:0;
}

.festTitle{
	color: #BF3653;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 1.5em 30px 0 0px;
	margin:0;
}

 .festTitle a {
	color: #BF3653;
	font-style: italic;
	
}
	.festTitle a:hover {
		color: #000000;
	}



.linkText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color:#000000;
	padding:  0;
	margin:0;
}

.bright {
	color:#CC0000;
}

.errorText {
	color:#CC0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.subscribeError {
	color:#CC0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin:0;
	padding:0;
}



.homeBlurb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #9B5E4B;
	line-height:2em;
	padding:0;
	margin:0 0 30px 0;
}

.productionTag, .productionTagInner {
	position:absolute;
	top:83px;
	left: 205px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color:#d7958d;
	padding:0;
	margin:0;
	font-weight:normal;
}


.productionTag a, .productionTagInner a {
	color:#d7958d;
	text-decoration:none;
}

.productionTag a:hover, .productionTagInner a:hover {
	color:#FFFFFF;
}

.imageTag {
	position: absolute;
	bottom: 25px;
	right: 25px;
	text-align:right;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #B75F66;
	line-height:2em;
	padding:0;
	margin:0;
	text-transform:uppercase;
}

.sectionBlurb {
	position: absolute;
	top: 15px;
	right: 25px;
	text-align:right;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #9B5E4B;
	line-height:2em;
	padding:0;
	margin:0;
}

.homeTag a{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:bold;
	color: #B75F66;
	line-height:1.6em;
	padding:0;
	margin:20px 0;
	text-transform:uppercase;
	text-decoration: none;
}

.homeTag a:hover{
	color:#FFFFFF;
}


.lineUp {
	position:relative;
	text-align:right;
	float: right;
	margin:10px 0 0 0;
	padding:0;
	
}
.playList {
	color:#FFFFFF;
	text-transform: uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	margin:0;
	padding:0 0 0 0;
}

.keyline{
	padding:0;
	margin:0;
	height:7px;
	width: 58em;
	float:right;
	background-image: url(../images/background/keyline.gif);
	background-repeat:repeat-x;
	background-position:center;
}

.supportList {
	color:#CF6460;
	text-transform: uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	letter-spacing:0;
	margin:0;
	padding:0;
	clear: both;
}



.call, .dvd {
	float: right;
	background-color: #CE7B60;
	margin:30px 0;
	font-size: 1.2em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align: center;
	padding: 0em 1.5em 0em 1.5em;
	color: #FFFFFF;
	text-align: center;
}

p.dvd {
	background-color: #94243D;
	margin:0px 0;
	color: #FFFFFF;
	clear: both;
}

.callInner {
	background-color: #AF4D58;
	margin: 0;
	text-align: center;
	display: block;
	padding: 0.4em 1.5em 0.4em 1.5em;
	color: #FFFFFF;
	text-align: center;
}

.dvd .callInner {
	background-color: #CE7B60;
	color: #000000;
}



.call a{
	text-decoration: none;
	color:#FFFFFF;
	text-align: center;
}

.dvd a {
	color:#85042B;
	text-align: center;
	text-decoration: none;
}

.call a:hover .callInner, .dvd a:hover .callInner {
	text-decoration: none;
	color:#000000;
	text-align: center;
}

.dvd a:hover .callInner {
	color:#FFFFFF;
}

.crewTitle {
	color: #BF3653;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: normal;
	margin:0 0 0 0px;
	padding: 0.7em 0 0.5em 0;
}

.crewTitle a {
	color: #BF3653;
	text-decoration: none;
}

.crewTitle a:hover {
	color: #000000;
	text-decoration: none;
}


.crewName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 1.2em;
	line-height: normal;
	color:#000000;
	padding:  0 ;
	margin:0 0 0.7em 0px;
	text-transform:uppercase;
}

.crewName a {
	color: #000000;
	text-decoration: none;
}

.crewName a:hover {
	color: #BF3653;
	text-decoration: none;
}

.titleWrapper .crewTitle {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #BF3653;
	font-size: 1.2em;
	line-height:1.6em;
	padding: 0;
	margin:0;
	font-weight: normal;
}

.titleWrapper .crewName {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.2em;
	line-height:1.6em;
	padding: 0 0 0 0;
	margin:0;
	font-weight: normal;
	text-transform:uppercase;
}

.titleWrapper .quote {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #BF3653;
	font-size: 1.2em;
	font-style: italic;
	line-height:1.6em;
	padding: 0;
	margin:0;
	font-weight: normal;
	font-weight:bold;
}

.glossary{
	color: #BF3653;
	/*font-family:"Courier New", Courier, monospace;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0 0 1em 0;
	padding: 0;
	text-align:center;
}

.glossary a{
	border: solid #C28282;
	border-width: 0 1px 0 0;
	color: #BF3653;
	display:block;
	float: left;
	padding: 0;
	margin: 0;
	width: 3em;
}

.glossary a.endLine{
	border-width: 0;
}

.glossary a:hover{
	color: #000000;
}

a.inactive {
	color: #BF3653;
	text-decoration: none;
}

a.inactive:hover {
	color: #BF3653;
	text-decoration: none;
}

/* Lists */

.basicList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;	
	line-height: 1.5em;
	margin:0 auto 1em auto;	
}
.basicList ol {
	list-style-type: lower-roman;
}


/* Images */

.overlay {
	position:relative;
	margin:0;
	padding:0;
	z-index: 50;
	vertical-align:bottom;
	display:block;
	font-size:0;
}

.homeAward {
	margin: 35px 0 10px 0px;
	border-width: 0;
}

.location2 {
	float: right;
	margin: 0 0 0 10px;
}

/* Tables */

.reportLayout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.formLayout tr {
	vertical-align:top;
}

.headingRow {
	color: #A82B3A;
	text-transform:uppercase;
	text-align:center;
}

/* Forms */

.basicFormInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color:#000000;
	padding: 0.4em 0;
	margin:0;
}



/* Cast page */
.castThumb {
	border: solid #AE3B42;
	border-width: 1px 0 0 0;
	float: left;
	height: 95px;
	margin: 0 20px 23px 0;
	padding:0;
	width: 260px;
}
.castThumb img {
	float: left;
	margin: 0 10px 0 0;
}

.castThumb table tr {
	height: 33%;
}

.castThumb h2 {
	border: solid #AE3B42;
	border-width: 0 1px 0 0;
	color: #AE3B42;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin:0;
	padding:0.3em 0 0 0;
	text-transform:uppercase;
	/*width: 100%;
	display:block;*/
}

.castThumb p{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin:0;
	padding: 0;
}



.castThumb a {
	color: #C28282;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin:0;
	padding:0;
	text-decoration: none;
}

.castThumb a:hover {
	color: #BF3653;
}

/* Dividers */

.divideLine1 {
	background-image: url(../images/background/bar1.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0 ;
	height: 3px;
	padding:7px 0;
}


/* List */



/* Colours */

.colour1 { color: #A82B3A; }
.colour2 { color: #BF3653; }
.colour3 { color: #ce7b60; }

/* Minor adjustors */ 
.topLine {
	padding-top: 0;
}

.noBreak {
	white-space: nowrap;
}

#flash {
 float:left;
position:relative;
left:693px;
top:10px;

}