@charset "UTF-8";
/*
For Christian Spotlight movie reviews
and certain other Spotlight pages
Copyright © Films for Christ / Christian Answers
Last edit 2.26.2023 pst

	Open Sans…• Light 300 • Regular 400
	• Semi-Bold 600 • Bold 700 • Extra-Bold 800
	Oswald… • Light 300 • Regular 400 • Semi-Bold 600 • Bold 700
	
► cleanup needed • some styles may no longer be used or redundant to those in… “/spotlight/spotlighthdrftr.css” or common.css
*/

@media screen {

#csInterviews {}

/* FONTS========== */
body {
	font-size:16px;
	background:#333;
}
body,
p,
h1,
h2,
h3,
h4,
a,
td,
li,
div,
input {
	font-family:'Open Sans',Arial,Helvetica,sans-serif;
}
#reviewedmovie,/* “Movie Revew” */
.specemphasis1 {
	font-family:Anton,Oswald;
}
	#reviewedmovie {font-size:137.5%;}
	.specemphasis1 {font-size:150%;}

#csFilmReview span.bve,
#csFilmReview span.bve a {
	font-family:Anton,'Open Sans',Arial,Helvetica,sans-serif !important;
}

.movietitle .aka,
div.pullquote,
div.pullquote a,
div.pullquote p,
div.pullquote p a,
aside.pquote,
aside.pquote a,
aside,pquoteR,
aside,pquoteR a,
.comment .nameage,
.comment .nameage a,
.commentresponse .nameage,
.commentresponse .nameage a {
	font-family:Oswald,'Open Sans',Arial,Helvetica,sans-serif !important;
}
	.movietitle .aka {
		font-size:81.25%;
	}
	.comment .nameage,
	.comment .nameage a,
	#mpaarating {
		font-size:87.5%;
	}
	.comment .nameage,
	.comment .nameage a,
	.commentresponse .nameage,
	.commentresponse .nameage a {
		font-size:103%;
	}
aside.pquote,
aside.pquote a,
aside,pquoteR,
aside,pquoteR a,
div.pullquote a,
div.pullquote p, 
div.pullquote p a {
	font-size:18px !important; /* formerly font-size:112.5%, inadvertently caused any linked text in pullquote to be enlarged */
}

.bigcap {
	font-family:Times,'Times New Roman',Georgia,serif;
	font-size:468.75%;
}

#review blockquote,
#review blockquote p,
#review blockquote p a,
blockquote,
blockquote p,
blockquote p a,
.comment blockquote p,
.comment blockquote p
.alpha p {
	font-family:Lora,Georgia,'Times New Roman',Times,serif;
}
	#review blockquote,
	#review blockquote p,
	#review blockquote p a,
	blockquote,
	blockquote p,
	blockquote p a,
	.comment blockquote p {
		font-size:103%;
	}
	.alpha p {
		font-size:375%;
	}
/* END fonts========== */



#csFilmReview {}

#csFilmReview .mWindow .mwContent {
	padding:0 20px 20px 20px;
	line-height:170%;
}
#csFilmReview .mWindow .mwHeader {
	padding:5px 20px 0 20px;
}

#csFilmReview .pagewrapper,
#csInterviews .pagewrapper {
	width:850px;
	position:relative;
	top:10px;
	left:50%;
	margin:0 0 30px -425px;
	visibility:visible;
}

#csMovieReviewPad {
	padding:5px 10px 0 20px;
	background:#fff;
	/* border-radius:15px; */
}
#csInterviewPad {
	padding:40px 20px 0 30px;
	background:#fff;
	border-radius:15px;
}
#csInterviewPad p,
#csInterviewPad blockquote,
#csInterviewPad li {
	line-height:200%;
}

#spotlightnewreviews {
	text-align:left;
}

.PrequelSequel {font-style:italic;}

/* PHOTOS========== */
#pixinsetCSmr {
	float:left;
	width:206px;
	border-right:15px solid #fff;
	margin-bottom:10px;
	background:#fff;/* needed to cover .commentdivider borders */
}
.pixinset2 {/* phaseout, replace with id=pixinsetCSmr */
	float:left;
	display:inline-block;
	margin:0 10px 10px 0;
	width:206px;
	font-size:8px;
	background:#fff;/* needed to cover .commentdivider borders */
}
.pixinset {/* phaseout, replace with id=pixinsetCSmr */
	float:left;
	display:inline-block;
	width:206px;
	margin:15px 10px 10px 0;
	font-size:8px;
}
#pic150 {/* phase this out */
	display:block;
	width:150px;
	margin:0 0 5px 14px;
}
/* END photos */

/* INDENTS========== */
.leftcolfloatWorkaroundCSreviews {/* used on movie review pages to prevent unwanted overlap of elements on to the floating left column */
	margin-left:220px;
	padding-left:0;
}
.indent { /* necessary when normal padding indent fails */
	position:relative;
	right:20px;
	padding-right:20px !important;
}
.indentBeta {
	position:relative;
	display:flow-root;
}

/* indent problem workaround related to float issues on movie review pages where indents of blockquotes and lists are insufficient
• better solutino is right:__px;
*/
.specialindent {
	margin-left:240px;
	padding-left:0;
}
ul.bulletaspotindent li {
	list-style-image:url('/a.gif');
	margin-bottom:2%;
	margin-left:240px;
}
/* END indents */

/* VIDEO========== */
.vidcontainer {
	background:#4b5d52;/* Nandor */
	overflow:hidden;/* necessary to prevent overlap on pixinset */
}
.vidfooter {
	background:#000;
	border-radius:0 0 15px 15px;
}
.videocontainer600 .videoheader {
	text-align:center;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:0;
	padding:10px 0;
	border-radius:15px 15px 0 0;
}
	.videocontainer600 iframe {
		margin-top:0;
	}
	.videocontainer600 .videoheader,
	.vidheader h2,
	.vidheader .videoAbout {
		margin-top:20px;
		margin-bottom:0 !important;
		padding:10px 0;
		width:100%;
		font-size:18px !important;
		font-weight:bold;
		line-height:32px;
		text-align:center;
		border-radius:15px 15px 0 0;
	}
/* end video */

#positive,
#neutral,
#negative,
#youngpeople,
#critics,
#nonviewer,
.commentdivider {
	margin:40px 0 15px 0;
	background:#fff;/* covers right side of positive.negative borderlines */
	padding-bottom:5px;
	padding-left:10px;
	border-bottom:1px solid #dce5e3;/* GreenGrayPale • prev #d9e0dc */
	font-size:22px;
	font-weight:300;
}

/* HOVERS========== */
a:hover,
a:hover span.more,
#commentsavailable ul li a:hover,
#csInterviews a:hover,
#disclaimerspotlight a:hover,
#mpaarating a:hover,
#prayerfocus ul li a:hover,
#prayerfocus p a:hover,
#qlist1answersofthemonth a:hover,
#psynopsis a:hover,
#review a:hover,
#reviewer a:hover,
.comment a:hover,
.castcrew a:hover,
.CSSynd-List a:hover,
.nameage a:hover,
.oscaraward a:hover,
.spotrevinfobox a:hover,
.spotwishlist a:hover,
.ui-widget a:hover {
	color:#fff !important;
	background:#610000;/* Rosewood • do NOT force background */
	text-decoration:none !important;
}
.aboutcelebboxText a:hover {
	color:#fff !important;
	background:#610000 !important;
	text-decoration:none !important;
}


