@charset "UTF-8";

	/* typekit issue */
		h2 strong {font-weight: 1200;}

	/* Fixes to headder */
		#header h2 span {
			font-weight: 500;
			color: #DDD;
		}

		#header .button {
			padding-top: 22px;
			margin-top: 0px;
		}
		
		#header .button:hover {
			background-position: 0 -22px;
		}


		


		.filmsearch input[type="submit"] {
			background-image:url(images/icons/search_white_bg.png);
		}
	
	

	ul#search_ans {
		top: 70px;
		z-index: 1050;
		/* background: rgba(42,38,123,0.8); */
	}
	#search_ans li a {
		background: rgba(60,123,200,0.8);
	}

	#search_ans li#search1 a{
		border-radius: 20px 20px 0 0;
	}

	#search_ans li#search-more a{
		border-radius: 0 0 20px 20px;
	}
	.search_ans_wrapper {
		position: fixed;
		width: 90%;
		z-index: 1050;
	}

		
	/* adjust background position*/
	#background img.background {
		top:0px;
	}

	/* adminbar*/
	#adminbar {
		z-index:1100;
		position: fixed;
	}
	#showadmin {
		z-index:1050;
		position: fixed;
	}

	

	#body.nobg {
		background:transparent;
	}


	



	/* Pheonix logo glow */
	.glow {
		-webkit-filter: drop-shadow(0px 0px 7px rgba(255,255,255,0.8));
		filter: url(images/glow.svg#drop-shadow);
		-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0,Color='#AAA')";
		filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#AAA')";
	}

	/* small style film view*/

	.film_small {
		display:block;
		height:300px;
	}

	.film_small img,.film_small .film_buttons {
		border-radius:10px;
	}

  

	/*old style flags*/
	.film_small img.flag{
		margin-top:-180px; 
		position:relative; 
		top:-30px; 
	}

	/*new style flags*/
	.film_small span.flag {
		display:block;
		height:180px;
		width:140px;
		margin-top:-180px;
		top:-30px;
		position:relative;
	}

	.film_small small {
		font-size:12px; 
		color:#BBB;
	}

	
	/*Trialer Popup*/
	.trailer div{
		border-radius: 10px;
	}
	/*text colour*/
	body {
		color:#DDD;
	}

	/* edge review*/
	.edge-review {
		background: rgba(0,0,0,0.25) !important;
	}
	
	.edge-review:after {
		border-color: rgba(0,0,0,0.25) transparent !important;
	}
