@import url(reset.css); 

/**
 * ProcesssWire.com site template stylesheet. Prepared for use in the basic site profile. 
 *
 * Please feel free to use and/or modify under the same license as ProcessWire.
 *
 * Copyright 2010 by Ryan Cramer Design, LLC
 *
 */

body	{
    background: url(backgrounds/logo-web.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
	background-size: cover;
}

body, input, textarea, table {
	font-family: "Merlo-OsF", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2f4248; 
}

/* OWN FONTS */

	@font-face {
	font-family: "AkzidenzGrotesk-LightCond"; 
	src: url(fonts/AkzidenzGrotesk-LightCond.otf);
	format: ttf;
	}

	@font-face {
	font-family: "AkzidenzGrotesk-Bold"; 
	src: url(fonts/AkzidenzGrotesk-Bold.otf);
	format: otf;
	}
	
	@font-face {
	font-family: "Merlo-OsF"; 
	src: url(fonts/Merlo-OsF.otf);
	format: otf;
	}
	
/* OWN TEXT STYLES */
	
.akzidenzgrotesklightcond_16px {font-family: "AkzidenzGrotesk-LightCond"; font-size: 16px; color: #000000;}

.akzidenzgroteskbold_24px {font-family: "AkzidenzGrotesk-Bold"; font-size: 24px; color: #000000; text-transform: uppercase; letter-spacing: 2px;}

.akzidenzgroteskboldred_10px {font-family: "AkzidenzGrotesk-Bold"; font-size: 10px; color: #C80000; text-transform: uppercase; letter-spacing: 2px;}

.akzidenzgroteskboldred_16px {font-family: "AkzidenzGrotesk-Bold"; font-size: 16px; color: #a1000b; text-transform: uppercase; letter-spacing: 1px;}

.akzidenzgroteskboldred_24px {font-family: "AkzidenzGrotesk-Bold"; font-size: 24px; color: #C80000; text-transform: uppercase; letter-spacing: 2px;}

.merloosf_14px {font-family: "Merlo-OsF"; font-size: 14px; color: #000000;}
	
#masthead,
#content,
#footer {
	padding-right: 20px;
	padding-left: 20px;
}

.container {
	position: relative;
	width: 85%;
	min-width: 920px; 
	max-width: 1200px;
	margin: 0 auto;
}

/* MASTHEAD = TOP DISTANCE FOR BODY CONTENT */

#masthead {
	background: none;
	height: 80px; 
	right: 10px;
}

/* LOGO - NOT IN USE */

	#logo {
                position: absolute; 
                left: 0;
		top: 44px; 
		background: url(images/logo.gif); 
		width: 179px;
		height: 25px; 
                text-indent: -9999px; 
	}

/* PAGE TITLE - NOT IN USE */

	#title {
		font-size: 37px; 	
		color: #003051; 
		position: absolute;
		top: 155px; 
                left: 0;
	}

/* TRANSPARANT TITLE BEHIND PAGE TITLE - NOT IN USE */

	#bgtitle {
		position: absolute; 
		top: 62px; 
		left: 0; 
		font-size: 162px; 
		color: rgba(255, 255, 255, 0.2);
	}

/* NAVIGATION FOR SECTIONS HOME, SHOWS, FILMS, ETC */

	#topnav {
        position: absolute;
		left: 40px; 
		top: 3px;
		background: rgba(248, 248, 248, .6);

	}

		#topnav li {
                        display: inline;
		}

			#topnav a,
			#sidebar ul.nav a,
			#breadcrumb a,
			a.nav {
				font-family: "Helvetica Neue", Arial, sans-serif; 
				font-size: 11px; 
				font-weight: bold; 
				text-transform: uppercase; 
				color: #000000; 
			}

			#topnav a {
				display: block;
				float: left; 
				margin: 0 0 0 1px;
				padding: 10px 10px 10px 10px;
			}

			#topnav a:hover,
			#topnav a.on {
				color: #fff; 
/*				background: url(images/topnav_home_bg.gif) top left repeat-x; */
			}

