	/* 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;
		}
	
	#footer {
		background-color: #eee;
		}
	
	small {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 0.9em;
		line-height: 1.5em;
		}
	
	
	.description {
		font-size: 1.2em;
		text-align: center;
		}
	
	h2.pagetitle {
		font-size: 1.6em;
		}
	
	#sidebar h2 {
		font-family: 'Lucida Grande', Verdana, Sans-Serif;
		font-size: 1.2em;
		}
	
	
	.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;
		text-decoration: underline;
		}
		
	#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 {
		margin: 0;
		padding: 0; 
		background-color: #9cadbd;
		}
		
	body {
		background-image: url(http://www.cinemablend.com/images/top/pageBG.gif);
		background-repeat: repeat-y;
		background-position: center;
		}
	
	#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 {
		margin: 15px 30px 0 10px;
		padding-left: 20px;
		border-left: 5px solid #ddd;
		}
	
	blockquote cite {
		margin: 5px 0 0;
		display: block;
		}
	
	.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;
	}
	
	.TabLinks td
	{
		border: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-align: left;
		padding-left: 0px;
	}
	
	.TabLinks a:link, .TabLinks a:active, .TabLinks a:visited
	{
		text-decoration: underline;
	}
	
	.TabLinks a:hover
	{
		text-decoration: none;
	}
	
	.VideoTitle
	{
		padding: 2px;
		margin-top: 5px;
		border-bottom: 1px solid #006699;
		color: #003366;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		width: 600px;
		margin-right: 10px;
	}
	
	.VideoSubTitle
	{
		padding-bottom: 15px;
	}
	
	.VideoSubTitle td
	{
		text-align: left;
		padding: 3px;
	
		padding-right: 10px;
		padding-left: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	
	.VideoSubTitle a, .VideoSubTitle a:visited, .VideoSubTitle a:selected
	{
		text-decoration: underline;
	}
	
	.VideoSubTitle a:hover
	{
		text-decoration: none;
	}
	
	
	.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: #003399; 
		text-decoration: none;
	}
	
	a:visited 
	{ 
		color: #000099; 
		text-decoration: none;
	}
	
	a:hover 
	{ 
		color: #FF8100; 
		text-decoration: none;
	}
	
	a:active 
	{ 
		color: #FF8100; 
		text-decoration: 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 {font-family: "Times New Roman", Times, serif;}
	
	.style12 {font-size: 14px; font-weight: bolder;  color: #15202D;}
	
	.style13 {font-size: 11px; font-family: "Times New Roman", Times, serif; color: #323232;}

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

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


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

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

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

	.BlockTitle2
	{
		padding: 1px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		font-weight: bold;
		font-size:14px;
		line-height: 1.25em;
		background-color: #577290;
		color: #FFFFFF;
	}

	.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: 590px;
		height: 26px;
		font-weight: bold;
		font-size:16px;
		padding-top: 2px;
		margin-top:5px;
		background-image: url(/images/top/subtitle-bkgrd.png);
		background-repeat:no-repeat;
		color: #323232;
		text-align: center;
		line-height:22px;
		overflow:hidden;
	}

	
	.BlockContent
	{
		padding-top: 2px;
		padding-left: 1px;
		padding-right: 1px;
		padding-bottom: 5px;
		text-align: left;
		background-image: url(http://www.cinemablend.com/images/top/gradnewsbg.jpg) ;
		background-repeat: repeat top left;
	}

	.BlockContentGrad
	{
		padding-top: 2px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 10px;
		background-color: #E9EAEB;
	      background-image: url(http://www.cinemablend.com/images/top/backgroundgradient.gif);
	      background-repeat: repeat-x;
            	background-position:bottom center;
	}
		
	.BlockBottomButton
	{
		text-align: center;
		background-color: #ffffff;
	}
	.ReviewsTitle
	{
		font-weight: bold;
		font-family: "arial, Times New Roman", Times, serif;
		font-size: 18px;
		color:#323232;
		padding:2px;
	}
	
	.ReviewBrief
	{
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
	}

	.ReviewList td
	{
		border-bottom: 1px dashed #CCCCCC;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
	.Search input, .Search select
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
	.SearchTitle
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: black;
		font-weight: bold;
	}

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

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

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

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

	.GThumbItem
	{
		width: 200px;
		height: 125px; 
		min-height: 125px; 
		float: left;
		margin-right: 5px;
		margin-left: 27px;
		margin-top: 10px;
		padding: 1px;
		padding-bottom: 0px;
	}
	
	.ThumbEdges
	{
		border: 1px solid #CCCCCC;
		width: 200px;
		padding: 2px;
	}
	
	.Clear
	{
		clear: both;
		border: none;
		padding: 0px;
		margin: 0px;
	}

h1 { padding: 0; margin: 0; font-size: 1.2em; }


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


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

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

.lhead {
	text-align: left;
	font-size: .9em;
	font-weight: bold;
	padding: 5px 10px 3px;
}

#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 NEWS BUTTON POPUP MENU */