#review a.indxtitle:hover {
	color:#cc0066;
	background:#ffcc33;/* SunglowYellow */
	text-decoration:none;
}

#smrfeaturedimg {
	background:#fff;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-webkit-flex:1 1 auto;
	flex:1 1 auto;
	display:flex;
	align-items:center;
	box-sizing:content-box;
}
	#smrfeaturedimg img {
		width:100%;
	}
	#smrfeaturedimg a {
		background:none;
	}

#review .imgflexbox a {
	background:none;
}

.relevantlist p a:hover,
.relevantlist li a:hover {
	background:#610000;/* Rosewood */
}
#movieviewercommentssorry:hover {
	background:#f0eee4;/* Marshmallow */
}
	#movieviewercommentssorry a:hover {
		color:#000 !important;
		background:none;
	}
a.spothdtrinity:hover {
	background-image:url('/spotlight/bkd-redstripe.gif');
	color:#fff;
	display:block;
}
a.trinitylite:hover {
	color:#993333;/* StilettoRed */
	background-color:#cfc890;/* YumaBrown */
	text-decoration:none;
	font-weight:normal;
}
.btn-mReviewSignup a:hover,
.btn-mReviewSignup img:hover {
	background:none;
}
.spotbetter a:hover {
	color:#fff;
	background-image:url('/spotlight/bkd-redstripe.gif');
	font-weight:bold;
	padding:3px;
}
.zed a:hover {
	color:#ff0000;/* BrightRed */
	background:#ffffcc;
	text-decoration:none;
}
.spotwishlist #crosshover:hover {
	position:absolute;
	-webkit-box-shadow:0 0 15px rgba(94, 0, 0, 0.80);
	-moz-box-shadow:0 0 15px rgba(94, 0, 0, 0.80);
	box-shadow:0 0 15px rgba(94, 0, 0, 0.80);
	padding:0;
}
/* END hovers========== */

/* LATEST MOVIE REVIEWS========== */
.CSSynd-List ul {}
.CSSynd-List li {
	font-size:14px;
	line-height:26px;
}
#CSSynd-Container .zoom_searchform {
	display:none;
}
/* END latest movie reviews========== */

/* TOC========== */
/*	dependencies: jquery.js and jquery.toc-spotlight.js */
#tocbox {
	margin:40px 0 50px 0;
	font-size:90%;
}
	#tocbox h3 {/* toc title */
		color:#fff;
		background:#597c77;
		font-size:15px;
		font-weight:400;
		padding:8px 10px 8px 20px;
	}
	#tocbox ul {
		-webkit-column-count:2;/* Chrome, Safari, Opera */
		-moz-column-count:2;/* Firefox */
		column-count:2;/* CSS3 not supported by all browsers */
		-webkit-column-width:auto;
		-moz-column-width:auto;
		column-width:auto;
		-webkit-column-gap:40px;
		-moz-column-gap:40px;
		column-gap:40px;
		-webkit-column-rule:0 solid #ddd;
		-moz-column-rule:0 solid #ddd;
		column-rule:0 solid #ddd;
		-moz-column-fill:balance;
		column-fill:balance;
	}
	#tocbox li {
		list-style-type:square;
		margin-bottom:15px;
	}
	#tocbox a,
	#tocbox a:link,
	#tocbox a:visited,
	#tocbox a:active {
		border-bottom:none !important;
	}

.scrolllist {
	height:200px;
	border:1px solid #ccc;
	padding:10px 0 0 10px;
	overflow-y:scroll;
}

.logoDistribThumb {
	float:right;
	margin:0 0 5px 5px;
	width:90px;
}

#CSSynd-Logo {
	display:none;
}
.CSSynd-Subtitles {
	font-size:18px;
}

a.seemore {margin-left:10px;}
.more {font-weight:600;}
span.more {margin-left:0.625rem;}
span.more a {color:#610000;/* Rosewood */}
/* span.more:before {content:"See all »"; */

a.seemore2 {margin-left:0;}
span.more2 {margin-left:0;}

/* underlined links */
#csInterviewPad a,
#review a,
#review a:link,
#review a:visited,
#reviewer a,
#reviewer a:link,
#reviewer a:visited,
.comment a,
.comment a:link,
.comment a:visited,
#prayerfocus p a,
.spotwishlist a,
.spotwishlist a:link,
.spotwishlist a:visited,
.tagline a:link,
.tagline a:visited,
.tagline a:active { 
	color:inherit;
	font-weight:inherit;
	text-decoration:none !important;
	border-bottom:2px solid #a7c6e5;/* TrustBlue */
}
/* END underlined links */

/* NO-underline links */
.reviewerneeded a:link,
.reviewerneeded a:visited,
.btn-mReviewSignup a:link,
.btn-mReviewSignup a:visited,
.spotrevfooter a {
	border-bottom:0 !important;
	background:none !important;
}
/* END no-underline links */

#review .filmseries {
	position:relative;
	display:block;
	left:20px;
	margin:15px 0 25px 0;
	font-size:13px;
}
#review .seriesTitle {
	font-size:15px;
	font-weight:700;
	position:relative;
	left:-15px;
}
#review .filmseries ul li,
#review .filmseries ol li {
	margin-left:200px;
	margin-bottom:12px;
}

#moviemakingquality {
	display:none;
}

#reviewedmovie {/* “Movie Revew” */
	margin-top:20px;
	letter-spacing:1px;
	color:#fff;
	text-shadow:1px 0px 6px #596e72;
}

#publishernotice {
	font-size:12px !important;
	line-height:150% !important;
}

#ratingcontent {
	position:relative;
	font-size:14px;
	display:flow-root;
	padding:10px 20px 20px 10px;
}
	#ratingcontent ul {}
	#ratingcontent li {
		font-size:14px;
		line-height:22px;
		margin-bottom:10px;
	}
		#ratingcontent li span {
			font-weight:600;
		}


/* QuestionsoftheMonth========== */
#headeranswersofthemonth {
	margin-top:20px;
}
#qlist1answersofthemonth {
	margin-bottom:30px !important;
}
	#qlist1answersofthemonth li {
		font-size:14px;
		line-height:22px;
		text-align:left;
		margin-bottom:15px !important;
	}
		#qlist1answersofthemonth li a {
			font-weight:600;
			color:#000;
		}
/* END Questions of the Month========== */

/* Bible verse word/phrase emphasis BibleVerseEmphasis========== */
#csFilmReview span.bve {
	display:block;
	font-size:150%;
	line-height:180%;
	color:#666;
	}
span.bve a {
	font-weight:700;
	color:#56515B;
	line-height:180%;
}

