html {
	overflow-y: scroll;
}
html,
body {
	position: relative;
}

body {
	background: #242424;
	font-family: Verdana, Arial, Tahoma;
	color: #a6a6a6;
	
}
#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
}
#header {
	background: url(../images/header.png) no-repeat;
	position: relative;
	margin: 0 0 0 0;
	width: 1000px;
	float: left;
}

	div#logo {
		background: url(../images/logo.png) no-repeat; 
		position: relative;
		height: 123px;
		width: 1176px;
		display: block;
		margin-left: -174px;
	}
	a.headerlogo{
		display:block;
		width: 420px;
		height: 80px;
		position:absolute;
		top:	0px;
		left:	0px;
		z-index: 1000;
	}
	
		div#logo span {
			display: none;
		}
		
	div#minclose {
		position:	absolute;
		top:		11px;
		left:		953px;
		z-index:	10000;
		width:	41px;
		height:	18px;
		background: url(../images/minclose_1.gif) no-repeat;
	}
	body#external #container.minimized 	div#minclose {
		background: url(../images/minclose_2.gif) no-repeat;
	}
	div#minclose .extmin,
	div#minclose .extmax{
		display:		block;
		float:		left;
		width:		18px;
		height:		18px;
		position:		relative;
		top:			-2px;
	}

	
#content,
#contentWide {
	float: left;
	clear: both;
	background: #3e3e3e url(../images/gradient.png) repeat-x;
	position: relative;	
	width: 621px;
	padding: 11px 23px 18px 18px;
	min-height: 300px;
	border-top: 1px solid #6e6c6e;
}	
#content{
	min-height:544px;
	height:auto !important;
	height:544px;
}
#content h1{
	width: 625px;
	text-transform: uppercase;
	color: #50e4ff;
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 28px;
	background: url(../images/hr.gif) repeat-x 0 100%;
	padding-bottom: 0.2em;
	position: relative;
	letter-spacing:-2px;
}
#contentWide {
	width: 960px;
	padding: 11px 18px 18px 18px;
}

#sideBar {
	position: relative;	
	background: #3e3e3e url(../images/gradient.png) repeat-x;
	float: left;
	width: 273px;
	min-height: 300px;
	padding:14px 23px;
	margin-left: 14px;
	border-top: 1px solid #6e6c6e;
}

	/*#sideBar div {
		margin-bottom: 10px;
	}*/

#footer {
	height: 30px;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #707070;
}
#footer a{
	color: #707070;
	text-decoration:	none;	
}

.clear {
	clear: both;
	height: 0px;
}

/* content styles */

.portfolioItem {
	position: relative;
	margin-bottom: 11px;
	width: 623px;
	height: 92px;
}

.portfolioItem a,
.portfolioItem a:visited,
.portfolioItem a:hover,
.portfolioItem a:visited:hover {
	text-decoration: none;
	color:#FFF!important;
}
.portfolioItem a strong{
	z-index:	1000;
}

.portfolioItem a img {
	border: 1px solid #686868;

}
	.portfolioItem a:hover img {	
		border: 1px solid #ccc;
	}

	.portfolioItem p {
		position: absolute;
		display: block;
		background: url(../images/bixel.png) repeat;
		filter:alpha(opacity=75);
		-moz-opacity:0.75;
		-khtml-opacity: 0.75;
		opacity: 0.75;
		top: 10px;
		left: 10px;
		text-transform: uppercase;
		color: #fff;
		margin-top: 0;
		font-size: 1.1em;
		padding: 4px 10px 6px 10px;
		text-decoration: none;
		border: 0;
		display:none;
		
	}
	.portfolioItem p span * {
		z-index: 99;
		position: relative;
		}
	
	.portfolioItem em {
		font-weight: bold;
		font-style: normal;
	}
	
