﻿@charset "UTF-8";
/*------------------------------------------
	GLOBAL
------------------------------------------*/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border: none;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
strong, b {
	color: #e6e6e6;
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;	
}
h3 {
font-weight: normal;
	text-transform: uppercase;
	color: #CE0017;
}


em {
	
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
abbr, acronym {
	border:0;
}
a {
	border: none;
}
html {
	height: 100%;
	width: 100%;
}
.flash_intro {
	height: 100%;
	width: 100%;
}
body {
	background: #1E1E1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #C7C7C5;
}

h1 {
	color: #F5F7F6;
	font-size: 36px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px 0px 10px 0px;
	line-height: 36px;
}
h2 {
	color: #A5A5A5;
	font-size: 24px;
	font-style: italic;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
}

h3 a {
	color: #FFF;
	font-size: 14px;
	line-height: 26px;
}
h3 a:hover {
	color: #CE0017;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
}
hr {
	margin: 0px 0px 0px 0px;
	height: 1px;
	border: none;
	background: url(../gfx/br.gif) repeat-x;
	font-size: 0.1em;
}
a {
	text-decoration:none;
	color: #4A4F52;
}

/* MAIN */

.main {
	position: absolute;
	top: 0px;
	left: 0px;
	/*margin-left: 50px;*/
	padding-bottom: 50px;
	width: 100%;
	

	z-index: 1;
}
.crossed {
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 200;
}
.crossed .pixel {
	background-color: #FFFFFF;
	height: 1px;
	opacity: 0.15;
	position: absolute;
	width: 1px;
	font-size: 0;
	margin: 0;
	padding: 0;
	
	*display: none;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
opacity: 15;

	-moz-opacity:.15; filter:alpha(opacity=15); opacity:.15;
}

/* FLASH TOP */

.nav {
	display: block;
	height: 120px;
	/*width: 100%;*/
	background: url(../gfx/line_menu.gif) top repeat-x;
	margin: 0px 50px 0px 50px;
}
.nav .logo {
	background-image: url(../gfx/operastudio_vlaanderen_logo.png);
	width: 150px;
	height: 80px;
	display: block;
	float: left;
}
.nav ul {
	height: 80px;
	display: inline;
	float: left;
}
.nav li {
	float: left;
	list-style: none;
	position: relative;
	z-index: 300;
}
.nav li a {
	height: 40px;
	padding: 40px 15px 0px 15px;
	display: block;
	color: #A5A5A5;
	
	font-size: 14px;
	font-weight: bold;
	float: left;
}
.nav li a img {
	padding: 0px 3px;	
}
.nav li a:hover {
	color: #FFFFFF;
}
.nav .current a {
	background: url(../gfx/line_bar.gif) bottom repeat-x;
	color: #FFFFFF;
}
.nav .current a:hover {
	color: #FFFFFF;
}

.subnav {
	margin: 0px 0px 1px 50px;
	width: 590px;
	background-color: #CE0017;
	padding: 10px 10px 10px 0px;
}
.subnav li {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
}
.subnav li a {
	padding: 0;
	margin: 0;
	height: 20px;
	padding-left: 20px;
	display: block;
	color: #292929;
	
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.subnav li a:hover {
	color: #FFFFFF;
}
.subnav .current a {
	background: url(../gfx/line_subnav.gif) left no-repeat;
	color: #FFFFFF;
}
.subnav .current a:hover {
	color: #FFFFFF;
}

/*-----------------------*/

.nav ul li ul, .nav ul .current li ul {
	/*display: none;*/
	
	/*float: none;*/
	position: absolute;
	top: 75px;
	left: 0px;
	height: auto;
	z-index: 400;
	margin: 0;
	padding: 6px 0px 0px 0px;
	display: none;
	width: 100%;
	*width: 200px;
	
	/*visibility: hidden;*/
	
	background: #CE0017 url(../gfx/line_bar_red2.gif) repeat-x top;
	/*
	padding: 5px 0px 20px 0px !important;
	overflow: visible;*/
}
.nav li ul li, .nav .current li ul li {
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	list-style: none;
	
	width: 100%;
	*width: 200px;
}
.nav li ul li .lnk, .nav .current li ul li .lnk {
	padding: 0;
	margin: 0;
	clear: both;
	background-color: #CE0017 !important;
	display: block;
	width: 100%;
	*width: 200px;
	overflow: hidden;
}
.nav li ul li .lnk a, .nav .current li ul li .lnk a {
	padding: 0;
	margin: 0;
	
	display: block;
	height: auto;
	
	padding: 5px 15px 5px 15px;
	margin: 0;
	white-space: normal;
	overflow: hidden;

	font-size: 12px !important;
	background-image: none !important;
	color: #000 !important;

}
.nav li ul li a:hover, .nav .current li ul li a:hover {
	color: #FFF !important;
}
.nav li ul .current .lnk a, .nav .current li ul .current .lnk a {
	
	display: block;
	height: auto;
	
	padding: 5px 15px 5px 15px;
	margin: 0;
	white-space: normal;
	overflow: hidden;

	font-size: 12px !important;
	background-image: none !important;
	color: #FFF !important;

}
.nav li ul .current a:hover, .nav .current li ul .current a:hover {
	color: #FFF !important;
}

/*//////////////////*/

.datenav {
	margin: 15px 0px 15px 50px;
	width: 600px;
	background: url(../gfx/line_bar_grey.gif) bottom repeat-x;
	display: block;
	overflow: hidden;
}

.datenav li {
	float: left;
	list-style: none;
	padding: 0px 0px 14px 0px;
}

.datenav li a {
	font-size: 14px;
	font-weight: bold;
	color: #8F8F8F;
	padding: 16px 16px;
}
.datenav li a:hover {
	color: #FFFFFF;
}

.datenav .current a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(../gfx/line_bar_white.gif) bottom repeat-x;
	padding: 16px 16px;
}
.datenav .current a:hover {	
	color: #FFFFFF;
}


/* CONTENT */

.content {
	display: block;
	width: 100%;
}

.content .group {
	margin-left: 50px;
	width: 861px;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}

.content .group .collumn_left {
	display: block;
	position: relative;
	float: left;
	width: 600px;
}
.content .group .collumn_right {
	display: block;
	position: relative;
	float: left;
	width: 260px;
	margin-left: 1px;
}

.content .group a {
	display: block;
	margin-bottom: 1px;
	background: #292929;
}
.content .group a:hover {
	display: block;
	background-color: #D00D23;
}

.content .group a .atext {
	padding: 10px 15px 10px 15px;
	color: #C7C7C5;	
}
.content .group a img {
	
}
.content .group a:hover .atext {
	padding: 10px 15px 10px 15px;
	background: #D00D23;
	color: #FFFFFF;	
}
.content .group a:hover img {
	
}

.content .bar {
	margin: 1px 0px 1px 50px;
	background: url(../gfx/line_bar_red.gif) repeat-x;
	width: 600px;
	height: 5px;
	font-size: 0em;
}

.content .text {
	margin-left: 50px;
	width: 600px;
	padding: 10px 0px 10px 0px;
}

.content .text a {
	color: #666;
	
}

.content .text a:hover {
	background-color: #CE0017;
	color: #FFF;
}

.content .text .pdf {
	margin-top: 10px;
	float: none;
}
.content .text .pdf a {
	display: block;
	height: 18px;
	width: 530px;
	padding: 7px 35px;
	color: #B9B9B7;
	
	background: url(../gfx/pdf.png) no-repeat #292929;
	background-position: 6px 6px;
}
.content .text .pdf a:hover {
	color: #FFFFFF;	
	background: url(../gfx/pdf.png) no-repeat #CE0017;
	background-position: 6px 6px;
}

.content .thumblist {
	margin: 15px 0px 15px 50px;
}


/*****************/

.content .thumblist a {
	width: 600px;
	height: 140px;
	margin-bottom: 1px;
	display: block;
	overflow: hidden;
}
.content .thumblist a .thumb {
	float: left;
	width: 210px;
	height: 140px;
	opacity: 0.15;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
	-moz-opacity:.15; 
	filter: alpha(opacity=15);
}
.content .thumblist a .info {
	float: left;
	margin-left: 1px;
	background-color: #292929;
	width: 359px;
	height: 110px;
	padding: 20px 10px 10px 20px;
}
.content .thumblist a .info h3 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;	
}
.content .thumblist a .info h4 {
	color: #8F8F8F;
	font-weight: normal;	
}
.content .thumblist a .info p {
	color: #E0DEDC;
}

