
@charset "UTF-8";
/* ELLEN opmaak_nav_ownwork.css */
*   {
	margin: 0px;
	padding: 0px;	
	}
	
	img{
	border: none;
	}
	
	body{
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center;
	}

	#container{
	height: 700px;
	width: 955px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 30px;
	margin-right: auto;
	overflow: visible;
	background-color: #FFF;
	padding: 0px;
	}
    
	#ellenmeske_banner{
	float: left;
	height: 120px;
	width: 380px;
	background-color:#FFF;
	background-repeat: no-repeat;
	border: 0px;
	}
	
	#banner{
	background-color: #FFF;
	float: left;
	height: 60px;
	width: 575px;
	}

	/* nav: BASIC styles  */

	/* remove all list stylings */
	#nav, #nav ul {
	margin-top: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	background-color:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	color: #666666;
	text-align: justify;
	}
	
	#nav li {
	float: left;	
	position: relative;	
	z-index: 5;		
	background-color: transparent;
	display: block;
	}

	#nav li:hover {
	z-index: 10000;
	white-space: normal;/* resolve IE7 :hover bug  */
	}

	#nav li li {
	float: none;/* items of the nested menus are kept on separate lines */
	}

	#nav ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
	background-color: transparent;
	}

	#nav li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
	}

	/* -- float.clear --
	force containment of floated LIs inside of UL */
	#nav:after, #nav ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	background-color:transparent;
	}

	#nav, #nav ul {	/* IE7 float clear: */
	min-height: 0;
	}
/* float.clear.END  */