/* view page */
ul.movieNav {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	position: absolute;
	top: 27px;
	right: 15px;
}

	ul.movieNav li {
		display: block;
		text-transform: uppercase;
		font-size: 1.2em;
		float: left;
		height: 15px;
		margin-left: 10px;
		position: relative;
	}

		ul.movieNav li a {
			display: block;
			float: left;		
			position: relative;
			text-decoration: none;
		}
		
		ul.movieNav li#prev.inActive {
			background: url(../images/arrow-left.gif) no-repeat 0 3px;
			padding-left: 12px;
		}
		ul.movieNav cufon, x:-moz-any-link, x:default {
			margin:2px 0 0 0;
		}		
		
		ul.movieNav li#prev a /* when there's an <a> it's active */  {
			background: url(../images/arrow-left.gif) no-repeat 0 -12px;
			padding-left: 12px;
			color: #fff;

		}
		
		ul.movieNav li#next.inActive {
			background: url(../images/arrow-right.gif) no-repeat 100% 3px;
			padding-right: 12px;
		}
		
		ul.movieNav li#next a {
			background: url(../images/arrow-right.gif) no-repeat 100% -12px;
			padding-right: 12px;
			color: #fff;

		}
		
		ul.movieNav li.active {
			bottom:-3px;
		}
		
		ul.movieNav li.active a {
		
		}
		
		ul.movieNav li.inActive {
			bottom:-3px;
		}

#moviePlayer,
#movieStills{
	position: relative;
	width: 960px;
	padding-bottom: 25px;
}

#jwplayer{
	width:960px;
	border:1px solid #5f5f5f;
	margin:0 auto;
	height:565px;
}
#movieStills h2{
	height: 565px;
	padding-bottom: 10px;
}
#movieStills img{
	border: 0px solid #5f5f5f;
	position:relative;
	left:0px;
}
#movieStills {
	margin-top: 45px;
}

	#moviePlayer #movieOptions,
	#stillViewer {
		font-family: Verdana;
		position: absolute;
		bottom: 0px;
		height: 25px;
		width: 962px;
		color:#fefefe;
		background: #5f5f5f;
		text-transform: uppercase;
	}
	
	
		#moviePlayer #movieOptions a#theatreLink{
			position: absolute;
			bottom: 5px;
			left: 7px;
			text-decoration: none;
		}
		
		#moviePlayer #movieOptions a#iphoneLink{
			position: absolute;
			bottom: 5px;
			right: 7px;
			text-decoration: none;
		}
	
		#moviePlayer #movieOptions #movieOverview,
		#stillOverview  {
			padding: 0;
			text-align: center;
			position: relative;
			margin: 0 auto;
			margin-top: -13px;
			border-collapse: collapse;
			padding: 0 0 0 5px;
			border: 0;
		}
		
		#stillOverview {
			margin-top: 3px;
		}
		
			#moviePlayer #movieOptions #movieOverview td,
			#stillOverview td  {
				padding: 0;
				display: block;
				float: left;
				padding-right: 5px;
			}
						
				#moviePlayer #movieOptions #movieOverview a,
				#stillOverview a {
					color: #50e4ff;
					text-align: center;					
					padding: 0;
					text-decoration: none;	
				padding-bottom:2px;
				}
				
					#moviePlayer #movieOptions #movieOverview tr td a:hover,
					#moviePlayer #movieOptions #movieOverview tr td a.active,
					#stillOverview tr td a:hover, 
					#stillOverview tr td a.active {
						border-bottom: 1px solid #FFFFFF;
					}
					
.movieDescription,
.movieData {
	background: url(../images/hr.gif) repeat-x 0 0;
	float: left;
	padding-top: 10px;
	margin-top:15px;
}
	
.movieDescription {
	width: 605px;
	margin-right: 64px;
}
	.movieDescription p {
		padding: 0;
		margin: 0;
	}

.movieData {
	width: 288px;
}

	.movieData table td {
		padding-right: 5px;
	}
	
	
