
/*============================================================
RESET CSS
==============================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr,iframe,a,ul,li {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img,hr {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

strong {
	font-weight: bold;
}

/**************************************************************
ALGEMEEN, LINKS
**************************************************************/

@font-face {
	font-family: "25fps";
	src: url("font/25fps.ttf") format("truetype");
		/* TTF file for CSS3 browsers */
}

@font-face {
	font-family: PTChords;
	src: url("font/PTChords2.ttf") format("truetype");
		/* TTF file for CSS3 browsers */
}

a {
	outline: none;
	border: none;
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #999;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

.rounded {
	position: relative;
}

h1.pagina_kop {
	border: none;
	border-bottom: 1px solid #999;
	padding: 0 0 10px;
	margin-bottom: 15px;
}

/**************************************************************
BLOKKEN
**************************************************************/
#main_container {
	margin: 10px auto;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
	width: 880px;
}

#left_container {
	float: left;
	/*width: 100%;*/
	margin-bottom: 10px;
	width: 660px;
}

body[class=portrait]  #left_container {
	width: 100%;
}

#right_container {
	float: right;
	/*width: 100%;*/
	margin-bottom: 10px;
	width: 200px;
}

body[class=portrait] #right_container {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 15px;
}

/**************************************************************
MENU
**************************************************************/
#menubalk,#menustopper {
	width: 100%;
	height: 35px;
	display: block;
	/*overflow: hidden;*/
	background: url("img/layout/menu_bg.png") no-repeat;
	background-position: 0px 0px;
	position: relative;
}

#menubalk {
	margin: 6px 0 15px 0;
	font-size: 12px;
}

/*
@media screen and (max-width:800px) {
	#menubalk {
		font-size: 10px;
	}
}
*/
#menustopper {
	width: 6px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-position: right bottom;
}

/**************************************************************
NAVIGATIE
**************************************************************/
#nav ul.licious {
	text-align: left;
	width: 150px;
	/*font-size:.8em;*/
	background-color: #999;
	margin: 0;
	/*padding: 0 0 0 5px;*/
	position: absolute;
	left: 0px;
	top: 34px;
	opacity: .97;
	filter: alpha(opacity =   97);
	border: 1px solid #000;
	border-top: none;
}

.licious {
	z-index: 1000;
}

/* ie bs */ /*
html>body #nav ul.licious {
	position: absolute;
	top: 18px;
}
*/
#nav ul.licious a:hover {
	position: relative;
	color: #333;
	background-color: #dedede;
}

#nav ul.licious a {
	position: relative;
	z-index: 999;
	font-weight: normal;
	margin: 0;
	background: none;
	color: #fff;
	display: block;
	padding: 0px;
}

#nav ul.licious li {
	margin: 0;
	/*padding: 0 0 5px 0;*/
	text-indent: 5px;
	width: 150px;
	height: 24px;
	line-height: 24px;
	display: block;
	/*overflow: hidden;*/
}

#nav li a:hover {
	color: #999;
}

#nav li a {
	/*font-weight: bold;*/
	text-decoration: none;
	color: #666;
	/*padding:10px 10px 0 10px;*/
	padding: 10px 10px 10px 0;
	/*background: #00f;*/
	text-shadow: none;
}

#nav {
	position: relative;
	width: 100%;
	height: 32px;
	line-height: 32px;
	list-style: none;
	margin: 0 0;
	padding: 0;
	list-style: none;
	/*font-size:1em;*/
	font-family: "25fps", verdana, arial, helvetica, sans-serif;
	font-size: 14px;
}

#nav li {
	position: relative;
	/*overflow: hidden;*/ /*display: inline;*/
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px;
}

#nav li.separator {
	background-image: url("img/layout/upper_bar_seperator.png");
	width: 7px;
	margin: 0 8px 0 0;
}

#nav_whensmall {
	display: none;
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 12px;
	
}

#nav_whensmall li {
	float: left;
	margin: 0 0 0 10px;
}

/**************************************************************
LOGO IMAGES
**************************************************************/
.logo {
	position: relative;
}

.logo.groot {
	top: 0px;
}

.logo.klein {
	top: -150px;
}

.logo.middel {
	top: -200px;
}

.logo.blauw {
	left: 0px;
}

.logo.groen {
	left: -200px;
}

.logo.rood {
	left: -400px;
}

#footer_container .logo_container {
	float: left;
	margin-right: 5px;
}

#footer_container {
	padding-top: 30px;
}

.logo_container {
	overflow: hidden;
}
.logo_container.middel {
	width: 39px;
	height: 35px;
}

/**************************************************************
WISSELENDE AFBEELDING VOORPAGINA
**************************************************************/
.img_25_div {
	/*width: 600px;*/
	/*width: 100%;*/
	width: 440px;
	float: right;
	height: 248px;
	/*height: 200px;*/
	/*clear: both;*/
	position: relative;
	overflow: hidden;
	margin: 0 0 10px 0;
}