/* LANGUAGES */
.languages {
	position: absolute;
	left: 75%;
	top: 14px;
	background: rgba(248, 248, 248, .6);
	font-family: "Helvetica Neue", Arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #000000;
	list-style: none; 
	margin: 3;
	padding: 10px 10px 10px 10px; 
	float: right;
}

	.languages li {
		list-style: none; 
		display: inline-block;
		margin: 0;
		padding: 0;
	}

	.languages a {
		padding: 0 0.5em;
		border: none; 
		display: inline;
		border-left: 1px solid #ccc; 
	}
		.languages li.current a {
			font-weight: bold; 
		}
		.languages li:first-child a {
			border: none; 
			padding-left: 0;
		}

/* ZOEK ITEM */

form.search {
	position: absolute;
	left: 50%;
	top: 24px;
	float: right; 
	margin: 3;
	width: 12%; 
	padding-bottom: 1em;
}
	form.search input {
	background: rgba(248, 248, 248, .4);
	font-family: "Helvetica Neue", Arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000;
	margin: 0;
	padding: 10px 10px;
	border: none; 
	width: 100%; 
	}
	form.search button {
		display: none; 
	}


/* FORMATTING OF TEXT & LIST BLOCKS */

/* TRANSPARENT WHITE MAIN CONTENT */

#content {
	position: -moz-absolute;
	background: rgba(248, 248, 248, .6); 
	width: 80%; 
	font-size: 14px; 
	line-height: 1.7em; 
	color: #000; 
	padding-top: 0;
	margin-left: 40px;
	padding-bottom: 4em;
	min-height: 400px; 
	
}
	#content p,
	#content ul,
	#content ol,
	#content table {
		margin: 1em 0 1.5em 0;
	}

	#content a {
		color: #f00076; 
	}
		#content a:hover {
			background-color: #f00076; 
			color: #fff; 
			text-decoration: none; 
		}

	#content em {
		font-style: italic;
	}

	#content strong {
		font-family: "Helvetica Neue", Arial, sans-serif; 
		font-weight: bold; 
		color: #555; 
	}

	#content h2,
	#content h3,
	#content h4 {
		margin-top: 1.5em; 
		line-height: 1.3em;
	}

	#content h2 {
		color: #006fbb; 
		font-size: 23px; 
		margin-bottom: 0.5em; 
	}

	#content h3 {
		color: #690033; 
		font-size: 18px; 
		border-bottom: 1px dotted #ccc; 
		margin-bottom: -0.5em; 
		padding-bottom: 0.25em; 
	}
		#content h2 + h3 {
			margin-top: 0;
		}

		#content h3 + ul,
		#content h3 + ol {
			margin-top: 1.5em; 
		}

	#content h4 {
		font-size: 1em; 
		font-weight: bold; 
		text-transform: uppercase; 
	}

	#content ol li {
		margin: 0 0 0 3em; 
	}

	#content ul li {
		margin: 0 0 0 3em;
		display: list-item; 
		list-style: none; 
	}

	#content ol li {
		margin: 0 0 0 3em; 
		display: list-item;
		list-style: decimal;
	}

	#content ul.nav { }

		#content ul.nav li {
			display: block;
			list-style: none; 
			margin: 0;
			border-bottom: 1px dotted #ccc; 
		}
			#content ul.nav li a {
				font-family: "Helvetica Neue", Arial, sans-serif; 
				font-weight: bold; 
				margin: 0;
			}

			#content ul.nav li p {
				margin: 1em 0;
			}

	#content .disclaimer {
		font-size: 11px;
		line-height: 17px; 
		color: #777; 
	}

/* SIDEBAR TEXT STYLES */

#sidebar {
	position: relative; 
	float: right;
	width: 232px; 
	min-height: 200px; 
	padding-bottom: 2em; 
}
	#sidebar h3 {
		border: none; 
		color: #006fbb; 
		font-size: 16px; 
	}
		#sidebar h3 + ul.nav {
			margin-top: 1em; 
		}

	#sidebar #photo {
		display: block;
	}