.spotepsilon {
	font-style:italic;
	margin-top:2%;
}

fieldset {border:none;}

/* BLOCKQUOTES========== */
#review blockquote, blockquote {}
#review blockquote a {}
blockquote p {line-height:160%;}
blockquote em {
	font-style:normal;
	padding-bottom:2px;
	border-bottom:1px dotted #939597;/* UltimateGray */
}
/* END blockquotes */


p {text-align:left;}
.nomoreapplicants {font-weight:bold;}

a {}
a:link,
a:visited,
a:active {
	background:none;
	font-weight:normal;
}
a:link {
	color:#cc0066;
	text-decoration:none;
}
a:visited {
	color:#990066;
	text-decoration:none;
}
a:active {
	color:#ff00ff;
	text-decoration:underline;
}

img.infoicon {
	width:16px;
	height:16px;
	margin:0 6px 0 0;
}

#disclaimerspotlight {
	font-size:10pt;
}
	#disclaimerspotlight p {
		font-size:10pt;
		line-height:150%;
	}

hr.endreviewbody {
	clear:both;
	margin-top:50px;
}
hr.fade { /* not currently used */
	margin:30px 0 20px 0;
	background:rgba(247,247,247,1);
	background:-moz-linear-gradient(left, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 9%, rgba(148,148,148,1) 51%, rgba(247,247,247,1) 90%, rgba(247,247,247,1) 100%);
	background:-webkit-gradient(left top, right top, color-stop(0%, rgba(247,247,247,1)), color-stop(9%, rgba(247,247,247,1)), color-stop(51%, rgba(148,148,148,1)), color-stop(90%, rgba(247,247,247,1)), color-stop(100%, rgba(247,247,247,1)));
	background:-webkit-linear-gradient(left, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 9%, rgba(148,148,148,1) 51%, rgba(247,247,247,1) 90%, rgba(247,247,247,1) 100%);
	background:-o-linear-gradient(left, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 9%, rgba(148,148,148,1) 51%, rgba(247,247,247,1) 90%, rgba(247,247,247,1) 100%);
	background:-ms-linear-gradient(left, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 9%, rgba(148,148,148,1) 51%, rgba(247,247,247,1) 90%, rgba(247,247,247,1) 100%);
	background:linear-gradient(to right, rgba(247,247,247,1) 0%, rgba(247,247,247,1) 9%, rgba(148,148,148,1) 51%, rgba(247,247,247,1) 90%, rgba(247,247,247,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7', GradientType=1 );
}

/* begin review text section within id “review” */
#review {}
#review p {
	line-height:175%;
}
#review h2,
#csInterviews h2 {
	font-size:18px;
	font-weight:700;
	text-align:left;
	margin-top:35px;
	line-height:150%;
}
#review h3,
#csInterviews h3 {
	font-size:18px;
	font-weight:600 !important;
	font-style:italic;
	text-align:left;
	margin:25px 0 0 0;
	line-height:150%;
}
#review .updated {
	font-size:8pt;
	font-style:italic;
}
#review a.indxtitle:link,
#review a.indxtitle:visited,
#review a.indxtitle:active {
	color:#ff6600;
	background:none;
	font-size:13pt;
	font-weight:bold;
	text-decoration:none;
	margin-right:10px;
}
#review a.indxtitle:visited {
	color:#006666;
}
#review a.indxtitle:active {
	color:#cc0066;
}
/* END */


/* COLORS========== */
#csFilmReview h1,
#csFilmReview h2,
#csFilmReview .mWindow .mwHeader h2,
#psynopsis,
#positive,
#neutral,
#negative,
#youngpeople,
#critics,
#nonviewer,
#csInterviewPad h1,
#csInterviews h2,
#csInterviews h3,
span.bigcap,
.tagline,
.credittitle,
aside.pquote,
aside,pquoteR,
div.pullquote p,
.commentdivider,
.aboutcelebboxText h3,
.aboutcelebboxText b,
.aboutcelebboxText em,
.aboutcelebboxText em a,
.aboutcelebboxText hr,
div.specialinserttext b {
	color:#576d70;/* CuttySarkGreen */
}
#spotlightnewreviews .CSSynd-Subtitles,
#prayerhead,
div.relevant,
.vidheader .videoAbout,
.aboutcelebboxTitle,
div.specialinserttitle,
.recommendr {
	background:#576d70;/* CuttySarkGreen */
	color:#fff;
}
.videocontainer600 .videoheader {
	background:#4b5d52;/* Nandor */
	color:#fff;
}
.spotepsilon {
	color:#666699;/* Lavender */
}
#spotlightnewreviews a {
	color:#000;
}
/* end colors========== */


.reviewerneeded {
	width:250px;
	font-size:110%;
	font-weight:bold;
	font-style:italic;
	line-height:150%;
	margin:20px 0 20px 220px;
	padding:10px 20px 20px 20px;
	border:2px solid #3f8275;
	border-radius:10px;
}
	.reviewerneeded img {
		width:100px;
		height:100px;
	}


/* INSERTS========== */
#span.qanda {font-weight:bold;}
#csFilmReview .insert_QA {
	display:block;
	float:none;
	margin-top:30px;
	padding:0 0 15px 0;
	border-bottom:2px solid #cfcfcf;/* VeryLightGray */
	margin-bottom:35px;
}
#csFilmReview .insert_QA .question {
	font-weight:600;
}
#csFilmReview .QA_divider div,
#csFilmReview .insert_QA .question span::before,
#csFilmReview .insert_QA .answer span::before {
	color:#939597;/* UltimateGray */
}
#csFilmReview .insert_QA .question span::before,
#csFilmReview .insert_QA .answer span::before {
	font-size:24px;
}

#csFilmReview .insert_QA .question span::before {
	content:"Q.  ";
}
#csFilmReview .insert_QA .answer span::before {
	content:"A. ";
}
#csFilmReview .QA_divider {
	border:0px solid #fff;
	background-image:url('/img/lineHMid.png');
	background-repeat:repeat-x;
	background-position:center;
}
	#csFilmReview .QA_divider div {
		font-size:18px;
		font-weight:600;
	}
	#csFilmReview div.QA_divider span {
		background:#fff;
		margin-left:40px;
	}
.insertqa,
#csFilmReview .insertqa {
	margin:35px 0;
	padding:15px 5px 15px 30px;
	border-top:1px solid #939597;/* UltimateGray */
	border-bottom:1px solid #939597;/* UltimateGray */
	font-size:13px;
}
#csFilmReview .insertqa ul.alsoseelist {
	margin-left:0 !important;
	padding-left:0;
}
#csFilmReview .insertqa ul.alsoseelist li,
#csFilmReview .insert_QA ul.alsoseelist li {
	margin-bottom:15px !important;
	line-height:170% !important;
}

