/*
-----------------------------------------------
Client: The London Film School
Description: Flash Video pages
Author: Copious Ltd - www.copious.co.uk
Copyright: 2006 Copious Ltd
Version:  27 Mar 2006
----------------------------------------------- */

/* Page Structure
----------------------------------------------- */

body {
 	background-color: #393939;
	color: White;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	text-align: center;
	}
	
html>body { /* be nice to Opera */
	font-size: small;
	}
	
	
/* Postioning
----------------------------------------------- */

#wrapper { 

	background-color: Black;
	margin: 0 auto;
	padding: 0 0 40px 0;
	line-height: 120%;
	text-align: left;
	width: 750px;
	}
	
html> #wrapper { /* be nice to Opera */
  	width: 750px;
	} 
	
#flash-movie {
	float: left;
	margin: 0;
	padding: 0 30px 0 40px;
	}

#movie-info {
	float: left;
	width: 300px;
	}
	
	
	
/* Common Typography
----------------------------------------------- */
	
h1, h2, h3, h4, h5, h6	{
	color: White;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	}

h2 { 
	margin: 30px 0 20px 0;
	padding: 0;
	text-decoration: underline;
	font-size: 160%; 
	font-weight: bold;
	text-align: center;
	}
	
h2 span {
		font-weight: normal; 
	}
	

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	
li {
	background: transparent url(../images/showcase/vid_bullets.gif) no-repeat 0 4px;
	margin: 0;
	padding: 0 0 3px 12px;
	font-size: 85%;
	}
	
.title {
	color: White;
	font-weight: bold;
	font-size: 110%;
}

.description {
	color: White;
	margin: 10px 0 0 0;
	padding: 0 0 3px 12px;
}


	
/* General linkology
----------------------------------------------- */

a {
	color: #1167A3;
	}
	
a:hover {
	color: #36A1ED;
	}
	
a:visited {
	color: #36A1ED;
	}

a:link, a:visited, a:active {
	text-decoration: underline;
	}
	
a:hover {
	text-decoration : none;
	}



/* Header
----------------------------------------------- */

#header	{
	background: Black  url(../images/showcase/vid-header.gif) top left no-repeat;
	border: 0;
	margin: 0;
	padding: 0;
	height: 72px;
	}
	
#header h1 {
	color: #FFF;
	border: 0;
	margin: 0;
	padding: 0;
	}
	
#header h1 span	{
	display: none;
	}
	
	
/* Form
----------------------------------------------- */
	
form { 
	clear: both;
	margin: 0 10px 0 0;
	padding: 20px 0 0 0;
	font-size: 150%;
	text-align: center;
	}



	





	
	






	
	






	
	






	
	