/* blog */
#blogPageNav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 31px;
	right: 23px;
	display: inline;
	
}

	#blogPageNav li {
		display: block;
		text-transform: uppercase;
		font-size: 1.2em;
		float: left;
		height: 15px;
		margin-left: 4px;
		color: #fff;

	}
	
		#blogPageNav li a {
			display: block;
			float: left;
			text-decoration: none;
			color: #949494;
		}
		
		#blogPageNav li a:hover,
		#blogPageNav li.active a {
			border-bottom: 1px solid #fff;
			color: #fff;
		}
		
.blogEntry {
	margin-left: -11px;
	margin-bottom: 10px;
}
.blogEntryContent {
	background: url(../images/blog-entry-bg.png) repeat-y;
	width: 600px;
	padding: 0 20px 0 24px;
	margin: 0;
}

.blogEntryTop {
	background: url(../images/blog-entry-top.png) no-repeat;
	width: 644px;
	height: 23px;
}

.blogEntryBottom {
	background: url(../images/blog-entry-bottom.png) no-repeat;
	width: 644px;
	height: 26px;
	margin-top: -13px;
	padding:0;
}
div.blogEntryContent a{
	color: 			#18caeb;
	text-decoration:		underline;
}

form#searchBox{
	margin-top:-10px;
}
form#searchBox label {
	font-weight: normal;
	color: #fff;
	display: block;
	float: left;
	width: 0px;
}
form#searchBox label.error {
	display:none!important;
}

form#searchBox input.text {
	width: 238px;
	height: 26px;
	border:0px;
	font-weight: bold;
	color: #3e3e3e;
	float: left;
}

form#searchBox button2 {
	position:relative;
	top:-5;
	width: 30px;
	margin-left: 2px;
	background: #acacac;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	height: 22px;
	float: left;
	margin-bottom: 10px;
	margin-top: 1px;
	border: 0;
	padding: 0;
}
form#searchBox button {
	position:relative;
	margin:0 0 0 2px;
	width: 29px;
	height: 27px;
	background-image: url("../images/search_go.gif");
	float: left;
	padding: 0;
}

/*
* SEARCH RESULTS
*/
.search_result a{
	display: 		block;
	border-bottom:	1px dotted #555;
	line-height:	15px;
	text-decoration:	none;
	padding-left:	5px;
}
.search_result a:hover{
	background-color:	#666;
	text-decoration:	none;
}

.jump{
	
	margin-left:-10px;
	margin-right:-10px;
	padding-left:10px;
	padding-right:10px;
	
}


.jump:hover{
	background-color:#505050;
	
	
}

.jump h3 a{
	color:		#c5c5c5;
	text-transform:	uppercase;
	font-style: 	normal;
	font-weight:	bold;
	font-size:		10px;
	
}
.jump a:hover{
	text-decoration:none;
	}

.jump h3{
	font-style:none;
}
img {
	border: 0;
}
#jumpto {
	margin: 50px 0 0 0;
}
iframe {
	width: 100%;
	height: 80%;
	border: 0;
	border-top:3px solid #FFF;
}

body#external #container {
	height: 123px !important;
	min-height: 123px !important;
}
body#external #container.minimized{
	height: 40px !important;
	min-height: 40px !important;
	margin-bottom:	0px;