/* aboutcelebBox========== */
div.aboutcelebBox {
	display:block;
	float:left;
	margin:20px 20px 30px 0;
	width:320px;
}
div.aboutcelebBoxR {
	display:block;
	float:right;
	margin:20px 0 30px 40px;
	width:320px;
}
.aboutcelebboxTitle {
	padding:5px;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	text-align:center;
	border-style:none;
	border-radius:5px 5px 0 0;
}
.aboutcelebboxText {
	background:#f0eee4;/* Marshmallow */
	padding:10px 10px 25px 10px !important;
	font-size:13px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
.aboutcelebboxText h3 {
	font-size:16px !important;
}
.aboutcelebboxText em,
.aboutcelebboxText em a {
	font-weight:700;
	font-style:normal;
}
.aboutcelebboxText blockquote {
	margin:0;
	padding:0 20px 0 0;
}
.aboutcelebboxText blockquote p {
	text-indent:8px;
	font-size:13px !important;
}
.aboutcelebboxText hr {
	margin-top:10px;
	height:1px;
}
.aboutcelebboxText b {
	font-weight:800;
}

/* INSERTS========== */
div.insertbox {
	float:right;
	margin:10px 0 10px 40px;
	padding:7px;
	width:100%;
	max-width:40%;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:10px;
}
div.specialinserttitle {
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	text-align:center;
	border-style:none;
	padding:5px;
	border-radius:5px 5px 0 0;
}
div.specialinserttext {
	background:#f0eee4;/* Marshmallow */
	padding:10px 10px 20px 10px !important;
	font-size:13px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}
	.insertbox .specialinserttext ul {
		margin-left:0;
	}
	.insertbox .specialinserttext ul li {
		margin-bottom:20px;
		line-height:175%;
		list-style:none;
		margin-left:0;
	}
	div.specialinserttext hr {
		border:0;
		height:1px;
		background-image:linear-gradient(to right, rgba(75, 98, 92, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));/* Nandor */
	}
	div.specialinserttext b {
		font-weight:800;
	}
	div.specialinserttext blockquote {
		left:0;
		margin-left:5px;
		margin-right:15px;
		padding-left:0;
		font-size:13px;
	}
	div.specialinserttext blockquote em {
		font-weight:600;
		font-style:inherit;
	}
/* END inserts */

/* below for catalog item inserts only */
div.catauthor {
	font-style:italic;
	font-size:small;
	margin:10px 0 10px 0;
}
div.catindxdesc {
	font-size:10pt;
}
div.catindxpriceline {
	margin-top:10px;
	font-size:80%;
}
.catprice {
	color:#3366cc;
	font-size:12pt;
	font-weight:bold;
}
.catpricestrikeout {
	color:#000;
	font-size:12pt;
	font-weight:normal;
	text-decoration:line-through;
}
.specialprice {
	font-size:14pt;
	font-weight:bold;
	color:#D9A62D;
}
span.cents {
	text-decoration:underline;
	vertical-align:super;
	font-size:50%;
}
input.catcartad {
	width:108px;
	height:19px;
	margin:3px 0 5px 20px;
}
/* end catalog item inserts */

/* END insert boxes, special content */


/* PULLQUOTES========== */
/*
	----aside pquote(R) for CSS-only pullquotes
	----does NOT use /scripts/pullquote.js or any other script
*/
aside.pquote,
aside,pquoteR {
	width:200px;
	padding:8px;
	border:3px solid #576d70;/* CuttySarkGreen */
	background:transparent;
	font-weight:400;
	line-height:150% !important;
	border-width:3px 0;
}
	aside.pquote {
		float:left;
		margin:4px 15px 15px 0;
	}
	aside.pquoteR {
		float:right;
		margin:4px 0 10px 20px;
	}
	aside.pquote:first-letter,
	aside.pquoteR:first-letter {
		text-transform:uppercase;
	}
/* ----END aside pullquotes */

/* ----Dependency: /scripts/pullquote.js */
div.pullquote {
	float:left;
	width:200px;
	margin:4px 15px 15px 0;
	padding:8px;
	border:3px solid #576d70;/* CuttySarkGreen */
	border-width:3px 0;
	background:transparent;
}
div.pullquote p:first-letter {
	text-transform:uppercase;
}
div.pullquote p {
	margin:0;
	font-size:18px;
	font-weight:400;
	line-height:30px !important;
	text-align:center;
}
div.pullquote p a {
	border:none !important;
}
/* END PULLQUOTES */


/* Note: id= “reviewer” and class= “reviewer” —both currerntly needed because some movie review pages have multiple reviews/reviewers ex: Son of God (2014), plus uses of “Reviewed by” lower on the page should NOT have the width constrained */
#reviewer {
	position:relative;
	left:20px;
	width:435px;
	line-height:150%;
}
	#reviewer span {}

	.reviewer {
	line-height:150%;
}
	.reviewer span {
		font-style:italic;
	}

iframe.trailer {/* for trailer iframe on movie review pages */
	margin:15px 0 10px 0;
	width:510px;
	height:288px;
}
.trailermr {/* for iframe use on movie review pages */
	margin:15px 0 10px 0;
	width:360px;
	height:204px;
}

#novolunteers {/* dependency: novolunteersforfilmreview.js */
	margin:25px 0;
	line-height:150%;
}

#reviewrightcolumn {
	float:right;
	width:250px;
	margin:0 0 20px 0;
	border-left:30px solid #fff;
	text-align:right;
	background:#fff;/* needed to cover .commentdivider borders */
	z-index:99;
}

.canmo {
	float:right;
	text-align:left;
	margin-left:10px;
}
.canmo a:link,
.canmo a:visited {
	color:#000;
}

p.spotseerellist {} /* left clear removed 2.5.2014 10:11 PM. */

img.moviepic { /* for movie pictures and posters on movie review pages */
	position:relative;
	z-index:50;
	margin:0 0 20px 0;
	width:100%;
	max-width:190px;
	border:none;
	background:#ccc;
	-webkit-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
	-moz-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
	box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
}

img.moviepicNOshadow {/* for movie pictures and posters on movie review pages */
	width:190px;
	margin:10px 0 20px 0;
}
img.moviepicnoshadow {/* drops the shadow feature */
	width:190px !important;
	margin-bottom:20px;
}
img.moviepicalt {	/* for PRE-shadowed movie pictures and posters on movie review pages */
	width:206px;
	margin-bottom:5px;
}

.shad {
	border-radius:15px;
	-webkit-box-shadow:10px 10px 20px #000;/* Safari and Chrome */
	-moz-box-shadow:10px 10px 20px #000;/* Firefox */
	box-shadow:10px 10px 20px #000;/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	behavior:url('/scripts/ie-css3.htc');/* This lets IE know to call the script on all elements which get the this class */
}

#mractorslist-old {
	font-size:75%;
}

#csInterviewPad h1 {
	margin:0;
	padding:0;
	font-size:125%;
	line-height:187.5%;
	text-align:left;
}

h1.movietitle {
	font-size:200%;
	line-height:120%;
	font-weight:700;
	margin:15px 0 8px 20px;
}
.movietitle .aka {
	display:block;
	clear:left;
	font-weight:300;
	line-height:normal;
	margin:5px 0 10px 20px;
	text-align:left;
	text-shadow:none;
}
#aka,
div.aka {
	font-size:75%;
	font-weight:300;
	line-height:normal;
	margin:10px 0 10px 20px;
}

