<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /* @group Barlesque selectors
---------------------------------------------------------------- */

	/* main content container div - 100% == 10px at default font sizing */

	#blq-main { 
		font-size: 1em; 
		padding: 5px 0;
	}
   
	/* Consistent naming required for local navigation so the accessibility skip-to link functions */
	#blq-local-nav{}
	
	#blq-footer { clear: both !important; }

/* @end */

/* @group Resource selectors/classes
---------------------------------------------------------------- */

	/* float clearing classes */
	.clearfloats { clear: both; }
	.clearleft { clear: left; }
	.clearright { clear: right; }

	/* add this class to an element to clear floats within */
	#blq-main:after,
	.clearfix:after,
	#home #blq-local-nav ul:after,
	#bd:after,
	.content-col div.hr:after,
	.thumb-md-wrap:after,
	#photothumbs:after,
	.focusbox-b:after,
	ul.lnkgallery:after,
	#vision-comments-nav:after,
	div.frow:after {
		clear: both;
		content: "."; 
		display: block; 
		height: 0; 
		visibility: hidden;
	}

	/* float classes */
	.floatright, .fr { float: right !important; }
	.nofloat, .nf { float: none !important; }
	.floatleft, .fl { float: left !important; }
	
	img { border: none; } 

	/* give space to floated elements */
	img.floatright, img.fr, blockquote.fr, blockquote.floatright { margin: 0 0 5px 10px; }
	img.floatleft, img.fl, blockquote.fl, blockquote.floatleft { margin: 0 10px 5px 0; }

	.bdr { border: 1px solid #000; }
	.nbtop, .nb-top { border-top: none !important; }
	.nbbottom, .nb-bottom { border-bottom: none !important; }
	.nbleft, .nb-left { border-left: none !important; }
	.nbright, .nb-right { border-right: none !important; }

	.make-fw { width: 100% !important; }
	.make-hw { width: 50% !important; }
	.make-qw { width: 25% !important; }

	.add-m { margin: 10px; }
	.add-ml { margin-left: 10px !important; }
	.add-mr { margin-right: 10px !important; }
	.add-mt { margin-top: 10px !important; }
	.add-mb { margin-bottom: 10px !important; }
	.nomargin, .nm, .last { margin: 0 !important; }

	.pd { padding: 10px; }
	.add-pl { padding-left: 10px !important; }
	.add-pr { padding-right: 10px !important; }
	.add-pt { padding-top: 10px !important; }
	.add-pb { padding-bottom: 10px !important; }
	.np, .nopadding { padding: 0 !important; }	

	/* some alignment classes */
	.aligncenter, .ac { text-align: center !important; }
	.alignright, .ar { text-align: right !important; }
	.alignleft, .al { text-align: left !important; }
	.justify { text-align: justify !important; }

	.font-a { font-family: Arial, Verdana, "Trebuchet MS", sans-serif !important; }
	.font-b { font-family: Verdana, Arial, "Trebuchet MS", sans-serif !important; }
	.font-c { font-family: "Trebuchet MS", Verdana, Arial, "Trebuchet MS", sans-serif !important; }
	.font-d { font-family: "Lucida Grande", Verdana, Arial, "Trebuchet MS", sans-serif !important; }
	.font-e { font-family: Tahoma, Arial, "Trebuchet MS", sans-serif !important; }
	.font-e { font-family: Georgia, "Times New Roman", Times, serif !important; }
	.font-f { font-family: "Times New Roman", Times, serif !important; }

	div.hr {
		background: transparent;
		border-bottom:1px solid #000;
		border-top: 1px solid #ccc;
		height: 0px;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	.hide { display: block; height: 0; overflow: hidden; width: 0;  }


/* @end */

/* @group Default Element Font Sizing
---------------------------------------------------------------- */

	/* line-height based on font-size not "computed-value" */
	body * { line-height: 1.22em; }

/* @end */

/* @group useful font-size adjustment classes 
---------------------------------------------------------------- */

	.s5, .dec-half { font-size: 50% !important; }
	.s8 { font-size: 80% !important; }
	.s9 { font-size: 90% !important; }
	.s10 { font-size: 100% !important; }
	.s11 { font-size: 110% !important; }
	.s12 { font-size: 120% !important; }
	.s13 { font-size: 130% !important; }
	.s14 { font-size: 140% !important; }
	.s15, .inc-half { font-size: 150% !important; }
	.s16 { font-size: 160% !important; }
	.s17 { font-size: 170% !important; }
	.s18 { font-size: 180% !important; }
	.s19 { font-size: 190% !important; }
	.s20, .inc-double { font-size: 200% !important; }
	.s21 { font-size: 210% !important; }
	.s22 { font-size: 220% !important; }
	.s23 { font-size: 230% !important; }
	.s24 { font-size: 240% !important; }
	.s25, .inc-doublehalf { font-size: 250% !important; }
	.s30, .inc-treble { font-size: 300% !important; }
	.s40, .inc-quad { font-size: 400% !important; }

/* @end */

/* @group link styles &amp; classes 
---------------------------------------------------------------- */


/* @end */

/* @group bbc visual language 1.0 - columnset selectors
---------------------------------------------------------------- */
	
	/* default for all columns to have 14px left margin */
	.col, #blq-local-nav { 
		display: inline;
		float: left;
		margin: 0 0 0 14px;
		padding: 0;
	}
	
	#blq-local-nav { width: 146px; }

	.columnset-b:after,
	.columnset-c:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

	/* 3 column layout. - each "column" is actually 4 66px columns and 3 14px gutters from VL1.0 combined */
	.columnset-b { background: transparent; }
		.columnset-b .col { width: 306px; }
	
	/* two columns combined with blq-local-nav on far left */
	.columnset-c { background: transparent; }
		.columnset-c .col {	width: 240px; }
		.columnset-c .first { width: 546px; }

/* @end */

/* @group content-col selectors
---------------------------------------------------------------- */

	.content-col h2, .content-col h3, .content-col h4 { color: #563E05; margin: 0 0 0.5em 0; }
	
		.content-col h2 {
			background: transparent url(/staticarchive/c0678c974edcc63ec0a7a81ae0aa6d795cebf00a.gif) repeat-x 0% 100%;
			font-size: 180%;
			padding: 0 0 4px 0;
		}
   
		.content-col h3 {
			font-size: 170%;
			font-weight: bold!important;
		}
   
		.content-col h4 {
			font-size: 150%;
			font-weight: bold!important;
		}

	.content-col p {
		font-size: 120%;
		margin: 0 0 10px 0;
	}
	
	.content-col a { color: #563E05; text-decoration: none; }
	.content-col a:visited { color: #453102; }
	.content-col a:hover { color: #563E05; text-decoration: underline;  }
	.content-col a:active { color: #B44041; } 
	
	.content-col p a { font-weight: bold; }
	
	.content-col div.hr {
		background: transparent url(/staticarchive/be34ed09394d548b4fc3428eccc7b46fc2fc73f7.gif) repeat-x 0% 0%;
		border: 0;
		clear: both;
		height: 6px;
	}
	
		.thumb-md-wrap { background: transparent url(/staticarchive/203f908d4211869b7ab63dbe78872be50a8432ff.gif) no-repeat 50% 50%; padding: 10px; }
		.cta-row { padding: 0 0px; text-align: right; }
		
	.content-col ol, .content-col ul, .content-col dl { margin-left:2em; margin-bottom: 1em; }
	.content-col ol li, .content-col ul li { font-size: 120%; margin-bottom: 5px; }
	.content-col ol li { list-style: decimal outside; }
	.content-col ul li { list-style: disc outside; }
	.content-col dl dd { margin-left: 1em; }	

	blockquote { padding: 1em 20px 1em 30px; }
	blockquote p { margin-bottom: 10px; }
	blockquote p.cite { font-size: 110%; text-align: right; font-style: italic; margin: 0 0 0 0; }

/* @end */

/* @group default page element selectors
---------------------------------------------------------------- */

	#bd {
		background: transparent url(/staticarchive/9d977862f03a30de0a597c88cf4f3b2f2a1388da.jpg) repeat-y 50% 0%;
		padding: 0 0 0px 0;
	}

		#bd-wrap { 
			background: transparent url(/staticarchive/1481c9dfd7a29333fb3853db77a7c61ec3693232.jpg) no-repeat 50% 100%;
			padding: 0 0 27px 0;
		}

	.content-col { padding: 0px 14px 0px 26px; }
	.related-links { padding: 0px 26px 0px 14px; }

	#blq-local-nav ul { margin-bottom: 26px; }

	#blq-local-nav ul li a {
		background-color: transparent;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		display: block;
		height: 33px;
		overflow: hidden;
		text-indent: -1000em;
	}

	#blq-local-nav ul li a.current, #blq-local-nav ul li a:hover { background-position: 0px -33px; }
	/* #blq-local-nav ul li a.current { margin-bottom: 5px; } */
	
			#blq-local-nav ul li a.home { background-image: url(/staticarchive/5ca50e46784430bf70fd46b921f5423b04e14996.gif); width: 68px; }
			#blq-local-nav ul li a.about { background-image: url(/staticarchive/96f6990780e6681277a5a73702bc72053510e30e.gif); width: 146px;	}
			#blq-local-nav ul li a.episodeguide { background-image: url(/staticarchive/57d0ec3d57a277d02fb262b8ee06d7cd87771600.gif); width: 133px; }
			#blq-local-nav ul li a.actors { background-image: url(/staticarchive/d2a32ac0ff1129785aa3a2fa5b56c1c55f9af044.gif); width: 81px; }			
			#blq-local-nav ul li a.peoplepassion { background-image: url(/staticarchive/f2864726f18fc9dae54d04f65654f0b400b3c9d9.gif); width: 146px; }
			#blq-local-nav ul li a.audiopassion { background-image: url(/staticarchive/892beee1bd974c8d8d55f09fe6707fa741693511.gif); width: 132px; }
			#blq-local-nav ul li a.timeline { background-image: url(/staticarchive/26042ba6bb824ed95ae3ef2248a653a9d25f39f6.gif); width: 94px; }
			#blq-local-nav ul li a.galleries { background-image: url(/staticarchive/a051c0ada8f7f55ad276c25c5d0405ecffeb0953.gif); width: 94px; }
			#blq-local-nav ul li a.gallery { background-image: url(/staticarchive/9bf23eb97d3860a4b819da8dd9c6159ef724dc70.gif); width: 85px; }
			#blq-local-nav ul li a.video { background-image: url(/staticarchive/4121957c6a7a039a252f85f5ce32f18c0f97f766.gif); width: 81px; }
			#blq-local-nav ul li a.articles { background-image: url(/staticarchive/2d4fa9e483257a0205bc013d5064ce04d056858c.gif); width: 93px; }
			#blq-local-nav ul li a.quizes { background-image: url(/staticarchive/5e11946b60fdd580b3783068d9486b938f624079.gif);	width: 81px; }
			
			#blq-local-nav li li a {
				background-color: transparent;
				background-position: 0px 0px;
				background-repeat: no-repeat;
				display: inline;
				font-weight: bold;
				overflow: visible;
				text-indent: 0;
			}
			
			#blq-local-nav ul li ul {
				color: #513900;
				font-size: 110%;
				padding: 5px 0 0 5px;
				list-style-position: outside;
				margin: 0;
			}
				
			#blq-local-nav li li { 
				margin-bottom: 7px;
				padding: 0 0 0 10px;
				background: transparent url(/staticarchive/173babf57c7ea8b9de6a370edfc1ed40d8effe9c.gif) no-repeat 0px 4px;
			}					
			
				#blq-local-nav li li a {
					color: #513900;
					text-decoration: none;
				}
				#blq-local-nav li li a:visited { color: #382800; }
				#blq-local-nav li li a:hover { text-decoration: underline; }
				#blq-local-nav li li a:active { color: #511d00; }
				
		#empbox {
			font-family: Arial, "MS Trebuchet", sans-serif;
			font-size: 120%;
			width: 404px;
		}
		
			#empbox a { color: #D9C058; text-decoration: underline; }
			#empbox a:hover { color: #FFD694; text-decoration: underline; }
			#empbox h5 { color: #D9C058; font-family: Arial, "MS Trebuchet", sans-serif; font-size: 150%; margin: 0 0 0.5em 0; }
			#empbox p { margin: 0 0 0.5em 0; }

