	/* CSS Document */
	
	#page {
		background-color: white;
		border: 1px solid #959596;
		text-align: left;
		}
	
	#header {
		background-color: #73a0c5;
		}
	
	#content {
		font-size: 1.2em
		}
	
	.widecolumn .entry p {
		font-size: 1.05em;
		}
	
	.narrowcolumn .entry, .widecolumn .entry {
		line-height: 1.4em;
		}
	
	.widecolumn {
		line-height: 1.6em;
		}
		
	.narrowcolumn .postmetadata {
		text-align: center;
		}
	
	.alt {
		background-color: #f8f8f8;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		}
		
	small {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 0.9em;
		line-height: 1.5em;
		}
	
	
	.description {
		font-size: 1.2em;
		text-align: center;
		}
	
		
	.entry p a:visited {
		color: #b85b5a;
		}
	
	.commentlist li, #commentform input, #commentform textarea {
		font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}
		
	.commentlist li {
		font-weight: bold;
		}
	
	.commentlist cite, .commentlist cite a {
		font-weight: bold;
		font-style: normal;
		font-size: 1.1em;
		}
	
	.commentlist p {
		font-weight: normal;
		line-height: 1.5em;
		text-transform: none;
		}
	
	#commentform p {
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}
	
	.commentmetadata {
		font-weight: normal;
		}
	
	#sidebar {
		font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}
	
	small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
		color: #323232;
		}
		
	code {
		font: 1.1em 'Courier New', Courier, Fixed;
		}
	
	acronym, abbr, span.caps
	{
		font-size: 0.9em;
		letter-spacing: .07em;
		}
	
	a, h2 a:hover, h3 a:hover {
		color: #06c;
		text-decoration: none;
		}
	
	a:hover {
		color: #147;
	}
		
	#wp-calendar #prev a {
		font-size: 9pt;
		}
	
	#wp-calendar a {
		text-decoration: none;
		}
	
	#wp-calendar caption {
		font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
		text-align: center;
		}
	
	#wp-calendar th {
		font-style: normal;
		text-transform: capitalize;
		}
	/* End Typography & Colors */
	
	
	
	/* Begin Structure */
	body {
  		background-image: url(http://www.cinemablend.com/images/top/starsBG-oj-top.png);
    		background-repeat: no-repeat;
		background-position: center top;
		background-color: #FDC150;
		}

	#bgTopDiv {
  		background-image: url(http://www.cinemablend.com/images/top/starsBG-oj-bottom.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		}



	
	#page {
		background-color: white;
		margin: 200px auto;
		padding: 0;
		width: 760px;
		border: 1px solid #959596;
		}
		
	#header {
		padding: 0;
		margin: 0 auto;
		height: 200px;
		width: 100%;
		background-color: #73a0c5;
		}
	
	#headerimg {
		margin: 0;
		height: 200px;
		width: 100%;
		}
	
	.narrowcolumn {
		float: left;
		padding: 0 0 20px 45px;
		margin: 0px 0 0;
		width: 450px;
		}
	
	.widecolumn {
		padding: 10px 0 20px 0;
		margin: 5px 0 0 150px;
		width: 450px;
		}
		
	.post {
		margin: 0 0 40px;
		text-align: justify;
		}
	
	.widecolumn .post {
		margin: 0;
		}
	
	.narrowcolumn .postmetadata {
		padding-top: 5px;
		}
	
	ol
	{
		margin: 0;
	}
	
	.widecolumn .postmetadata {
		margin: 30px 0;
		}
		
	#footer {
		padding: 0 0 0 1px;
		margin: 0 auto;
		width: 760px;
		clear: both;
		}
	
	#footer p {
		margin: 0;
		padding: 20px 0;
		text-align: center;
		}
	/* End Structure */
	
	
	
	
	.description {
		text-align: center;
		}
	
	
	h3.comments {
		padding: 0;
		margin: 40px auto 20px ;
		}
	/* End Headers */
	
	
	
	/* Begin Images */
	p img {
		padding: 0;
		/*max-width: 100%;*/
		}
	
	/*	Using 'class="alignright"' on an image will (who would've
		thought?!) align the image to the right. And using 'class="centered',
		will of course center the image. This is much better than using
		align="center", being much more futureproof (and valid) */
		
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
		
	img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}
	
	img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}
	
	.alignright {
		float: right;
		}
		
	.alignleft {
		float: left
		}
	/* End Images */
	
	
	
	/* Begin Lists
	
		Special stylized non-IE bullets
		Do not work in Internet Explorer, which merely default to normal bullets. */
	
	html>body .entry ul {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		} 
	
	html>body .entry li {
		margin: 7px 0 8px 10px;
		}
	
	.entry ul li:before, #sidebar ul ul li:before {
		content: "\00BB \0020";
		}
	
	.entry ol {
		padding: 0 0 0 35px;
		margin: 0;
		}
	
	.entry ol li {
		margin: 0;
		padding: 0;
		}
	
	.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
		}
		
	#sidebar ul, #sidebar ul ol {
		margin: 0;
		padding: 0;
		}
	
	#sidebar ul li {
		list-style-type: none;
		list-style-image: none;
		margin-bottom: 15px;
		}
	
	#sidebar ul p, #sidebar ul select {
		margin: 5px 0 8px;
		}
	
	#sidebar ul ul, #sidebar ul ol {
		margin: 5px 0 0 10px;
		}
	
	#sidebar ul ul ul, #sidebar ul ol {
		margin: 0 0 0 10px;
		}
	
	ol li, #sidebar ul ol li {
		list-style: decimal outside;
		}
	
	#sidebar ul ul li, #sidebar ul ol li {
		margin: 3px 0 0;
		padding: 0;
		}
	/* End Entry Lists */
	
	
	
	/* Begin Form Elements */
	#searchform {
		margin: 10px auto;
		padding: 5px 3px; 
		text-align: center;
		}
	
	#sidebar #searchform #s {
		width: 115px;
		padding: 2px;
		}
	
	#sidebar #searchsubmit {
		padding: 1px;
		}
	
	.entry form { /* This is mainly for password protected posts, makes them look better. */
		text-align:center;
		}
	
	select {
		width: 130px;
		}
	
	#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}
	
	#commentform textarea {
		width: 100%;
		padding: 2px;
		}
	
	#commentform #submit {
		margin: 0;
		float: right;
		}
	/* End Form Elements */
	
	
	
	/* Begin Comments*/
	.alt {
		margin: 0;
		padding: 10px;
		}
	
	.commentlist {
		padding: 0;
		text-align: justify;
		}
	
	.commentlist li {
		margin: 15px 0 3px;
		padding: 5px 10px 3px;
		list-style: none;
		position:relative;
		}
	
	.commentlist p {
		margin: 10px 5px 10px 0;
		}
	
	#commentform p {
		margin: 5px 0;
		}
	
	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}
	
	.commentmetadata {
		margin: 0;
		display: block;
		}
	/* End Comments */
	
	
	
	/* Begin Sidebar */
	#sidebar
	{
		padding: 20px 0 10px 0;
		margin-left: 545px;
		width: 190px;
		}
	
	#sidebar form {
		margin: 0;
		}
	/* End Sidebar */
	
	
	
	/* Begin Calendar */
	#wp-calendar {
		empty-cells: show;
		margin: 10px auto 0;
		width: 155px;
		}
	
	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
		}
	
	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
		}
	
	#wp-calendar a {
		display: block;
		}
	
	#wp-calendar caption {
		text-align: center;
		width: 100%;
		}
	
	#wp-calendar td {
		padding: 3px 0;
		text-align: center;
		}
	
	#wp-calendar td.pad:hover { /* Doesn't work in IE */
		background-color: #fff; }
	/* End Calendar */
	
	
	
	/* Begin Various Tags & Classes */
	acronym, abbr, span.caps {
		cursor: help;
		}
	
	acronym, abbr {
		border-bottom: 1px dashed #999;
		}
	
	blockquote {	
		width:369px;
		padding-left:60px;
		padding-top:11px;
		padding-bottom:11px;
		padding-right:25px;
		border: 1px solid #E4ECEC;
		background-color:#EEF7F7;
  		background-image: url(http://www.cinemablend.com/images/top/quotes.png);
    		background-repeat: no-repeat;
		background-position: left top;
		margin-left:13px;
		margin-bottom:0px;
		color:#47607D;
		font-family:Arial;
		font-size:12px;
		}

	blockquote.noquote {	
		width:369px;
		padding-left:60px;
		padding-top:11px;
		padding-bottom:11px;
		padding-right:25px;
		border: 1px solid #E4ECEC;
		background-color:#EEF7F7;
  		background-image: url(http://www.cinemablend.com/images/icons/spacer.png);
    		background-repeat: no-repeat;
		background-position: left top;
		margin-left:13px;
		margin-bottom:0px;
		margin-top:0px;
		color:#47607D;
		font-family:Arial;
		font-size:12px;
		}


	blockquote.oscar1 {	
		width:369px;
		padding-left:60px;
		padding-top:11px;
		padding-bottom:11px;
		padding-right:25px;
		border: 1px solid #B59502;
		background-color:#FDF6CF;
  		background-image: url(http://www.cinemablend.com/images/icons/oscar.png);
    		background-repeat: no-repeat;
		background-position: left top;
		margin-left:13px;
		margin-bottom:0px;
		margin-top:0px;
		color:#545454;
		font-family:Arial;
		font-size:12px;
		font-weight: bold;
		}

	blockquote.oscar2 {	
		width:369px;
		padding-left:60px;
		padding-top:11px;
		padding-bottom:11px;
		padding-right:25px;
		border: 1px solid #B59502;
		background-color:#FDF6CF;
  		background-image: url(http://www.cinemablend.com/images/icons/spacer.png);
    		background-repeat: no-repeat;
		background-position: left top;
		margin-left:13px;
		margin-bottom:0px;
		margin-top:0px;
		color:#545454;
		font-family:Arial;
		font-size:12px;
		font-weight: bold;
		}
	
	
	.center {
		text-align: center;
		}
	
	
	a img {
		border: none;
		}
	
	.navigation {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
		}
	
	.error
	{
		color: red;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border: 1px solid red;
		padding: 5px;
	}
	
	.VideoTitle
	{
		padding: 2px;
		margin-top: 5px;
		border-bottom: 1px solid #006699;
		color: #003366;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		width: 600px;
		margin-right: 10px;
	}
	
	.VideoSubTitle
	{
		padding-bottom: 15px;
	}
	
	.VideoSubTitle td
	{
		text-align: left;
		padding: 3px;
	
		padding-right: 10px;
		padding-left: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
		
	.TopStory
	{
		border: 1px solid #577290;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	
	.TopStoryHeader
	{
		padding: 1px;
		padding-left: 5px;
		padding-rigth: 5px;
		font-weight: bold;
		background-color: #577290;
		color: #FFFFFF;
	}
	
	.TopStoryDescription
	{
		padding: 1px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.TopStoryTitle
	{
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		font-weight: bold;
		color: #0066CC;
	}
	

	a:link 
	{ 
		color:#EBA521;
		background-color:none;
	}
	
	a:visited 
	{ 
		color:#EBA521;
		background-color:none;
	}
	
	a:hover 
	{ 
		color:#EBA521;
		background-color:none;
	}
	
	a:active 
	{ 
		color:#EBA521;
		background-color:none;
	}
	
	
	#outerdiv 
	{
		position: absolute;
		height: 100%;
		width: 100%;
		text-align: center;
	}

	td 
	{
		font-family: Verdana, Arial; 
		font-size: 12px;
	}

	body, form
	{
		margin: 0px;
	}
	
	.style1 {font-size: 9px;}
	
	.style2 {font-size: 12px;}
	
	.style4 {font-family: "Times New Roman", Times, serif;}
	
	.style5 {font-size: 9px; padding-bottom:2px; padding-top:2px;}
	
	.style8 {font-size: 12px;}
	
	.style9 {font-family: "Times New Roman", Times, serif;}
	
	.style10 {font-size: 9px;}
	
	.style11 {color:#47607D;font-family:Arial;font-size:11px;font-weight:normal;}

	.style12 {font-size: 11.1px; font-family: Arial; color: #E89800;font-weight:normal;}
		
	.style13 {font-size: 11.1px; font-family: Arial; color: #444444;font-weight:normal;}

	.style14 {font-size: 16px; font-family: "Arial"; font-weight: bolder;  color: #02234F;}

	.style15 {font-size: 12px; font-family: Arial; color: #444444;font-weight:normal; line-height:1.23em;}

	.previewpic {
		display: block;
		clear: both;
	}
	
	.Block
	{
		border: 1px solid #577290;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 1.37em;
		background-color: #E9EAEB;
	}


	.BlockBk
	{
		border: 0px solid #577290;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		background-color: #96A3B2;
	}

	.BlockBottom
	{
		border: 1px solid #577290;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
            color: #FFFFFF;
		background-color: #96A3B2;
	      background-image: url(http://www.cinemablend.com/images/top/blockbottomgradient.png);
		text-align: right;
	}

	.BlockShareBar
	{
		border: 1px solid #577290;
		padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
            color: #FFFFFF;
		background-color: #E9EAEB;
	      background-image: url(http://www.cinemablend.com/images/top/sharebar.png);
		text-align: right;
	}


	.BFDTitle
	{
		padding-top:8px;
		padding-bottom:8px;
		padding-left:15px;
		font-weight: bold;
		font-size:24px;
		font-family:Arial;
		line-height: 1.2em;
		color: #090A0A;
		text-align:left;
		width:925px;
		background-color:#E9EFEE;
	}

	.BFDImage {
		margin-left: auto;   
		margin-right: auto;
		margin-top:4px;
		margin-bottom:8px;
		width:624px;
		height:200px;
		overflow:hidden;
	}

	.ReviewImage {
		margin-left: auto;   
		margin-right: auto;
		margin-bottom:8px;
		width:480px;
		height:200px;
		overflow:hidden;
	}
	.ReviewImage img
	{
		margin-left: auto;   
		margin-right: auto;
		margin-bottom:15px;
		overflow:hidden;
	}

	.ReviewTitle
	{
		padding-bottom:1px;
		padding-top:1px;
		font-weight: bold;
		font-size:20px;
		font-family:Arial;
		line-height: 1.2em;
		color: #090A0A;
		text-align:left;
		width:480px;
		margin-bottom:2px;
	}

	.ReviewSubTitle
	{
		margin-top:6px;
		font-weight: bold;
		font-size:16px;
		font-family:Arial;
		line-height: 1.2em;
		color: #090A0A;
		text-align:left;
		width:480px;
	}


	.BFDSubTitle
	{
		margin-top:31px;
		margin-left:12px;
		margin-bottom:21px;
		font-weight: bold;
		font-size:16px;
		font-family:Arial;
		line-height: 1.2em;
		color: #5C7692;
		text-align:left;
		float:left;
	}

	.BFDSubTitle2
	{
		margin-top:8px;
		margin-left:12px;
		margin-bottom:21px;
		font-weight: bold;
		font-size:16px;
		font-family:Arial;
		line-height: 1.2em;
		color: #5C7692;
		text-align:left;
	}


	.StoryType
	{
		color:#E89800;
		font-size:10px;
		font-weight:bolder;
		text-align:left;
		padding-left: 5px;
		margin-top: 16px;
		width:480px;
	}

	.ReviewData
	{
		height: 22px;
		width:476px;
		text-align:left;
		font-family:Arial;
		font-size:11px;
		color:#47607D;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		border-top-style:solid;
		border-top-color:#E9F0F0;
		border-top-width:1px;
		padding-top:6px;
		margin-bottom:3px;
	}

	.ReviewSubData
	{
		width:478px;
		text-align:left;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#090A0A;
		margin-top:5px;
		margin-bottom:3px;
	}
	

	.ReviewRate
	{
		width:478px;
		text-align:left;
		margin-bottom:25px;
	}

	.FeatureTitle
	{
		padding-bottom:14px;
		padding-top:1px;
		padding-right:5px;
		padding-left:5px;
		font-weight: bold;
		font-size:24px;
		font-family:Arial;
		line-height: 1.2em;
		color: #090A0A;
		text-align:left;
		width:600px;
	}

	.KinoStoryTitle
	{
		padding-bottom:12px;
		padding-top:1px;
		font-weight: bold;
		font-size:26px;
		font-family:Arial;
		line-height: 1.05em;
		color: #090A0A;
		text-align:left;
		width:590px;
	}

	.KinoStoryData
	{
		height: 22px;
		width:590px;
		text-align:left;
		font-family:Arial;
		font-size:11px;
		color:#47607D;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		border-top-style:solid;
		border-top-color:#E9F0F0;
		border-top-width:1px;
		padding-top:6px;
		margin-bottom:10px;
	}

	.KinoStoryData a:link
	{
		height: 22px;
		text-align:left;
		font-family:Arial;
		font-size:11px;
		color:#47607D;
		padding-top:3px;

	}

	.KinoStoryData a:visited
	{
		height: 22px;
		text-align:left;
		font-family:Arial;
		font-size:11px;
		color:#47607D;
		padding-top:3px;

	}

	

	.StoryTitle
	{
		padding-bottom:12px;
		padding-top:1px;
		font-weight: bold;
		font-size:24px;
		font-family:Arial;
		line-height: 1.05em;
		color: #090A0A;
		text-align:left;
		width:480px;
	}

	.StoryData
	{
		height: 22px;
		width:478px;
		text-align:left;
		font-family:Arial;
		font-size:11px;
		color:#47607D;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		border-top-style:solid;
		border-top-color:#E9F0F0;
		border-top-width:1px;
		padding-top:6px;
		margin-bottom:10px;
	}

	.StoryData a:link
	{
		height: 22px;
		text-align:left;
		font-family:Arial;
		font-size:11px;
		color:#47607D;
		padding-top:3px;

	}

	.StoryData a:visited
	{
		height: 22px;
		text-align:left;
		font-family:Arial;
		font-size:11px;
		color:#47607D;
		padding-top:3px;

	}

	.StoryImage img
	{
		margin-left: auto;   
		margin-right: auto;
		margin-bottom:10px;
		overflow:hidden;
	}

	.StoryContent
	{
		text-align:left;
		font-family:Arial;
		font-size:13px;
		line-height: 1.3em;
		color:#444444;
		width:478px;
		overflow:hidden;
	}
	.StoryContent a:link {
		color:#EBA521;
		background-color:none;
	}
	.StoryContent a:visited {
		color:#EBA521;
		background-color:none;
	}
	.StoryContent a:hover {
		color:#EBA521;
		text-decoration:underline;
		background-color:none;
	}

	.StoryContent2
	{
		text-align:left;
		font-family:Arial;
		font-size:12px;
		line-height: 1.3em;
		color:#444444;
		width:478px;
	}
	.StoryContent2 a:link {
		color:#EBA521;
		background-color:none;
	}
	.StoryContent2 a:visited {
		color:#EBA521;
		background-color:none;
	}
	.StoryContent2 a:hover {
		color:#EBA521;
		text-decoration:underline;
		background-color:none;
	}

	.FeatureContent
	{
		text-align:left;
		font-family:Arial;
		font-size:12px;
		line-height: 1.3em;
		color:#444444;
		overflow:hidden;
		padding-right:5px;
		padding-left:5px;
	}
	.FeatureContent a:link {
		color:#EBA521;
		background-color:none;
	}
	.FeatureContent a:visited {
		color:#EBA521;
		background-color:none;
	}
	.FeatureContent a:hover {
		color:#EBA521;
		text-decoration:underline;
		background-color:none;
	}



	.ImageViewContent
	{
		margin-top:-6px;
		overflow:hidden;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		border-top-style:solid;
		border-top-color:#E9F0F0;
		border-top-width:1px;
		border-left-style:solid;
		border-left-color:#E9F0F0;
		border-left-width:1px;
		border-right-style:solid;
		border-right-color:#E9F0F0;
		border-right-width:1px;
		float:left;
		width:936px;
	}

	.GalleryContent
	{
		margin-top:-6px;
		padding-left:10px;
		padding-right:10px;
		overflow:hidden;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		border-top-style:solid;
		border-top-color:#E9F0F0;
		border-top-width:1px;
		border-left-style:solid;
		border-left-color:#E9F0F0;
		border-left-width:1px;
		border-right-style:solid;
		border-right-color:#E9F0F0;
		border-right-width:1px;
		float:left;
		width:916px;
	}

	.ReviewContent
	{
		text-align:left;
		font-family:Arial;
		font-size:13px;
		line-height: 1.3em;
		color:#444444;
		width:455px;
		padding-left:12px;
		padding-right:12px;
		padding-bottom:17px;
		overflow:hidden;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		border-left-style:solid;
		border-left-color:#E9F0F0;
		border-left-width:1px;
		border-right-style:solid;
		border-right-color:#E9F0F0;
		border-right-width:1px;
	}
	.ReviewContent a:link {
		color:#EBA521;
		background-color:none;
	}
	.ReviewContent a:visited {
		color:#EBA521;
		background-color:none;
	}
	.ReviewContent a:hover {
		color:#EBA521;
		text-decoration:underline;
		background-color:none;
	}

	.StoryShare {
		border-top-width:2px;
		border-top-style:solid;
		border-top-color:#EEF0F3;
		border-bottom-width:2px;
		border-bottom-style:solid;
		border-bottom-color:#EEF0F3;
		padding-top:5px;
		padding-bottom:5px;
		margin-left:7px;
		margin-right:7px;
	}

	.StoryTags {
		padding-top:5px;
		padding-bottom:5px;
		margin-left:7px;
		margin-right:7px;
		color:#394B62;
		font-family: Arial;
		font-size:12px;
		margin-top:20px;
		margin-bottom:25px;
	}
	.StoryTags a:link {
		color:#394B62;
		font-family: Arial;
		font-size:12px;
	}

	.StoryRelated {
		color:#090A0A;
		font-family: Arial;
		font-size:12px;
		font-weight:bold;
		text-align:left;
		width:468px;
		height:180px;
	}
	.StoryRelated a:link {
		color:#090A0A;
	}

	.StoryRelatedItem
	{
		height:65px;
		width:210px;
		padding-top:20px;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		float:left;
		margin-left:6px;
		margin-right:18px;
		
	}
	.StoryRelatedItem img {
		border: 3px solid #D6E0E8;
		float: left;
		margin-right: 6px;
		margin-bottom: 6px;
		width:39px;
		height:39px;
	}
	.StoryRelatedItem a:hover {
		color:#F68600;
		text-decoration:none;
	}


	.PreviewRelated {
		color:#090A0A;
		font-family: Arial;
		font-size:14px;
		font-weight:bold;
		text-align:left;
		width:468px;
		height:528px;
	}
	.PreviewRelated a:link {
		color:#090A0A;
	}

	.PreviewRelatedItem
	{
		height:65px;
		width:468px;
		padding-top:20px;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		float:left;
		margin-left:6px;
		margin-right:18px;
		
	}
	.PreviewRelatedItem img {
		border: 3px solid #D6E0E8;
		float: left;
		margin-right: 6px;
		margin-bottom: 6px;
		width:39px;
		height:39px;
	}
	.PreviewRelatedItem a:hover {
		color:#F68600;
		text-decoration:none;
	}


	.rTopWrap {
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		border-left-style:solid;
		border-left-color:#E9F0F0;
		border-left-width:1px;
		border-right-style:solid;
		border-right-color:#E9F0F0;
		border-right-width:1px;
		height:222px;
		padding-top:15px;
		padding-right:25px;
	}
	.rTopWrap img {
		float: left;
		margin-right: 13px;
		margin-left: 13px;
		border: 4px solid #D6E0E8;
	}
	.rTopWrap a:link {
		font-family: Arial;
		font-size: 16px;
		font-weight: bolder;
		line-height: 1.25em;
		color: #090A0A;
		text-align:left;
	}
	.rTopWrap a:visited {
		font-family: Arial;
		font-size: 16px;
		font-weight: bolder;
		line-height: 1.25em;
		color: #090A0A;
		text-align:left;
	}
	.rTopWrap a:hover {
		color:#F68600;
	}

	.rListWrap {
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		border-left-style:solid;
		border-left-color:#E9F0F0;
		border-left-width:1px;
		border-right-style:solid;
		border-right-color:#E9F0F0;
		border-right-width:1px;
		height:1433px;
		padding-top:15px;
		padding-right:25px;
	}
	.rListWrap a:link {
		font-family: Arial;
		font-size: 14px;
		font-weight: bolder;
		line-height: 1.25em;
		color: #090A0A;
		text-align:left;
	}
	.rListWrap a:visited {
		font-family: Arial;
		font-size: 14px;
		font-weight: bolder;
		line-height: 1.25em;
		color: #090A0A;
		text-align:left;
	}
	.rListWrap a:hover {
		color:#F68600;
	}

	.rListItem {
		text-align:left;
		display: block;
		height: 60px;
		padding-top:10px;
		padding-left:12px;
		padding-right:2px;
		background-image: url('http://www.cinemablend.com/images/top/nheadline-sep.png') ;
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	.iHeadlines
	{	
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		background-image:url('http://www.cinemablend.com/images/top/headlines-borders.png');
		background-repeat:repeat-y;
		height:594px;
		width:615px;
	}

	.iInt
	{	
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		border-top-style:solid;
		border-top-color:#E9F0F0;
		border-top-width:1px;
		background-image:url('http://www.cinemablend.com/images/top/headlines-borders.png');
		background-repeat:repeat-y;
		height:172px;
		width:615px;
	}

	.iReviews
	{	

		padding-top:11px;
		background-image:url('http://www.cinemablend.com/images/top/reviews-borders.png');
		background-repeat:repeat-y;
		height:583px;
		width:306px;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
	}

	.iCeleb
	{	

		padding-top:4px;
		margin-right:8px;
		background-image:url('http://www.cinemablend.com/images/top/reviews-borders.png');
		background-repeat:repeat-y;
		height:549px;
		width:306px;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
	}

	.iGFR
	{	

		padding-top:4px;
		margin-right:8px;
		background-image:url('http://www.cinemablend.com/images/top/reviews-borders.png');
		background-repeat:repeat-y;
		height:291px;
		width:306px;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
	}


	.iFeatures
	{	

		padding-top:4px;
		margin-right:8px;
		background-image:url('http://www.cinemablend.com/images/top/reviews-borders.png');
		background-repeat:repeat-y;
		height:430px;
		width:306px;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
	}

	.iCelebBar
	{	
		background-image:url('http://www.cinemablend.com/images/top/kino-bar.png');
		background-repeat:repeat-y;
		height:46px;
		width:306px;
		margin-left:0px;
		margin-right:8px;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
	}

	.iGFRBar
	{	
		background-image:url('http://www.cinemablend.com/images/top/scifi-bar.png');
		background-repeat:repeat-y;
		height:46px;
		width:306px;
		margin-left:0px;
		margin-right:8px;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
	}

	.iFeaturesBar
	{	
		background-image:url('http://www.cinemablend.com/images/top/features-bar.png');
		background-repeat:repeat-y;
		height:46px;
		width:306px;
		margin-left:0px;
		margin-right:8px;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
	}

	.iVideoBar
	{	
		background-image:url('http://www.cinemablend.com/images/top/video-bar.png');
		background-repeat:repeat-y;
		height:57px;
		width:638px;
		margin-left:-10px;
	}

	.iIntBar
	{	
		background-image:url('http://www.cinemablend.com/images/top/interviews-bar.png');
		background-repeat:repeat-y;
		height:57px;
		width:638px;
		margin-left:-10px;	
		margin-top:2px;
	}


	.iImagesBar
	{	
		background-image:url('http://www.cinemablend.com/images/top/images-bar.png');
		background-repeat:repeat-y;
		height:57px;
		width:638px;
		margin-left:-10px;
		padding-bottom:4px;
	}

	.iCarousel
	{	
		margin-left:7px;
	}

	.iSocialB
	{	
		background-image:url('http://www.cinemablend.com/images/top/socialBGbottom.png');
		background-repeat:no-repeat;
		height:49px;
		width:295px;
		padding-top:17px;
		padding-left:16px;
	}

	.iKinoB
	{	
		background-image:url('http://www.cinemablend.com/kinokatey/images/kinoBGbottom.png');
		background-repeat:no-repeat;
		height:49px;
		width:295px;
		padding-top:17px;
		padding-left:16px;
	}

	.rKino
	{	
		text-align:left;
		margin-left:2px;
		margin-right:9px;
		color:#7D7B7B;
		font-weight: bold;
	}

	.rKino a:link {	
		color:#BABABA;
	}




	.iFooter
	{	
		background-image:url('http://www.cinemablend.com/images/top/footerBG.png');
		background-repeat:repeat-x;
		height:229px;
		width:100%;
	}

	.RelatedABar
	{	
		background-image:url('http://www.cinemablend.com/images/top/relatedarticles-bar.png');
		background-repeat:repeat-y;
		height:57px;
		width:507px;
		margin-left:-23px;
	}

	.CommentsBar
	{	
		background-image:url('http://www.cinemablend.com/images/top/comments-bar.png');
		background-repeat:repeat-y;
		height:57px;
		width:507px;
		margin-left:-23px;
	}

	.FooterMenu
	{	
		background-image:url('http://www.cinemablend.com/images/top/footerlogo.png');
		background-repeat:no-repeat;
		height:229px;
		width: 976px;
		color:#BBC4D0;
		font-size:9px;
		font-family: Arial;		
	}
	.FooterMenu a:link {
		color:#BBC4D0;
		font-size:9px;
		font-family: Arial;
		line-height: 1.8em;
	}

	.nHeadlines
	{	
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		background-image:url('http://www.cinemablend.com/images/top/nheadlines-borders.png');
		background-repeat:repeat-y;
		height:100%;
		width:615px;
	}

	.nKino
	{	
		border-bottom-style:solid;
		border-bottom-color:#7D7B7B;
		border-bottom-width:1px;
		border-top-style:solid;
		border-top-color:#7D7B7B;
		border-top-width:1px;
		border-right-style:solid;
		border-right-color:#7D7B7B;
		border-right-width:1px;
		border-left-style:solid;
		border-left-color:#7D7B7B;
		borderleft-width:1px;
		padding-right:5px;
		height:100%;
		width:615px;
		margin-top:35px;
	}

/* START HIGHLIGHTER  */

	.HL a:link
	{
		font-size:14px;
		font-family: Arial;
		background-color: #5C6E84;
		color: #ffffff;
		padding-left:6px;
		padding-right:6px;
		padding-top:1px;
		padding-bottom:3px;
	}

	.HL a:visited 
	{
		font-size:14px;
		font-family: Arial;
		background-color: #5C6E84;
		color: #ffffff;
		padding-left:6px;
		padding-right:6px;
		padding-top:1px;
		padding-bottom:3px;
	}


	.HL a:hover
	{
		font-size:14px;
		font-family: Arial;
		background-color: #FD8A02;
		color: #ffffff;
		padding-left:6px;
		padding-right:6px;
		padding-top:1px;
		padding-bottom:3px;
	}

	.HLblack 	{
		font-size:14px;
		font-family: Arial;
		background-color: #000000;
		color: #ffffff;
		padding-left:6px;
		padding-right:6px;
		padding-top:1px;
		padding-bottom:3px;
	}


	.HLblack a:link 
	{
		font-size:14px;
		font-family: Arial;
		background-color: #000000;
		color: #ffffff;
		padding-left:6px;
		padding-right:6px;
		padding-top:1px;
		padding-bottom:3px;
	}

	.HLblack a:visited 
	{
		font-size:14px;
		font-family: Arial;
		background-color: #000000;
		color: #ffffff;
		padding-left:6px;
		padding-right:6px;
		padding-top:1px;
		padding-bottom:3px;
	}


	.HLblack a:hover
	{
		font-size:14px;
		font-family: Arial;
		background-color: #FD8A02;
		color: #ffffff;
		padding-left:6px;
		padding-right:6px;
		padding-top:1px;
		padding-bottom:3px;
	}

/* END HIGHLIGHTER */



	.ArticleTitle
	{
		padding: 0px;
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 3px;
		padding-bottom: 15px;
		font-weight: bold;
		font-size:20px;
		line-height: 1.25em;
		color: #000000;
		text-align: left;
		width:594px;
		border-bottom-style:dotted;
		border-color:#323232;
		border-bottom-width:1px;
	}

	.ArticleText
	{
		padding-top: 2px;
		padding-left: 19px;
		padding-right: 19px;
		padding-bottom: 1px;
		text-align: left;
	}
	


	.PreviewTitle
	{
		width: 608px;
		height: 49px;
		font-weight: bold;
		font-size:16px;
		background-image: url(/images/top/title-bkgrd.png);
		color: #FFFFFF;
		text-align: center;
		line-height:18px;
	}

	.SubTitle
	{
		width: 614px;
		height: 45px;
		font-weight: bold;
		font-size:14px;
		font-family: Arial;
		padding-top: 2px;
		margin-top:5px;
		background-color:#EAF0F0;
		color: #4B677D;
		text-align: center;
		overflow:hidden;
	}

	.IndexContent
	{
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		text-align: left;
		background-image: url(http://www.cinemablend.com/images/top/ipageBG.png) ; 
		background-repeat: repeat-y;
		background-position: center;
		width: 976px;
		height:100%;	
	}

	.IndexShadow
	{
		background-image: url(http://www.cinemablend.com/images/top/ipageBG.png) ;
		background-repeat: no-repeat;
		background-position: center;
		width: 1069px;
		height: 8px;
		text-align: left;
	}

	.PageContent
	{
		padding-bottom: 0px;
		background-image: url(http://www.cinemablend.com/images/top/cpageBG.png) ;
		background-repeat: repeat-y;
		background-position: center;
		margin-left:auto;
		margin-right:auto;
		width: 635px;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 1.37em;
	}

	.PageShadow
	{
		background-image: url(http://www.cinemablend.com/images/top/cpageShadow.png) ;
		background-repeat: no-repeat;
		background-position: center;
		width: 635px;
		height: 8px;
	}

	.PageShadowBottom
	{
		background-image: url(http://www.cinemablend.com/images/top/cpageShadow-bottom.png) ;
		background-repeat: no-repeat;
		background-position: center;
		width: 635px;
		height: 8px;
	}

	.Sidebar120
	{
		padding-bottom: 3px;
		padding-top:2px;
		background-color:#ffffff;
		margin-left:auto;
		margin-right:auto;
		width: 120px;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style:normal;
		line-height: 1.00em;
		color:#323232;
		vertical-align:text-top;
		border-style:solid;
		border-width:5px;
		border-color:#A8B6C3;
	}

	.Sidebar120	a:link { 
		color: #323232;
		}


	.Sidebar120Top
	{
		background-color: #A8B6C3;
		margin-left:auto;
		margin-right:auto;
		width: 130px;
		padding-bottom:3px;
		padding-top:3px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight:bold;
		line-height: 1.37em;
		color:#323232;
		text-align:center;
	}

	.Sidebar120Bottom
	{
		background-color: #A8B6C3;
		margin-left:auto;
		margin-right:auto;
		width: 130px;
		height: 8px;
	}


	.Sidebar300
	{
		padding-bottom: 1px;
		padding-top:1px;
		background-color:#E8E9EB;
		margin-left:auto;
		margin-right:auto;
		width: 304px;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style:normal;
		line-height: 1.00em;
		color:#323232;
	}

	.Sidebar300	a:link { 
		color: #323232;
		}


	.Sidebar300Top
	{
		background-color: #A8B6C3;
		margin-left:auto;
		margin-right:auto;
		width: 304px;
		padding-bottom:3px;
		padding-top:3px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight:bold;
		line-height: 1.37em;
		color:#323232;
		text-align:center;
	}

	.Sidebar300Bottom
	{
		background-color: #A8B6C3;
		margin-left:auto;
		margin-right:auto;
		width: 304px;
		height: 8px;
	}

	.Sidebar160
	{
		padding-bottom: 3px;
		padding-top:2px;
		background-color:#E8E9EB;
		margin-left:auto;
		margin-right:auto;
		width: 164px;
		text-align: left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style:normal;
		line-height: 1.00em;
		color:#323232;
		vertical-align:text-top;
	}

	.Sidebar160	a:link { 
		color: #323232;
		}


	.Sidebar160Top
	{
		background-color: #A8B6C3;
		margin-left:auto;
		margin-right:auto;
		width: 164px;
		padding-bottom:3px;
		padding-top:3px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight:bold;
		line-height: 1.37em;
		color:#323232;
		text-align:center;
	}

	.Sidebar160Bottom
	{
		background-color: #A8B6C3;
		margin-left:auto;
		margin-right:auto;
		width: 164px;
		height: 8px;
	}


	


	
	.BlockBottomButton
	{
		text-align: center;
		background-color: #ffffff;
	}
	
	.ReviewBrief
	{
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
	}
	
	.Search input, .Search select
	{
		font-family: Arial;
		font-size: 14px;
		font-weight:bold;
		height:20px;
		vertical-align:middle;
		color:#3D5466;
		text-align:center;
	}

	.SearchTitle
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: black;
		font-weight: bold;	
	}

	.ReviewPageTitle
	{
		background-color: #006699;
		color: #FFFFFF;
		padding: 2px;
		font-size: 13px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	.ReviewInfo
	{
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #323232;
	}
	
	.Latest
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
	}

	.MenuImagesShade
	{
		filter:alpha(opacity=70);   
		-moz-opacity: 0.70;  
		opacity: 0.7;
	}

	.MenuImagesNormal
	{
		filter:alpha(opacity=100); 
		-moz-opacity:1.0;  
		opacity:1.0;
	}

	.GalleryCatTitle
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		padding: 1px;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.ThumbItem
	{
		width: 200px;
		height: 125px; 
		min-height: 125px; 
		float: left;
		margin-right: 5px;
		margin-left: 60px;
		margin-top: 10px;
		padding: 1px;
		padding-bottom: 0px;
	}

	.ThumbItemLeft
	{
		width: 110px;
		height: 125px; 
		margin-top: 10px;
		overflow:hidden;
		margin-left:4px;
	}

	.GThumbItem
	{
		width: 200px;
		height: 125px; 
		min-height: 125px; 
		float: left;
		margin-right: 12px;
		margin-left: 15px;
		margin-top: 10px;
		margin-bottom:5px;
	}
	
	.ThumbEdges
	{
		border: 3px solid #D6E0E8;
		width: 200px;
	}
	
	.Clear
	{
		clear: both;
		border: none;
		padding: 0px;
		margin: 0px;
	}

h1 { 
	font-weight: bold;
	font-size:24px;
	font-family:Arial;
	color: #090A0A;
	margin:0px
 }

h2 { 
	font-weight: bold;
	font-size:22px;
	font-family:Arial;
	color: #090A0A;
	margin:0px
 }



#pollq { 
	padding: .5em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
}
#pollq p { font-size: .9em; }
#pollq ul { margin: 0; padding: 0; }
#pollq li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	clear: both; 
}
#pollq li * { vertical-align: middle; }
#pollq .poll_link { text-decoration: underline; color: blue; cursor: pointer; }
#pollq .button {
	font-family: normal 11px/1.2em Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 1px 5px;
}


#pollq .vote {
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	background-color: #e76300;
	height: 11px;
	display: block;
	padding: 0;
	vertical-align: middle;
	margin-top: 1px;
	margin-bottom: .5em;
	margin-right: 5px;
}

#pollq .vote-parent { 
	display: block; 
	width: 80%; 
	line-height: 1em; 
	white-space: nowrap; 
}
#pollq li em {
	display: block;
	float: right;
	line-height: 1em;
	font-style: normal;
	font-size: .9em;
}



#tagcloud {
	padding: 1em;
	font-size: 12px;
	text-align: center;
	line-height: 1.4em;
}

#tagcloud a {
	font-family: Verdana,Arial,Tahoma,sans-serif;
	font-weight: normal;
	color: #003399;
}

#tagcloud a:hover { color: #ff8100; }


#tagcloud a.tag_1 { font-size: .8em; }
#tagcloud a.tag_2 { font-size: .9em; }
#tagcloud a.tag_3 { font-size: 1.1em; }
#tagcloud a.tag_4 { font-size: 1.3em; }
#tagcloud a.tag_5 { font-size: 1.5em; }

/* START MENU BUTTON POPUP MENU */

#menupop {
list-style: none;
padding:0;
margin: 0;
background:transparent;
height:44px;
z-index:999;
} 

#menupop li {
position: relative;
border:none;
z-index:999;
}

#menupop li ul {
list-style: none;
position: absolute;
left: -40px;
top: 0px;
display: none;
background-color:transparent;
color:#ffffff;
font-weight:bold;
width:87px;
font-size:1.05em;
font-family:arial;
font-weight:550;
margin:0px;
z-index:99;
}

#menupop li:hover ul { display: block; }

#menupop a:link { 
color: #ffffff;
}

#menupop a:visited{ 
color: #ffffff;
}

#menupop a:active{ 
color: #ffffff;
}

#menupop a:hover{ 
display: block;
background-color:#324862;
}

#menupop #nohover a:hover{ 
display: block;
background-color:transparent;
}

/* END MENU BUTTON POPUP MENU */


.errmsg {
	color:red;
	padding:10px 0;
	font-weight: bold;
}

.okmsg {
	background:#E2F9E3 none repeat scroll 0 0;
	border:1px solid #99CC99;
	color:green;
	font-weight:bold !important;
	margin:0 0 0 0;
	padding:3px 5px;	
}

.infmsg {
	background:#D7EDF4 none repeat scroll 0 0;
	border:1px solid #399EC4;
	color:#0676A0;
	font-weight:bold !important;
	margin:0;
	padding:3px 5px;
}

.blockOverlay {
	background:#000000;
	height:100%;
	left:0;
	opacity:0.4;
	position:fixed;
	top:0;
	width:100%;
}

.blockMsg {
	padding:        0; 
	margin:         0; 
      width:          30%;  
      top:            40%;  
      left:           35%;  
      text-align:     center;  
      color:          #000;  
      border: 2px solid #aaa; 
      background:#fff; 
}

form.box label {
	display: block;
	float:left;
	width:180px;
	padding-right:5px;
}
form.box p {
	clear:both;
}
form.box p:after {
	content: ".";
	display:block;
	float:none;
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	text-indent:-9999px;
}

form.box input {
	float:left;
}

#login-form label {
	width:80px;
}
#login-form .remember label {
	width:auto;
}
#signup-form .security-code img {
	float:left;
}
#signup-form .security-code input[name="captcha"] {
	margin-left: 3px;
}

