@charset "utf-8";
/* ThatMovieSite.co.uk */

body
{
	background:#04070E;
	width:1000px;
	margin:0px auto;
	font-family:tahoma;
	font-size:12px;
	color:#0058B0;
}

.nav
{
width:600px;
margin:0px auto;
text-align:center;
margin-bottom:10px;
}

/* Fonts */

	.white
	{
	color:#ffffff;	
	}
	
	a {color:#fff; font-weight:bold; text-decoration:none;}
	
	a:hover {color:#0058B0; text-decoration:underline;}
	
	image a{border:none;}

	#container
	{
		width:1000px;
		margin:0px auto;
		float:left;
	}
	
	#header
	{
		width:1000px;
		height:280px;
		background:url(images/banner.jpg) no-repeat;
	}
	
	#content-wrap
	{	
	width:1000px;
	margin:0px auto;
	float:left;
	}
	
		#content-top
		{
		width:1000px;
		height:23px;
		background:url(images/content-top.jpg) no-repeat;
		float:left;
		}
		
			#content
			{
			width:940px;
			background:url(images/content.jpg) repeat-y;
			padding-left:30px;
			padding-right:30px;
			padding-bottom:10px;
			float:left;
			}
			
				#content-bottom
				{
				width:1000px;
				height:21px;
				background:url(images/content-bottom.jpg) no-repeat;
				float:left;
				}

	#footer
	{
	width:940px;
	height:25px;
	background:url(images/content.jpg) repeat-y;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
	margin-top:10px;
	float:left;
	color:#fff;
	padding-top:5px;s
	}
	
	/* End main styles */
	
	/* Start player.php styles */
	
	#playerWrapper
	{
	width:950px;
	float:left;
	}
	
	#infoWindow
	{
	width:200px;
	background:#080A18;
	float:left;
	padding:5px;
	}
	
		#videoWindow
		{
		width:700px;
		background:#080a18;
		float:left;
		padding:5px;
		margin-left:5px;
		padding-bottom:10px;
		}
		
	/* End player.php styles */
	
	/* Start Index.php styles */
	
	#recentWindowWrap
	{
	width:710px;
	float:left;
	margin:0px auto;
	}
	
	.recentWindow
	{
	width:200px;
	height:142px;
	background:#111535;
	padding:5px;
	float:left;
	margin-left:19px;
	border:solid 1px #0058B0;
	margin-bottom:4px;
	}
	
	.recentWindow:hover
	{
	background:#003;
	border:solid 1px white;
	}
	
		.coverWrap
		{
		width:94px;
		float:left;
		}
		
			.coverInfo
			{
			width:100px;
			float:left;
			text-align:right;
			}

	#leftHeadWindow
	{
	width:309px;
	height:146px;
	float:left;
	padding:10px;
	margin-top:20px;
	margin-left:20px;
	}
	
	.noBorder {border:none;}
	
	/*#leftHeadWindow img{border:none;}*/
	
	#rightHeadWindow
	{
	width:309px;
	height:146px;
	float:right;
	padding:10px;
	margin-top:20px;
	margin-right:14px;
	}
	
	/*#rightHeadWindow img{border:none;}*/