/*
Theme Name: WordPress Concerttour 2011
Theme URI: http://wordpress.org/
Description: The Concerttour 2011 WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Corne Schouten
Author URI: http://www.corneschouten.nl/
Tags: custom

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url('css/reset.css');
@import url('css/text.css');
@import url('css/960.css');

.cufon-loading {
	display: none !important;
}

/* divs die nodig zijn voor IE worden standaard niet getoond */
#imageConTopRounded,
#contentConBottomRounded,
#sideConTopRounded,
#sideConBottomRounded {
	display: none;
}

#background {
	/*left:0;
	/*position:absolute;*/
	/*top:0;
	width:100%;
	z-index:1;

	
	/*height: auto;
	min-height: 100%;
	min-width: 1024px;*/
	/*position: fixed;*/
	
	height:auto;
	left:0;
	min-height:100%;
	min-width:1024px;
	position:fixed;
	top:0;
	width:100%;
}

body {
	/*width: 100%;
	height: 100%;
	overflow: hidden;*/
	margin:0;
	/*padding:20px 0 0;*/
	font-family: Arial, sans-serif;
	font-size: 12px;
}

/*
#container {
	height: 100%;
	left: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}*/

#siteCon {
	width: 960px;
	margin: 50px auto 0 auto;
	position: relative;
	float: top;
	z-index: 2;
	/*padding-bottom: 50px;
	overflow:hidden;*/
}

#logoCon {
	float: left;
	padding-left: 10px;
	margin-bottom: 20px;
}

#navigationCon {
	padding-left: 10px;
	margin-bottom: 7px;
	float: left;
}

#navigationCon ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#navigationCon ul li {
	margin: 0 25px 0 0;
	display: block;
	float: left;
}

#navigationCon ul li a {
	font-size: 18px;
	line-height: 18px;
	text-transform: lowercase;
	color: #ffffff;
	text-decoration: none;
}

#navigationCon ul li a:hover,
#navigationCon ul li.current_page_item a,
#navigationCon ul li.current_page_parent a {
	color: #ffea00;
}

#imageCon {
	background-color: #ffffff;
	padding: 10px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	position: relative;
}

#slideshow	{
	height: 455px;
}

#slideshow img {
	position: absolute;
	top: 10px;
	left: 10px;
	filter: alpha(opacity='0'); 
	opacity:0.0;
}

#slideshow img.active {
	filter: alpha(opacity='100'); 
	opacity:1.0;
	z-index: 1;
}

#slideshow img.last-active {
	z-index: 0;
}

.title {
	position: absolute;
	top: 20px;
	left: 37px;
	color: #ffffff;
	font-size: 130px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: -6px;
	z-index: 10;
}

#informationCon {
	background-color: #ffea00;
	filter: alpha(opacity='92');
	opacity: 0.92;
	position: absolute;
	bottom: 30px;
	left: 10px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: 27px;
	display: block;
	/*width: 304px;
	overflow: hidden;*/
	display: none;
	z-index: 20;
}

body.home #informationCon {
	display: block;
}

#informationCon ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float: left;
	margin: 0 30px 0 0;
}

#informationCon ul li {
	margin: 0;
	font-size: 12px;
}

#informationCon ul li a {
	color: #464646;
	text-decoration: none;
}

#informationCon ul li a:hover {
	text-decoration: underline;
}

#contentCon {
	background-color: #ffffff;
	margin: 10px 0 50px 0;
	/*padding: 37px 130px 37px 37px;*/
	padding: 37px 130px 17px 37px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	/*
	-moz-column-count: 2;
	-moz-column-gap: 1em;
	-moz-column-rule: 1px solid black;
	-webkit-column-count: 2;
	-webkit-column-gap: 1em;
	-webkit-column-rule: 1px solid black;
	*/
	min-height: 317px; /* zo is het blok net zo hoog als de rechter balk */
	color: #1f041c;
	font-size: 12px;
	line-height: 19px;
	overflow: hidden; /* fix zodat de div ook meerekt wanneer er afbeeldingen in de content staan */
}

body.home #contentCon {
	min-height: 232px; /* zo is het blok net zo hoog als de rechter balk */
}

#contentCon a {
	color: #93117e;
	text-decoration: none;
}

#contentCon a:hover {
	text-decoration: underline;
}

#contentCon h2,
#sideCon h2 {
	margin: 0;
}

#contentCon h3 {
	font-size: 16px;
	line-height: 19px;
	margin: 0;
}

#contentCon ul {
	list-style-type: disk;
	list-style-position: inside;
}

#contentCon ul li {
	margin-left: 0;
}

#contentCon ul li a {
	color: #1f041c;
}

#contentCon input {
	margin-bottom: 10px;
}

#mainCon {
	width: 720px;
	margin-right: 10px;
	float: left;
	position: relative;
}

#sideCon {
	width: 230px;
	float: left;
}

#sideConTop {
	padding: 30px;
	width: 170px;
	background-color: #ffea00;
	float: left;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#sideConTop h2 {
	color: #282828;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1px;
}

#sideConBottom {
	width: 230px;
	background-color: #ffffff;
	padding-bottom: 100px;
	float: left;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#sideConBottom ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#sideConBottom ul li {
	margin: 0;
	text-align: center;
	margin-top: 50px;
}

#circleCon {
	background-image: url('images/circle.png');
	width: 225px;
	height: 145px;
	position: absolute;
	z-index: 3;
	top: 660px;
	left: 610px;
	text-align: center;
	padding-top: 80px;
}

#circleCon a {
	color: #282828;
	font-size: 37px;
	line-height: 37px;
	text-decoration: none;
	text-transform: uppercase;
}

#circleCon a span.bold {
	font-weight: bold;
}

table tr th,
table tr td {
	text-align: left;
	vertical-align: top;
	padding: 0 20px 0 0;
}

#contentCon table tr td
{
	vertical-align: bottom;
}

#contentCon table tr td img 
{
	margin-bottom: 20px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Form7 styles */
#betalingswijze {
	margin-top: 20px;
}
#betalingswijze .wpcf7-list-item {
	display: block;
	margin-bottom: 10px;
}
input[type=text],
select {
	width: 270px;
	margin-bottom: 10px;
}