/* sticky.submenu 	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
	#nav ul {
	background-image: url(../images/empty.gif);
		/*background: #f00;*/
	}
	#nav ul ul {
	margin-top: -30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 10px;
	}
	/* sticky.submenu.END */


	/*  nav style  */

	#nav, #nav ul li {
	color: #000;
	background-color: #33CC33;
	}

	#nav ul {
	width: 11em;
	}

	#nav a {
	text-decoration: none;
	color: #999999;
	padding: .4em 1em;
	display: block;
	position: relative;
	background-color:#FFF;
	}

	#nav a:hover, #nav li:hover>a {
	color: #000;
	background-color: #66CC33;
	}

	#left{
	float: left;
	height: 580px;
	width: 380px;
	background-image: url(../images/leftpart_with.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	}
	
	#left_without{
	float: left;
	height: 580px;
	width: 380px;
	background-image: url(../images/leftpart_without.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	}

	#left_opacity42{
	float: left;
	height: 580px;
	width: 380px;
	background-image: url(../images/leftpart_with_opacity42.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	}
	
	#left_withking{
	float: left;
	height: 580px;
	width: 380px;
	background-image: url(../images/leftpart_withking.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	}
	#left_withking_bio{
	float: left;
	height: 580px;
	width: 380px;
	background-image: url(../images/leftpart_withking_shadow.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	}
	#left_withking_news{
	float: left;
	height: 580px;
	width: 380px;
	background-image: url(../images/leftpart_withking_shadow.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	}
	
	
	#left_dragon{
	float: left;
	height: 580px;
	width: 380px;
	background-image: url(../images/dragon.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	}
	
	
	#left_dragonslide{
	float: left;
	height: 580px;
	width: 380px;
	background-image: url(../images/dragon_slide.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	}
	
	#left_kidnap{
	float: left;
	height: 580px;
	width: 380px;
	background-image: url(../images/kidnap.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	}
	
	#left_postman{
	float: left;
	height: 580px;
	width: 380px;
	background-image: url(../images/postman_big.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	}
	
	#left_capriccio{
	float: left;
	height: 580px;
	width: 380px;
	background-image: url(../images/piano3.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	}
	
	#left_workshops{
	float: left;
	height: 580px;
	width: 380px;
	background-image: url(../images/fotos.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	}
	
	#right{
	float: right;
	height: 640px;
	width: 575px;
	background-image: url(../images/rightpart2.jpg);
	background-repeat: no-repeat;
	background-color:  #FFF;
	}
	#right_without{
	float: right;
	height: 640px;
	width: 575px;
	background-image: url(../images/rightpart_without.jpg);
	background-repeat: no-repeat;
	background-color:  #FFF;
	}
	
	


	/*nav classes*/
	
	.ELLEN{
	background-color: #fff;
	float: left;
	height: 120px;
	width: 180px;
	}
	
	.MESKE{
	background-color: #fff;
	float: left;
	height:120px;
	width: 200px;
	}
	
	.bionav{
	float: left;
	height: 60px;
	width: 98px;
	background-image:url(../images/nav_biography_up.jpg);
	background-color: #FFFFFF;
	}
	
	.bionav_down{
	float: left;
	height: 60px;
	width: 98px;
	background-image:url(../images/nav_biography_down.jpg);
	background-color: #FFFFFF;
	}
	
	
	.animatednav{
	float: left;
	height: 60px;
	width: 129px;
	background-image: url(../images/nav_animatedfilms_up.jpg);
	background-color: #FFFFFF;
	}
	
	.animatednav_down{
	float: left;
	height: 60px;
	width: 129px;
	background-image: url(../images/nav_animatedfilms_down.jpg);
	background-color: #FFFFFF;
	}
	.storyboardnav{
	float: left;
	height: 60px;
	width: 134px;
	background-image: url(../images/nav_storyboarding_up.jpg);
	background-color: #FFFFFF;
	}
	
	.storyboardnav_down{
	float: left;
	height: 60px;
	width: 134px;
	background-image: url(../images/nav_storyboarding_down.jpg);
	background-color: #FFFFFF;
	}
	
	.workshopsnav{
	background-image:url(../images/nav_workshops_up.jpg);
	float: left;
	height: 60px;
	width: 107px;
	background-color: #FFF;
	}
	
	.workshopsnav_down{
	background-image:url(../images/nav_workshops_down.jpg);
	float: left;
	height: 60px;
	width: 107px;
	background-color: #FFF;
	}
	.ellenlinksnav{
	background-image:url(../images/nav_links_up.jpg);
	float: left;
	height: 60px;
	width: 107px;
	background-color: #FFF;
	}
	
	.ellenlinksnav_down{
	background-image:url(../images/nav_links_down.jpg);
	float: left;
	height: 60px;
	width: 107px;
	background-color: #FFF;
	}
	
	
	
	.green_arrow{
	background-color: transparent;
	float: left;
	height: 65px;
	width: 55px;
	background-image: url(../images/play_up.jpg);
	margin-top: 8px;
	margin-left: 470px;
}
	/*end nav classes*/



	.text350x150{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	background-color: transparent;
	text-align: justify;
	float: none;
	height: 150px;
	width: 200px;
	margin-top:10px;
	margin-right: 15px;
	margin-left: 10px;
	line-height: normal;
	font-variant: normal;
	color: #33CC00;
	letter-spacing: 0px;
	white-space: normal;
	}
	
	
	.text350x150 a{
	list-style-type: none;
	text-decoration: none;
	color: #666666;
	position: relative;
	background-color:transparent;
	float: left;
	height: 150px;
	width: 350px;
	}
	
	.text480x300{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	background-color: transparent;
	text-align: justify;
	float: none;
	height: 400px;
	width: 300px;
	margin-top:10px;
	margin-right: 15px;
	margin-left: 10px;
	line-height: normal;
	font-variant: normal;
	color: #000;
	letter-spacing: 0px;
	white-space: normal;
	}
	
	.text480x300 a{
	list-style-type: none;
	text-decoration: none;
	color: #33CC33;
	position: relative;
	background-color:transparent;
	float: left;
	height: 400px;
	width: 300px;
	}
	
	
	
	.text530x480{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	background-color: transparent;
	text-align: left;
	float: none;
	height: 480px;
	width: 530px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left:20px;
	line-height: normal;
	font-variant: normal;
	color: #000000;
	letter-spacing: 1.3px;
	white-space: normal;
	h1: 25px;
	}
	

	.text530x480 a:link, a:visited{
	color: #000000;
	text-decoration: none;
	}

	.text530x480 a:hover, a:active{
	text-decoration: none;
	color: #33CC33;
	}
	
	
	
	.bio_tekst{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	float: none;
	height: 480px;
	width: 530px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left:20px;
	line-height: normal;
	font-variant: normal;
	color: #000000;
	letter-spacing: 1.3px;
	white-space: normal;
	h1: 25px;
	}
	

	.bio_tekst a:link, a:visited{
	color: #33CC33;
	text-decoration: none;
	}

	.bio_tekst a:hover, a:active{
	text-decoration: none;
	color: #999999;
	}
	
	
		.text530x480_links{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	text-align: left;
	float: none;
	height: 480px;
	width: 530px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left:20px;
	line-height: normal;
	font-variant: normal;
	color: #000000;
	letter-spacing: 1.3px;
	white-space: normal;
	h1: 25px;
	}
	
	.text530x480_links a:link{
	color: #999999;
	text-decoration: none;
	}

	.text530x480_links a:visited{
	color: #666666;
	text-decoration: none;
	}
	.text530x480_links a:hover, a:active{
	text-decoration: none;
	color: #33CC33;
	}
	
	
	.text530x530{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	background-color: transparent;
	text-align: left;
	float: none;
	height: 530px;
	width: 530px;
	margin-top: 485px;
	margin-right: 0px;
	margin-left:20px;
	line-height: normal;
	font-variant: normal;
	color: #000000;
	letter-spacing: 1.3px;
	white-space: normal;
	h1: 25px;
	}
	.text530x530 a:link, a:visited{
	color: #33CC33;
	text-decoration: none;
	}

	.text530x530 a:hover, a:active{
	text-decoration: none;
	color: #999999;
	}
	
	
	
	
	
	.text530x500{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	background-color: transparent;
	text-align: left;
	float: none;
	height: 500px;
	width: 530px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left:40px;
	line-height: normal;
	color: #000000;
	letter-spacing: 1.3px;
	white-space: normal;
	}
	

	.text530x500 a:link, a:visited{
	text-decoration: none;
	/*color: #666666;*/
	color:#000000;
	position: relative;
	background-color:transparent;
	}
	
	
	.text530x500 a:hover, a:active{
	text-decoration: none;
	/*color: #666666;*/
	color:#33CC33;
	position: relative;
	background-color:transparent;
	}
	
	.ellenlinksnav_frame{
	background-image:url(../shadowbox/images/nav_links_frame_up.jpg);
	float: left;
	height: 60px;
	width: 107px;
	background-color: #FFF;
	}
	
	h2, h3{ 
	font-weight:bold;
	}
	