.content .thumblist a:hover .thumb {
	opacity: 1;	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1; 
	filter: alpha(opacity=100);
}
.content .thumblist a:hover .info {
	background-color: #D00D23;
}
.content .thumblist a:hover .info h3 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;	
}
.content .thumblist a:hover .info h4 {
	color: #FFFFFF;
	font-weight: normal;	
}
.content .thumblist a:hover .info p {
	color: #FFFFFF;
}


/*****************/

.content .thumblist .thumbitem {
	width: 600px;
	height: 140px;
	margin-bottom: 1px;
	display: block;
	overflow: hidden;
}
.content .thumblist .thumbitem .thumb {
	float: left;
	width: 210px;
	height: 140px;
}
.content .thumblist .thumbitem .info {
	float: left;
	margin-left: 1px;
	background-color: #292929;
	width: 359px;
	height: 110px;
	padding: 20px 10px 10px 20px;
}
.content .thumblist .thumbitem .info h3 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;	
}
.content .thumblist .thumbitem .info h4 {
	color: #8F8F8F;
	font-weight: normal;	
}
.content .thumblist .thumbitem .info p {
	color: #E0DEDC;
}

/*****************/

.content .playdates {
	margin: 15px 0px 15px 50px;
}

.content .date {
	display: block;
	overflow: hidden;
}
.content .date .info a {
	display: block;
	overflow: hidden;
	height: 26px;
	width: 575px;
	padding: 7px 10px 0px 15px;
	background-color: #292929;
	margin-bottom: 1px;
	color: #A5A5A5;
}
.content .date .info a .c0 {
	float: left;
	font-weight: bold;
	overflow: hidden;
	width: 225px;
}
.content .date .info a .c1 {
	float: left;
	overflow: hidden;
	width: 225px;
}
.content .date .info a .c2 {
	float: right;
	overflow: hidden;
	padding-right: 10px;
}
.content .date .info a .arrow {
	float: right;
	overflow: hidden;
	width: 11px;
	height: 15px;
	display: block;
	background: url(../gfx/arrow_right.gif) no-repeat center center;
}
.content .date .info a:hover {
	background-color: #D00D23;
	color: #FFFFFF;
}
.content .date .more {
	overflow: hidden;
	width: 575px;
	padding: 5px 10px 5px 15px;
	background-color: #D00D23;
	margin-bottom: 1px;
	color: #FFFFFF;
	display: none;
}
.content .date .more a {
	color: #1E1E1E;
	text-decoration: none;
}
.content .date .more a:hover {
	color: #1E1E1E;
	text-decoration: underline;
}
.content .date .info a:hover .arrow {
	background: url(../gfx/arrow_down.gif) no-repeat center center;
}


