
/*
Theme Name: Filmhuis Schiedam
Theme URI: http://www.studiodense.nl/
Description: Filmhuis Schiedam Stylesheet
Author: Dennes Spek, Studiodense
Version: 1.0
Tags: Not relevant
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.transparency {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}



body {
	line-height: 1;
	font-family: DinCRegular;
	overflow-x:hidden;
	
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: auto;
	width: 100%;
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/	
}

#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
	/*background-color: #ff0000;*/
}
#wrapper {
	
	margin-top: 20px;
	padding: 0px;
}
#masthead {
background:url(images/headers/logowennekercinema.png) left no-repeat;
width:960px;
height:150px;
	}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body,
input,
textarea {
	color: #666;
	font-size: 16px;
	line-height: 18px;
	
}
body {
background-color:#000000;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 0px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],select
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active,
a:hover {
	color: #000000;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0px ;
	
	
}

/* =Menu
-------------------------------------------------------------- */

#access {
	
	display: block;
	float: right;
	margin: 0 auto;
	width: 661px;
	height:150px;
	background:url(images/headers/navigation-box.png) right no-repeat;
}
#access .menu-header,
div.menu {
	font-family: DinCRegular;
	
	margin-left: 10px;
	width: 928px;
	margin-top:0px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	padding-right: 0px;
	width:160px;
	
}
#access a {
	color: #000;
	display: block;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
	font-size:18px;
}
#access ul ul {

	display: block;
	position: absolute;
	top: 36px;
	left:10px;	
	width: 160px;
	z-index: 98;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	
	line-height: 18px;
	padding: 0px 0px;
	width: 340px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #000;
}
#access ul ul :hover > a {	
	color: #000;
}

#access ul li:hover > ul {
	display: block;
}
#access ul li.page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	font-size:25px;
	color: #000;	
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	font-size:25px;
	color: #000;
}

#access ul.children li.page_item > a {
font-size:15px;
color:#7b7b7d;	
}
#access ul.children li.page_item a:hover {
font-size:15px;
color:#000;	
}
#access ul.children li.current_page_item > a {
font-size:15px;
color:#000;	
}

*html #access ul.children li.page_item a:hover {
font-size:15px;
color:#000;	
}



* html #access ul.children li.page_item > a {
font-size:15px;
color:#7b7b7d;	
width:300px;
}
/* =Content
-------------------------------------------------------------- */
#main-featured { text-align:center;}

#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 18px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 0px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h1{
	color: #000;
	font-size:61px;
	padding: 0px 0px;
	letter-spacing: 0px;
	
	
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 0px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 0 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 0px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 0px 0;
	padding: 0px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	
	padding: 0 0px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* ---------- Homepage Columns----------------------------------*/

#column-movie-highlight {
	width:440px;
	min-height: 500px;
	margin-right:20px;	
	float:left;
	
}

#middle-balloon-top    {width:440px;height:8px;background:url(images/corners-440x8.png) no-repeat;}
#middle-balloon-middle {width:440px;background-color:#FFFFFF;padding:10px 0px;}
#middle-balloon-bottom {width:440px;height:8px;background:url(images/corners-440x8-bottom.png) no-repeat;}
#middle-balloon-middle h1 {line-height:33px;font-family:AgencyFBBOld;font-size:30px;margin-left:10px;}

#middle-movie-top    {width:440px;height:8px;background:url(images/corners-440x8.png) no-repeat;}
#middle-movie-middle {width:440px;background-color:#FFFFFF;padding:10px 0px;}
#middle-movie-bottom {width:440px;height:8px;background:url(images/corners-440x8-bottom.png) no-repeat;}
#middle-movie-middle h1 {line-height:30px;font-family:AgencyFBBOld;font-size:30px;}



#highlight-column-top    {width:440px;height:8px;background:url(images/corners-440x8.png) no-repeat;}
#highlight-column-middle {width:440px;background-color:#FFFFFF;}
#highlight-column-bottom {width:440px;height:8px;background:url(images/corners-440x8-bottom.png) no-repeat;}

#news-column-top    {width:440px;height:8px;background:url(images/corners-440x8.png) no-repeat;}
#news-column-middle {width:440px;background-color:#FFFFFF;}
#news-column-bottom {width:440px;height:8px;background:url(images/corners-440x8-bottom.png) no-repeat;}

#middle-column-top    {width:440px;height:8px;background:url(images/corners-440x8.png) no-repeat;}
#middle-column-middle {width:440px;background-color:#FFFFFF;}
#middle-column-bottom {width:440px;height:8px;background:url(images/corners-440x8-bottom.png) no-repeat;}