/* CSS Document */


/**
 * The default CSS for Shadowbox.
 *
 * This file is part of Shadowbox.
 *
 * Shadowbox is an online media viewer application that supports all of the
 * web's most popular media publishing formats. Shadowbox is written entirely
 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
 * authors can showcase a wide assortment of media in all major browsers without
 * navigating users away from the linking page.
 *
 * You should have received a license with this distribution explaining the terms
 * under which Shadowbox may be used. If you did not, you may obtain a copy of the
 * license at http://shadowbox-js.com/LICENSE
 *
 * @author      Michael J. I. Jackson <michael@mjijackson.com>
 * @copyright   2007-2009 Michael J. I. Jackson
 * @version     SVN: $Id: shadowbox.css 26 2009-04-29 05:17:01Z mjijackson.com $
 */

/*_____________________________________________  container, overlay, & wrapper  */
#sb-container, #sb-wrapper {
  text-align: left; /* reset left alignment */
}
#sb-container, #sb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#sb-container {
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: 999;
}
body > #sb-container {
  /* use position:fixed in modern browsers */
  position: fixed;
}
#sb-overlay {
  /* needed in IE6 where sb-container uses position:absolute */
  height: expression(document.documentElement.clientHeight + 'px');
}
#sb-container > #sb-overlay {
  /* use for sb-container position:fixed */
  height: 100%;
}

/*_________________________________________________________________  wrapper  */
#sb-wrapper {
  position: relative;
}
#sb-wrapper img {
  border: none;
}

/*____________________________________________________________________  body  */
#sb-body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #303030;
}
#sb-body-inner {
  position: relative;
  height: 100%;
}
#sb-content.html {
  height: 100%;
  overflow: auto; /* make html content scrollable */
}

/*_________________________________________________________________  loading  */
#sb-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px;
}
#sb-body, #sb-loading {
  background-color: #060606; /* should match loading image background color */
}

/*____________________________________________________________  title & info  */
#sb-title, #sb-info {
  position: relative;
  margin: 0; /* these must have no vertical margin or padding */
  padding: 0;
  overflow: hidden;
}
#sb-title-inner, #sb-info-inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px;
}
#sb-title, #sb-title-inner {
  height: 26px;
}
#sb-title-inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff;
}
#sb-info, #sb-info-inner {
  height: 20px;
}
#sb-info-inner {
  font-size: 12px;
  color: #fff;
}

/*_____________________________________________________________________  nav  */
#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%;
}
#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer;
}
#sb-nav-close {
  background-image: url(../resources/close.png);
  background-repeat: no-repeat;
}
#sb-nav-next {
  background-image: url(../resources/next.png);
  background-repeat: no-repeat;
}
#sb-nav-previous {
  background-image: url(../resources/previous.png);
  background-repeat: no-repeat;
}
#sb-nav-play {
  background-image: url(../resources/play.png);
  background-repeat: no-repeat;
}
#sb-nav-pause {
  background-image: url(../resources/pause.png);
  background-repeat: no-repeat;
}

/*_________________________________________________________________  counter  */
#sb-counter {
  float: left;
  padding: 2px 0;
  width: 45%;
}
#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
#sb-counter a.sb-counter-current {
  text-decoration: underline;
}

/*________________________________________________________________  messages  */
div.sb-message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline;
}

/*----------------------------------------------------------------- links */
	a.option {
	text-align: left;
	color: #fff;
	background-color: #FFFFFF;
	line-height: 140%;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	background-image: url(../resources/play_20x20_up.jpg);
	float: left;
	height: 20px;
	width: 20px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0px;
	background-repeat: no-repeat;
	padding: 0px;
	}
	
	a.option:hover {
	background-image:url(../resources/play_20x20_down.jpg);
 	 text-decoration: none;
 	 background-color: transparent;
 	 color: #fff;
	}
	
	a.play {
	text-align: left;
	color: #33CC33;
	background-color: #FFFFFF;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 12px;
	cursor: pointer;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	}
	
	a.play:hover {
	 text-decoration: none;
 	 background-color: transparent;
 	 color: #ff3b9a;
	 }
	

