html {
	height: auto;
	background-color: #1f1e1c;
}

body {
	height: 100%;
	background: #1f1e1c url(images/top_bg.jpg) no-repeat center top;
	color: #b8b4ac;
	font-family: Times New Roman;
	font-size: 14px;
	position: relative;
}

div#top {
	height: 233px;
}
ul#mainmenu {
	margin: auto;
	width: 820px;
	padding-top: 150px;
}
	ul#mainmenu li {
		float: left;
	}
		ul#mainmenu li a {
			display: block;
			height: 36px;
			background: url(images/menu_sprite.png);
		}
		ul#mainmenu li a:hover {
			border-bottom: 1px solid #fff;
		}
			ul#mainmenu li a#home {
				width: 66px;
				background-position: 0 -36px;
			}
			ul#mainmenu li a#home:hover, ul#mainmenu li.active a#home {
				background-position: 0 0;
			}
			ul#mainmenu li a#programmas {
				width: 139px;
				background-position: -66px -36px;
			}
			ul#mainmenu li a#programmas:hover, ul#mainmenu li.active a#programmas {
				background-position: -66px 0;
			}
			ul#mainmenu li a#agenda {
				width: 86px;
				background-position: -205px -36px;
			}
			ul#mainmenu li a#agenda:hover, ul#mainmenu li.active a#agenda {
				background-position: -205px 0;
			}
			ul#mainmenu li a#bio {
				width: 102px;
				background-position: -291px -36px;
			}
			ul#mainmenu li a#bio:hover, ul#mainmenu li.active a#bio {
				background-position: -291px 0;
			}
			ul#mainmenu li a#disco {
				width: 125px;
				background-position: -393px -36px;
			}
			ul#mainmenu li a#disco:hover, ul#mainmenu li.active a#disco {
				background-position: -393px 0;
			}
			ul#mainmenu li a#fotos {
				width: 72px;
				background-position: -518px -36px;
			}
			ul#mainmenu li a#fotos:hover, ul#mainmenu li.active a#fotos {
				background-position: -518px 0;
			}
			ul#mainmenu li a#gastenboek {
				width: 125px;
				background-position: -590px -36px;
			}
			ul#mainmenu li a#gastenboek:hover, ul#mainmenu li.active a#gastenboek {
				background-position: -590px 0;
			}
			ul#mainmenu li a#contact {
				width: 93px;
				background-position: -715px -36px;
			}
			ul#mainmenu li a#contact:hover, ul#mainmenu li.active a#contact {
				background-position: -715px 0;
			}

div#content-wrapper {
	width: 950px;
	margin: auto;
	padding-bottom: 80px;
}
	body.two-column-layout div#main-content-pane {
		width: 650px;
		background: #434038 url(images/twocol-contentbg.jpg) no-repeat;
		float: left;
		min-height: 400px;
		padding-bottom: 50px;
	}
	body.two-column-layout div#sidebar {
		width: 250px;
		float: right;
		padding-top: 20px;
	}
		div.sb-widget {
			background: url(images/sidebar_bg.gif) no-repeat;
			position: relative;
			margin-bottom: 40px;
		}
			div.sb-widget div.sb-widget-content {
				min-height: 200px;
				background: url(images/sidebar_bottom.jpg) no-repeat left bottom;
				padding: 60px 13px 5px 17px;
			}
			div.sb-widget img.widget-title {
				position: absolute;
				top: 30px;
				left: 11px;
			}
		div.sb-widget div.thumblist img, div.sb-widget div.thumblist a.imgframe {
			float: left;
			margin: 0 3px 3px 0;
			display: block;
			width: 70px;
			height: 70px;
		}
	body.single-column-layout div#main-content-pane {
		background: #434038 url(images/singlecol-contentbg.jpg) no-repeat;
		min-height: 400px;
		padding: 100px 40px 50px 40px;
	}
	body.single-column-layout div#sidebar {
		display: none;
	}
	
div#footer {
	background: #141311 url(images/footer_bg.jpg) no-repeat center top;
	height: 53px;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 13px;
	color: #555;
}
	div#footer div#copy-pos {
		width: 950px;
		margin: auto;
		padding: 5px;
	}
	div#footer a {
		color: #999;
	}
	

	
