

/* palette http://kuler.adobe.com/#themes/search?term=Baila
	#F2F2F0	#FFFFFF
	#BFBEAA	#DFDFDF
	#A6A594	#BDBDBD
	#BF5D24	#D0855A FC7707
	#0D0000	#454545
				

*/

body {
	background-color: #fff;
	color: #454545;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 70%
	}

h1 {
	float: left;
	margin-bottom: 0;
	margin-top:	30px;
	background-image: url("images/simoncozens_filmeditor.gif");
	background-repeat:no-repeat;
	height:35px;
	width: 800px;
	}
h1 span {
	display: none;
	font-family: Georgia, Georgia, serif;
	color: #FC7707;
	font-size: 400%;
	text-transform: uppercase;
	}
	
.container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}	
	
.header {
	height: 120px;
	width: 100%;
	position: relative;
	padding: 10px;
	padding-bottom: 0;
	}

.header ul {
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	}

.header li {
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	float: right;
	}

a {
	color: #454545;
	}

.header li a {
	display: block;
	text-align: center;
	text-indent: -10000px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-top: 4px;
	border-bottom: solid #fff 2px;
	text-decoration: none;
	}

a#menu_home {
	background-image: url("images/home_off.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100px;
	height: 15px;
	}
a#menu_home.active {
	background-image: url("images/home_on.gif");
	border-bottom: solid #FC7707 2px;
	}
a#menu_home:hover {
	background-image: url("images/home_on.gif");
	border-bottom: solid #FC7707 2px;
	}

a#menu_contact {
	background-image: url("images/contact_off.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 120px;
	height: 15px;
	}
a#menu_contact.active {
	background-image: url("images/contact_on.gif");
	border-bottom: solid #FC7707 2px;
	}
a#menu_contact:hover {
	background-image: url("images/contact_on.gif");
	border-bottom: solid #FC7707 2px;
	}

a#menu_credits {
	background-image: url("images/credits_off.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 120px;
	height: 15px;
	}
a#menu_credits.active {
	background-image: url("images/credits_on.gif");
	border-bottom: solid #FC7707 2px;
	}
a#menu_credits:hover {
	background-image: url("images/credits_on.gif");
	border-bottom: solid #FC7707 2px;
	}
	
a#menu_showreel {
	background-image: url("images/showreel_off.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 140px;
	height: 15px;
	}
a#menu_showreel.active {
	background-image: url("images/showreel_on.gif");
	border-bottom: solid #FC7707 2px;
	}
a#menu_showreel:hover {
	background-image: url("images/showreel_on.gif");
	border-bottom: solid #FC7707 2px;
	}



.header li a:hover { 
	background-color: #FC7707;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.active {
	background-color: #FC7707;
	color: #FFFFFF;
	}


.content {
	background-color: #FFFFFF;
	width: 100%;
	float: left;
	padding: 10px;
	border-top: solid #FC7707 2px;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	}

h2 {
	clear: left;
	}
	

.content table {
	width: 100%;
	border-collapse: collapse;
	}

.content thead {
	background-color: #DFDFDF;
	border-bottom: solid #FC7707 2px;
	}
	
.content table th {
	text-align: left;
	vertical-align: top;
	text-transform: uppercase; 
	font-size: 120%;
	padding: 6px;
	}


	
.odd {
	background-color: #EBEBEB;
}

.content table td {
	text-align: left;
	vertical-align: top;
	padding: 10px 4px 10px 4px;
	}
	
.content_container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	}

.content_container p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	}

img.biog {
	border: 2px solid #FC7707;
	display: inline;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

ul.image_list {
	list-style-type: none;
	position: relative;
	}

ul.image_list.li {
	display: block;
	float: left;
	clear: left;
	padding-top: 40px;
	position: relative;
	margin: 10px;
	}




.clip {
	display: none;
	}

.clip_container {
	width: 100%;
	height: 100%;
	}

.clip_container object {
	margin: auto;
	display: block;
	}
	

ul.image_list li {
	margin-bottom: 20px;
}
ul.film_clips {
	list-style-type: none;
}
ul.film_clips li {
	float: left;
	margin: 0 2px 2px 2px;
}
ul.film_clips li img {
	display: block;
	margin: 1px;
	border: 2px solid #FC7707;
	}
ul.film_clips li a {
	clear: left;
	float: left;
	display: block;
	margin: 1px;
	}


.film_poster {
	float: left;
	clear: left;
}
.film_title {
	font-size: 200%;
	font-weight: bold;

	margin-top: 12px;
}

.film_category {
	font-size: 120%;

}
.film_director {
	display: block;
}
.film_company {
	display: block;
	margin-bottom: 12px;
}






#TB_ajaxContent span p.clip_credits {
	float: left;
	display: inline;
	margin-right: 2em;
	padding-top: 2px;
	padding-bottom: 0px;
}

#TB_ajaxContent span p.clip_copyright {
	float: right;
	display: inline;
	padding-top: 2px;
	padding-bottom: 0px;
}

.cl {
	clear: left;
	}

.contact {
	float: left;
	width: 45%;
	background-color: #DFDFDF;
	margin: 10px;
	border: solid black 1px;
	
}

.contact .fn {
	font-weight: bold;
}

.contact span {
	display: block;
	clear: left;
	padding: 10px;
	
}

table.credits tr:nth-child(odd) {
}
table.credits tr:nth-child(even) {
	background-color: #DFDFDF;
}

.filmtitle {
	text-decoration: underline;
}
.productioncompany {
	text-transform: uppercase;
}




/* the infamous clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