/* @end */

/* @group homepage selectors
---------------------------------------------------------------- */
 
	#home #bannertop {
		background: transparent url(/staticarchive/614759d5ace02aca197a4cbc521afb07a0acef4e.jpg) no-repeat 50% 0%;
		padding: 27px 0px 5px 30px !important;
		margin: 0;
	}
	
	#home #bannerbottom {
		background: transparent url(/staticarchive/ceb9b095be08e6253407947c201439aed4204440.jpg) no-repeat 50% 0%;
		height: 299px;
		padding: 28px 0 0 34px;
		color: #fff;
 	}
	
	#home #blq-local-nav { 
		background: transparent url(/staticarchive/231fcb408a6856c792b3947afb34f0bc80377f66.gif) repeat-y 50% 0%;
		float: none;
		margin: 0 0 0 0;
		padding: 0;
		text-align: center;
	}
	
		#home #blq-local-nav ul { 
			background: #09000C url(/staticarchive/73215a14ef7bee25de6c496555832729e1a4dce5.gif) no-repeat 50% 100%;
			padding: 0px 10px 45px 10px;
			margin: 0;
		}
		
			#home #blq-local-nav ul li { 
				background: #09000C url(/staticarchive/28bd79b50906553e7566015ea714b4fbe4880e8e.gif) no-repeat 0% 50%;
				display: inline;
				float: left;
				padding: 0px 3px 0px 3px;
			}
			
			#home #blq-local-nav ul li.first { background: none; margin-left: 10px; } /* shifts links to roughly center! pesky IE */
			
			#home #blq-local-nav ul li a { height: 32px; display: block; }			
			#home #blq-local-nav ul li a:hover { background-position: 0px -32px; }
			
				#home #blq-local-nav ul li a.about { background-image: url(/staticarchive/e8bd47d9e9986cb7878770c38acf0374daba4b08.gif); width: 167px; }
   				#home #blq-local-nav ul li a.actors { background-image: url(/staticarchive/7cd9fe17b49391b0f8e3d8bd99440e9a1e2996f8.gif); width: 81px; }
				#home #blq-local-nav ul li a.episodeguide { background-image: url(/staticarchive/b34a6bb2f67832548ade0b00ca7886a29466bbf8.gif); width: 141px; }			
   				#home #blq-local-nav ul li a.peoplepassion { background-image: url(/staticarchive/091c316da53c3119670439a8001d4279a6e328d4.gif); width: 165px;	}
   				#home #blq-local-nav ul li a.timeline { background-image: url(/staticarchive/f4b448a18026467a9f5d7027ee63c5a96a3dea60.gif);	width: 91px; }
   				#home #blq-local-nav ul li a.galleries { background-image: url(/staticarchive/74fb8ef3ee8453f57d6cd4655ea54dd4d842751a.gif); width: 101px; }
				#home #blq-local-nav ul li a.gallery { background-image: url(/staticarchive/aa942b46a75aaf38b1dc5b2d536f3fbe977c40ef.gif); width: 86px; }
				#home #blq-local-nav ul li a.audiopassion { background-image: url(/staticarchive/69654134553e92e76b123d792a39e9c89bbd5121.gif); width: 142px; }
				#home #blq-local-nav ul li a.articles { background-image: url(/staticarchive/eeef4482a0cd52360cb5e526ca4b9364656606ee.gif);	width: 85px; }
   				#home #blq-local-nav ul li a.cast { background-image: url(/staticarchive/fe183eb327b57fcae11c05af3e26a959b0af21d9.gif);	width: 133px; }
   				#home #blq-local-nav ul li a.video { background-image: url(/staticarchive/df9a733968d63c692972322c443df58c4e200c47.gif); width: 70px; }
   				#home #blq-local-nav ul li a.quizes { background-image: url(/staticarchive/a89a58fd32564b93b77ac15bc3279659ee0b3cb6.gif);	width: 84px; }

	#home #bd {
		background: transparent url(/staticarchive/a8435a915ccbec6d743c1589928885249521ebdf.gif) repeat-y 50% 0%;
		padding: 0 0 0px 0;
		*padding: 0 0 0px 0;
	}
	
 /* @end */
 