h1 {
	color: #a2bf3d;
	font-size: 40px;
	font-family: Verdana;
	margin-bottom: 15px;
}
h2 {
	color: #a2bf3d;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
	h2 span {
		font-size: 18px;
	}
h3 {
	color: #a2bf3d;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}
p {
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}

a:link, a:visited, a:hover {
	color: #f4efe5;
	display: inline-block;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.footnote {
	font-size: 13px;
	color: #89857d;
}

div.clearer {
	clear: both;
	color: #434038;
}

div.contentblock {
	background: url(images/contentblock_bg.jpg) no-repeat;
}

div.blog_post {
	margin-top: 40px;
	padding: 25px 50px 0 25px;
}
	div.blog_post span.date {
		display: block;
		margin-left: -15px;
	}
		div.blog_post span.date span.day {
			display: block;
			float: left;
			width: 46px;
			height: 33px;
			background: url(images/blog_dateday_bg.jpg) no-repeat;
			font-size: 28px;
			font-weight: bold;
			text-align: right;
			margin-right: 6px;
		}
		div.blog_post span.date span.monthyear {
			font-weight: bold;
		}
	div.blog_post h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	div.blog_post div.blog_content {
		
	}
	
div.post-navigation {
	width: 600px;
	margin: auto;
	margin-top: 20px;
	color: #a2bf3d;
	font-weight: bold;
}
	div.post-navigation a:link, div.post-navigation a:visited {
		display: inline-block;
		background-color: #a2bf3d;
		padding: 2px 10px 4px 5px;
		color: #fff;
	}
	div.post-navigation div.older {
		float: left;
	}
	div.post-navigation div.newer {
		float: right;
		text-align: right;
	}
	
div#program_pics {
	width: 240px;
	float: left;
}
div#program_info {
	width: 560px;
	float: left;
}
	div#program_info h2 {
		font-size: 24px;
	}
	div#program_info div.program {
		padding-bottom: 40px;
		margin-bottom: 40px;
		background: url(images/seperator.png) no-repeat left bottom;
	}
		div#program_info div.program h2 {
			padding-left: 40px;
			background: url(images/bullet25.png) no-repeat 0 4px;
		}
		
div#bio-content {
	width: 570px;
	float: left;
	margin-right: 40px;
}
div#bio-pics {
	float: left;
	text-align: right;
	width: 250px;
}

div.cd {
	margin-left: 40px;
	padding-top: 60px;
}
	div.cd div.cd-cover {
		width: 250px;
		float: left;
		margin-top: 10px;
		padding-bottom: 20px;
	}
		div.cd div.cd-cover img {
			margin-bottom: 5px;
		}
		div.cd div.cd-cover img.cover {
			width: 200px;
			margin-bottom: 0;
		}
	div.cd div.cd-tracks {
		width: 300px;
		float: left;
		margin-top: 10px;
	}
		div.cd div.cd-tracks ol li {
			list-style-type: decimal;
			margin-left: 15px;
			margin-bottom: 4px;
			padding-left: 8px;
		}
		
.disco-news {
	margin: 70px 40px 0 40px;
	padding: 10px;
	border: 1px dotted #999;
	font-weight: bold;
	/*text-align: center;*/
	line-height: 150%;
}
	.disco-news em {
		color: #a2bf3d;
		font-weight: bold;
		font-size: 18px;
	}
	.disco-news img {
		float: left;
		margin-right: 30px;
	}
		
div.gb-entry {
	margin: 10px 20px 0 20px;
	padding: 5px 20px 20px 15px;
	background: url(images/seperator.png) repeat-x left bottom;
}
	div.gb-entry div.gb-meta {
		display: block;
		width: 150px;
		float: left;
	}
		div.gb-entry div.gb-meta span.date {
			display: block;
			margin-left: -15px;
			margin-bottom: 10px;
		}
			div.gb-entry div.gb-meta span.date span.day {
				display: block;
				float: left;
				width: 46px;
				height: 33px;
				background: url(images/blog_dateday_bg.jpg) no-repeat;
				font-size: 28px;
				font-weight: bold;
				text-align: right;
				margin-right: 6px;
			}
			div.gb-entry div.gb-meta span.date span.monthyear {
				font-weight: bold;
			}
		div.gb-entry span.poster-name, div.gb-entry span.poster-name a {
			color: #a2bf3d;
			font-weight: bold;
			text-decoration: none;
		}
			div.gb-entry span.poster-name a:hover {
				text-decoration: underline;
			}
	div.gb-entry div.gb-message {
		width: 400px;
		float: left;
		font-style: italic;
	}
div.gb-form {
	
}
div.gb-form form {
	margin-top: 5px;
	padding-bottom: 10px;
}
	div.gb-form label {
		display: block;
		font-size: 18px;
	}
	div.gb-form input[type="text"], div.gb-form textarea {
		width: 200px;
		padding: 5px;
		background-color: #665e4f;
		border: 1px solid #242320;
	}
	div.gb-form textarea {
		height: 80px;
	}
	div.gb-form input[type="submit"] {
		background-color : #4b463e;
		color: #0e0d0c;
		border: 2px solid #0e0d0c;
		font-weight: bold;
		padding: 4px;
		font-size: 18px;
		margin: 10px 0;
	}
	div.gb-form input[type="submit"]:hover {
		cursor: pointer;
		border-color: #222;
	}
	.css_form_errormessage {
		color: #f44;
	}
	.css_form_antispamtext {
		padding-bottom: 5px;
	}
	.css_form_antispamcontent_position {
		margin-bottom: 5px;
	}
	.css_form_successmessage {
		color: #4f4;
		font-weight: bold;
		text-align: center;
	}
	.css_navigation_overview {
		text-align: center;
		padding: 10px;
	}
		.css_navigation_overview a {
			display: inline-block;
			padding: 2px 6px;
			margin: 2px;
			font-weight: bold;
			border: 1px solid #242320;
		}
	.css_navigation_char_position {
		text-align: center;
		margin-top: 10px;
	}
		.css_navigation_char_position a {
			background-color: #a2bf3d;
			color: #fff;
			font-weight: bold;
			display: inline-block;
			padding: 2px 10px;
			margin: 2px;
			font-family: Verdana;
			font-size: 18px;
		}
	div.css_form_textfieldspace {
		height: 10px;
	}
		