.tagline {
	font-size:118.75%;
	line-height:150%;
	font-weight:bold;
	font-style:italic;
}
.tagline a:link,
.tagline a:visited,
.tagline a:active {
	font-weight:inherit;
	color:inherit;
}


/*EDITORNOTE========== */
.editorsnote,
.editorsnote span,
.editorsnote ul,
.editorsnote ul li {
	color:#003399;/* SmaltBlue */
}
.editorsnote {
	border-left:1px solid #ccc;
	margin:30px 0 30px 20px;
	padding-left:15px;
	line-height:150%;
}
.editorsnote span {
	font-weight:700;
}
/* END editor’s note */


/* reviewer’s list*/
ul.reviewerslist {
	list-style:square;
	padding-left:216px;
	line-height:150%;
}
ol.reviewerslist {
	padding-left:226px;
	list-style-type:decimal;
	line-height:150%;
}
/* END REVIEW TEXT SECTION */

img.tellafriendimg {
	width:16px;
	height:16px;
	margin-right:8px;
}

/* RATING STARS========== */
img.ratingstar {
	width:19px;
	height:17px;
}
div.stars {
	float:left;
	width:80px;
	height:16px;
	display:block;
	background-image:url('/spotlight/images/star-op10.png');
	background-repeat:repeat-x;
}
.stars05,
.stars1,
.stars15,
.stars2,
.stars25,
.stars3,
.stars35,
.stars4,
.stars45,
.stars5 {
	height:16px;
	background-image:url('/spotlight/images/star.png');
	background-repeat:repeat-x;
}
div.stars05 {width:8px;}
div.stars1  {width:17px;}
div.stars15 {width:25px;}
div.stars2  {width:33px;}
div.stars25 {width:40px;}
div.stars3  {width:48px;}
div.stars35 {width:56px;}
div.stars4  {width:65px;}
div.stars45 {width:73px;}
div.stars5  {width:80px;}
div.starsoff {
	z-index:55;
	background-color:#fff;
	width:80px;
	height:16px;
}
/* END rating stars */

div.sectitle {
	background-color:#000;
	width:100%;
	text-align:center;
	clear:both;
}


/* PRAYERFOCUS========== */
#spotlightnewreviews .CSSynd-Subtitles,
#prayerhead {
	margin-top:30px;
	padding:5px 5px 7px 5px;
	font-size:112.5%;
	line-height:112.5%;
	text-align:center;
	width:100%;
	font-weight:bold;
	border-style:none;
}
#prayerhead img {display:none;}
#prayerfocus {
	margin:0;
	padding:0;
	font-size:87.5%;
	text-align:left;
}
#prayerfocus ul {
	margin:5px;
	padding:10px 0 0 0;
}
#prayerfocus li {
	clear:left;
	margin:0 0 20px 0;
	padding:0;
	line-height:156.25%;
	list-style:none;
}
#prayerfocus li a {
	color:#000;
}
#prayerfocus li em {
	font-weight:700;
	font-style:normal;
}
#prayerfocus img {
	float:left;
	margin-right:10px;
	width:70px;
	height:50px;
	font-size:1px;
}
#prayerfocus p {
	line-height:137.5%;
}
/* END prayer focus */

div.reviewbeginbody {margin-top:40px;}
div.spotfrndem {visibility:hidden;}
.imgleft  {margin-right:20px;}
.imgright {margin-left:10px;}
.imgleft,
.imgright {
	font-size:85%;/* ? */
}

.caption {
	margin:8px 0 10px 0;
	font-size:87.5%;
	line-height:130%;
	color:#666;
}
.captioned {/* consider phasing this out */
	margin-bottom:5px;
}

/* begin shaded border */
#shadowed-border {
	padding:10px 20px 20px 20px;
	width:30%;
	float:left;
	margin:0 20px 0 0;
}
#shadowed-border .sb-inner {
	background-color:#D1D387;
}
#shadowed-border .sb-border {
	background-color:#fff;
}
#shadowed-border2 {
	padding:10px;
	width:30%;
	margin:10px auto;
}
#shadowed-border2 .sb-inner {
	background-color:#dfe2ff;
}
#shadowed-border2 .sb-border {
	background-color:#ffdc9f;
}

.plain {
	padding:10px;
	width:30%;
	margin:10px auto;
	border:thin solid black;
}
/* END shaded border */


/* COMMENTSAVAILABLE========== */
#commentsavailable,
#commentsavailable a {
	color:#003399;
}
#commentsavailable {
	margin-top:15px;
}
#commentsavailable::before {
	content:"Read comments below…";
	font-weight:600;
	font-style:italic;
}
#commentsavailable ul {
	display:block;
	margin:0;
	padding:2px 0 0 0;
}
#commentsavailable ul li {
	list-style-type:none;
	list-style:none;
}
#commentsavailable li::before {
	content:"\25A0";/* solid square */
	color:#6681b7;
	font-weight:bold;
	display:inline-block;
	width:1em;
	margin-left:15px;
}
#commentsavailable li a {
	font-weight:500;
	font-style:normal;
}
/* END comments available========== */

#comments {}

/* COMMENTS========== (from readers) */
.comment {
	break-inside:avoid-column;/* prevents nameage from separating from comment when in balanced columns */
	/* word-break:keep-all; not helping */
	margin:10px 0 30px 0;
	font-size:93.75%;
	line-height:150%;
	text-align:left;
}
.comment .overall,
.commentresponse .overall {
	font-weight:700;
}
.comment ol,
.comment ul {
	position:relative;
	left:15px;
}
ul.commentslist {/* phase-out this class in favor of the above */
	list-style-type:square;
	margin:0 0 0 22px;
	padding:0;
}
.comment blockquote {
	position:relative;
	left:15px;
}
.comment span.myratings {
	font-weight:600;
	padding:20px;
	line-height:170%;
}
.comment .nameage,
.commentresponse .nameage {
	position:relative;
	left:20px;
	margin-top:5px;
}
.nameage:before {content:"—";}
.nameage span.smalltext a:link,
.nameage span.smalltext a:active,
.nameage span.smalltext a:visited {
	font-size:100%;
}
.commentresponse {
	line-height:140%;
	position:relative;
	left:20px;
	margin:20px 0 10px 0;
}
#movieviewercommentssorry {
	width:200px;
	margin:20px 0 20px 220px;
	padding:10px 20px 10px 20px;
	line-height:150%;
	font-style:italic;
	border:2px solid #660000;
	border-radius:10px;
}
#movieviewercommentssorry a {
	border-bottom:none;
}
/* END comments========== */

ul {
	margin:0 0 0 18px;
	list-style-type:square;
}
ul.issueslist {
	margin:0 0 0 10px;
	padding:0;
	list-style-type:square;
}
li.issueslist {
	color:black;
	margin:0;
	padding:0 0 10px 0;
}
ol li {
	list-style-type:decimal;
}
ol.commentslist li {
	list-style-type:decimal;
	margin:5px 0 0 22px;
	padding:0;
	font-size:90%;
}
#spacedlist li {
	margin:20px;
}