#profile_helo {
	position: relative;
	left:0;
	top:0;
	padding-left:40px;
	zoom: 1 !important;	
}

#profile_helo img {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	left:0; top:0;
	padding:3px;
	position:absolute;
}

#profile_menu {
	padding:5px 0; 
	margin:0; 
	list-style: none;
}

#profile_menu li {
	padding:0; margin:0; list-style: none;
}



	/* START NEWS DIV W GRADIENT */

.nListing a:link {
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	line-height: 1.25em;
	color: #090A0A;
	text-align:left;
	display: block;
	width: 292px;
	height: 114px;
	float: left;
	padding-top:19px;
	padding-left:12px;
	padding-right:2px;
	padding-bottom:6px;
	background-image: url(http://www.cinemablend.com/images/top/headline-sep.png) ;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.nListing a:visited {
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	line-height: 1.25em;
	color: #090A0A;
	text-align:left;
	display: block;
	width: 292px;
	height: 114px;
	float: left;
	padding-top:19px;
	padding-left:12px;
	padding-right:2px;
	padding-bottom:6px;
	background-image: url(http://www.cinemablend.com/images/top/headline-sep.png) ;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.nListing a:hover {
	color:#F68600;
}
.nListing img {
	float: left;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	border: 3px solid #D6E0E8;
}


	/* END NEWS DIV W GRADIENT */



	/* START REVIEW BIG DIV W GRADIENT */

.rListing a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.25em;
      	font-weight: bolder;
	color: #FABA30;
	text-decoration: none;
	text-align:left;
	display: block;
	width: 285px;
	height: 61px;
	padding-top:133px;
	background-image:url('http://www.cinemablend.com/images/top/rev-shade.png');
	background-position:bottom center;
	background-repeat:repeat-x;
}
.rListing a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.25em;
      	font-weight: bolder;
	color: #FABA30;
	text-decoration: none;
	text-align:left;
	display: block;
	width: 285px;
	height: 61px;
	padding-top:133px;
	background-image:url('http://www.cinemablend.com/images/top/rev-shade.png');
	background-position:bottom center;
	background-repeat:repeat-x;
}
.rListing a:hover {
	color: #ffffff;

}
.nListing img {
	float: left;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	border: 3px solid #D6E0E8;
}


	/* END REVIEW BIG DIV W GRADIENT */


	/* START INDEX CELEB DIV W GRADIENT */

