@charset "UTF-8";
/* CSS Document */

	body {
		background-color:#000000;
		margin:0px;
		padding:0px;
	}
	
	#theater-wrapper {
		text-align:center;
	}
	
	#theater-content {
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		width:950px;
	}

	#theater-header {
		background-image:url("/images/theonlinetheater_2.jpg");
		background-position:top left;
		background-repeat:no-repeat;
		width:950px;
		height:107px;
		margin-left:auto;
		margin-right:auto;
	}

	#theater-headerimage_wrapper {
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		width:250px;
		padding-left:650px;
	}

	#theater-headerimage_wrap {
	
		position:absolute;
		top:25px;
		text-align:right;
	}
	#theater-headerimage {
		
		position:absolute;
		top:0px;
	}
	
	#theater-reel {
		background-image:url("/images/reel.jpg");
		background-position:top left;
		background-repeat:repeat-x;
		height:63px;
		position:relative;
		left:0px;
		width:100%;
		margin-right:auto;
	}
	#theater-nowplaying {
		width:405px;
		float:left;
	}

	#theater-jumpto {
		width:540px;
		float:right;
	}
	#theater-recentlyadded_3 {
		background-image:url("/images/recentlyadded_3.jpg");
		background-position:top center;
		background-repeat:no-repeat;
		width:950px;
		height:175px;
		float:left;
		margin-top:20px;
		text-align:center;
	}
	
	#theater-recentlyadded_6 {
		background-image:url("/images/recentlyadded_6.jpg");
		background-position:top center;
		background-repeat:no-repeat;
		width:950px;
		height:225px;
		float:left;
		margin-top:20px;
		text-align:center;
	}
	
	.longbutton {
		background-image:url("/images/longbutton.gif");
		background-position:top left;
		background-repeat:no-repeat;
		width:279px;
		text-align:center;
		position:relative;
		left:25px;
		height:41px;
		margin-top:10px;
		cursor:pointer;
		font-family:"Century Gothic", Verdana, Arial, sans-serif;
		font-size:16px;
		color:#FFFFFF;
		text-decoration:none;
	}

	.longbutton:hover {
		background-image:url("/images/longbutton_hover.gif");
		background-position:top left;
		background-repeat:no-repeat;
		width:279px;
		text-align:center;
		position:relative;
		left:25px;
		margin-top:10px;
		cursor:pointer;
		font-family:"Century Gothic", Verdana, Arial, sans-serif;
		font-size:16px;
		color:#FFFFFF;
		text-decoration:none;
	}

	.longbutton_landing {
		background-image:url("/images/longbutton.gif");
		background-position:top left;
		background-repeat:no-repeat;
		width:279px;
		text-align:center;
		height:41px;
		cursor:pointer;
		margin-top:6px;
		font-family:"Century Gothic", Verdana, Arial, sans-serif;
		font-size:16px;
		color:#FFFFFF;
		text-decoration:none;
	}

	.longbutton_landing:hover {
		background-image:url("/images/longbutton_hover.gif");
		background-position:top left;
		background-repeat:no-repeat;
		width:279px;
		text-align:center;
		cursor:pointer;
		margin-top:6px;
		font-family:"Century Gothic", Verdana, Arial, sans-serif;
		font-size:16px;
		color:#FFFFFF;
		text-decoration:none;
	}
	
	.shortbutton {
		background-image:url("/images/shortbutton.gif");
		background-position:top left;
		background-repeat:no-repeat;
		width:188px;
		height:41px;
		text-align:center;
		position:relative;
		left:-25px;
		margin-top:10px;
		cursor:pointer;
		font-family:"Century Gothic", Verdana, Arial, sans-serif;
		font-size:16px;
		color:#FFFFFF;
		text-decoration:none;
	}

	.shortbutton:hover {
		background-image:url("/images/shortbutton_hover.gif");
		background-position:top left;
		background-repeat:no-repeat;
		width:188px;
		text-align:center;
		height:41px;
		position:relative;
		left:-25px;
		margin-top:10px;
		cursor:pointer;
		font-family:"Century Gothic", Verdana, Arial, sans-serif;
		font-size:16px;
		color:#FFFFFF;
		text-decoration:none;
	}
	
	
	#theater-jumpto_long {
		float:left;
	}

	#theater-jumpto_short {
		float:right;
	}
	
	#theater-footertext {
		width:950px;
		margin-right:auto;
		margin-left:auto;
		font-family:"Century Gothic", Verdana, Arial, sans-serif;
		font-size:12px;
		color:#FFFFFF;
		text-align:center;
		float:left;
		margin-top:5px;
	}

	.recent_thumbnail {
		vertical-align:middle;
		padding:10px;
	}

	.related_thumbnail {
		vertical-align:middle;
		padding:16px;
	}

	.recent_thumbnailimage {
		border:2px solid #999999;
	}
	
	.roundedCorner {
		margin: 0px;
		width: 90px; /* original is 90 */
		height: 34px; /* original is 60 */
		text-align: left;
		background-repeat: no-repeat;
		cursor:pointer;
		border:2px solid #999999;
	}

	.roundedCorner_large {
		margin: 0;
		width: 320px; /* original is 360 */
		height: 220px; /* original is 240 */
		text-align: left;
		background-repeat: no-repeat;
		cursor:pointer;
		border:2px solid #999999;
	}
	
	#videoarea {
		width:850px;
		margin-top:40px;
		text-align:left;
	}

	#videoplayer {
		float:left;
	}
	#videotitle {
		float:right;
		width:450px;
		left:400px;
		top:-270px;
		text-align:center;
	}
	#downloadlink {
		float:left;
		text-align:center;
		width:460px;

	}
	.downloadimage {
		vertical-align:middle;
	}
	#relateditems {
		float:right;
		width:465px;
		height:250px;
		overflow:auto;
		background-color:#000000;
		margin-top:25px;
		left:400px;
		text-align:center;
	}

	#relateditems-sundays {
		float:right;
		width:465px;
		height:275px;
		overflow:auto;
		background-color:#000000;
		margin-top:25px;
		left:400px;
		text-align:center;
	}

	.search_bq {
		padding-left:25px;
		padding-top:10px;
		padding-bottom:14px;
		padding-right:25px;
	}
	
	.search_area {
		padding-top:25px;
		text-align:left; 
		color:#CCCCCC;
		padding-left:50px;
	}
	.search_buttons {
		width:850px; 
		text-align:center; 
		padding:5px; 
		margin:0px;
	}
	.search_next {
		text-align:right;
	}
	.search_prev {
		text-align:left;
	}
	.resultset {
		width:850px;
		text-align:center;
	}
	.result_thumbnail {
		padding:10px;
		vertical-align:middle;
		width:100px;
	}

	.small_channels {
		padding:1px;
	}

	.large_channels {
		padding:6px;
	}

	.vertalign {
		vertical-align:top;
	}
	
	.channel_table {
		width:850px;
		text-align:center;
		border-spacing:10px;
	}
	.channel_item {
		border:1px solid #666666;
		padding:0px;
		width:200px;
	}
	.channel_item:hover {
		background-color:#151515;
	}
	.channel_subtable {
		width:290px;
	}
	.channel_stuff {
		vertical-align:top;
		width:200px;
	}

	#seo-keywords {
		font-family:"Times New Roman", Times, serif;
		font-size:8px;
		color:#000000;
		position:absolute;
		top:0px;
		right:0px;
		width:0px;
		height:0px;
		overflow:hidden;
	}
			#seo-desc {
		font-family:"Times New Roman", Times, serif;
		font-size:8px;
		color:#000000;
		position:absolute;
		top:0px;
		right:0px;
		width:0px;
		height:0px;
		overflow:hidden;
	}
		