/*	
	background-image:		url("../images/mini_ptrn.gif");
	background-repeat:	repeat-x;
*/
}
body#external #container .container_min{
	display:			none;
	position:			relative;
}
body#external #container.minimized .min_logo{
	position:			absolute;
	top:				0px;
	left:				-45px;
	width:			520px;
	height:			38px;
	background-image:		url("../images/min_logo.jpg");
	background-repeat:	repeat-x;
}
body#external #container.minimized .min_mainmenu{
	position:			absolute;
	top:				10px;
	left:				427px;
	width:			170px;
}
body#external #container.minimized .min_submenu{
	position:			absolute;
	top:				15px;
	left:				610px;
	width:			330px;
	height:			15px;
	background-repeat:	no-repeat;
	margin-top:-2px;
}
.container_max{
	margin-bottom:22px;
}
body#external #container.minimized .container_min{
	display:	block;
}
body#external #container.minimized .container_max{
	display:	none;
}
body#external #container.minimized .menu_behance{
	
}
body#external #container.minimized .menu_vimeo{

}
body#external #container.minimized .menu_youtube{

}
body#external #container.minimized .menu_linkedin{
	
}
.min_mainmenu a{
	display: block;
	float:left;
	height:		20px;
	margin:0 10px 0 0;
}
.min_mainmenu_home{
	background:url("../images/min_mainmenu.jpg") no-repeat 0 0px;
	width:47px;
}
.min_mainmenu_home:hover {
	background:url("../images/min_mainmenu.jpg") no-repeat 0 -17px;
}
.min_mainmenu_view{
	width:46px;	
	background:url("../images/min_mainmenu.jpg") no-repeat -62px 0;
}
.min_mainmenu_view:hover {
	background:url("../images/min_mainmenu.jpg") no-repeat -62px -17px;
}
.min_mainmenu_blog{
	width:46px;
	background:url("../images/min_mainmenu.jpg") no-repeat -120px 0;
}
.min_mainmenu_blog:hover{
	background:url("../images/min_mainmenu.jpg") no-repeat -120px -17px;
}

.min_submenu_behance{
	width:		65px;
	left:			0px;	
}
.min_submenu_vimeo{
	width:		55px;
	left:			75px;
}
/*.min_submenu_youtube{
  width:    80px;
  left:     140px;
}
*/
.min_submenu_linkedin{
	width:		70px;
	left:			140px;
}

/* ------------ */
div#externalMenu_max{
	width:			465px;
	height:			24px;
	position:			absolute;
	background-repeat:	no-repeat;
	top:				-28px;
	left:				621px;
}
body#external #container.minimized #externalMenu_max{
	left:				500px;
}
div#externalMenu_max.menu_normal{
	
}
div#externalMenu_max.menu_behance{
	
}
div#externalMenu_max.menu_vimeo{
	
}
div#externalMenu_max.menu_youtube{
	
}
div#externalMenu_max.menu_linkedin{
	
}

div#externalMenu_max a{
	position:		absolute;
	top:			0px;
	height:		10px;
}
div#externalMenu_max a.behance{
	left:			115px;
	width:		75px;
}
div#externalMenu_max a.vimeo{
	left:			215px;
	width:		52px;
}
/*div#externalMenu_max a.youtube{
  left:     291px;
  width:    77px;
}
*/div#externalMenu_max a.linkedin{
/*  left:     392px;*/
  left:     291px;
	width:		75px;
}



div#externalMenu_max a span{
	display:		none;
}


ul#menu {
	height: 24px;
	width: 300px;
	margin: -29px 0 0 0;
	padding: 0;
	float: left;
	display: block;
	position:	relative;
	
}
	
	ul#menu li,
	ul#externalMenu li {
		display: inline;
		list-style: none;
	}
	
  	ul#menu li a {	
		float: left;  	
		display: block;
		height: 24px;
		margin-right: 22px;
		background: url(../images/nav.gif) no-repeat 0 0;
	}
		
		ul#menu li a span {
			display: none;
		}
		
		ul#menu li#home a {
			width: 53px;
			background-position: 0 0;
		}
		
		ul#menu li#home a:hover {
			background-position: 0 -24px;
		}
		
		ul#menu li#home.active a {
			background-position: 0 -48px;
		}
		

		ul#menu li#view a {
			width: 49px;
			background-position: -53px 0;

		}
		
		ul#menu li#view a:hover {
			background-position: -53px -24px;
		}
		
		ul#menu li#view.active a {
			background-position: -53px -48px;
		}
		
		ul#menu li#blog a {
			width: 50px;
			background-position: -103px 0;
		}
				
		ul#menu li#blog a:hover {
			background-position: -103px -24px;
		}
		
		ul#menu li#blog.active a {
			background-position: -103px -48px;
		}
	
		
ul#externalMenu  {
	float: right;
	display: block;
	margin: -32px 0 0 0;
	
	}

	ul#externalMenu li {
		text-transform: uppercase;
		font-size: 1.1em;
		margin-left: 26px;
		color: #7c7c7c;
	}
	
		ul#externalMenu li a {
			color: #505050;
			text-decoration: none;
		}
		
		ul#externalMenu li a:hover {
			color: #7c7c7c;}
