/* 
CSS Document bonnier-film.com
Author: daniel@seinsche.com
Date: 2009-02-07
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #3b3b3b;
	color: #FFFFFF;
	margin: 0px;
}

/********************************************************************
 Header Stlyes */

#headerContainer {
	width: 100%;
	background-image: url(../images/header-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#header {
	width: 900px;
	height: 151px;
	margin: 0px auto;
	text-align: left;
}

#logo {
	float: right;
} 

#topMenuContainer {
	width: 870px;
	margin: 0px auto;
	padding-left: 30px;
	height: 30px;
	background-color: #fff;
}

a.topMenuItem:link, a.topMenuItem:visited {
	float: left;
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	margin-right: 30px;
}

a.topMenuItem:hover {
	color: #fea128;
}

a.topMenuItem_active:link, a.topMenuItem_active:visited, a.topMenuItem_active:hover {
	float: left;
	color: #fea128;
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 30px;
}


/********************************************************************
 Content Area Stlyes */

#contentContainer {
	width: 900px;
	min-height: 200px;
	font-size: 12px;
	margin: 0 auto;
	text-align: left;
}

#contentContainer.home {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	width: 400px;
	height: 106px;
	margin: 0 auto;
	padding: 400px 0 0 500px;
	min-height: 0;
  text-shadow: #000 3px 3px 5px;
}

#content {
	margin: 40px 30px;
}

#contentColumn01 {
	width: 160px;
	float: left;
	text-align: right;
	margin: 40px 24px 40px 0;
}

#contentColumn02 {
	width: 655px;
	float: right;
	text-align: left;
	margin: 40px 0;
}

.contentLeft {
	float: left;
	margin-right: 20px;
}

.contentRight {
	float: right;
}

/********************************************************************
 Content Element Stlyes */

.elementContainer {
	width: 690px;
	margin-bottom: 40px;
}

.elementMainPicture {
	width: 100px;
	margin-right: 25px;
	float: left;
}

.elementInfo {
	width: 565px;
	float: right;
}	

h2.elementHeadline {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

p.elementDescription {
	font-size: 11px;
	margin-bottom: 10px;
}

.elementMorePictures {
	position: relative;
	bottom: 0px;
}

.elementMorePicture {
	float: left;
	margin-right: 33px;
}

/********************************************************************
 Footer Stlyes */

#footerContainer {
	width: 100%;
	height: 30px;
	text-align: center;
	margin-bottom: 50px;
}

#footer {
	border-top: 1px solid #fff;
	width: 880px;
	height: 30px;
	margin: 0px auto;
	padding: 0px 10px;
}

#footerMenuContainer {
	height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 30px;
	float: left;
}

a.footerMenuItem:link, a.footerMenuItem:visited {
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
}

a.footerMenuItem:hover {
	color: #fea128;
}

#footerSocialButtons {
	float: right;
	padding-top: 6px;
}	

/************************************
* FILMSCHOOL styles */

.articleHeadline {
	color: #fea128;
	font-size: 14px;
	font-weight: bold;
}

.articleListItem {
	padding: 0px 10px 10px 10px;
	border-bottom: 1px #fea128 solid;
	margin-bottom: 15px;
}

.articleListAd {
	text-align: center;
	margin-bottom: 15px;
	padding: 0px 10px 10px 10px;
	border-bottom: 1px #fea128 solid;
}

.articleListHeadline {
	margin: 0px;
}

.articleListItem a:link, 
.articleListItem a:visited {
	font-weight: bold;
	color: #fea128;
	text-decoration: none;
}

.articleListItem a:hover {
	text-decoration: underline;
}

.articleListSubheadline {
	font-size: 10px;
}

.articleListPreview {
	font-size: 10px;
}

.articleMenuItem {
	text-align: right;
	margin-bottom: 10px;
}

#articleSearchContainer {
	text-align: left;
}

#articleSearchContainer label {
	color: #fea128;
	font-weight: bold;
	margin-bottom: 5px;
}

#articleSearchContainer input.search {
	color: #ffffff;
	border: 1px #fea128 solid;
	margin: 5px 0px;
	height: 15px;
	padding: 3px;
	background-color: #3b3b3b;
}

#socialButtons {
	text-align: left;
	margin-top: 30px;
	vertical-align: middle;
}