body[class=portrait] .img_25_div {
	width: 659px;
	/*height: 370px;*/
	height: 444px;
}

.img_25_img {
	width: 100%;
	height: inherit;
}

/**************************************************************
ARTIKELEN
**************************************************************/
.artikel {
	width: 100%;
	margin-bottom: 10px;
}

.artikel.l_a {
	width: 200px;
	float: left;
}

body[class=landscape] .artikel.moviethumbs {
	height: 465px;
	position: relative;
}

h1 {
	font-size: 24px;
} 

h2, h2 .stopper {
	height: 19px;
	line-height: 17px;
	background-image: url("img/layout/art_top_bot.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	/*text-align: center;*/
	position: relative;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	font-family: "25fps", verdana, arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	text-indent: 10px;
}

#left_container h2 {
	text-align: left;
	text-transform: uppercase;
	text-indent: 10px;
}

h2 .stopper {
	display: block;
	width: 8px;
	background-position: -992px -31px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.h2link {
	margin-right: 10px;
	color: #999;
}

.h2link.active {
	color: #333;
}

.h2link:hover {
	color: #666;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
}

.artikel p, 
ul.latest_additions,
h1, h3,
.artikel .right_inner,
.artikel #ordershowreelform,
.artikel .left_inner
	{
	padding: 9px 9px 1px 9px;
	border-left: 1px solid; 
	border-right: 1px solid;
	border-color: #ddd; 
}

.artikel p, p {
	font-size: 12px;
	line-height: 20px;
	font-family: arial, helvetica, sans-serif;
}
	

.artikel_footer, .artikel_footer .stopper  {
	height: 10px;
	background-image: url("img/layout/art_top_bot.png");
	background-position: 0px -20px;
	background-repeat: no-repeat;
	position: relative;
}

body[class=landscape] .artikel.moviethumbs. artikel_footer {
	position: absolute;
	bottom: 0px;
}

.artikel_footer .stopper {
	display: block;
	width: 8px;
	background-position: -992px -51px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.bericht_datum {
	float: right;
	display: block;
}

#latest_additions_update {
	
}

.right_inner {
	overflow: hidden;
}

.nieuws_link {
	display: block;
}

#nieuws_voorpagina {
	width: 440px; 
	float: right;
}

body[class=portrait] #nieuws_voorpagina {
	width: 100%;
	clear: both;
}
/**************************************************************
LATEST ADDITIONS LIJST
**************************************************************/
ul.latest_additions {
	font-size: 12px;
	line-height: 16px;
	font-family: arial, helvetica, sans-serif;
	padding-bottom: 10px;
	/*padding-left: 50px;*/
}

.latest_additions li {
	list-style-position: outside;
	clear: both;
	margin-bottom: 15px;
}

.nieuws_voorpag_blokje p {
	padding: 0 10px;
}

.nieuws_voorpag_blokje .datum {
	font-weight: bold; 
	text-indent: 10px; 
	background-color: #aaa; 
	height: 24px; 
	line-height: 24px; 
	color: #fff;
}

.cat_afb {
	float: right;
	width: 40px;
	height: 24px;
	background-repeat: no-repeat;
	margin-top: 5px;
}

.cat_afb.movies {
	background-image: url("img/layout/pix_movies.gif");
}
.cat_afb.people{
	background-image: url("img/layout/pix_people.gif");
}
.cat_afb.pictures {
	background-image: url("img/layout/pix_pictures.gif");
}


/**************************************************************
MOST VIEWED
**************************************************************/
#mvc_container {
	/*position: relative;
	padding-top: 10px;*/
}

.most_viewed_img_container, 
.nieuws_voorpag_blokje {
	position: relative;
	margin-bottom: 10px;	
}

body[class=portrait] .most_viewed_img_container {
		width: 31%;
		float: left;
		margin-right: 1%;
		margin-left: 1%;
	}	


body[class=landscape] .most_viewed_img_container {
		width: 100%;
	}



.most_viewed_img_container .mv_img {
	width: 100%;
}

p.foto_bijschrift {
	border: none;
	margin: 0;
	height: 24px;
	line-height: 24px;
	text-indent: 10px;
	padding: 0;
	/*padding: 2px 0 10px 10px;*/
	background-color: #ededed;
	color: #666;
	font-size: 11px;
	width: 100%;
	overflow: hidden;
}



/**************************************************************
DIRECTORS PAGE
**************************************************************/
.directors_list {
	line-height: 20px;
}

.tab_div {
	position: relative;
	overflow: hidden;
	/*border: 1px solid #ddd;*/
	min-height: 200px;
	overflow: visible;
	
}