/* SIDEBAR LIST ITEMS */

	#sidebar ul.nav {
		margin: 0 0 1em 0;
	}
		#sidebar ul.nav li {
			margin: 0; 
			border: none; 
		}

		#sidebar ul.nav a {
			display: block;
			padding: 8px 10px 8px 15px; 
			color: #005f7d; 
			background: #d5e5eb; 
			border-top: 1px solid #fff; 
		}
			#sidebar ul.nav a:hover,
			#sidebar ul.nav a.on {
				background: #db1174; 
				color: #fff;
				text-decoration: none; 
			}

	#sidebar .sidebar_item {
		padding: 0 5px 0 14px;
		margin: 0 0 2em 0;
		border-left: 1px dotted #ccc;
	}

/* TEXT FORMATTING IN TRANSPARENT WHITE MAIN CONTENT */

#bodycopy {
	padding-right: 100px; 
	padding-top: 1px; 
	margin-top: 0;
	margin-left: -20px;
	
}
	#bodycopy strong {
		color: #444; 
	}

	#content #bodycopy > h2:first-child {
		margin-top: 1em; 
	}

	#bodycopy .video {
		margin: 1em 0;
		background: #000;
		padding: 10px; 
		padding-bottom: 3px; 
		width: 640px; 
	}


#footer {
	clear: both; 
	border: none;
	font-size: 11px; 
	padding: 2em 0;
}
	#footer p,
	#footer a {
		color: #85aaba; 
	}

	#footer p {
		text-align: center; 
	}

	#footer a:hover {
		text-decoration: underline; 
		color: #db1174; 
	}

/**
 * The edit link that appears when you are logged in.
 * It is recommended that you implement an edit button 
 * in your templates to make it easy to switch to and
 * from the admin control panel when editing pages. 
 *
 */
#editpage {
	position: absolute;
	top: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
}
	#editpage:hover {
		background: #ffffcc;
		color: #000; 
	}


/**
 * Alignment styles that are used by the InputfieldTinyMCE for 
 * positioning images in bodycopy. If you are using this field type, 
 * you may want to include these or similar styles in your site.
 *
 */
.align_left {
        float: left;
        margin: 0 1em 0.25em 0;
}

.align_right {
        float: right;
        margin: 0 0 0.25em 1em;
}

.align_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

/** SLIDESHOW */


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  text-align: center;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.slideshow-dots .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-dots .active, 
.slideshow-dots .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/** END SLIDESHOW */

/**
 * Optional CSS classes specific to the FieldtypeComments module
 * when used in this site design template. 
 *
 */

#content .CommentList {
	margin: 1em 0 0 0; 
}

	#content .CommentListItem {
		list-style: none; 
		margin: 0;
		border-left: 5px solid #ddd; 
		border-top: 1px dotted #ccc; 
		padding: 1em 0 1px 1em; 
		background: #fff; 
		
	}
		#content .CommentListItem p {
			margin-top: 0; 
		}
		#content .CommentHeader,
		#CommentForm label {
			margin: 0; 
			font-weight: bold; 
			font-size: 11px; 
			text-transform: uppercase; 
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
			color: #3786bc; 
		}
		#content .CommentText {
			color: #666; 
		}

#CommentForm { }

	#CommentForm h3 {
		margin: 0; 
		border: none; 
	}

	#CommentForm label {
		display: block;
		color: #f00076; 
		color: #999; 
	}

	#CommentForm p {
		margin: 0.5em 0;
	}

	.CommentForm_cite,
	.CommentForm_email {
		float: left; 
	}
		.CommentForm_cite input,
		.CommentForm_email input {
			width: 200px; 
			margin-right: 1em; 
		}

	.CommentForm_text {
		clear: left; 
	}
		.CommentForm_text textarea {
			padding: 2px; 
			width: 75%; 
			height: 100px; 
		}

	#CommentForm .error {
		background: #a30000; 
		color: #fff; 
		padding: 0.25em 0.5em; 
	}
	#CommentForm .success {
		font-weight: bold; 	
	}


/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
 */
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
}