#news-column-middle h1 {display:inline;font-family:AgencyFBRegular; font-size: 56px;margin-left:10px;}
#highlight-column-middle h1 {display:block;font-family:AgencyFBBold; font-size: 30px;margin-left:10px;line-height:30px;}

#main-featured .uitgelicht-text {margin-left:0px;margin-top:230px;color:#FFF;position:absolute;z-index:40;display:inline;font-family:AgencyFBBold;font-size: 69px;}
#main-featured .uitgelicht-text-jeugd {margin-left:215px;margin-top:230px;color:#FFF;position:absolute;z-index:40;display:inline;font-family:AgencyFBBold;font-size: 69px;}

#column-weekly-agenda {
	width:330px;
	min-height: 500px;
	margin-right:20px;
	float:left;
	
}

#column-middle{
	width:440px;
	min-height: 500px;
	margin-right:20px;
	float:left;	
	
	}

#agenda-column-top    {width:330px;height:8px;background:url(images/corners-330x8.png) no-repeat;}
#agenda-column-middle {width:310px;background-color:#FFFFFF;padding:0px 10px;}
#agenda-column-bottom {width:330px;height:8px;background:url(images/corners-330x8-bottom.png) no-repeat;}
#agenda-column-middle h1 {line-height:30px;display:inline;font-family:AgencyFBBold; font-size: 44px;}
#agenda-column-middle .height15 {height:15px;}
#column-middle .spacer20 {height:20px;}
#agenda-column-middle h1.h1-programma {font-family:AgencyFBBold;font-size:45px;}


#column-infobar {
	width:150px;
	min-height: 500px;		
	float:left;
}

#info-column-top    {width:150px;height:8px;background:url(images/corners-150x8.png) no-repeat;}
#info-column-middle {width:130px;background-color:#FFFFFF;padding:0px 10px;}
#info-column-bottom {width:150px;height:8px;background:url(images/corners-150x8-bottom.png) no-repeat;}

#column-end {clear: both;}

#info-column-middle h3 {width:130px;font-size:15px;font-weight:normal;}

#highlight-column-middle  .film-content {margin-left:10px;margin-right:10px;width:420px;}

.weeknumber {
	color:#7A7B7D;
	font-size:36px;
	font-family: DinRegular;
	*font-family: IEDinRegular; font-weight:bold;
	letter-spacing:-3px;
	margin-bottom:10px;
	}
/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 0px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	text-align: center;
	
}
.widget-area ul li {
	padding-left:4px;
	text-align: center;
	
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
	background: #fff;	
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
	
}
#wp-calendar thead {
	font-size: 11px;
	background:#000;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 0px solid #fff;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;#button-reserveren {width:142px;height:26px;background-image:url('images/reserveren.png');background-repeat: no-repeat;position:absolute;left:20px;bottom:15px;cursor:pointer; }

}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 12pt;
		line-height: 12px;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}



.top-left {

margin-right: 9px; /* clip right corner */
background-image: url('images/corners1280x18.png');
height: 9px; /* vertical: show first half of the image with the top-corners in it */
font-size: 2px; /* correct height for IE */
}

.top-right {

margin-top: -9px; /* to level of top-left corner */
margin-left: 9px; /* clip left corner */
background-image: url('images/corners1280x18.png'); 
background-position: 100% 0; /* show bg-image starting at the right */
height: 9px; 
font-size: 2px;
}

.bottom-left {

margin-right: 9px; /* clip right corner */

background-image: url('images/corners1280x18.png');
background-position: 0 -9px; /* show under half of the image */
height: 9px;
font-size: 2px;
}

.bottom-right {

margin-top: -9px; /* to level of bottom-left corner */
margin-left: 9px; /* clip left corner */
background-image: url('images/corners1280x18.png'); 
background-position: 100% -9px; /* under half, right side */
height: 9px; 
font-size: 2px; 
}

.inside {

border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
background: #FFFFFF;
color: #000;
padding-left: 10px;
padding-right: 10px;
}

.notopgap {

margin-top: 0;
}

.nobottomgap {

margin-bottom: 0;
}

/* Translator Widget  */
ul.qtrans_language_chooser {padding:40px;}
ul.qtrans_language_chooser li {float:left;list-style-type: none;margin-right:5px;}
li.widget_qtranslate {margin-left:65px;margin-top:-10px;}