.recommendr {
	display:block;
	font-weight:bold;
	padding:5px 0 5px 10px;
	margin:20px 0 10px 0;
	text-align:left;
}

a.trinitylite:link a {}
a.trinitylite:link {
	color:#cccc99;
	text-decoration:none;
	font-weight:normal;
}
a.trinitylite:visited {
	color:#cccc99;
	text-decoration:none;
	font-weight:normal;
}
a.trinity:active {
	color:#993333;/* StilettoRed */
	background:#cfc890;/* YumaBrown */
	text-decoration:none;
	font-weight:normal;
}


img.spotnewtodvd {
	margin-bottom:3px;
	width:70px;
	height:99px;
}

span.spotbullet5 {
	color:#ff6600;
	font-weight:bold;
	padding-right:1px;
}

div.spotlatestreviews {
	background-color:#000;
	text-align:right;
}

.spotbetter a {
	font-size:9pt;
	text-decoration:none;
}
.spotbetter a:link,
.spotbetter a:visited {
	color:#000099;
}
.spotbetter a:active {
	color:#993333;/* StilettoRed */
	background:#ffcc33;/* SunglowYellow */
}
/* END TEMPORARY SECTION */

.zeda a {}
.zed a:link {
	color:#cc0066;
	background:none;
	text-decoration:none;
}
.zed a:visited {
	color:#990066;
	background:none;
	text-decoration:none;
}
.zed a:active {
	color:#ff00ff;
	background:none;
	text-decoration:underline;
}

span.akanation {
	font-weight:lighter;
	font-size:70%;
}

img.spotmr {
	width:138px;
	height:18px;
	margin:0;
}
div.spothdr {
	margin:0;
	padding:0;
}
img.spotvwrcomm {
	width:229px;
	height:49px;
	margin:5px 0;
}
img.spotvwrcommx {
	width:260px;
	margin:5px 0;
}
img.spotsendcomm {
	width:100px;
	height:50px;
	margin:5px 0 5px 10px;
}
div.spotrevinfobox {
	clear:left;
	font-size:12px;
	width:500px;
	border:1px solid #ccc;
	margin:15px 0 20px 0;
	padding:15px 10px 20px 10px;
	border-radius:20px;
	-webkit-box-shadow:#b3b3b3 3px 3px 3px;
	-moz-box-shadow:#b3b3b3 3px 3px 3px;
	box-shadow:#b3b3b3 3px 3px 3px;
}

/* MPARATING========== */
#mpaarating,
#mpaarating a {}
#mpaarating {
	margin-top:15px;
	margin-left:20px;
}
#mpaarating a {
	line-height:20px;
}
#mpaarating img {
	padding:0 5px;
	vertical-align:middle;
}
img.mpaaunrated {
	width:29px;
	height:15px;
	vertical-align:middle;
}
img.mpaarateg     {width:12px;height:11px;}
img.mpaarategi    {width:12px;height:11px;}
img.mpaarater     {width:12px;height:11px;}
img.mpaarateri    {width:12px;height:11px;}
img.mpaaratepg    {width:21px;height:11px;}
img.mpaaratepgi   {width:21px;height:11px;}
img.mpaaratepg13  {width:35px;height:11px;}
img.mpaaratepg13i {width:35px;height:11px;}
/* END mpaa rating */


/* RELEVANTISSUES========== */
div.relevant {
	clear:left;
	width:190px;
	font-size:137.5%;
	font-weight:bold;
	line-height:100%;
	border-style:none;
	text-align:center;
	padding:5px 5px 7px 5px;
}
div.relevantlist {
	z-index:199;
	width:185px;
	background-color:#fff;
	padding:10px 0;
	margin-bottom:0;
	font-size:93.75%;
	line-height:120%;
}
div.relevantlist a img,
div.relevantlist a:link img,
div.relevantlist a:visited img {
	border-bottom:none;
}
.relevantlist .moviepic {
	margin-top:10px;
}
div.relevantlist em {
	font-size:130%;
	font-weight:700;
	font-style:normal;
}
div.relevantlist img.moviepic {
	position:relative;
	width:190px;
	margin-bottom:0;
	-webkit-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
	-moz-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
	box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
}
div.relevantlist blockquote {
	margin-left:0;
}
div.relevantlist p {
	line-height:150%;
}
div.relevantlist ul {
	margin-left:15px;
	margin-bottom:15px;
}
div.relevantlist ul li {
	margin-left:0;
	margin-bottom:10px;
	line-height:150%;
}
ul.relevantlist li {
	line-height:150%;
	margin-left:0;
}
ol.relevantlist li {
	line-height:150%;
	margin-left:0;
	padding-left:0;
}
.relevantlist h2,
.relevantlist-subtitle {
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	color:#666699;/* Lavender */
	padding-bottom:3px;
	border-bottom:1px solid #666699;/* Lavender */
	margin:20px 0 5px 0;
	text-transform:uppercase;
}
/* END relevant issues section */

/* END photo section */

div.spotrightcol {
	width:200px;
	float:right;
	margin-left:10px;
	text-align:right;
	padding-bottom:20px;
}

.texttable {
	max-width:100%;
}

table.credits {
	border-collapse:collapse;
	border-spacing:0;
}
tr.credits,
td.credits {
	vertical-align:top;
}

span.credittitle {
	font-weight:bold;
	font-style:italic;
}
/* above to be outdated and replaced by below */
.credittitle,
.castcrew {
	font-size:87.5%;
	line-height:170%;
	padding-bottom:0.625rem;
}
span.credittitle {
	font-weight:700;
	font-style:italic;
}
/* above to be outdated and replaced by below */
.credittitle {
	width:85px;
	font-weight:700;
	font-style:normal;
	text-align:right;
}
.castcrew {
	text-align:left;
	padding-left:0.625rem !important;
}
.castcrew .mChar {
	font-style:italic;
}

.temporary {/* used for movie review blank fields */
	visibility:hidden;
}

.ratings {
	background-image:url('/spotlight/cream.gif');
	margin-top:15px;
	empty-cells:show;
}

.infocolone {
	width:140px;
	display:block;
	float:left;
	color:#666699;/* Lavender */
	text-align:right;
	margin-right:5px;
	padding-bottom:5px;
}
.infocoltwo {
	padding-bottom:5px;
	margin-left:150px;
}

.picmarg {
	margin-bottom:5px;
	border:none;
}

.highlight {/* for highlighting text with yellow background */
	background-color:#ffffcc;/* PaleYellow */
}

#psynopsis {
	font-size:14px;
	line-height:26px;
}
#psynopsis span {
	font-weight:bold;
	font-style:italic;
}

.year {
	font-size:14px;
	font-weight:normal;
}
#yearofreleaseOLD {}

span.invisible {
	visibility:hidden;
	font-size:1%;
}
span.invisibleobject {
	visibility:hidden;
	font-size:1%;
}