.cListing a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	line-height: 1.25em;
	text-align:left;
	color: #090A0A;
	display: block;
	width: 292px;
	height: 114px;
	float: left;
	padding-top:15px;
	padding-left:12px;
	padding-right:1px;
	background-image: url(http://www.cinemablend.com/images/top/headline-sep.png) ;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.cListing a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	line-height: 1.25em;
	text-align:left;
	color: #090A0A;
	display: block;
	width: 292px;
	height: 114px;
	float: left;
	padding-top:15px;
	padding-left:12px;
	padding-right:2px;
	background-image: url(http://www.cinemablend.com/images/top/headline-sep.png) ;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.cListing a:hover {
	color:#F68600;
}
.cListing img {
	float: left;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	border: 3px solid #D6E0E8;
}
.cListing p {
	margin-bottom: 0px;
}



	/* END INDEX CELEB DIV W GRADIENT */



	/* START REVIEW SM DIV W GRADIENT */

.rsmListing a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	line-height: 1.25em;
	color: #090A0A;
	text-decoration: none;
	text-align:left;
	background-image: url();
	background-repeat: repeat-y;
	display: block;
	width: 274px;
	height: 57px;
	float: left;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding: 5px;
	background-image: url(http://www.cinemablend.com/images/top/headline-sep.png) ;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.rsmListing a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	line-height: 1.25em;
	color: #090A0A;
	text-decoration: none;
	text-align:left;
	background-image: url();
	background-repeat: repeat-y;
	display: block;
	width: 274px;
	height: 57px;
	float: left;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding: 5px;
	background-image: url(http://www.cinemablend.com/images/top/headline-sep.png) ;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.rsmListing a:hover {
	color:#FABA30;
}

	/* END REVIEW SM DIV W GRADIENT */

	/* START REVIEW INDEX BIG DIV W GRADIENT */

.riListing a:link {
	font-family: Trebuchet, verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
      	font-weight: bold;
	color: #15202D;
	text-decoration: none;
	background-color: #E9EAEB;
	background-image: url(http://www.cinemablend.com/images/top/reviewgradient_big.gif);
	background-repeat: repeat-y;
	display: block;
	width: 362px;
	height: 260px;
	float: left;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #000000;
}
.riListing a:visited {
	font-family: Trebuchet, verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
      font-weight: bold;
	color: #15202D;
	text-decoration: none;
	background-color: #E9EAEB;
	background-image: url(http://www.cinemablend.com/images/top/reviewgradient_big.gif);
	background-repeat: repeat-y;
	display: block;
	width: 362px;
	height: 260px;
	float: left;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	border: 1px solid #000000;
}
.riListing a:hover {
	background-color: #F9C364;
	background-image: none;
	background-repeat: repeat-x;
}
.riListing a:active {
	background-color: #F9C364;
	background-image: none;
	background-repeat: repeat-x;
}
.riListing img {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}
.riListing p {
	margin-bottom: 0px;
}



	/* END REVIEW INDEX BIG DIV W GRADIENT */

	/* START REVIEW INDEX SM DIV W GRADIENT */

.rsmiListing a:link {
	font-family: Trebuchet, verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
      font-weight: bolder;
	color: #15202D;
	text-decoration: none;
	background-color: #E9EAEB;
	background-image: url(http://www.cinemablend.com/images/top/reviewgradient_sm.gif);
	background-repeat: repeat-y;
	display: block;
	width: 171px;
	height: 122px;
	float: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 3px;
	padding: 5px;
	border: 1px solid #000000;
}
.rsmiListing a:visited {
	font-family: Trebuchet, verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
      font-weight: bolder;
	color: #15202D;
	text-decoration: none;
	background-color: #E9EAEB;
	background-image: url(http://www.cinemablend.com/images/top/reviewgradient_sm.gif);
	background-repeat: repeat-y;
	display: block;
	width: 171px;
	height: 122px;
	float: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 3px;
	padding: 5px;
	border: 1px solid #000000;
}
.rsmiListing a:hover {
	background-color: #F9C364;
	background-image: none;
	background-repeat: repeat-x;
}
.rsmiListing a:active {
	background-color: #F9C364;
	background-image: none;
	background-repeat: repeat-x;
}
.rsmiListing img {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}
.rsmiListing p {
	margin-bottom: 0px;
}

	/* END REVIEW INDEX SM DIV W GRADIENT */




	/* START NEWS INDEX DIV  */

.niListing {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.25em;
	color: #090A0A;
	text-align:left;
	display: block;
	padding-top:26px;
	padding-left:12px;
	padding-right:2px;
	background-image: url(http://www.cinemablend.com/images/top/nheadline-sep.png) ;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:none;
	min-height:169px;
}

.niListing a:link {
	color: #090A0A;
}

.niListing a:visited {
	color: #090A0A;
}

.niListing a:hover {
	color:#F68600;
	background-color:none;
}

.niListing img {
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 3px solid #D6E0E8;
}

	/* END NEWS INDEX DIV */


	/* START SECTION INDEX TOP STORY W GRADIENT */

.stListing a:link {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #E9EAEB;
	background-image: url(http://www.cinemablend.com/images/top/reviewgradient_big.gif);
	background-repeat: repeat-x;
	display: block;
	width: 310px;
	height: 140px;
	float: left;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding: 0px;
	border: 0px solid #000000;
}
.stListing a:visited {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #E9EAEB;
	background-image: url(http://www.cinemablend.com/images/top/reviewgradient_big.gif);
	background-repeat: repeat-x;
	display: block;
	width: 310px;
	height: 140px;
	float: left;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	padding: 0px;
	border: 0px solid #000000;
}
.stListing a:hover {
	background-color: #F9C364;
	background-image: none;
	background-repeat: repeat-x;
}
.stListing a:active {
	background-color: #F9C364;
	background-image: none;
	background-repeat: repeat-x;
}
.stListing img {
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	border: 1px solid #FFFFFF;
}
.stListing p {
	margin-bottom: 0px;
}



	/* END REVIEW BIG DIV W GRADIENT */



	/* START LEFT HEADLINES */

	.LeftLatest
	{
		width:123px;
		margin-left:3px;
		margin-top:8px;
		background-image: url('http://www.cinemablend.com/images/top/left-headlinesBG.png');
		background-repeat: repeat-y;
	}

.hListing a:link {
	font-family: Arial;
	font-size: 11px;
	font-weight:600;
	color: #465E7B;
	text-decoration: none;
	background-image: url(http://www.cinemablend.com/images/top/left-headlinesborder.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	padding-bottom:12px;
	padding-top:10px;
	margin-left:9px;
	margin-right:9px;
	text-align:left;
}
.hListing a:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight:600;
	color: #465E7B;
	text-decoration: none;
	background-image: url(http://www.cinemablend.com/images/top/left-headlinesborder.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	padding-bottom:12px;
	padding-top:10px;
	margin-left:9px;
	margin-right:9px;
	text-align:left;
}
.hListing a:hover {
	color:#F68600;
}



  	/* END LEFT HEADLINES */





	/* START INDEX TAB MOUSEOVER */

#indextab {
list-style: none;
padding:0;
margin: 0;
background:transparent;
height:44px;
z-index:99;
} 

#indextab li {
position: relative;
border:none;
z-index:99;
}

#indextab li ul {
list-style: none;
position: absolute;
left: -40px;
top: 0px;
display: none;
background-color:transparent;
color:#000000;
font-weight:bold;
width:160px;
font-size:1.05em;
font-family:arial;
font-weight:550;
margin:0px;
z-index:99;
}

#indextab li:hover ul { display: block; }

#indextab a:link { 
color: #000000;
}

#indextab  a:visited{ 
color: #000000;
}

#indextab  a:active{ 
color: #000000;
}

#indextab  a:hover{ 
display: block;
}

#indextab  #nohover a:hover{ 
display: block;
background-color:transparent;
}



	/* END INDEX TAB MOUSEOVER */

	/* START MED INDEX TAB MOUSEOVER */

#mindextab {
list-style: none;
width: 140px;
padding: 0;
margin: 0;
} 

#mindextab a {
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 0px 0px 0px 0px;
width: 140px;
background: #96A3B3;
}