/* footer */

#footer ul {
	margin: 0 auto;
	width: 915px;
	text-align: center;
	line-height: 55px;
}

	#footer ul li {
		display: inline;
		float: left;
		margin-right: 18px;
	}
	
	#footer ul li,
	#footer ul li a {
		color: #fff;
	}
	
	#footer ul li#aDanceProductions a,
	#footer ul li#aDanceHyve a,
	#footer ul li#createdBy a {
		height: 26px;
		display: block;
		float: left;
		margin-top: 15px;
	}
	
	#footer ul li#aDanceProductions a span,
	#footer ul li#aDanceHyve a span,
	#footer ul li#createdBy a span {
		display: none;
	}
	
	#footer ul li#aDanceProductions a {
		width: 150px;
	}
	
	#footer ul li#aDanceHyve a {
		width: 97px;
	}
	
	#footer ul li#createdBy a {
		width: 193px;
	}
	
	#footer ul li#createdBy {
		margin-left: 0;
	}
/* ------------------------------------- */

h1 {
	margin-top: 0;
	padding-top: 0;

}
h3 a{
	text-decoration:none!important;
}

h1 {
	text-transform: uppercase;
	color: #50e4ff;
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 28px;
	background: url(../images/hr.gif) repeat-x 0 100%;
	padding-bottom: 5px;
	position: relative;
	letter-spacing:-2px;
}
h1.viewh {
	text-transform: uppercase;
	color: #b8b8b8;
	font-weight: bold;
	margin:20px 0 0.5em 0;
	font-size: 20px;
	background: url(../images/hr.gif) repeat-x 0 100%;
	position: relative;
	letter-spacing:1px;
	height:30px;
}
#sideBar h2 {
	text-transform: uppercase;
	color: #50e4ff;
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 28px;
	background: url(../images/hr.gif) repeat-x 0 100%;
	padding-bottom: 0.2em;
	position: relative;
	letter-spacing:-2px;
	margin-top:-3px;
}
h1 img{
	position:relative;
	left:-6px;
	top: 6px;
}
h2 img{
	position:relative;
	left:-6px;
	top:	2px;
}
#sideBar h2 {
	position:relative;
	top: 5px;
}
h2.blogEntryTitle {
	font-family: Arial, Helvetica Neue, Helvetica, Verdana;
	text-transform: uppercase;
	color: #4c4c4c;
	font-weight: bold;
	font-size: 2em;
}
h2.blogEntryTitle a {
	color: #4c4c4c;
	text-decoration: none;
}
.blogEntryDate {
	color: #999999;
	font-size: 0.9em;
}

.blogEntryContent {
	color: #3e3e3e;
	font-size: 1.1em;
	line-height: 1.65em;
	}
h3 {
	color: #fff;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
}

h4 {}

h5 {}

#sideBar p {
	line-height:15px;
	margin-top: 0;
	margin-bottom: 19px;
	padding-top: 0;
}
#sideBar{
	line-height:15px;
}

a, a:link,
a:visited {
	color: #9f9f9f;
}