td.header {
	font-size:8pt;
}

div.headerfast {
	font-size:10pt;
}

td {
	font-size:11pt;
}

.alpha a {
	font-size:8pt;
}
.alpha p {
	color:#663366;
	background:none;
	font-weight:bold;
	text-align:center;
}

/* OSCARS==========(screen) */
div.oscaraward {
	display:block;
	background-color:#fff;
	width:180px;
	text-align:left;
	padding:0 5px 5px 5px;
	float:right;
	margin:10px 20px 10px 10px;
	font-size:10pt;
}
div.oscaraward img {
	width:24px;
	height:67px;
	float:left;
	margin-right:10px;
}
div.oscaraward div {
	font-size:7pt;
	line-height:150%;
	padding-top:8px;
}
div.oscaraward span {/* old, delete */
	font-size:7pt;
	line-height:150%;
}
img.oscarnominee {
	margin-bottom:5px;
}
div.oscardvd {
	font-size:10px;
	font-weight:normal;
	color:#666666;
}
div.oscarcategory {
	font-weight:bold;
	font-size:150%;
	font-style:italic;
	color:#999966;
	background-color:#000;
	padding:12px 10px 15px 10px;
}
div.oscarsectionbarshadow {
	background:url('/spotlight/news/bkd-shadow2news.gif');
	width:100%;
	border:0;
	height:8px;
	margin-bottom:10px;
}
/* END Oscars (screen)========== */

/* “My Movie List” */
#mrinteracts { /* section for “My Movie List” interaction */
	width:110px;
	float:right;
	margin:20px 0 0 20px;
	font-size:11px;
	text-align:right;
}
#MyMovieList {} /* form for add/view */
#MyMovieList fieldset {
	border:none;
}
	/* #MyMovieList fieldset:before {
	content:"IMPROVED FEATURE";
	position:relative;
	left:-5px;
	color:#000;
	font-style:italic;
	padding-bottom:2px;
	border-bottom:1px solid #ccc;
	}
	*/
#mymovielistTitle {}

.spotwishlist {
	padding-top:5px;
	text-align:left;
	line-height:200%;
}
.spotwishlist input {
	vertical-align:middle;
	padding-right:5px;
}
.spotwishlist #crosshover:active {
	outline:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/* END “My Movie List” */





} /* END media screen */
/* zzz */
@media print {
#aka,
#canmo2,
#movieviewercommentssorry,
#reviewrightcolumn,
#smrfeaturedimg,
#spotlightnewreviews,
.aka,
.canmo2,
.filmseries,
.movietitle .aka,
.pixinset2 .moviepic,
.spotlightnewreviews a:link,
.spotlightnewreviews a:visited,
div.nvbar,
div.shadow,
div.spotfrndem,
div.spotgosp,
div.spothdr,
div.spotrevfooter,
div.spotwishlist,
form,
iframe.trailer,
img.spotsendcomm,
img.zoomin,
p.spotseerellist,
span.more,
span.spot0001,
span.spot0002,
.logoDistribThumb {
	display:none !important;
}

.bigcap {
	font-family:Lora,Georgia,'Times New Roman',Times,serif;
	font-size:100%;
	color:#000;
	float:none !important;
	font-weight:normal;
	line-height:175%;
	padding:0 0 0 0 !important;
}

#pixinsetCSmr {
	float:left;
	width:206px;
	border-right:15px solid #fff;
	margin-bottom:10px;
	background:#fff;/* needed to cover .commentdivider borders */
}

.insertqa {
	z-index:-1;
	font-size:10pt;
	margin:10px 0 15px 0;
}

div.relevant {
	clear:left;
	width:190px;
	font-size:16pt;
	font-weight:800;
	color:#000;
	background-color:transparent;
	line-height:100%;
	border-style:none;
	text-align:left;
	padding:5px;
}

/* RATING STARS SUBSTITUTE */
div.stars05:before {content:"½/5";}
div.stars1:before  {content:"1/5";}
div.stars15:before {content:"1½/5";}
div.stars2:before  {content:"2/5";}
div.stars25:before {content:"2½/5";}
div.stars3:before  {content:"3/5";}
div.stars35:before {content:"3½/5";}
div.stars4:before  {content:"4/5";}
div.stars45:before {content:"4½/5";}
div.stars5:before  {content:"5/5";}
/* END rating stars */

div.spotrevinfobox {
	clear:left;
	font-size:12px;
	width:450px;
	padding:10px;
	margin:15px 0 20px 0;
	background:none;
}

#reviewedmovie {
	color:#999;
	text-shadow:none;
}
.movietitle {
	font-weight:800;
	font-size:230%;
	line-height:120%;
	margin:5px 0 8px 0;
}

/* Requires /scripts/pullquote.js */
div.pullquote {
	float:left;
	width:200px;
	margin:4px 12px 4px 0;
	padding:8px;
	border:3px solid #999;
	border-width:3px 0;
	background:transparent;
}
	div.pullquote p:first-letter {
		text-transform:uppercase;
	}
	div.pullquote p {
		font-weight:400;
		color:#000;
		text-align:center;
		line-height:30px !important;
		margin:0;
	}

div.spotcommhdr,
.reviewerneeded {
	border:none;
}

.bigcap {
	color:#000;
	float:left;
	line-height:375%;
	font-weight:normal;
	padding-top:4px;
	padding-right:8px;
	padding-left:3px;
}