.theatre-KLEINE {line-height:25px;font-family:DINBlack;color:#7A7B7D;font-size:18px;letter-spacing:-1px;}
.theatre-GROTE  {line-height:25px;font-family:DINBlack;color:#7A7B7D;font-size:18px;letter-spacing:1px;}
.theatre-zaal {line-height:10px;font-family:DINBlack;color:#7A7B7D;font-weight:bold;font-size:28px;}
	
#breadcrumbs {height:13px;position:absolute;top:170px;margin-left: 20px;font-size:11px;}
#breadcrumbs a {position:relative;font-size:11px;color:7d7d7b;padding:0px 10px;margin:0px;}

/* Display Filmlist  */
.movie {margin-left:0px;}
.moviedate {font-family:DINBlack;font-size:15px;line-height:23px;margin-top: 0px;}
.theatre  { float:left;padding:0px 0px 0px 8px;}
.theatre {width:100px;}
.clr {clear:both;}
.movietitle {line-height:24px;font-family:AgencyFBRegular;margin-left:108px;color:#7A7D7B;font-size:25px;font-weight:bold;}
/* End Display Filmlist */

#films-a-z {margin-left:20px;}


.spacer10 {display:block;height:10px;width:100%;}
.spacert20 {height:20px;}

.featured-content {display:inline;margin-left:10px;line-height:13px;color:#000;margin-right:10px;font-size:12px;*padding-top:20px;}

#button-reserveren {width:142px;height:26px;background-image:url('images/reserveren.png');background-repeat: no-repeat;position:absolute;left:20px;bottom:15px;cursor:pointer; }
#button-reservering-bevestigen {width:250px;height:26px;background-image:url('images/reservering-bevestigen-knop.png');background-repeat: no-repeat;;cursor:pointer; }

#reserveren td {height:30px;}
#news_block {margin-left:10px;margin-top:15px;margin-right:10px;color:#000;font-family:DinCRegular;font-size:14px;}
#movie-box {margin-left:10px;margin-right:10px;color:#000;font-size:14px;}
.movie-header-title{font-size:2em;margin-top:20px;margin-left:10px;padding:20px 0px 0px 0px;font-family:AgencyFBBold;}

h5 {font-size:16px;font-weight:bold;}

li.page-item-2 a {cursor:default;}
.page-item-2 ul li a { cursor: pointer;}

li.page-item-10 a {cursor:default;}
.page-item-10 ul li a { cursor: pointer;}

li.page-item-12 a {cursor:default;}
.page-item-12 ul li a { cursor: pointer;}

li.page-item-50 a {cursor:default;}
.page-item-50 ul li a { cursor: pointer;}

.error {font-weight:bold;color:#FF0000;}


.wpcf7-submit  {border:1px solid #E3E3E3;color:#FFF;}
#homebutton {position:absolute;width:280px;height:150px;cursor:pointer;}
.pers_object {width:100%;background-color:#FFF;padding:10px;margin-bottom:10px;font-family:Verdana;font-size:12px;line-height:17px;}
.newsletter {}
#primary input[type="submit"] {width:130px;margin-left:-74px;color:#fff;background-color:#000;border:1px solid #d4d4d4;font-family:DINRegular;}
#primary input[type="text"] {width:124px;margin-left:-74px;font-size:12px;}
#primary h3 {margin-bottom:10px;}
#social-media .social-button {float:left;}
#social-media {width:140px;}
#google_maps a {font-size:12px;}
.hr_filmdates {1px dotted;}

input[type="text"] { width:350px;}
input[type="email"] { width:350px;}
input.newsletter-email {width:120px;margin-left:-75px;color:#666 !important;}

/*
Wenneker Cinema Alternate Tag CSS
*/

a[data-role="button"] {
	
	background-color:#000000;
	color:#ffffff;
	width:360px;
	padding:10px 10px 10px 10px;
	position:relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;border-radius: 5px;
	text-decoration:none;
	display:block;
	text-align:center;
	margin-bottom:5px;
}

.white-balloon {	
	background-color: #ffffff;
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;border-radius: 8px;
	margin-top:-10px;
	margin-bottom:15px;
	padding:0px 20px 0px 20px;
		
}

.white-balloon-title {

	padding:20px 20px 20px 20px;
	margin-top:0px;
}




a[data-role="button"]:hover {
 background-color:#666666;
}

a[data-theme="b"] {
	
	background-color:#b3b3b3;
	color:#444444;
	width:360px;
	padding:10px 10px 10px 10px;
	position:relative;
	
}

a[data-theme="b"]:hover {
 background-color:#e3e3e3;	
}

div[data-role="header"] {
	width:100%;
	height:2em;
	background-color:#666666;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
}

div[data-role="header"] h1 {
	
	font-size:1.5em;
	color:#ffffff;
	text-align:center;
	padding:5px 0px 5px 0px;

}

.reservation-subheader {

	margin-left:0px;
	
}

.reservation-subheader h2 {

	line-height:1.7em;
	color:#000000;
	font-size:18px;
	
}

.movie {

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;border-radius: 8px;
    margin-top:0px;
    margin-left:0px;
}

.table-rounded {

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;border-radius: 8px;

}

.movie:hover {
	border:0px solid #f1f1f1;
	background-color:#f1f1f1;
	background-clip: content-box;
	
	
}


.trailer-icon {
 display:block;
 position:absolute;
 margin-left:0px;
 margin-top: -90px;
 width:100px;
 height:100px;
 z-index:10;
 
 background-image: url('images/trailer-icon.png');
 background-size:100px 100px;
 background-repeat:no-repeat;
 
 	opacity: 0.2;
    filter: alpha(opacity=20);
	
}

.trailer-icon:hover {
	
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.placeholder-desktop-reservation-form {
	
	color:#000000;
	
}

.placeholder-desktop-reservation-form input,select,textarea {
	
	width:360px;
	display:block;
	margin-bottom:10px;
	padding-left:5px;
	
	
}

.placeholder-desktop-reservation-form input,select{
	
	width:380px;
	height:30px;
	display:block;
	margin-bottom:10px;
	
	
}

.confirmed-reservation {
	
	color:#111111;
	
}

select.input-desktop-exception , input.input-desktop-exception , textarea.input-desktop-exception {
	
 width:344px !important;
 font-family:inherit  !important;
 font-size:16px  !important;
 padding-left:10px  !important;
 margin-bottom:8px !important;
 background-color:#f9f9f9;
}

#select-desktop-exception {
	
	width:354px;
	border:1px solid #ff0000;
}


#textarea-desktop-exception {
	width:375px;
	border:1px solid #e3e3e3;
	background-color:#f1f1f1;
	font-family:inherit;
	padding-left:10px;
}

#desktop-sidebar-reservation-button , a.make_reservation,textarea.textarea-center-reservation {
	
	width:370px;
	
}

textarea.textarea-center-reservation {
	
font-family:inherit;
font-weight:normal;
padding-left:5px;
width:380px !important;
border:1px solid #e3e3e3;
	
}

.desktop-loader-overlay {
	position:absolute;
	width:430px;
	height:90%;
	background-color:#d3d3d3 !important;
	z-index:4;	
    filter: alpha(opacity=50);
    opacity: 0.5;
    display:none;

}

.desktop-loader {
	
	width:60px;
	height:60px;
	background-image: url('../../plugins/wenneker/images/ajax-loader.gif');
	background-repeat:no-repeat;
	background-size: 60px 60px;
	position:absolute;
	margin-top:30%;
	margin-left:175px;
	z-index:5;	
	display:none;
	
}

.desktop-sidebar-reservation-popup {
	
	width:960px;
}

td.desktop-sidebar-popup-left , td.desktop-sidebar-popup-right {
	
color:#010101;
width:430px;	
min-height:680px;

	
}




input.newsletter-submit {
	margin-top:5px;
	border:1px solid #000 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:3px 3px;
}

input.newsletter-email {
	font-family:inherit !important;
	font-size:14px !important;
	padding-left:3px !important;
	color:#666666 !important;
	
}

.middle-column-middle , .entry-content, .news_block {
	
padding-left:20px !important;
padding-right:20px !important;
font-size:14px !important;
line-height:19px !important;
	
}


.search-loader {
	
	width:30px;
	height:30px;
	background-image: url('../../plugins/wenneker/images/ajax-loader.gif');
	background-repeat:no-repeat;
	background-size: 30px 30px;
	float:right;
	margin-top:3px;
	visibility:hidden;
}







.search-container {
	display:none;
	width:930px;
	margin:15px 0px 0px 0px;
	height:0px;
	padding:15px 15px;
	background-color:#fff;
	align-content:center;
	opacity:0;
	filter: alpha(opacity=0);
	
}

.search-field , .search-button {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:5px 5px 5px 5px;
	height:30px;
	margin-right:10px;
}

.search-button {
	height:35px;
	background-color:#000;
	color:#fff;
	width:60px;
	border:0px solid #000;
	cursor:pointer;	
}

.search-button:hover {
	
	background-color:#666;
	
}

.search-form {
	display: flex;
    justify-content: center;
	
}

input.search-field {
	
	padding-left:10px;
	width:300px;
	
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.close-search-container {
	cursor:pointer;
	float:right;
	
}

.spyglass-search {
	cursor:pointer;
	width:20px;
	height:20px;
	background-image: url('images/spyglass.png');
	background-repeat:no-repeat;
	background-size: 20px 20px;
	position:relative;
	left:925px;
	top:14px;
	display:block;
	z-index:200;

}

.menu {
	z-index:100;
	display:block;
	
}


#info-column-middle input {

	width:120px;
	height:30px;
	font-size:12px;
	position:relative;

}

#info-column-middle label {


	text-align:left;
}

#info-column-middle .tnp-submit {

width:120px;
position:relative;
margin-left:60px;
left:70px;
padding:5px;
line-height: 20px;
}