#popitmenu{
position: absolute;
background-color: transparent;
border:0px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
padding: 0;
margin: 0;
list-style: none;
}


#menunews {
list-style: none;
width: 77px;
padding: 0;
margin: 0;
} 

#menunews a {
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 0px 0px 0px 0px;
width: 77px;
background: #EDB13C;
}

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

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

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

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

	/* END NEWS BUTTON POPUP MENU */

	/* START DVD BUTTON POPUP MENU */

#popitmenu{
position: absolute;
background-color: transparent;
border:0px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
padding: 0;
margin: 0;
list-style: none;
}


#menudvd {
list-style: none;
width: 76px;
padding: 0;
margin: 0;
} 

#menudvd a {
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 0px 0px 0px 0px;
width: 76px;
background: #465B76;
}

#menudvd a:hover {
color: #FFFFFF;
text-decoration: none;
background: #E79902;
padding: 0;
margin: 0;
}

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

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

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

	/* END DVD BUTTON POPUP MENU */

	/* START REVIEWS BUTTON POPUP MENU */

#popitmenu{
position: absolute;
background-color: transparent;
border:0px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
padding: 0;
margin: 0;
list-style: none;
}


#menurev {
list-style: none;
width: 74px;
padding: 0;
margin: 0;
} 

#menurev a {
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 0px 0px 0px 0px;
width: 74px;
background: #EDB13C;
}

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

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

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

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

	/* END REVIEWS BUTTON POPUP MENU */


	/* START TV BUTTON POPUP MENU */

#menutv {
list-style: none;
width: 76px;
padding: 0;
margin: 0;
} 

#menutv a {
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 0px 0px 0px 0px;
width: 76px;
background: #96A2B1;
}

#menutv a:hover {
color: #FFFFFF;
text-decoration: none;
background: #EDB13C;
padding: 0;
margin: 0;
}

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

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

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

	/* END TV BUTTON POPUP MENU */


	/* START MUSIC BUTTON POPUP MENU */

#menumusic {
list-style: none;
width: 77px;
padding: 0;
margin: 0;
} 

#menumusic a {
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 0px 0px 0px 0px;
width: 77px;
background: #96A2B1;
}

#menumusic a:hover {
color: #FFFFFF;
text-decoration: none;
background: #EDB13C;
padding: 0;
margin: 0;
}

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

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

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

	/* END MUSIC BUTTON POPUP MENU */


	/* START GAMES BUTTON POPUP MENU */

#menugames {
list-style: none;
width: 75px;
padding: 0;
margin: 0;
} 

#menugames a {
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 0px 0px 0px 0px;
width: 75px;
background: #96A2B1;
}

#menugames a:hover {
color: #FFFFFF;
text-decoration: none;
background: #EDB13C;
padding: 0;
margin: 0;
}

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

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

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

	/* END GAMES BUTTON POPUP MENU */


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

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

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

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

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

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

form.box input {
	float:left;
}

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

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

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

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

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



	/* START NEWS DIV W GRADIENT */