#mindextab a:hover {
color: #FFFFFF;
text-decoration: none;
background: #96A3B3;
padding: 0;
margin: 0;
}

#mindextab li {
border-bottom: 0px solid #FFFFFF;
float: left;
position: relative;
padding: 0;
margin: 0;
}

#mindextab li ul {
list-style: none;
position: absolute;
left: 0px;
top: 0;
display: none;
width: 140px;
border-left: 0px solid #FFFFFF;
padding: 0;
margin: 0;
}

#mindextab li:hover ul { display: block; }

	/* END MED INDEX TAB MOUSEOVER */


	/* START SMALL INDEX TAB MOUSEOVER */

#sindextab {
list-style: none;
width: 60px;
padding: 0;
margin: 0;
} 

#sindextab a {
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 0px 0px 0px 0px;
width: 60px;
background: #96A3B3;
}

#sindextab a:hover {
color: #FFFFFF;
text-decoration: none;
background: #96A3B3;
padding: 0;
margin: 0;
}

#sindextab li {
border-bottom: 0px solid #FFFFFF;
float: left;
position: relative;
padding: 0;
margin: 0;
}

#sindextab li ul {
list-style: none;
position: absolute;
left: 0px;
top: 0;
display: none;
width: 60px;
border-left: 0px solid #FFFFFF;
padding: 0;
margin: 0;
}