.tab_div h2 {
	position: absolute;
	height: 16px;
	line-height: 16px;
	top: -16px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	color: #999;
	background: none;
}

td.omschrijving {
	width: 150px;
	font-weight: bold;
}

td.inhoud {
	width: auto;
}
#video-navigation {
	padding: 15px 0;
}

#example_video_1 {
	/*width: 628px;
	height: 358px;*/
	width: 100%;
	height: 100%;
}
#example_video_2 {
	width: 100%;
	height: 100%;
}

#flash_fallback_1 {
	width: 628px;
	height: 358px;
}

#directorpage_logos {
	float: right; 
	display: none;
}

.clipnav {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	background-repeat: no-repeat;
}

.clipnav.on, a.clipnav:hover {
	background-image: url("img/layout/clipnav_on.gif"); 
}	
.clipnav.off {
	background-image: url("img/layout/clipnav_off.gif"); 
}	

@media screen and (min-device-width: 880px) and (max-device-width: 1024px), screen and (min-device-width: 480px) and (max-device-width: 879px), screen and (device-width: 768px) and (orientation:portrait), screen and (device-width: 768px) and (orientation:landscape) {
	.clipnav {
		width: 30px;
		height: 30px;
	}
	.clipnav.on, a.clipnav:hover {
		background-image: url("img/layout/clipnav_on_ipad.gif"); 
	}	
	.clipnav.off {
		background-image: url("img/layout/clipnav_off_ipad.gif"); 
	}	
}

@media screen and (min-device-width: 880px) and (max-device-width: 1024px),screen and (device-width: 768px) and (orientation:portrait) {
	#directorpage_logos {
		display: block;
	}
}

/**************************************************************
COMMERCIALS
**************************************************************/
/* even uit gezet */
.gallery_foto_bijschrift {
	display: none;
}

/**************************************************************
FOOTER
**************************************************************/
.adres_gegevens {
	line-height: 17px;
	font-size: 10px;
	color: #999;
	text-align: justify;
	float: left;
	overflow: hidden;
	padding-bottom: 10px;
	width: 420px;
}

.right_logos {
	float: right;
}

.right_logos img {
	float: right;
	margin: 0 0 0 5px;
}

.linkvcp, .linkcfpe {
	display: block;
	height: 34px;
	text-indent: -999px;
	float: left;
	margin-left: 5px;
	background-position: 100% 0;
}

.a_order_showreel {
	display: block;
	height: 36px;
	background-image: url("img/layout/but_order_showreel.gif");
	width: 124px;
	text-indent: -1000px;
}
a.a_order_showreel:hover {
	background-image: url("img/layout/but_order_showreel_on.gif");
}

a.linkvcp:hover, a.linkcfpe:hover {
	background-position: 0 0;
}

.linkvcp {
	background-image: url("img/layout/vcplogo.png");
	width: 34px;
}
.linkcfpe {
	background-image: url("img/layout/cfpelogo.png");
	width: 61px;
}

/**************************************************************
CONTACT / ORDER SHOWREEL
**************************************************************/
#ordershowreelform input {
	border: 1px solid #ccc;
}

#ordershowreelform td {
	height: 25px;
}

#ordershowreelform input[type=text] {
	width: 250px;
	height: 20px;
	line-height: 20px;
}

.form_error {
	border-color: #f00 !important;
}

/**************************************************************
	CLIENTPAGINA
**************************************************************/
.client_table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

.client_table td {
	height: 24px;
	line-height: 24px;
	padding: 2px 10px 2px 2px;
}

.folder_icon, .file_icon {
	width: 24px;
}

.opened {
	color: #000;
	font-weight: bold;
}

.locked {
	color: #999;
}

.locked .folder_icon {
	background: url("img/layout/lock.png") no-repeat 50% 50%;
}
.opened .folder_icon, .folder_icon.opened {
	background: url("img/layout/folder-horizontal.png") no-repeat 50% 6px;
}

.folder_container {
	height: auto;
	overflow: hidden;
}

.folder_container.closed {
	height: 24px;
}

li {
	/*list-style: disc;*/
	margin: auto;
	padding: 0 16px;
}

li.folder {
	list-style-image: url("img/layout/folder-horizontal.png");
	list-style-position: inside;
	cursor: pointer;
}

.file_image{
	list-style-image: url("img/layout/magnifier.png");	
	list-style-position: inside;
}
.no_file_image{
	list-style-image: url("img/layout/blank16x16.png");	
	list-style-position: inside;
}

.logout_button {
	border: 1px solid #333;
	background-color: #999;
	padding: 3px 10px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	float: right;
	clear: both;
}

.logout_button:hover {
	background-color: #333;
	color: #fff;
}

td.input {
	padding: 2px 0;
}





