#footerSocialButtons iframe:first-child,
#socialButtons iframe:first-child {
	position: relative;
	top: 2px;
}

/************************************
* FILELIST medien area styles */

.FileListTable {
  border-collapse: collapse;
  border-spacing: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #fea128;
}

.FileListCellTitle {
  border-width: 1px;
  border-style: solid;
  border-color: #fea128;
  padding: 3px;
}

.FileListCellText {
  border-width: 1px;
  border-style: solid;
  border-color: #fea128;
  padding: 3px;
}

.FileListCellInfo {
  border-width: 1px;
  border-style: solid;
  text-align: right;
  border-color: #fea128;
  font-size: 8pt;
  padding: 3px;
}

.FileListCellDesc {
  border-width: 1px;
  border-style: solid;
  border-color: #fea128;
  font-size: 8pt;
  padding: 3px;
}

.downloadError {
	color:#F00;
}

/************************************
* GENERIC styles */

form {
	margin-bottom: 0px;
}

img {
	border: 0px;
}

img.l {
	border: 0px;
	float: left;
	margin: 0px 10px 10px 0px;
}

img.r {
	border: 0px;
	float: right;
	margin: 0px 0px 10px 10px;
}

a:link, a:visited {
	color: #fea128;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.active:link, a.active:visited {
	color: #fea128;
	text-decoration: none;
	font-weight: bold;
}

a.active:hover {
	text-decoration: underline;
}

h1 {
	color: #fea128;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	color: #fea128;
	font-size: 12px;
	font-weight: bold;
}

ul {
	list-style-image: url(../images/listBullet.gif);
	margin: 0;
	padding-left: 20px;
}

.pictureList {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#productionTeaser {
	width: 900px;
	text-align: center;
	margin-top: 30px;
}

.orange {
	color: #FEA128;
	font-size: 48px;
}

/************************************
* general playlist settings, light gray */
#player {
	display: block;
	width: 590px; 
	height: 319px;
	border: 6px solid #555555;
	float: left;
}

div#playlist {	
	float: right;
}

div.clips {
	width: 210px;	
}

div.clips a {
	display: block;
	text-align: right;
	padding: 65px 5px 0 0;
	font-size: 10px;
	color: #fff;
	margin-bottom: 5px;
	border: 6px solid #555555;
	text-decoration: none;
	width: 195px;
	height: 15px;
}

div.clips a:hover, div.clips a.playing, div.clips a.paused {
	background-position: 0 -80px !important;
}

div.clips a#showreel-barabbas {
	background-image: url(../images/showreel/showreel-barabbas-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.clips a#showreel-buju-teaser-1 {
	background-image: url(../images/showreel/showreel-buju-teaser-1-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div.clips a#showreel-buju-teaser-2 {
	background-image: url(../images/showreel/showreel-buju-teaser-2-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.contentSmallFont {
	font-size: 10px;
}

/* Promo Styles */
.promo {
	color: #000;
}

#boxCamera {
	float: left;
	width: 268px;
	height: 326px;
	margin: 30px 4px 0 4px;
	padding: 120px 12px 12px 12px;
	background-image: url(../images/promo-boxCamera.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#boxPostproduction {
	float: left;
	width: 268px;
	height: 326px;
	margin: 30px 4px 0 4px;
	padding: 120px 12px 12px 12px;
	background-image: url(../images/promo-boxPostproduction.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#boxService {
	float: left;
	width: 268px;
	height: 426px;
	margin: 30px 4px 0 4px;
	padding: 20px 12px 12px 12px;
	background-image: url(../images/promo-boxServices.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.promo h1 {
	color: #000;
	font-size: 33px;
	text-transform: uppercase;
	text-align: right;
	margin: 0;
}

.promo h2 {
	color: #000;
	font-size: 18px;
	text-align: right;
	margin: 0 0 10px 0;
}

.promo p {
}

.promo div.moreInfo {
	margin-top: 16px;
	float: left;
}

.promo div.price {
	float: right;
	font-size: 40px;
	font-weight: bold;
	text-align: right;
	margin-top: 16px;
	margin-right: 20px;
}

.promo div.price .small {
	float: right;
	font-size: 11px;
	font-weight: normal;
}

.promo td {
	padding: 6px 0;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}