div#contact-info-wrapper {
	background: url(images/contact_pic.jpg) no-repeat 0 -5px;
	min-height: 557px;
}
div#contact-info {
	padding: 110px 40px 0 40px;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}
div#contact-western-shop {
	padding-top: 30px;
}
	div#contact-western-shop strong {
		color: #a2bf3d;
	}
	
div.sb-widget-content div.ngg-albumoverview {
	width: 200px !important;
}
div.ngg-album-compact {
	height: auto !important;
	min-height: 150px !important;
	width: 150px;
	margin-left: 20px;
}


table#events-list {
	width: 860px;
	margin: auto;
}
	table#events-list th {
		padding-top: 30px;
		padding-bottom: 10px;
		color: #a2bf3d;
		font-size: 24px;
		font-weight: bold;
	}
	table#events-list td {
		vertical-align: top;
		background: url(images/seperator.png) repeat-x left bottom;
		height: 35px;
		padding-top: 5px;
		padding-bottom: 7px;
	}
	table#events-list td.datetime {
		background: url(images/agenda_date_bg.jpg) left bottom no-repeat;
		text-align: right;
		width: 46px;
		padding-right: 5px;
	}
		table#events-list td.datetime span {
			display: block;
			color: #b8b4ac;
		}	
			table#events-list td.datetime span em {
				display: block;
				font-weight: bold;
				color: #e8e4dd;
			}
	table#events-list td.city {
		padding-left: 20px;
		font-weight: bold;
		color: #e8e4dd;
		width: 150px;
	}
	table#events-list td.program {
		padding-left: 20px;
		width: 150px;
	}
	table#events-list td.location {
		padding-left: 20px;
		width: 200px;
	}
	table#events-list td.extra-info {
		padding-left: 20px;
	}
p.agenda-footnote {
	/*color: #000;*/
	padding: 5px;
	margin-top: 0px;
	font-size: 13px;
}
	
ul#upcoming-events_widget {
	font-size: 18px;
}
	ul#upcoming-events_widget li {
		color: #9c978f;
		clear: both;
	}
		ul#upcoming-events_widget li em {
			display: block;
			width: 60px;
			float: left;
			padding-left: 5px;
			font-weight: bold;
		}
		ul#upcoming-events_widget li span {
			display: block;
			width: 100px;
			float: left;
			padding-bottom: 8px;
		}
		
div#order-album-info {
	padding: 20px;
	width: 400px;
	float: left;
}
	div#order-album-info img#order-album-thumb {
		width: 200px;
		float: left;
		margin-right: 30px;
		border: 1px solid #666;
	}
	div#order-album-info p {
		font-size: 20px;
		font-weight: bold;
		color: #ccc;
	}
	div#order-album-info div#order-financ-info {
		font-size: 14px;
		padding: 10px;
		background-color: #595750;
		border: 1px dashed #000;
		margin-top: 5px;
		width: 320px;
	}
		div#order-album-info div#order-financ-info p {
			font-size: 14px;
		}
div#order-intro {
	padding: 0 20px 20px 20px;
	margin-bottom: 30px;
	background: url(images/seperator.png) no-repeat 20px bottom;
}

div#wpcf7-f1-p76-o1 {
	width: 400px;
	float: left;
	padding-top: 20px;
}
	div#wpcf7-f1-p76-o1 label, div#wpcf7-f1-p76-o1 span.wpcf7-quiz-label {
		display: inline-block;
		width: 150px;
		font-size: 18px;
	}
	div#wpcf7-f1-p76-o1 input[type="text"], div#wpcf7-f1-p76-o1 textarea {
		width: 200px;
		padding: 5px;
		background-color: #665e4f;
		border: 1px solid #242320;
	}
	div#wpcf7-f1-p76-o1 input#order-quiz, div#wpcf7-f1-p76-o1 input#order-amount {
		width: 40px;
	}
	div#wpcf7-f1-p76-o1 textarea {
		height: 50px;
		width: 350px;
	}
	div#wpcf7-f1-p76-o1 input[type="submit"] {
		background-color : #4b463e;
		color: #0e0d0c;
		border: 2px solid #0e0d0c;
		font-weight: bold;
		padding: 4px;
		font-size: 18px;
		margin: 10px 0;
	}
	div#wpcf7-f1-p76-o1 input[type="submit"]:hover {
		cursor: pointer;
		border-color: #222;
	}
	span.wpcf7-not-valid-tip-no-ajax {
		color: #f44 !important;
	}
	div.wpcf7-validation-errors {
		background-color: #f44;
		color: #fcc;
		border: 1px solid #f22 !important;
	}
	div.wpcf7-mail-sent-ok {
		background-color: #398F14;
		color: #cceFcc;
		border: 1px solid #228F09 !important;
	}
	
	
	
	
	
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