#sindextab li:hover ul { display: block; }

	/* END SMALL INDEX TAB MOUSEOVER */

	/* START FLOATING TWITTER */

img, a img { border: 0; }
#badge1
{
position: fixed;
left: 0;
top: 200px;
}

#badge2
{
position: fixed;
left: 0;
top: 330px;
} 
	/* END FLOATING TWITTER */
  	
 
	/* START CB LOGO */

.logo {
	background-repeat: no-repeat;
	display: block;
	width: 980px;
	height: 137px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
	
	/* END CB LOGO */

	/* START CB MENU */

.menu {
	background-repeat: no-repeat;
	display: block;
	width: 980px;
	height: 57px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
	
	/* END CB MENU */


	/* START TOP ORANGE BAR */
.orbar {
	background-image: url('http://www.cinemablend.com/images/top/orbarBG.png') ;
	background-repeat:repeat-x;
	height: 34px;
	width:100%;
	color:#ffffff;
	font-size:11px;
	font-family:Arial,verdana;
	font-weight:600;
}

	/* END TOP ORANGE BAR */


/* START TABS */
.tabs-container {
    	height:45px;   
} 
.notSelectedTab .tabs-noselected
{
	background-color: transparent;	
	height:45px;
	width:154px;
}

.SelectedTab, .tabs-selected
{
	background-color: transparent;
	background-image:url('http://www.cinemablend.com/images/tabs/headlinesOJBG.png');
	background-repeat:no-repeat;
	height:45px;
	width:154px;
}

.tabsBG {
	background-color: transparent;
	background-image:url('http://www.cinemablend.com/images/tabs/headlinesBG.png');
	background-repeat:no-repeat;
	width:615px;
	height:45px;
}

.BFDtabsBG {
	background-color: transparent;
	background-image:url('http://www.cinemablend.com/images/tabs/BFDBG.png');
	background-repeat:no-repeat;
	width:481px;
	height:45px;
}

.rtabsBG {
	background-color: transparent;
	background-image:url('http://www.cinemablend.com/images/tabs/reviewBG.png');
	background-repeat:no-repeat;
	width:481px;
	height:45px;
}

.ntabsBG {
	background-color: transparent;
	background-image:url('http://www.cinemablend.com/images/tabs/newsBG.png');
	background-repeat:no-repeat;
	width:615px;
	height:45px;
}

.tabsrevBG {
	background-color: transparent;
	background-image:url('http://www.cinemablend.com/images/tabs/reviewsBG.png');
	background-repeat:no-repeat;
	width:308px;
	height:45px;
}

.tabsrevBG2 {
	background-color: transparent;
	background-image:url('http://www.cinemablend.com/images/tabs/reviewsBG2.png');
	background-repeat:no-repeat;
	width:615px;
	height:45px;
}

.tabsprevBG {
	background-color: transparent;
	background-image:url('http://www.cinemablend.com/images/tabs/previewsBG.png');
	background-repeat:no-repeat;
	width:615px;
	height:45px;
}

.SelectedTab301, .tabs-selected
{
	background-color: transparent;
	background-image:url('http://www.cinemablend.com/images/tabs/301OJBG.png');
	background-repeat:no-repeat;
	height:45px;
	width:154px;
}

.tabs301BG {
	background-color: transparent;
	background-image:url('http://www.cinemablend.com/images/tabs/301tabsBG.png');
	background-repeat:no-repeat;
	width:301px;
	height:45px;
}

/* END TABS */


/* END INDEX IMAGE PRESENTATION */


/* START DISQUSS */

.dis-wrapper {
	background-image:url('http://www.cinemablend.com/images/top/301-borders.png');
	background-repeat:repeat-y;
	height:331px;
	width:282px;
	border-bottom-style:solid;
	border-bottom-color:#E9F0F0;
	border-bottom-width:1px;
	padding-left:19px;
	margin-top:3px;

}

.dsq-widget {
	font-family: Arial;
	font-size: 14px;
	line-height: 1.25em;
	color: #456179;
	text-align:left;
	display: block;
	background-color:none;
	padding-right:19px;
}


.dsq-widget a:link {
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	line-height: 1.25em;
	color: #090A0A;
	text-align:left;
	display: block;
	padding-right:19px;
}
.dsq-widget a:visited {
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	line-height: 1.25em;
	color: #090A0A;
	text-align:left;
	display: block;
	padding-right:19px;
}



/* END DISQUSS */



	/* START STREAM INDEX */

.siListing {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.25em;
	color: #090A0A;
	text-align:left;
	display: block;
	padding-top:26px;
	padding-left:12px;
	padding-right:2px;
	padding-bottom:26px;
	background-image: url(http://www.cinemablend.com/images/top/nheadline-sep.png) ;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color:none;
	min-height:93px;
}
.siListing img {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 3px solid #D6E0E8;
}
.siListing a:link {
	color: #090A0A;
}

.siListing a:visited {
	color: #090A0A;
}

.siListing a:hover {
	color:#F68600;
}

	/* END STREAM INDEX */

.rKino { 	text-align:left;
	margin-left:20px;
	margin-right:5px;
	color:#221E1F;
	}

.rKino a:link {	color:##7D7B7B;
	}
