	/* 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 {
		height:100%;
		background-image: url(http://www.cinemablend.com/images/starsBG-oj-top-bar-blend.v2.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-color: #fff;
		}
	#bgTopDiv {
		background-image: url(http://www.cinemablend.com/images/starsBG-oj-top-bar-blend.v2.png);
		background-repeat: no-repeat;
background-position: center bottom -300px;
		height: 100%;
		padding-bottom: 20px;
		}
	
	#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:489px;
		padding-left:60px;
		padding-top:11px;
		padding-bottom:11px;
		padding-right:25px;
		border: 1px solid #E4ECEC;
		background-color:#eff2f7;
  		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:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;
		font-weight: 400;
		font-size:16px;
		}

	blockquote.noquote {	
		width:489px;
		padding-left:60px;
		padding-top:11px;
		padding-bottom:11px;
		padding-right:25px;
		border: 1px solid #E4ECEC;
		background-color:#eff2f7;
  		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;
		color:#47607D;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;
		font-weight: 400;
		font-size:16px;
		}

	blockquote.synopsis {	
		width:509px;
		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:0px;
		margin-bottom:10px;
		color:#47607D;
		font-family:Arial;
		font-size:14px;
		}

	blockquote.details {	
		width:509px;
		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:0px;
		margin-bottom:10px;
		color:#47607D;
		font-family:Arial;
		font-size:14px;
		}


	blockquote.oscar1 {	
		width:489px;
		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:14px;
		font-weight: bold;
		}

	blockquote.oscar2 {	
		width:489px;
		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:14px;
		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-top: 30px;
	}
	
	.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: 12px; font-family: Arial; color: #E89800;font-weight:normal;}
		
	.style13 {font-size: 11.1px; font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal; color: #444444;}

	.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;padding-top:4px;}

	.style16 {font-size: 11px; font-family: Arial; color: #E89800;font-weight:normal;margin-right:10px;margin-left:10px;}
	
	.style17 {font-size: 14px; font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 300;font-style: normal; color: #090A0A;padding-top:7px;text-transform:none;line-height:110%;}
			
	.previewpic {
		display: block;
		clear: both;
	}
	
		.nextpage {
	margin-top:8px;
	font-size:22px;
		}
	
	.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:3px; 
		margin-right: -100px;
		margin-bottom:8px;
		width:620px;
		height:200px;
		overflow:hidden;
	}

	.ReviewImage {
		margin-left: auto;   
		margin-right: auto;
		margin-bottom:8px;
		width:615px;
		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:600px;
		margin-bottom:6px;
	}

	.ReviewSubTitle
	{
		margin-top:8px;
		margin-bottom:4px;
		padding-bottom:4px;
		font-size:20px;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 700;font-style: normal;
		color: #4C4B4B;
		text-transform:uppercase;
		width:590px;
		border-bottom: 1px solid #4C4C4C;
	}
	

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

	.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: 6px;
		margin-bottom: 6px;
		width:600px;
	}

	.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;

	}
	
	.SStoryTitle
	{
		margin-top:6px;
		padding-bottom:12px;
		padding-top:1px;
		text-align:left;
		text-transform:capitalize;
		width:600px;
	}

	.StoryTitle
	{
		padding-bottom:12px;
		padding-top:1px;
		text-align:left;
		width:600px;
	}
	
		.StoryData
	{
		height: 22px;
		width:600px;
		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;

	}

	.SStoryData {
	height:20px;
	margin-left:1px;
	margin-top:-9px;
	margin-bottom:13px;
	margin-right: 7px;
	padding-left:42px;
	padding-top:8px;
	padding-bottom:11px;
	float:none;
	background-image: url(http://www.cinemablend.com/images/icons/plug.png) ;
	background-repeat: no-repeat;
	background-position: top left;
	font-size:12px;
	font-family: Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;
	color:#273849;
	text-transform:uppercase;
	vertical-align:top;
	border-bottom: 1px solid #4C4C4C;
	}
	.SStoryData img {
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 13px;
	vertical-align:top;
	}
	
		.SStoryData a:link
	{
	color:#273849;
	}

	.SStoryData a:visited
	{
	color:#273849;
	}

	.StoryDataNoLine {
	height:20px;
	margin-left:1px;
	margin-top:-9px;
	margin-bottom:0px;
	margin-right: 7px;
	padding-left:42px;
	padding-top:8px;
	padding-bottom:10px;
	float:none;
	background-image: url(http://www.cinemablend.com/images/icons/plug.png) ;
	background-repeat: no-repeat;
	background-position: top left;
	font-size:12px;
	font-family: Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;
	color:#273849;
	text-transform:uppercase;
	vertical-align:top;
	}
	.StoryDataNoLine img {
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 13px;
	vertical-align:top;
	}
	
	.StoryDataNoLine a:link
	{
	color:#273849;
	}

	.StoryDataNoLine a:visited
	{
	color:#273849;
	}
	
	.StoryShareBar
	{
	margin-bottom:14px;
	}
	
	.StoryShareBar a {
		display: inline!important;
	}
	.StoryShareBar.fixed > a {
    display: inline!important;
}

	a.at300b, a.at300m {
    display: inline!important;
}

	.StoryShareBar.fixed {
	position: fixed;
	top: 52px;
	background-color: #FFF;
	margin-left: -23px;
	padding: 5px 0;
	z-index: 9999999;
	width: 616px;
	padding-left: 23px;
	}
		
	.StoryImage img
	{
		margin-left: auto;   
		margin-right: auto;
		margin-bottom:10px;
		width:600px;
		overflow:hidden;
	}


	.StoryContent
	{
		text-align:left;
		font-family:Arial;
		font-size:16px;
		line-height: 1.4em;
		color:#444444;
		width:600px;
		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:598px;
	}
	.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;
		margin-bottom:20px;
		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:16px;
		line-height: 1.4em;
		color:#444444;
		width:594px;
		padding-left:12px;
		padding-right:12px;
		padding-top:5px;
		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;
		border-top-style:solid;
		border-top-color:#E9F0F0;
		border-top-width:1px;
		margin-top:-6px;
		overflow:hidden;
		background-color:#ffffff;
	}
	.ReviewContent a:link {
		color:#EBA521;
		background-color:none;
	}
	.ReviewContent a:visited {
		color:#EBA521;
		background-color:none;
	}
	.ReviewContent a:hover {
		color:#EBA521;
		background-color:none;
	}
	.ReviewContent2
	{
		text-align:left;
		font-family:Arial;
		font-size:12px;
		color:#444444;
		width:594px;
	}
	.ReviewContent2 a:link {
		color:#EBA521;
		background-color:none;
	}
	.ReviewContent2 a:visited {
		color:#EBA521;
		background-color:none;
	}
	.ReviewContent2 a:hover {
		color:#EBA521;
		background-color:none;
	}


	.ReviewLike {
		height:35px;
		width:600px;
		margin-top:7px;
		margin-top:10px;
		margin-left:10px;
	}

	.category {
		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:4px;
		margin-right:7px;
		margin-top:15px;
		margin-bottom:-5px;
		width:579px;
		padding-left:1px;
		padding-right:4px;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		text-align:center;
	}

	.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:1px;
		padding-bottom:5px;
		margin-right:7px;
		margin-top:10px;
		margin-bottom:11px;
		width:595px;
		padding-left:1px;
		padding-right:4px;
	}

	.StoryShareWide {
		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-top:10px;
		margin-left:10px;
		width:600px;
	}

	.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:610px;
		height:180px;
	}
	.StoryRelated a:link {
		color:#090A0A;
	}

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

	.NewsRelated {
		color:#333333;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 600;font-style: normal;
		font-size:16px;
		text-align:left;
		overflow:hidden;
	}
	.NewsRelated a:link {
		color:#333333;
	}

	.NewsRelated a:visited{
		color:#333333;
	}


	.NewsRelatedItem
	{
		min-height:110px;
		padding-top:10px;
		float:left;
		margin-left:6px;
	}
	.NewsRelatedItem img {
		float: left;
		margin-right: 6px;
		margin-bottom: 6px;
		width:100px;
		height:100px;
	}
	.NewsRelatedItem a:hover {
		color:#F68600;
		text-decoration:none;
	}

	.NewsRelatedText
	{
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		padding-bottom:4px;
		width:170px;
		margin-left: 112px;
		min-height:100px;
	}
	
	.RevRelatedItem
	{
		min-height:57px;
		width:281px;
		padding-top:10px;
		float:left;
		margin-left:6px;
		margin-right:18px;
		
	}
	.RevRelatedItem img {
		float: left;
		margin-right: 6px;
		margin-bottom: 6px;
		width:79px;
		height:54px;
	}
	.RevRelatedItem a:hover {
		color:#F68600;
		text-decoration:none;
	}
	
	.RevRelatedText
	{
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		padding-bottom:4px;
		width:191px;
		margin-left: 91px;
		min-height:54px;
	}


	.TopMovies {
		color:#333333;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 600;font-style: normal;
		font-size:16px;
		text-align:left;
		width:299px;
		overflow:hidden;
	}
	.TopMovies a:link {
		color:#333333;
	}

	.TopMovies a:visited {
		color:#333333;
	}

	.TopMoviesItem
	{
		height:57px;
		width:281px;
		padding-top:10px;
		margin-left:6px;		
	}
	.TopMoviesItem img {
		float: left;
		width:79px;
		height:54px;
	}
	.TopMoviesItem a:hover {
		color:#F68600;
		text-decoration:none;
	}

	.TopMoviesText
	{
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		padding-bottom:4px;
		padding-top:3px;
		width:191px;
		float:right;
		height:51px;		
	}
	
	.ReviewRelated {
		color:#090A0A;
		font-family: Arial;
		font-size:12px;
		font-weight:bold;
		text-align:left;
		width:610px;
		height:600px;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 600;font-style: normal;
		font-size:16px;
		margin-top:20px;
		height:540px;
	}
	.ReviewRelated a:link {
		color:#090A0A;
	}

	.ReviewRelated a:link {
		color:#090A0A;
	}
	
	.ReviewRelatedItem
	{
		height:280px;
		width:281px;
		float:left;
		margin-left:6px;
		margin-right:18px;
		
	}
	.ReviewRelatedItem img {
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
		width:281px;
		height:181px;
	}
	.ReviewRelatedItem a:hover {
		color:#F68600;
		text-decoration:none;
	}

	.StoryRelatedItem
	{
		height:65px;
		width:281px;
		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;
	}



	.StoryRelatedItem2
	{
		padding-top:15px;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		margin-left:6px;
		margin-right:18px;
		color: #465E7B;
		font-family: Arial;
		font-size: 11px;
		font-weight:600;
		text-decoration: none;		
	}
	.StoryRelatedItem2 a:link {
		font-family: Arial;
		font-size: 11px;
		font-weight:600;
		color: #465E7B;
		text-decoration: none;
		display: block;
		text-align:center;
		border-bottom-style:solid;
		border-bottom-color:#E9F0F0;
		border-bottom-width:1px;
		padding-bottom:6px;

	}
	.StoryRelatedItem2 img {
		border: 3px solid #D6E0E8;
		float: left;
		margin-right: 3px;
		margin-bottom: 2px;
		width:99px;
		height:99px;
	}
	.StoryRelatedItem2 a:hover {
		color:#F68600;
		text-decoration:none;
	}

	.PromoRelatedItem
	{
		margin-top:-10px;
		margin-bottom:20px;
	}

	.PreviewRelated {
		color: #334257;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 500;font-style: normal;
		font-size:16px;
		text-align:left;
		width:610px;
	}
	.PreviewRelated a:link {
		color: #334257;
	}

	.PreviewRelatedItem
	{
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 700;font-style: normal;
		font-size: 20px;
		color: #090A0A;
		min-height:150px;
		width:610px;
		padding-top:12px;
		padding-bottom:10px;
		float:left;
		margin-left:11px;
		margin-right:18px;
		margin-top:14px;
		border-bottom: 1px solid #4C4C4C;
	}
	.PreviewRelatedItem img {
		float: left;
		margin-right: 6px;
		margin-bottom: 6px;
		width:170px;
		height:170px;
	}
	
	.PreviewRelatedItem a:link {
		color: #090A0A;
		text-decoration:none;
	}
	
	.PreviewRelatedItem a:visited {
		color: #090A0A;
		text-decoration:none;
	}
	
	.PreviewRelatedItem a:hover {
		color:#F68600;
		text-decoration:none;
	}
	
	.PreviewRelatedItemAuthor {
	height:20px;
	margin-left:180px;
	margin-top:1px;
	margin-right: 0px;
	padding-left:42px;
	padding-top:9px;
	float:none;
	background-image: url(http://www.cinemablend.com/images/icons/plug.png) ;
	background-repeat: no-repeat;
	background-position: top left;
	font-size:11px;
	font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;
	color:#273849;
	text-transform:uppercase;
	vertical-align:top;
	}

	.PreviewRelatedItemAuthor img {
	float: none;
	margin-top: -1px;
	margin-right: 0px;
	margin-left: 9px;
	vertical-align:top;
	width:14px;
	height:14px;
	}
	
	.previewdetails{	
		width:590px;
		margin-bottom:30px;
		margin-left:6px;
		color:#4C4B4B;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 300;font-style: normal;
		font-size:16px;
		}


	.rTopWrap {
		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;
		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: 18px;
		font-weight: bolder;
		line-height: 1.25em;
		color: #090A0A;
		text-align:left;
	}
	.rTopWrap a:visited {
		font-family: Arial;
		font-size: 18px;
		font-weight: bolder;
		line-height: 1.25em;
		color: #090A0A;
		text-align:left;
	}
	.rTopWrap a:hover {
		color:#F68600;
	}

	.rListWrap {
		min-height:1740px;
		margin-bottom:14px;
	}
	.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;
		min-height: 55px;
		padding-top:20px;
		padding-right:2px;
		padding-bottom:10px;
		border-bottom: 1px solid #4C4C4C;
	}	
	
	.revtitle {
		background-color:#E79800;
		color:#ffffff;
		padding-left:6px;
		padding-right:6px;
		text-transform:uppercase;
	}	
	.revtitle a:link {
		color:#ffffff;
	}	
	.revtitle a:visited {
		color:#ffffff;
	}	
	.revtitle a:hover {
		color:#536D89;
	}
	
	.revsubtitle {
		background-color:#536D89;
		padding-left:6px;
		padding-right:6px;
		font-size:18px;
		font-family: Gotham A, Gotham B,Arial;font-weight: 400;
		color="#ffffff"
	}
	.revsubtitle a:link {
		color:#ffffff;
	}	
	.revsubtitle a:visited {
		color:#ffffff;
	}	
	.revsubtitle a:hover {
		color:#F68600;
	}
	
	
	.revtitlesm {
		font-size:22px;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 800;
		margin-bottom:3px;
		margin-left:89px;
		padding-right:6px;
		width:420px;
		overflow:hidden;
		color:#505050;
	}	
	.revtitlesm a:link {
		font-size:22px;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 800;
		color:#505050;
	}	
	.revtitlesm a:visited {
		font-size:22px;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 800;
		color:#505050;
	}	
	.revtitlesm a:hover {
		font-size:22px;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 800;
		color:#F68600;
	}
	
	.revread {
		height:22px;
		margin-top:2px;
		margin-bottom:24px;
		padding-left:42px;
		padding-top:5px;
		float:none;
		background-image: url(http://www.cinemablend.com/images/icons/plug.png) ;
		background-repeat: no-repeat;
		background-position: top left;
		font-size:18px;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;
		color:#273849;
		text-transform:uppercase;
		vertical-align:top;
	}
	.revread img {
		float: none;
		margin-top: -1px;
		margin-right: 0px;
		margin-left: 9px;
		vertical-align:top;
	}

	.revratesm {
		height:22px;
		margin-top:2px;
		margin-left:89px;
		padding-left:35px;
		padding-top:2px;
		vertical-align:top;
		background-image: url(http://www.cinemablend.com/images/icons/plug-sm.png) ;
		background-repeat: no-repeat;
		background-position: top left;
		font-size:12px;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;
	}
	
		.revdatesm {
		height:22px;
		float:right;
		margin-top:2px;
		float:right;
		vertical-align:top;
		font-size:12px;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;
		color:#273849;
	}
		
	.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:585px;
		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:812px;
		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;
	}

	.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;
	}

	.iMRevBar
	{	
		background-image:url('http://www.cinemablend.com/images/top/moviereviews-bar.png');
		background-repeat:repeat-y;
		height:46px;
		width:306px;
		margin-left:0px;
		margin-right:8px;
	}

	.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:15px;
	}

	.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/aroundweb-bar.png');
		background-repeat:repeat-y;
		height:57px;
		width:630px;
		margin-left:-31px;
	}
	
	.RelatedABarBlank
	{	
		background-image:url('http://www.cinemablend.com/images/top/aroundweb-bar-blank.png');
		background-repeat:no-repeat;
		height:57px;
		width:630px;
		margin-left:-35px;
		padding-left:30px;
		padding-top:19px;
		text-transform:uppercase;
		font-size:18px;
			font-family:Gotham A, Gotham B,Arial;font-weight: 700;font-style: normal;
		color:#ffffff;
		overflow:hidden;
	}

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

	.RelatedArBarWide
	{	
		background-image:url('http://www.cinemablend.com/images/top/relatedarticles-longbar.png');
		background-repeat:no-repeat;
		height:57px;
		width:649px;
		margin-left:-24px;
	}
	
		.RelatedArBarWideBlank
	{	
		background-image:url('http://www.cinemablend.com/images/top/relatedarticles-longbar-blank.png');
		background-repeat:no-repeat;
		height:57px;
		width:649px;
		margin-left:-23px;
		margin-bottom:-32px;
		padding-left:30px;
		padding-top:16px;
		text-transform:uppercase;
		font-size:18px;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 700;font-style: normal;
		color:#ffffff;
		overflow:hidden;
	}
	
		.RelatedArBarWideBlank a:link
	{
		color: #ffffff;
	}

	.RelatedArBarWideBlank a:visited 
	{
		color: #ffffff;
		text-transform:none;
	}

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

	.CommentsBarWide
	{	
		background-image:url('http://www.cinemablend.com/images/top/comments-longbar.png');
		background-repeat:repeat-y;
		height:57px;
		width:649px;
		margin-left:-24px;
	}

	.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;
	}
	
		.FooterMenuNew
	{	
		background-image:url('http://www.cinemablend.com/images/top/footerlogonew.png');
		background-repeat:no-repeat;
		width: 976px;
		padding-top:7px;
		color:#ffffff;
		font-size:12px;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;	
	}
	.FooterMenuNew a:link {
		color:#ffffff;
	}

	.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	{
		font-size:10px;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;
		background-color: #929292;
		color: #ffffff;
		padding:2px;
		text-transform:uppercase;
	}

	.HL a:link
	{
		color: #ffffff;
	}

	.HL a:visited 
	{;
		color: #ffffff;
	}


	.HL a:hover
	{
		color: #ffffff;
	}

	.HLblack 	{
		font-size:10px;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;
		background-color: #505050;
		color: #ffffff;
		padding:2px;
		margin-right:2px;
		text-transform:uppercase;
	}

/* 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: 612px;
		height: 45px;
		font-weight: bold;
		font-size:14px;
		font-family: Arial;
		padding-top: 2px;
		margin-top:5px;
		background-color:#F8FAFA;
		color: #4B677D;
		text-align: center;
		border-style:solid;
		border-width:1px;
		border-color:#E3E7EA;
		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;
		position: relative;
		-moz-box-shadow: 0 0 10px 0px #ccc;
		-webkit-box-shadow: 0 0 10px 0px #ccc;
		box-shadow: 0 0 10px 0px #ccc;
		width:960px !important;
		z-index: 9;
	}

	.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: 16px;
	font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 500;font-style: normal;
		color: #4C4B4B;
		margin-bottom:7px;
	}
	
	.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: 16px;
		font-weight: bold;
		padding: 1px;
		margin-bottom:30px;
		border-bottom: 1px solid #788FA9;
	}
	
	.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;
	}
	
		.ViewThumbItemMiddle
	{
		height: 125px; 
		margin-top: 10px;
		overflow:hidden;
		margin-left:4px;
		float:left;
	}

	.ThumbItemMiddle
	{
		width: 192px;
		height: 125px; 
		margin-top: 10px;
		overflow:hidden;
		margin-left:4px;
		float:left;
	}

	.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-size:26px;
	font-family: Gotham A, Gotham B,Arial;font-weight: 800;font-style: normal;
	color: #141414;
	line-height: 100%;
	margin:0px;
 }

h2 { 
	color:#090A0A;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin:0px;
 }



#pollq { 
	padding: .5em; 
	font-family:Gotham SSm A, Gotham SSm B,Gotham A, Gotham B,Arial;
	font-weight: 700;
	text-transform:uppercase;
	font-size: 22px;
	color: black;
	text-align: left;
}
#pollq p { font-size: .9em; }
#pollq ul { margin: 0; padding: 0; }
#pollq li {
	list-style-type: none;
	margin-bottom: 2px;
	padding: 4px;
	clear: both; 
	text-transform:none;
	background-color:#889BB1;
	font-size: 16px;
	color:#ffffff;
}
#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 TITLE */
	
	.nnTitle {
	margin-left:0px;
	margin-bottom:0px;
	margin-top:-4px;
	padding-left:61px;
	height:60px;
	width:554px;
	vertical-align:top;
	font-family: Gotham A, Gotham B; font-weight: 800; font-style: normal;
	font-size: 44px;
	color: #4C4B4B;
	text-transform:uppercase;
	background-image: url(http://www.cinemablend.com/images/top/arrow-margin.png) ;
	background-repeat: no-repeat;
	background-position: left top;
}

	.nnTitleBlender {
	margin-left:0px;
	margin-bottom:0px;
	margin-top:-4px;
	padding-left:61px;
	height:60px;
	width:554px;
	vertical-align:top;
	font-family: Gotham A, Gotham B; font-weight: 800; font-style: normal;
	font-size: 44px;
	color: #4C4B4B;
	text-transform:uppercase;
	background-image: url(http://www.cinemablend.com/images/logos/blender-30.png) ;
	background-repeat: no-repeat;
	background-position: left top;
}
	
.nTitle {
	margin:12px;
	font-family: Gotham SSm A, Gotham SSm B, Gotham A, Gotham B; font-weight: 800; font-style: normal;
	font-size: 22px;
	color: #4C4C4C;
	text-transform:uppercase;
	-webkit-font-smoothing: subpixel-antialiased;
}

.nSubtitle {
	font-size:13px;
	font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;
	color:#334257;
	text-transform:none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#334257;
	width:554px;
	padding-bottom:2px;
	text-transform:uppercase;
}
	.nSubtitle a:link {
	color:#334257;
	}
	.nSubtitle a:visited {
	color:#334257;
	}
	.nSubtitle a:hover {
	color:#F68600;
	}

.sectiontitle {
	color:#fff;
	font-family: Gotham A, Gotham B; 
	font-weight: 900; 
	font-style: bold;
	font-size:30px;
	margin-right:8px;
	padding-left:32px;
}


	/* START NEWS DIV W GRADIENT */

.nListing a:link {
	font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 600;font-style: bolder;
	font-size: 14px;
	color: #505050;
	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:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 600;font-style: bolder;
	font-size: 14px;
	color: #505050;
	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: Gotham SSm A, Gotham SSm B, Gotham A, Gotham B; font-weight: 700; font-style: normal;
	font-size: 16px;
	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: Gotham SSm A, Gotham SSm B, Gotham A, Gotham B; font-weight: 700; font-style: normal;
	font-size: 16px;
	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: Gotham SSm A, Gotham SSm B, Gotham A, Gotham B; font-weight: 600; font-style: normal;
	font-size: 14px;
	text-align:left;
	color: #505050;
	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: Gotham SSm A, Gotham SSm B, Gotham A, Gotham B; font-weight: 600; font-style: normal;
	font-size: 14px;
	text-align:left;
	color: #505050;
	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: Gotham SSm A, Gotham SSm B, Gotham A, Gotham B; font-weight: 600; font-style: normal;;
	font-size: 14px;
	line-height: 1.25em;
	color: #505050;
	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: Gotham SSm A, Gotham SSm B, Gotham A, Gotham B; font-weight: 500; font-style: normal;
	font-size: 14px;
	line-height: 1.25em;
	color: #505050;
	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:#F68600;
}

	/* 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  */
	
.nnispot {
	font-family: Gotham SSm A, Gotham SSm B, Gotham A, Gotham B; font-weight: 500; font-style: normal;
	font-size:14px;
	color:#fff;
	vertical-align:top;
	text-transform:uppercase;
	height:none;
	width:none;
	height:30px;
	overflow:hidden;
	padding-left:2px;
	padding-bottom:8px;
	background-color:#fca131;
	background-image: url(http://www.cinemablend.com/images/logos/blenderwhite-23.png) ;	
	background-repeat: no-repeat;	
	background-position: center left;
}

.nnispotnew {
	font-family: Gotham SSm A, Gotham SSm B, Gotham A, Gotham B; font-weight: 500; font-style: normal;
	font-size:14px;
	color:#949494;
	vertical-align:top;
	text-transform:uppercase;
	height:none;
	width:none;
	padding-top:13px;
	margin-left:13px;
	height:30px;
	overflow:hidden;
	background-image: url(http://www.cinemablend.com/images/logos/blender-23.png) ;
	background-repeat: no-repeat;
	background-position: bottom left;
}
.nnispotnew a:link {
	color: #949494;
}
.nnispotnew a:visited {
	color: #949494;
}
.nnispotnew a:hover {
	color:#F68600;
}
.nnispotnew img {
	margin-top: 0px;
	margin-right: 0px;
	vertical-align:top;
}
	
.nniListing {
	font-family: Oswald,Gotham A, Gotham B,Arial;font-weight: 700;text-transform:uppercase;
	font-size: 30px;
	color: #334257;
	text-align:left;
	display: block;
	padding-top:30px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:24px;
	border-bottom: 1px solid #4C4C4C;
	width:615px;
	min-height:180px;
	line-height:105%;
}

.nniListing a:link {
	color: #334257;
}

.nniListing a:visited {
	color: #334257;
}

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

.nniListing img {
	float: left;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
}

.nnicontent {
margin-left:180px;
}


.nnidate {
height:22px;
margin-left:188px;
margin-top:2px;
padding-left:10px;
padding-top:0px;
float:none;
font-size:13px;
font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;
color:#273849;
text-transform:uppercase;
vertical-align:top;
}
.nnidate img{
margin-right:10px;
}
.nniauthor {
height:22px;
margin-left:180px;
margin-top:2px;
padding-left:42px;
padding-top:0px;
float:none;
background-image: url(http://www.cinemablend.com/images/icons/plug.png) ;
background-repeat: no-repeat;
background-position: top left;
font-size:13px;
font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;
color:#273849;
text-transform:uppercase;
vertical-align:top;
}
.nniauthor img {
	float: none;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 9px;
	vertical-align:top;
}

.nnibottombar {
height:27px;
width:595px;
background-image: url(http://www.cinemablend.com/images/top/plugbar.png) ;
background-repeat: no-repeat;
background-position: right center;
background-color:#FFFFFF;
text-align:right;
padding-top:8px;
padding-right:20px;
margin-top:-5px;
color:#ffffff;
font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 700;font-style: normal;
font-size:18px;
}

.nnibottombar a:link {
	color: #EBA521;
	font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 600;font-style: normal;
	font-size:14px;
}

.nnibottombar a:visited {
	color: #EBA521;
	font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 600;font-style: normal;
	font-size:14px;
}

.nnibottombar a:hover {
	color:#F68600;
	font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 600;font-style: normal;
	font-size:14px;
	background-color:none;
}

.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;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	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 */

.srbar {
	background-image: url('http://www.cinemablend.com/images/top/bgbar.png') ;
	background-repeat:repeat-x;
	height: 54px;
	width:100%;
	color:#ffffff;
	font-size:11px;
	font-family:Arial,verdana;
	font-weight:600;
	padding-left:5px;
	padding-top:13px;
	padding-bottom:5px;
	margin-bottom:-27px;
	margin-top:-7px;
	width:296px;
}



/* 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 {
	width:481px;
	height:45px;
}

.rtabsBG {
	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 {

		color:#273849;
		text-transform:uppercase;
		font-family: Gotham SSm A, Gotham SSm B, Gotham A, Gotham B; font-weight: 400; font-style: normal;
		font-size:14px ;
		text-align:left;
		display: block;
		background-color:none;
		padding-right:19px;
}


.dsq-widget a {
		color:#090A0A;
		font-family: Gotham SSm A, Gotham SSm B, Gotham A, Gotham B; font-weight: 500; font-style: normal;
		text-transform:capitalize;
		font-size:16px ;
		text-align:left;
		background-color:none;
		padding-right:19px;
}

.dsq-widget a:hover {
		color:#F68600; 
		text-decoration:none ;
		}


/* 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;
	}

.nColumn { 	float:left;
	margin-right:80px;
	padding-top:6px;
	color:#ffffff;
	}

.nColumn a:link {	color:#ffffff;
	}

.nColumn a:visited {	color:#ffffff;
	}

.nColumn a:hover {	color:#F88600;
	}



	/* slideshow homepage */
	


	.big-feature{background-image: url(http://www.cinemablend.com/images/bg-top-features.jpg);height: 239px;margin-bottom: 9px;width: 942px;display: table}
	.big-feature .text-box{background-image: url(http://www.cinemablend.com/images/cb-home-top-features.png);height: 192px;width: 411px;display: table-cell;vertical-align: bottom;background-repeat: no-repeat;text-align: right;right: 0;background-position: 530px 0px}
	.big-feature .text-box .text-bottom{color: #FFF;font-family: Gotham A, Gotham B; font-weight: 400; font-style: normal;font-size: 20px;text-align: right;width: 260px;margin-left: 666px;margin-bottom: 14px}
	.big-feature .text-box .text-top{color: #FFF;font-family: Gotham A, Gotham B; font-weight: 700; font-style: normal;font-size: 32px;margin-top: 0;text-align: right;text-transform: uppercase;width: 275px;margin-left: 650px;line-height: 32px}
	
	.clearfix{clear:both}
	.home-category-box {
	background-color: #fff;
	float: left;
	height: 226px;
	width: 173px;
	margin: 6px 3px;
	padding: 7px;
	background-color: #FFF;
	margin: 15px 3px;
	position: relative;
	-moz-box-shadow: 0 0 10px 0px #ccc;
	-webkit-box-shadow: 0 0 10px 0px #ccc;
	box-shadow: 0 0 10px 0px #ccc;
	}
	.home-category-box .img{background-image:url(http://www.cinemablend.com/images/category.jpg);height:174px;position:relative;width:173px}
	.home-category-box .img	span{background-color:#4c617d;bottom:0;color:#FFF;display:block;font-family:arial;font-size:10px;font-weight:700;left:0;line-height:19px;position:absolute;text-transform:uppercase;padding:0 6px}
	.home-category-box .text{text-align:left;padding:7px 0}
	.home-category-box .text a{text-transform:capitalize;color:#505050;font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B; font-weight: 600; font-style: normal;font-size:13px;line-height:16px;text-align:left}
	.home-category-box .text a:hover{color:#f68600}
	.home-category-box.first{margin-left:0}
	.home-category-box.last{margin-right:0}
	
	.small-feature{background-image:url(http://www.cinemablend.com/images/bg-bottom-features.jpg);float:left;height:250px;margin-left:9px;margin-right:4px;width:634px;display:table;}
	.small-feature .text-box{background-image: url(http://www.cinemablend.com/images/cb-home-bottom-features.png);height: 250px;width: 290px;display: table-cell;vertical-align: bottom;background-repeat: no-repeat;}
	.small-feature .text-box p{color: #FFF;font-family: Gotham A, Gotham B; font-weight: 400; font-style: normal;font-size: 16px;line-height: 19px;margin-left: 0;text-align: left;width: 200px;margin: 0;padding: 0;float: left;clear: both;margin-bottom: 25px;margin-left: 25px;}
	.small-feature .text-box h2{color: #FFF;font-family: Gotham A, Gotham B; font-weight: 700; font-style: normal;font-size: 24px; line-height: 24px; margin-left: 25px;margin-top: 25px;text-align: left;text-transform: uppercase;width: 151px;float: left;clear: both;margin-left: 25px;}
	
	
		/* REVIEW PAGE TOP REVIEW */
	
	.rev-feature{background-image:url(http://www.cinemablend.com/images/bg-bottom-features.jpg);float:left;height:346px;margin-left:9px;margin-right:4px;width:615px;display:table;}
	.rev-feature .text-box{background-image: url(http://www.cinemablend.com/images/cb-rev-features.png);height: 346px;width: 360px;display: table-cell;vertical-align: bottom;background-repeat: no-repeat;}
	.rev-feature .text-box .text-bottom{color: #FFF;font-family: Gotham A, Gotham B; font-weight: 400; font-style: normal;font-size: 16px;line-height: 19px;margin-left: 0;text-align: left;width: 200px;margin: 0;padding: 0;float: left;clear: both;margin-bottom: 25px;margin-left: 25px;}
	.rev-feature .text-box .text-top{color: #FFF;font-family: Gotham A, Gotham B; font-weight: 700; font-style: normal;font-size: 24px; line-height: 24px; margin-left: 25px;margin-top: 25px;text-align: left;text-transform: uppercase;width: 151px;float: left;clear: both;margin-left: 25px;}
	
	
	/* ABOUT PAGE STYLING */
	
	.aDirectory { 	float:right;
	width:200px;
	background-color:#DCE7F3;
	margin-right:24px;
	font-size:14px;
	font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;
	line-height:175%;
	padding:20px;
	}
	.aDirectory 	a:link {color:#4C4C4C;}    
	.aDirectory a:visited {color:#4C4C4C;}
	.aDirectory a:hover {color:#4C4C4C;} 
	.aDirectory a:active {color:#4C4C4C;} 
	
		/* LIST FORMATTING */

	.liststyle {font-size: 24px; 	font-family:Gotham A, Gotham B,Arial;font-weight: 700;font-style: normal; color: #2B2B2B;margin-bottom:6px;margin-top:6px;}
	
	.dchart {background-color:#E61A11;color:#ffffff;font-family:Gotham SSm A, Gotham SSm B,Gotham A, Gotham B,Arial;font-weight: 700;font-style: normal;text-transform:uppercase;font-size:22px;margin:1px;padding:11px;width:576;text-align:center;}
	.dchartleft {float:left;background-color:#0191BA;color:#ffffff;font-family:Gotham SSm A, Gotham SSm B,Gotham A, Gotham B,Arial;font-weight: 700;font-style: normal;text-transform:uppercase;font-size:18px;margin:1px;padding:11px;padding-left:60px;height:22px;width:448px; background-image: url(http://www.cinemablend.com/images/icons/3d.png);background-repeat: no-repeat;background-position: left top;}
	.dchartright {float:right;background-color:#0191BA;color:#ffffff;font-family:Gotham SSm A, Gotham SSm B,Gotham A, Gotham B,Arial;font-weight: 700;font-style: normal;text-transform:uppercase;font-size:18px;margin:1px;padding:11px;height:22px;width:55px;text-align:right;}
	.dchartlefttotal {float:left;background-color:#E61A11;color:#ffffff;font-family:Gotham SSm A, Gotham SSm B,Gotham A, Gotham B,Arial;font-weight: 700;font-style: normal;text-transform:uppercase;font-size:20px;margin:1px;padding:11px;height:22px;width:497px;}
	
	.rchartleft {float:left;background-color:#347C00;color:#ffffff;font-family:Gotham SSm A, Gotham SSm B,Gotham A, Gotham B,Arial;font-weight: 700;font-style: normal;text-transform:uppercase;font-size:18px;margin:1px;padding:11px;padding-left:60px;height:22px;width:448px; background-image: url(http://www.cinemablend.com/images/icons/tomato.png);background-repeat: no-repeat;background-position: left top;}
	.rchartright {float:right;background-color:#A60A00;color:#ffffff;font-family:Gotham SSm A, Gotham SSm B,Gotham A, Gotham B,Arial;font-weight: 700;font-style: normal;text-transform:uppercase;font-size:18px;margin:1px;padding:11px;height:22px;width:55px;text-align:right;}
	.rchartright a:link {color:#ffffff;}
	.rchartright a:visited {color:#ffffff;}
	.rchartright a:hover {color:#ffffff;} 
	.rchartright a:active {color:#ffffff;} 
	
	
			/* ZERGNET FORMATTING */
			
	.zergheadline a {
		color:#090A0A !important;
		font-family: font-family: Gotham SSm A, Gotham SSm B, Gotham A, Gotham B; font-weight: 500; font-style: normal;
		font-size:16px !important;
		text-align:left !important;
}
			
	.zergheadline a:hover {
		color:#F68600 !important; 
		text-decoration:none !important;
		}
		
		
		/* Bootstrap overrides */
.alert { text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
.alert-info { text-transform: uppercase; text-align: center; border-top: 5px solid;  -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.backtotop { background-color: #425d7b!important;
border-color: #425d7b!important;
color: #FFC046!important; font-size: 20px; text-transform: uppercase !important; text-align: center !important; border-top: 5px solid !important;  -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important; padding: 16px 0 !important; margin-right:8px;margin-bottom:4px;margin-top: 20px;text-shadow: 2px 2px 0 rgba(40, 40, 40, 0.4)!important; } 

.searchourarchive { color: #455A75!important; font-size: 14px; text-transform: uppercase !important;  -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important; text-shadow: 1px 1px 0 rgba(40, 40, 40, 0.4)!important; } 

		/* Top Nav Bar */
div.rtabsBG > div:nth-child(3){
	top:269px !important;
}

#top-bar-nav{height:55px;background-color:#FFF;position:relative;}
#top-bar-nav.stick{position:fixed;display:block;width:100%;z-index:9999999 !important}
#top-bar-nav #full{height:53px;background-color:#fca32d;border-bottom:1px solid #df9027}
#top-bar-nav #full #nav-container{width:960px;margin:0 auto;position:relative;}
#top-bar-nav #full #nav-container #logo{float:left}
/* #top-bar-nav #full #nav-container #logo img { shape-rendering: auto !important; } */
#top-bar-nav #full #nav-container #nav{float:left;height:56px;margin:0 0 0 230px;padding:0}
#top-bar-nav #full #nav-container #nav ul{list-style:none;height:56px;margin:0;padding:0}
#top-bar-nav #full #nav-container #nav ul li{float:left;height:56px;line-height:56px;margin:0;padding:0}
#top-bar-nav #full #nav-container #nav ul li a{text-decoration:none;color:#FFF;text-transform:uppercase;font-weight:bold;font-family:Arial;font-size:13px;line-height:56px;display:block;margin:0;padding:0 10px}
#top-bar-nav #full #nav-container #nav ul li a:hover{color:#465b76}
#social{float:left;margin:18px 0px}
#social > div{float:left;margin:0 4px}
#social > div > a{display:block;background-image:url(http://www.cinemablend.com/images/social-icon-5.png);width:20px;height:21px}
#social > .google > a{background-position:0 0}
#social > .google > a:hover{background-position:0 -21px}
#social > .facebook > a{background-position:-20px 0}
#social > .facebook > a:hover{background-position:-20px -21px}
#social > .twitter > a{background-position:-40px 0}
#social > .twitter > a:hover{background-position:-40px -21px}
#social > .search > a{background-position:-60px 0}
#social > .search > a:hover{background-position:-60px -21px}
#social > .search > a.active{background-position:-60px -21px}
#social > .youtube > a{background-position:-80px 0}
#social > .youtube > a:hover{background-position:-80px -21px}
#social > .youtube > a.active{background-position:-80px -21px}
.logo {
height: auto;
}
	
		/* Close Go Home X */	
#close-go-home {
	display: block;
	background-image: url(/images/cb_close-btn.v2.png);
	width: 45px;
	height: 42px;
	position: absolute;
	top: -18px;
	right: -18px;
	cursor: pointer;
}
			
		/* Load Comments */
		#comment_display { 
			display: none;
		}	
		#show_comment_btn {
			cursor: pointer;
			background-color: #4a4a4a;
			white-space: nowrap;
			color: #fff;
			display: inline-block;
			border: 1px solid transparent;
			margin: 0px 5px 5px 0;
			margin-left: 163px !important;
			padding: 14px 19px 14px 19px;
			position: relative;
			text-align: left;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			opacity: .8;
			text-transform: uppercase;
			font-size: 18px;
			font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;
		}
			
		#fb_comment_btn {
			cursor: pointer;
			background-color: #546f8e;
			white-space: nowrap;
			color: #fff;
			display: inline-block;
			border: 1px solid transparent;
			margin: 0px 5px 5px 0;
			margin-left: 149px !important;
			padding: 14px 19px 14px 19px;
			position: relative;
			text-align: left;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			opacity: .8;
			text-transform: uppercase;
			font-size: 18px;
			
			font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 400;font-style: normal;
		}
		#fb_comment_btn a:link {
			color:#fff;
		}
		#fb_comment_btn a:visited {
			color:#fff;
		}
		#fb_comment_btn a:hover {
			color:#EBA521;
			text-decoration: none;
		}
	
			/* NEW RIGHT MENU STYLING */	
	
.right301BG {
	background-color: #fca131;
	background-repeat:no-repeat;
	width:293px;
	height:38px;
	overflow:hidden;
	font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 700;font-size:30px;
	text-transform:uppercase;
	color:#ffffff;
	padding-left:8px;
	padding-top:2px;
	margin-top:15px;
}

	.rightFeatures {
		color:#090A0A;
		font-family:Gotham SSm A, Gotham SSm B, Gotham A, Gotham B,Arial;font-weight: 600;font-style: normal;
		font-size:16px;
		text-align:left;
		width:299px;
		overflow:hidden;
	}
	.rightFeatures a:link {
		color:#090A0A;
	}

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


	.rightFeaturesItem
	{
		width:281px;
		padding-top:10px;
		margin-left:9px;	
	}
	.rightFeaturesItem img {
		width:281px;
		height:125px;
	}
	.rightFeaturesItem a:hover {
		color:#F68600;
		text-decoration:none;
	}


/***** header *****/
#section-header { display: block; position: fixed; z-index: 10000999; top: 0; left: 0; width: 100%; background: #FCA32D; border-bottom: 1px solid #DF9027; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 100%; }
#section-header .zone { margin: 0 auto; width: 960px; height: 51px; }
#section-header .zone .region { position: relative; }
#section-header .zone .region .block { position: absolute; top: 0px; }
#section-header .zone .region .block a { color: #FFF; text-decoration: none; }
#section-header .zone .region .block a:hover { color: #465B76; }

/***** header logo *****/
#section-header .zone .region .block.block-logo { left: 0; }
#section-header .zone .region .block.block-logo .block-content a { display: block; width: 202px; height: 57px; background: transparent url('/images/top/cb_logo-blue.v3.png') 0 0 no-repeat; }
#section-header .zone .region .block.block-logo .block-content a:hover { background-position: 0 -52px; }

/***** header menu *****/
#section-header .zone .region .block.block-menu { top: 20px; left: 242px; }
#section-header .zone .region .block.block-menu .block-content { text-transform: uppercase; font-size: 13px; line-height: 13px; font-weight: bold; }
#section-header .zone .region .block.block-menu .block-content ul { display: block; margin: 0; padding: 0; border: none; background: transparent; list-style: none; }
#section-header .zone .region .block.block-menu .block-content ul li { float: left; margin: 0 0 0 20px; padding: 0; border: none; background: transparent; list-style: none; }
#section-header .zone .region .block.block-menu .block-content ul li:first-child { margin-left: 0; }

/***** header social *****/
#section-header .zone .region .block.block-social { right: 30px; top:15px; }
#section-header .zone .region .block.block-social .block-content ul { display: block; margin: 0; padding: 0; border: none; background: transparent; list-style: none; }
#section-header .zone .region .block.block-social .block-content ul li { float: left; margin: 0 0 0 10px; padding: 0; border: none; background: transparent; list-style: none; }
#section-header .zone .region .block.block-social .block-content ul li:first-child { margin-left: 0; }
#section-header .zone .region .block.block-social .block-content ul li a { display: block; width: 20px; height: 21px; background: transparent url('http://www.cinemablend.com/images/social-icon-5.png') 0 0 no-repeat; }
#section-header .zone .region .block.block-social .block-content ul li.facebook a { background-position: -20px 0; }
#section-header .zone .region .block.block-social .block-content ul li.twitter a { background-position: -40px 0; }
#section-header .zone .region .block.block-social .block-content ul li.youtube a { background-position: 0px 0; }
#section-header .zone .region .block.block-social .block-content ul li.facebook a:hover { background-position: -20px -21px; }
#section-header .zone .region .block.block-social .block-content ul li.twitter a:hover { background-position: -40px -21px; }
#section-header .zone .region .block.block-social .block-content ul li.youtube a:hover { background-position: 0px -21px; }

/***** header search *****/
#section-header .zone .region .block.block-search { right: 0; top:15px; }
#section-header .zone .region .block.block-search .block-content .button { display: block; width: 20px; height: 21px; background: transparent url('http://www.cinemablend.com/images/social-icon-5.png') -60px 0 no-repeat; cursor: pointer; }
#section-header .zone .region .block.block-search .block-content .button:hover { background-position: -60px -21px; }
#section-header .zone .region .block.block-search .block-content .form { display: none; position: absolute; top: 21px; right: 0; width: 500px; height: 24px; padding: 25px 10px 10px 10px; background: #FCA32D; white-space: nowrap; }
#section-header .zone .region .block.block-search .block-content .form form { display: block; margin: 0; }
#section-header .zone .region .block.block-search .block-content .form form input[type="text"] { width: 85%; height: 24px; line-height: 24px; margin: 0; padding: 0; border: 1px solid #E8E8E8; background: #FFF; outline: none; }
#section-header .zone .region .block.block-search .block-content .form form input[type="submit"] { width: 14%; height: 24px; line-height: 24px; margin: 0; padding: 0; border: none; background: #465B76; font-size: 12px; font-weight: bold; color: #E0E0E0; text-align: center; cursor: pointer; outline: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#section-header .zone .region .block.block-search .block-content .form form input[type="submit"]:hover { color: #FFF; }
#section-header .zone .region .block.block-search .block-content:hover .button { background-position: -60px -21px; }
#section-header .zone .region .block.block-search .block-content:hover .form { display: block; }

/***** footer *****/
#section-footer { display: block; background: #536D88; color: #FFF; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 100%;}
#section-footer a { color: #FFF; text-decoration: none; }
#section-footer .zone { margin: 0 auto; width: 960px; }
#section-footer .zone .region { padding: 60px 0 60px 0; }
#section-footer .zone .region .block a { color: #FFF; text-decoration: none; }
#section-footer .zone .region .block a:hover { color: #E79900; }

/***** footer logo *****/
#section-footer .zone .region .block.block-logo { margin: 0; }
#section-footer .zone .region .block.block-logo .block-content { position: relative; height: 149px; }
#section-footer .zone .region .block.block-logo .block-content a { position: absolute; top: 0; left: 50%; width: 272px; height: 149px; margin: 0 0 0 -136px; background: transparent url('/images/footer-logo.png') 0 0 no-repeat;  }

/***** footer menu *****/
#section-footer .zone .region .block.block-menu { margin: 60px 0 0 0; }
#section-footer .zone .region .block.block-menu .block-content { text-align: center; }
#section-footer .zone .region .block.block-menu .block-content ul { display: block; margin: 0; padding: 0; border: none; background: transparent; list-style: none; }
#section-footer .zone .region .block.block-menu .block-content ul li { display: inline-block; vertical-align: top; margin: 0 0 0 20px; padding: 0; border: none; background: transparent; list-style: none; font-weight: bold; text-transform: uppercase; }
#section-footer .zone .region .block.block-menu .block-content ul li:first-child { margin-left: 0; }

/***** footer social *****/
#section-footer .zone .region .block.block-social { margin: 48px 0 0 0; }
#section-footer .zone .region .block.block-social .block-content { height: 24px; text-align: center; }
#section-footer .zone .region .block.block-social .block-content ul { display: block; margin: 0; padding: 0; border: none; background: transparent; list-style: none; }
#section-footer .zone .region .block.block-social .block-content ul li { display: inline-block; vertical-align: top; margin: 0 0 0 24px; padding: 0; border: none; background: transparent; list-style: none; }
#section-footer .zone .region .block.block-social .block-content ul li:first-child { margin-left: 0; }
#section-footer .zone .region .block.block-social .block-content ul li a { display: block; width: 24px; height: 24px; background: transparent 0 0 no-repeat; }
#section-footer .zone .region .block.block-social .block-content ul li.rss a { background-image: url('/images/top/footer-rss.png'); }
#section-footer .zone .region .block.block-social .block-content ul li.facebook a { background-image: url('/images/top/footer-facebook.png'); }
#section-footer .zone .region .block.block-social .block-content ul li.twitter a { background-image: url('/images/top/footer-twitter.png'); }
#section-footer .zone .region .block.block-social .block-content ul li.youtube a { background-image: url('/images/top/footer-youtube.png'); }
#section-footer .zone .region .block.block-social .block-content ul li a:hover { background-position: 0 -24px; }

/***** footer copyright *****/
#section-footer .zone .region .block.block-copyright { margin: 60px 0 0 0; }
#section-footer .zone .region .block.block-copyright .block-content { text-align: center; }