.content .date .infoopen a {
	display: block;
	overflow: hidden;
	height: 26px;
	width: 575px;
	padding: 7px 10px 0px 15px;
	background-color: #D00D23;
	margin-bottom: 1px;
	color: #FFF;
}
.content .date .infoopen a .c0 {
	float: left;
	font-weight: bold;
	overflow: hidden;
	width: 225px;
}
.content .date .infoopen a .c1 {
	float: left;
	overflow: hidden;
	width: 225px;
}
.content .date .infoopen a .c2 {
	float: right;
	overflow: hidden;
	padding-right: 10px;
}
.content .date .infoopen a .arrow {
	float: right;
	overflow: hidden;
	width: 11px;
	height: 15px;
	display: block;
	background: url(../gfx/arrow_down.gif) no-repeat center center;
}
.content .date .infoopen a:hover {
	background-color: #D00D23;
	color: #FFFFFF;
}



/* FLASH COMPONENTS */

#flash_title {
	/*background: url(../gfx/line_title.gif) no-repeat left top;
	background-position: 0px 20px;*/
}
#flash_title h1 {
	padding-left: 50px;
}
#flash_title h2 {
	padding-left: 50px;
}

#flash_images {
	width: 100%;
	height: 400px;
}

.noflash {
	width: 600px;
	margin: 15px 0px;
}
.noflash a {
	background: url(../gfx/noflash.png) no-repeat;
	height: 80px;
	display: block;
}
.noflash a:hover {
	background: url(../gfx/noflash_over.png) no-repeat;
}