/* @group focusbox selectors
---------------------------------------------------------------- */
 	
	.focusbox, .focusbox-b { padding: 10px;	}

	.focusbox {
		background: #BAA865 url(/staticarchive/e0d4b8fe3e6d7d310dc5cee3082a87ec87c19442.gif) repeat-x 0% 0%;
		margin: 0 0 14px 0;
		min-height: 180px;
	}
	
		.focusbox p {
			color: #fff;
			font-size: 120%;
			padding: 0 10px;
		}
	
	.focusbox a, .focusbox a:visited, .focusbox a:active { color: #fff; text-decoration: none; }
	.focusbox a:hover { text-decoration: underline; }
	
	.focusbox-b {
		background: #6F5976 url(/staticarchive/0c88d18e39f1df6bb45f5e37fef60a7466c24b0c.gif) repeat-x 0% 0%;
		color: #fff;
		min-height: 120px;
	}
	
	.fb-alt { 
		background: #fff url(/staticarchive/77263d82113f229e35ca4af1f286988d0209844f.gif) repeat-x 0% 0%;
		color: #000; 
	}
	
		.focusbox-b h2 {
			border-bottom: 1px solid #fff;
			font-size: 140%;
			margin: 0 0 10px 0;
			padding: 0 1px 5px 1px;
		}
		
		.fb-alt h2 { border-bottom: 1px solid #000; }
		
		.focusbox-b a, .focusbox-b a:visited, .focusbox-b a:active { color: #fff; text-decoration: none; }
		.fb-alt a, .fb-alt a:visited, .fb-alt a:active { color: #000; text-decoration: none; }
		.focusbox-b a:hover { text-decoration: underline; }		
	
		.focusbox-b p {
			font-size: 110%;
			margin-bottom: 10px;
			padding: 0 10px;
		}
		
		a.seemore-button, a.seemore-button:visited, a.seemore-button:active {
			background: transparent url(/staticarchive/a473eb1e6fdb71b5d346c027b4ff95b027368491.gif) no-repeat 0px 0px;
			display: block;
			height: 33px;
			margin: 0 0 0 0;
			overflow: hidden;
			text-indent: -1000em;
			width: 93px;
		}
		
		a.seemore-button:hover { background: transparent url(/staticarchive/a473eb1e6fdb71b5d346c027b4ff95b027368491.gif) no-repeat 0px -33px; }
	
/* @end */

/* @group blockout-txt selectors
---------------------------------------------------------------- */

	.blockout-txt { padding: 10px 14px 0 14px; }
	#home .blockout-txt { padding: 0px 0 0 26px; }

	.blockout-txt #showtime {
		/* background: #b6ae90; */
		color: #231506;
		font-size: 130%;
		margin-bottom: 14px;
		/* padding: 3px 5px; */
	}

	.blockout-txt h3 {
		color: #231506;
		margin: 0 0 10px 0;
		font-size: 150%;
	}
	
		/* 
		.blockout-txt h3.timeline {	background-image: url(/thepassion/img/blockout-titles/timeline.gif); }
		.blockout-txt h3.peoplespassion {	background-image: url(/thepassion/img/blockout-titles/peoplespassion.gif); }
		.blockout-txt h3.articles {	background-image: url(/thepassion/img/blockout-titles/articles.gif); }
		.blockout-txt h3.relatedlinks {	background-image: url(/thepassion/img/blockout-titles/relatedlinks.gif); }
		*/
	
	.blockout-txt p {
		border-left: 3px solid #09000C;
		margin: 0 0 14px 0;
	}
	
		
	.blockout-txt p span {
		color: #F0DA8B;
		background: #09000C;
		display: inline;
		font-size: 110%;
		line-height: 1.7em;
		padding: 3px 0;
	}
	
	.blockout-txt p span a { color: #F0DA8B; text-decoration: none; line-height: 1.5em; padding: 0 0; }
	.blockout-txt p span a:hover { color: #F0DA8B; text-decoration: underline; }
	
	
	ul.relatedlinks li a { 
		background: #09000C;
		color: #F0DA8B;
		font-size: 110%;
		line-height: 1.9em;
		margin: 0 0 1px 0;
		padding: 3px 3px 3px 3px;
		text-decoration: none;
	}
	
	ul.relatedlinks li a:hover {
		text-decoration: underline;
	}
	
	li.externaldisclaimer { 
		background: transparent url(/staticarchive/e19f2d9f495220b08e90a855f6646f875a8a733d.gif) no-repeat 2% 5%;
		color: #674823;
		font-size: 100%;
		font-weight: bold;
		margin-top: 10px;
		padding-left: 36px;
		padding-right: 10px;
	}

/* @end */

/* @group banner selectors
---------------------------------------------------------------- */
	
	/* default banner attributes */
	#bannertop { margin: 0;	padding: 25px 0px 0px 30px; }
	#bannerbottom {
		background-color: transparent;
		background-position: 50% 0%;
		background-repeat: no-repeat;
		color: #fff;
		height: 317px;
		padding: 52px 0 0 70px;
	}
	
		/* banner specifc selectors/overrides */	
		.jamesnes #bannertop { background-image: url(/staticarchive/c860b9b1ef554932f5431eeb721b454d0d8ea744.jpg); }
		.jamesnes #bannerbottom { background-image: url(/staticarchive/ea939ad9a857666c371dce91d736c7853e350a2c.jpg); }
		.jamesnes2 #bannertop { background-image: url(/staticarchive/b394cae84f86ecf41add7d71ea0e16b3d6a3cb37.jpg); }
		.jamesnes2 #bannerbottom { background-image: url(/staticarchive/8da67d30b17158c0c62dffc03f01e6702bd852bc.jpg); }
		.jamesnes3 #bannertop { background-image: url(/staticarchive/ec04d1ebf468e37dd23d861dacf848e83094c439.jpg); }
		.jamesnes3 #bannerbottom { background-image: url(/staticarchive/2a9c63acf6d00ef3dfd3688b36cd8f4610cbafb3.jpg); }
		.castlist #bannertop { background-image: url(/staticarchive/d0c3a536d40025297d6e4b34738af999eb2f6a4c.jpg); }
		.castlist #bannerbottom { background-image: url(/staticarchive/a2dab08b3476a3cec00eab180005aa24b0d421a3.jpg); }
		.daniels #bannertop { background-image: url(/staticarchive/5415d1cd13ff6ae828149b9fb4d052719123cd0f.jpg); }
		.daniels #bannerbottom { background-image: url(/staticarchive/8153d14ae65fab30186eed354996d1f2b5c2a627.jpg); }
		.genericbanner1 #bannertop { background-image: url(/staticarchive/565b04a907d74cf8fab75d684001a31fa4ebcd21.jpg); }
		.genericbanner1 #bannerbottom { background-image: url(/staticarchive/9b7eb33181bda84b6c8d3a190a9a4922fdbe1bb4.jpg); }
		.genericbanner2 #bannertop { background-image: url(/staticarchive/4898e03b6c02a8ace22d5cf09a998ee1ba949420.jpg); }
		.genericbanner2 #bannerbottom { background-image: url(/staticarchive/5f7a597f57fbcbcdd8d1b1c8c4c477add0106e1a.jpg); }
		.genericbanner_v #bannertop { background-image: url(/staticarchive/70a8977c486b7ba5219f07b3dfd91b6a85d968a7.jpg); }
		.genericbanner_v #bannerbottom { background-image: url(/staticarchive/d6f2af028374d8a58228c90e621c4f1c2ebdb22b.jpg); }		
		.joseph #bannertop { background-image: url(/staticarchive/27f68082b0927ab7bd310c49d3cf1d7eed6dc3f4.jpg); }
		.joseph #bannerbottom { background-image: url(/staticarchive/7f7674e3678310bc7cb8026b79f71fed4af4cc5d.jpg); }
		.joseph2 #bannertop { background-image: url(/staticarchive/2864ad37439518cfe7360641ca680c7042b39884.jpg); }
		.joseph2 #bannerbottom { background-image: url(/staticarchive/b5e7694567dbf7f5234f2a095b1fd8ad3a68472a.jpg); }
		.paloma #bannertop { background-image: url(/staticarchive/dd7441a8b0899e0652bdda13227801add9c9368c.jpg); }
		.paloma #bannerbottom { background-image: url(/staticarchive/1a860bc8e1108a21ff77a988fce9ee1f2b0820fa.jpg); }		
		.pinelope #bannertop { background-image: url(/staticarchive/c7de560b51de5ad4572392560bbf537140fc98e6.jpg); }
		.pinelope #bannerbottom { background-image: url(/staticarchive/6229821e88abd2b68c58fb7358e2286f788fafba.jpg); }	
		.josephofarimathea #bannertop { background-image: url(/staticarchive/d0b12fee96aea6cc5e3d8e64d9dba0966166ff51.jpg); }
		.josephofarimathea #bannerbottom { background-image: url(/staticarchive/a72858e760d5122640f1f6eff93a2ceea92f91e1.jpg); }		
		
		.gallery #bannertop { background-image: url(/staticarchive/aed7ec1e188f404da73440aefa7e0813a999bbbf.jpg); }
		.gallery #bannerbottom { background-image: url(/staticarchive/a18e5d49cc32d111275156e24311065b7bcb02a4.jpg); height: 234px; padding: 0; }
		
		.peoplespassion #bannertop { background-image: url(/staticarchive/5426cf67999d789bc51d6f30862d236fd2c1aa2d.jpg); }
		.peoplespassion #bannerbottom { background-image: url(/staticarchive/aef28a692b10c8ef378dc9031737c657bd9a8662.jpg);}
		
		.timeline #bannertop { background-image: url(/staticarchive/924d9918d66df0b08354c2cdd8b38b06b7909c07.jpg); }
		.timeline #bannerbottom { background-image: url(/staticarchive/b2b9b1171fb03775427c273a8a78efa9a6a18fc0.jpg); height: 374px; padding: 40px 82px 0px 78px; }

		.episode #bannertop { background-image: url(/staticarchive/32967c47e00bfe0df6b65964550320c792421700.jpg); }
		.episode #bannerbottom { background-image: url(/staticarchive/265d6edac2d0a60245c75542c27bdc7ba4d3b75a.jpg); height: 402px; padding: 40px 0px 0px 67px;}
	
/* @end */

/* @group gallery selectors
---------------------------------------------------------------- */
	
	#gallery h2 { margin: 0 0 1.2em 0; }

	.gi_image_wrap {
		background: transparent url(/staticarchive/da8de6b47c98f8036fde4de0c3e63db0ba7d2e29.jpg) no-repeat 50% 50%;
		margin: 0 0 14px 0;
		padding: 14px;
		text-align: center;
	}
	
	.gi_image_wrap p { margin: 0; }
	#photothumbs { display: none; text-align: left; padding: 0 0 0 2px; }
	#photothumbs img { float: left; margin: 0 6px 4px 0; border: 1px solid #563E05; }
	.photocaption, #pagination { margin: 0 auto 10px auto; }
	#pagination { width: 452px; }
	.photocaption {	background: #D5CDAF; padding: 10px 10px 10px 10px; width: 435px; }

/* @end */

/* @group link gallery selectors (used on peoplespassion)
---------------------------------------------------------------- */

	ul.lnkgallery {
		margin: 0 0 10px 0;
		padding: 0;
		width: 100%;
	}
	
		ul.lnkgallery li {
			display: inline;
			float: left;
			list-style-type: none;
			margin: 0 0 0 0;
			padding: 0;
			width: 168px;
			height: 89px;
		}
		
		ul.lnkgallery li a {
			color: #fff; 
			font-weight: bold;
			height: 88px;
			position: relative;
			text-decoration: none;
			width: 167px;
			display: block;
		}
		
		ul.lnkgallery li a:hover {
			color: #fff;
			text-decoration: none;
		}
		
		ul.lnkgallery li a img, ul.lnkgallery li a div {
			height: 88px;
			left: 0;
			position: absolute;
			top: 0;
			width: 167px;
		}
		
			ul.lnkgallery li a div.lnktxt, ul.lnkgallery li a div.shiv { -moz-opacity: 0; opacity: 0; }
		
				ul.lnkgallery li a div.lnktxt {
					padding: 10px 5px 5px 5px;
					text-align: center;
					width: 157px;
					z-index: 1001;
				}
		
				ul.lnkgallery li a:hover div.lnktxt { -moz-opacity: 1; opacity: 1; }
		
				ul.lnkgallery li a div.shiv {
					background: #000 url(/staticarchive/acff171b0950f2f1303ff91927838910726a9cc3.gif) no-repeat 95% 90%; 
					z-index: 1000;
				}
   
				ul.lnkgallery li a:hover div.shiv {
					filter:alpha(opacity=60);
					-moz-opacity: 0.6;
					opacity: 0.6;
				}
				
				ul.lnkgallery li a:active div.shiv {
					background-color: #F76307;
				}
				
			select {
				width: 70%;
				margin: 0 0 10px 0;
			}

/* @end */

/* @group peoples selectors
---------------------------------------------------------------- */

	ul.audiolst { margin: 0; padding: 0; }
	ul.audiolst li { list-style: none !important; margin: 0 0 8px 0; padding: 0; }
	ul.audiolst li a { 
		background: transparent url(/staticarchive/acff171b0950f2f1303ff91927838910726a9cc3.gif) no-repeat 0% 50%; 
		font-weight: bold;
		padding: 0 0 0 22px;
	}
	
/* @end */

/* @group form selectors
---------------------------------------------------------------- */

	form#getinvolved fieldset { padding: 14px 14px; }
	form#getinvolved div.disclaimer { font-size: 90%; }
	form#getinvolved div.disclaimer p { margin: 0 0 0.5em 0; }
	
	div.frow { margin: 0 0 10px 0; }
	
		div.frow p { margin: 0; }
		div.frow input.txt, div.frow label { float: left; }
		div.frow label { width: 34.9%; }
		div.frow input, div.frow select, div.frow textarea { width: 62.9%; border: 1px solid #563E05; }
		div.frow input.txt { padding: 2px; height: 1.2em; }
		div.frow .submit { width: 30%; padding: 3px; margin: 0 0 0 0px; background: #563E05; color: #fff; border: 0; font-weight: bold; }

/* @end */</pre></body></html>