#publishernotice {
	font-size:12px !important;
	line-height:150% !important;
}
.commentdivider {
	margin:40px 0 15px 0;
	font-size:16px;
	font-weight:800;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

img.moviepic {/* for movie pictures and posters on movie review pages */
	width:190px;
	margin-bottom:20px;
	background:#ccc;
	position:relative;
	-webkit-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
	-moz-box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
	box-shadow:4px 5px 10px rgba(0, 0, 0, 0.80);
}

#review a {text-decoration:none}

span.akanation {
	font-weight:lighter;
	font-size:70%;
}


a,
a:link,
a:visited,
a:active {
	color:#000;
	background:none;
	text-decoration:none;
	font-weight:normal;
}

/* comments========== */
.comment {
	break-inside:avoid-column;/* prevents nameage from separating from comment when in balanced columns */
	font-size:13px;
	margin:10px 0 30px 0;
	text-align:left;
	line-height:140%;
}
	.comment blockquote {
		position:relative;
		left:20px;
	}
	.comment blockquote p {
		font-size:inherit;
		line-height:140%;
	}
	.comment span.myratings {
		font-weight:600;
		padding-left:20px;
		line-height:170%;
	}
	.comment .nameage {
		margin:5px 0 0 20px;
	}
.commentresponse {
	font-size:13px;
	line-height:140%;
	position:relative;
	left:20px;
	margin:10px 0 10px 0;
}
	.commentresponse span.myratings {
		margin-top:5px;
		font-style:italic;
	}
	.commentresponse .nameage {
		margin:5px 0 0 20px;
	}
/* END comments */


.infocolone {
	width:160px;
	display:block;
	float:left;
	color:#000;
	text-align:right;
	margin-right:10px;
	padding-bottom:5px;
}
.infocoltwo {
	padding-bottom:5px;
}
.tagline {
	font-size:110%;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
p.comment {font-size:9pt;}
img.spotvwrcomm {
	width:351px;
	height:50px;
	margin:5px 0;
}
img.mpaarateg {
	margin-right:5px;
	width:12px;
	height:11px;
}
img.mpaaratepg {
	margin-right:5px;
	width:21px;
	height:11px;
}
img.mpaaratepg13 {
	margin-right:5px;
	width:35px;
	height:11px;
}
img.mpaarater {
	margin-right:5px;
	width:12px;
	height:11px;
}
.pixinset {
	float:left;
	width:206px;
	margin:15px 10px 10px 0;
}
/* above intended to be replaced by below */
.pixinset2 {
	float:left;
	width:206px;
	margin:0 10px 10px 0;
}

.canmo {
	float:right;
	text-align:left;
	margin-left:10px;
}
.canmo a:link,
.canmo a:visited {
	color:#000;
}

div.spotrightcol {
	width:200px;
	float:right;
	margin-left:10px;
	text-align:right;
	padding-bottom:20px;
}

.texttable {width:700px;}

.aka {
	font-size:8pt;
	margin-bottom:10pt;
	font-weight:normal;
}

table.credits {
	border-collapse:collapse;
	border-spacing:0;
}
tr.credits, td.credits {
	vertical-align:top;
}

.temporary {color:#ccc;}

.ratings {
	background-image:url('/spotlight/cream.gif');
	margin-top:15px;
	empty-cells:show;
}

blockquote.quoteinreview {
	margin-left:240px;
}

.picmarg {
	margin-bottom:5px;
	border:none;
}

.recommendr {
	width:700px;
	display:block;
	color:#fff;
	background-color:#666699;/* Lavender */
	font-size:16px;
	font-weight:bold;
	padding:5px 0 5px 10px;
	margin:20px 0 10px 0;
	text-align:left;
}

div.specialinserttitle {
	font-size:16pt;
	font-weight:bold;
	color:#fff;
	background-color:#666699;/* Lavender */
	line-height:100%;
	border-style:none;
	text-align:center;
	padding:5px;
}

div.specialinserttext {
	background-image:url('/spotlight/cream.gif');
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
	font-size:10pt;
}

.highlight {
	background:#fffff0;/* IvoryYellow */
	/* prev background-color:#ffffcc; */
}

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

p {
	text-align:left;
}

.imgleft {
	float:left;
	margin-right:10px;
	font-size:85%;
	text-align:left;
}
.imgright {
	float:right;
	margin-left:10px;
	font-size:85%;
	text-align:right;
}
.caption {
	margin-bottom:5px;
	font-size:75%;
}

h2 {
	font-size:100%;
	font-weight:bold;
	text-align:left;
	font-style:italic;
}

.year {
	font-size:14px;
	font-weight:normal;
}

.smalltext {
	font-size:10pt;
}
.smallertext {
	font-size:70%;
}

span.overall {
	font-weight:bold;
}

span.myratings {
	font-style:italic;
}

span.nameage {
	font-style:italic;
	padding:0 0 0 20px;
}

#mpaarating,
#mpaarating a,
#mpaarating a:link {
	color:#000 !important;
}

span.invisible {
	visibility:hidden;
	font-size:1%;
}
span.invisibleobject {
	visibility:hidden;
	font-size:1%;
}

ul.issueslist {
	margin:0 0 0 10px;
	padding:0;
	list-style-type:square;
}

ul {
	margin:0 0 0 18px;
}

li.issueslist {
	color:black;
	margin:0;
	padding:0 0 10px 0;}

td.header {
	font-size:8pt;
}

div.headerfast {
	font-size:10pt;
}

td {
	font-size:11pt;
}

a.zed {}
	a.zed:link {
		color:#cc0066;
		background:none;
		text-decoration:none;
	}
	a.zed:visited {
		color:#990066;
		background:none;
		text-decoration:none;
	}
	a.zed:hover {
		color:#ff0000;/* BrightRed */
		background:#ffffcc;
		text-decoration:none;
	}
	a.zed:active {
		color:#ff00ff;
		background:none;
		text-decoration:underline;
	}

a.alpha {
	font-size:8pt;
}

p.alpha {
	color:#663366;
	background:none;
	font-size:60px;
	font-family:Lora,Georgia,'Times New Roman',Times,serif;
	font-weight:bold;
	text-align:center;
}

/* Oscars (print)========== */
div.oscarcategory {
	font-weight:bold;
	font-size:150%;
	font-style:italic;
	color:#999966;
	background-color:#000;
	margin:30px 0 0 0;
	padding:4px 0 3px 0;
}
div.oscarwinner {
	background:none;
	margin:10px 0 20px 0;
	padding:0;
}
a.oscarwinner {
	font-size:100%;
	font-weight:bold;
}
	a.oscarwinner:link,
	a.oscarwinner:visited {
		color:#993333;/* StilettoRed */
		background:none;
		text-decoration:none;
	}
	a.oscarwinner:hover {
		color:#000;
		background:#ffcc33;/* SunglowYellow */
		text-decoration:underline;
	}
	a.oscarwinner:active {
		color:#996600;/* ChelseaGemBrown */
		background:none;
		text-decoration:none;
	}
.oscarlist {}
	li.oscarlist {
		color:#996600;/* ChelseaGemBrown */
		margin:6px;
		padding:0;
		list-style:square;
	}
	div.oscarlist {
		font-size:100%;
	}
	a.oscarlist {
		color:#996600;/* ChelseaGemBrown */
		font-weight:normal;
	}
		a.oscarlist:link {
			color:#996600;/* ChelseaGemBrown */
			text-decoration:none;
		}
		a.oscarlist:visited {
			color:#996600;/* ChelseaGemBrown */
			text-decoration:none;
		}
		a.oscarlist:hover {
			color:#cc3300;
			background:#ffcc33;/* SunglowYellow */
			text-decoration:none;
		}
		a.oscarlist:active {
			color:#996600;/* ChelseaGemBrown */
			background:#ffcc33;/* SunglowYellow */
			text-decoration:none;
		}
	a.oscarlist2 {
		color:#996600;/* ChelseaGemBrown */
		font-size:100%;
		font-weight:normal;
		text-decoration:none;
	}
		a.oscarlist2:link {
			color:#996600;/* ChelseaGemBrown */
			text-decoration:none;
		}
		a.oscarlist2:visited {
			color:#996600;/* ChelseaGemBrown */
		}
		a.oscarlist2:hover {
			color:#cc3300;/* GrenadierRed */
			background:#ffcc33;/* SunglowYellow */
		}
		a.oscarlist2:active {
			color:#996600;/* ChelseaGemBrown */
			background:#ffcc33;/* SunglowYellow */
		}
/* END Oscars (print)========== */

} /* END media print */