a:hover {
	text-decoration: underline;
	color:	#FFFFFF;
}
.sidebar_blog h3{

}
.sidebar_blog h3 a{
	color:		#c5c5c5;
	text-transform:	uppercase;
	font-style: 	normal;
	font-weight:	bold;
	font-size:		10px;
}
.sidebar_blog h3 a:hover{
	color:		#FFF;
}
.allposts{
	font-size:		10px;
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
	
button,
a.button {
	background: url(../images/button-bg.png) repeat-x;
	border: 1px solid #909090;
	color: #fff;
	height: 26px;
	line-height: 26px;
	width: auto;
	padding:0 10px 4px 10px;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	line-height: 19px;
}

a.button,
a.button:visited  {
	color: #fff;
	text-decoration: none;
	display: block;
	float: right;
	height: 19px;
	padding-bottom: 2px;
}

	a.button:hover,
	a.button:visited:hover {
		color: #fff;
	}
	
p.intro {
	color: #fff;
}

/* ADDS door jeroen */
#jumpto h2 {
	margin: 0 0 13px 0;
}
.jump-item {
	display:block;
	cursor:pointer;
	margin:0 -8px -15px -8px;
	padding:6px 8px 0 8px;
}
.jump-item:hover, .activeitem {
	background-color:#4f4f4f;
}
.jump-item h3 a {
	text-transform: uppercase;
	font-weight:bold;
	font-style:normal;
	color:#bfbfbf;
	font-size:10px;
	outline:none;
}
.jump-item p a {
	color:#a0a0a0;
	outline:none;
}
.jump-item p a {
	color:#a0a0a0;
	outline:none;
}
	.jump-item p {
		padding:0 0 6px 0;
	}
	.jump-item a {
		text-decoration:none;
	}
	p.toplink a {
		font-size:11px;
		text-decoration:none;
	}
/*
	blogitemtitel -> #bfbfbf
	blogitemtxt hover -> #bfbfbf
	
*/
#sideBar div, #sideBar div a {
	color:#a0a0a0;
}
#sideBar div a:hover {
	color: #fff;
}
#sideBar div h3 a {
	color:#bfbfbf;
}
#sideBar div.highlighter p a, #sideBar div.jump-item p a.highlighter {
	color:#bfbfbf;
}
div#sideBar div.jump-item p a {
	color:#a0a0a0;
}
div#sideBar div.jump-item h3 a.hoverWhite {
	color: #fff;
}
div#sideBar div.jump-item p a.hoverGrey {
	color: #dcdcdc;
}
.zoekp {
	display:block;
	margin:12px 0 0 0;
}
.zoekr {
	margin:26px 0 8px 0;
}
/* view geintjes */	
#contentWide {
	width:960px;
}
.movienavmid {
	margin:5px 0 0 0;
	text-align:center;
}
 	.movienavmid a {
		text-decoration:none;
	}
	.movienavmid a.wit {
		text-decoration:underline;
		color:#dbdbdb;
	}
.bottomshadow {
	width:960px;
	height:7px;
	background:url(../images/bottomshadow.jpg) repeat-x;);
}
td.mvalue {
	padding:0 0 0 20px;
}
.offsetter {
	margin:45px 0 0 0;
}
h2.eerste img, x:-moz-any-link, x:default {
	margin:-1px 0 0 0;
}
#layer {
	display:none;
}
.donkerte {
	position:absolute;
	display:none;
	z-index:1;
	height:100%;
	width:100%;
	background-color:#000;
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */
}
#layer.donkerte p {
	cursor:pointer;
	margin-top:820px;
	text-align:center;
	display:block;
	color:#6c6c6c;
}
#layer.donkerte p:hover {
	color:#fefefe;
}
#layer.donkerte p.theatertxt {
	color: #2D2D2D;
}
.still_desc {
	margin: 5px 0 10px 0;
	font-style:italic;
	color:#636363;
}
body { min-height: 100%; }
.hider { display:none; }
.titelEnNav {
	display:block;
}
.sep {
	margin:3px 0 0 0;
	width:10px;
	text-align:center;
}
.righter {
	float:right;
}
.hide {
	display: none;
}
#blogPageNav li a.selectedPage {
	color: #fff;
}
div.article_options_box {
  display:block;
  padding:20px 0 0 0;
}
.btn_share {
  cursor:pointer;
}
span.box_share {
  position:relative;
}
span.box_share input {
  border: 1px solid #ccc;
  position:absolute;
  top:-5px;
  left:10px;
  width:200px;
  font-size:11px;
  color:#999;
  height:16px;
}
span.box_share .twitter-share-button {
  position:absolute;
  top:-9px;
  left:295px;
}
span.box_share .FBConnectButton {
  position:absolute;
  top:-6px;
  left:225px;  
}