/* BACK TO TOP */

.content .footer {
	margin: 15px 0px 0px 50px;
	width: 600px;
}
.content .footer .madeby {
	float: left;
	padding: 0;
	margin: 0;
}
.content .footer .madeby a {
	display: block;
	height: 23px;
	text-transform: uppercase;
	font-size: 9px;
	color: #666;
	padding: 0;
	margin: 0;
}
.content .footer .madeby a:hover {
	color: #FFF;
}
.content .footer .backtotop {
	float: right;	
}
.content .footer .backtotop a {
	display: block;
	width: 69px;
	height: 23px;
	padding: 3px 30px 0px 0px;
	text-transform: uppercase;
	text-align: right;
	font-size: 9px;
	color: #FFF;
	background: url(../gfx/backtotop.gif) no-repeat;
}
.content .footer .backtotop a:link {
	background: url(../gfx/backtotop.gif) no-repeat;
}
.content .footer .backtotop a:hover {
	background: url(../gfx/backtotop_over.gif) no-repeat;
	text-decoration: none;
}



.content .footer_big {
	margin: 15px 0px 0px 50px;
	width: 861px;
}
.content .footer_big .madeby {
	float: left;
}
.content .footer_big .madeby a {
	display: block;
	height: 23px;
	text-transform: uppercase;
	font-size: 9px;
	color: #666;
}
.content .footer_big .madeby a:hover {
	color: #FFF;
}
.content .footer_big .backtotop {
	float: right;	
}
.content .footer_big .backtotop a {
	display: block;
	width: 69px;
	height: 23px;
	padding: 3px 30px 0px 0px;
	text-transform: uppercase;
	text-align: right;
	font-size: 9px;
	color: #FFF;
	background: url(../gfx/backtotop.gif) no-repeat;
}
.content .footer_big .backtotop a:link {
	background: url(../gfx/backtotop.gif) no-repeat;
}
.content .footer_big .backtotop a:hover {
	background: url(../gfx/backtotop_over.gif) no-repeat;
	text-decoration: none;
}

#logo_home {
	position: absolute;
	top: 48px;
	left: 145px;
	z-index: 500;
	background-image:url(../gfx/operastudio10years.png);
	_background-image: none;
	width: 85px;
	height: 85px;
	display: block;
	overflow: hidden;	
}

#logo_toonmomenten {
	position: absolute;
	top: 560px;
	left: 30px;
	z-index: 500;
	background-image:url(../gfx/operastudio10years.png);
	_background-image: none;
	width: 85px;
	height: 85px;
	display: block;
	overflow: hidden;	
}

#logo_detailpage {
	position: absolute;
	top: 210px;
	left: 590px;
	z-index: 500;
	background-image:url(../gfx/operastudio10years.png);
	_background-image: none;
	width: 85px;
	height: 85px;
	display: block;
	overflow: hidden;	
}