.nListing a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	color: #000000;
	text-decoration: none;
	background-color: #E9EAEB;
	background-image: url(http://www.cinemablend.com/images/top/newsindexgradient.png);
	background-repeat: repeat-y;
	display: block;
	width: 341.5px;
	height: 100px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding: 8px;
}
.nListing a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	color: #000000;
	text-decoration: none;
	background-color: #E9EAEB;
	background-image: url(http://www.cinemablend.com/images/top/newsindexgradient.png);
	background-repeat: repeat-y;
	display: block;
	width: 341.5px;
	height: 100px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding: 8px;
}
.nListing a:hover {
	background-image: url(http://www.cinemablend.com/images/top/transparentoverlaybg.png) ;
	background-repeat: repeat;
}
.nListing a:active {
	background-image: url(http://www.cinemablend.com/images/top/transparentoverlaybg.png) ;
	background-repeat: repeat;
}
.nListing img {
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}
.nListing p {
	margin-bottom: 0px;
}



	/* END NEWS DIV W GRADIENT */



	/* START REVIEW BIG DIV W GRADIENT */

.rListing 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: 300px;
	height: 206px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding: 4px;
	border: 0px solid #000000;
}
.rListing 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: 300px;
	height: 206px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding: 4px;
	border: 0px solid #000000;
}
.rListing a:hover {
	background-image: url(http://www.cinemablend.com/images/top/transparentoverlaybg.png) ;
	background-repeat: repeat;
}
.rListing a:active {
	background-image: url(http://www.cinemablend.com/images/top/transparentoverlaybg.png) ;
	background-repeat: repeat;
}
.rListing img {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -1px;
	border: 1px solid #FFFFFF;
}
.rListing p {
	margin-bottom: 0px;
}



	/* END REVIEW BIG DIV W GRADIENT */

	/* START REVIEW SM DIV W GRADIENT */

.rsmListing 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/newsindexgradient.png);
	background-repeat: repeat-y;
	display: block;
	width: 298px;
	height: 116px;
	float: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding: 5px;
	border: 0px solid #000000;
}
.rsmListing 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/newsindexgradient.png);
	background-repeat: repeat-y;
	display: block;
	width: 298px;
	height: 116px;
	float: left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding: 5px;
	border: 0px solid #000000;
}
.rsmListing a:hover {
	background-image: url(http://www.cinemablend.com/images/top/transparentoverlaybg.png) ;
	background-repeat: repeat;
}
.rsmListing a:active {
	background-image: url(http://www.cinemablend.com/images/top/transparentoverlaybg.png) ;
	background-repeat: repeat;
}
.rsmListing img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: -1px;
	border: 1px solid #FFFFFF;
}
.rsmListing p {
	margin-bottom: 0px;
}

	/* 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 OTHER DIV W GRADIENT */


.oListing a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #E9EAEB;
	background-image: url(http://www.cinemablend.com/images/top/newsgradient.gif);
	background-repeat: repeat-y;
	display: block;
	width: 295px;
	height: 40px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding: 6.5px;
}
.oListing a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #E9EAEB;
	background-image: url(http://www.cinemablend.com/images/top/newsgradient.gif);
	background-repeat: repeat-y;
	display: block;
	width: 295px;
	height: 40px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding: 6.5px;
}
.oListing a:hover {
	background-image: url(http://www.cinemablend.com/images/top/transparentoverlaybg.png) ;
	background-repeat: repeat;
}
.oListing a:active {
	background-image: url(http://www.cinemablend.com/images/top/transparentoverlaybg.png) ;
	background-repeat: repeat;
}
.oListing img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}
.oListing p {
	margin-bottom: 0px;
}

	/* END OTHER DIV W GRADIENT */


	/* START NEWS INDEX DIV W GRADIENT */

.niListing a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #000000;
	text-decoration: none;
	background-image: url(http://www.cinemablend.com/images/top/linebg.gif) ;
	background-repeat: repeat-x;
	background-position: 100% 100%;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: -1px;
	padding: 8px;
}
.niListing a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-image: url(http://www.cinemablend.com/images/top/linebg.gif) ;
	background-repeat: repeat-x;
	background-position: 100% 100%;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: -1px;
	padding: 8px;
}
.niListing a:hover {
	background-image: url(http://www.cinemablend.com/images/top/transparentoverlaybg.png) ;
	background-repeat: repeat;
}
.niListing a:active {
	background-image: url(http://www.cinemablend.com/images/top/transparentoverlaybg.png) ;
	background-repeat: repeat;
}
.niListing img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #000000;
}
.niListing p {
	margin-bottom: 0px;
}


	/* END NEWS INDEX DIV W GRADIENT */


	/* 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 INDEX TAB MOUSEOVER */

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

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

#indextab a:hover, #indextab a.selected {
color: #FFFFFF;
text-decoration: none;
background: #96A3B3 !important;
padding: 0;
margin: 0;
}

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

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

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

	/* 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 HEADLINES DIV W GRADIENT */

.hListing a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #E9EAEB;
	background-image: url(http://www.cinemablend.com/images/top/headlinegradient.png);
	background-repeat: repeat-y;
	display: block;
	width: 105px;
	float: left;
	margin-top: -3px;
	margin-right: -7px;
	margin-bottom: 4px;
	margin-left: -7px;
	padding: 5px;
}
.hListing a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #E9EAEB;
	background-image: url(http://www.cinemablend.com/images/top/headlinegradient.png);
	background-repeat: repeat-y;
	display: block;
	width: 105px;
	float: left;
	margin-top: -3px;
	margin-right: -7px;
	margin-bottom: 4px;
	margin-left: -7px;
	padding: 5px;
}
.hListing a:hover {
	background-color: #F9C364;
	background-image: none;
	background-repeat: repeat-x;
}
.hListing a:active {
	background-color: #F9C364;
	background-image: none;
	background-repeat: repeat-y;
}
.hListing img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}
.hListing p {
	margin-bottom: 0px;
}

  	/* END HEADLINES DIV W GRADIENT */

  	
 

