/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	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

Edited for: Big Band Beeg, by: Han Smeets

*/

#sidebar {
    display: none;
}

div#translation_bar{
	position: relative;
	top: 0px;
	left: 560px;
	width: 90px;
	height: 30px;
}

div#translation_bar img {
	margin-right: 3px;
}

div#translation_bar a, div#translation_bar a:visited {
	color: #ffffff;
}


* { margin: 0; padding: 0; background-color: transparent; }

body {
	margin: 0;
	padding: 0; 
	color: #444444;
	font-size: 12px;
	text-align: center;
	font-family: verdana, arial;
	background: #444444; 

}

p, h1, h2, h3, h4, h5, h6, h7, span, li {
	color: #444444;
}

form {
	margin: 0px; padding: 0px;
}

hr {
	display: none;
}

div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
}

span.bbbrood {
	color: #8f0000;
}
span.rood {
	color: #ff0000;
}

.hoogtefix {
	padding-bottom: 250px;
}

.entry img {
max-width: 650px;
height: auto;
}

div#bbb-container {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	text-align: center;
}

div#bbb-header {
	height: 238px;
	background: #888888 url(/includes/img/layout/header.png) top left no-repeat;
}

div#bbb-main {
	position: relative;
	width: 700px;
	border: 0;
	margin: 0;
    padding: 0;
	background: #ffffff;
	text-align: center;
}

div#bbb-content {
	padding: 0;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 640px;
	text-align: left;
}

#bbb-content p {
	width: 100%;
	text-align: justify;
	line-height: 140%;
	margin-bottom: 20px;
}

#bbb-content p.blok {
	background-color: #e9e9e9;
	padding: 5px 0px;
}

#bbb-content h1 {
	display: none;
}

#bbb-content h2 {
	font-size: 1.2em;
	color: #8f0000;
	margin: 5px 0px;
}

#bbb-content a,
#bbb-content a:link,
#bbb-content a:active,
#bbb-content a:visited {
	color: #8f0000;
	text-decoration: none;
}
#bbb-content a:hover {
	text-decoration: underline;
}

/*
#bbb-content ul {
	list-style: square inside;
	line-height: 140%;
	margin-bottom: 20px;
}
*/

#videoplayer, #audioplayer, #audioplayer1, #audioplayer2 {
	text-align: center;
}


#bbb-content h2.ledencategorie,
#bbb-content h2.categorie {
	border-bottom: 2px solid #8f0000;
}

#bbb-content div.cel {
	float: left;
	width: 120px;
	margin: 3px;
}

#bbb-content div.cel p {
/*	background-color: #e9e9e9;*/
	text-align: center;
}



#bbb-content a.voorpagina-nieuws,
#bbb-content a.voorpagina-nieuws:link,
#bbb-content a.voorpagina-nieuws:active,
#bbb-content a.voorpagina-nieuws:visited {
	background: #BF0000;
	padding: 10px 5px;
	font-weight: bold;
	color: #ffffff;
	line-height: 27px;
	border: 2px solid #ff0000;
	font-style: italic;
}

#bbb-content a.voorpagina-nieuws:hover {
	background: #FF0000;
}

div#vlaggen {
	position: absolute;
	top: 0px;
	left: 630px;
	width: 50px;
	height: 20px;
}

div.voorpagina-nieuws {
	background: #8f0000;
	padding: 10px 5px;
	border: 2px solid #ff0000;
	margin-bottom: 20px;
}

div.voorpagina-nieuws .poster {
	float: right;
	width: 170px;
}

div.voorpagina-nieuws .nieuws {
	float: left;
	width: 430px;
}

div.voorpagina-nieuws p {
	color: #ffffff;
}

div.voorpagina-nieuws .nieuws li {
	color: #ffffff;
}

#bbb-content div.voorpagina-nieuws a,
#bbb-content div.voorpagina-nieuws a:link,
#bbb-content div.voorpagina-nieuws a:active,
#bbb-content div.voorpagina-nieuws a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

#bbb-content div.voorpagina-nieuws a:hover {
	color: #ffffff;
	text-decoration: underline;
}


#contact-form .links,
#gastenboek-form .links,
#login-form .links {
	display: inline;
	float:left;
	padding: 0;
	margin: 0;
 	width: 120px;
	text-align: left;
}

#contact-form .links p,
#gastenboek-form .links p,
#login-form .links p {
	width: 100%;
	text-align: right;
	font-style: italic;
	padding: 0;
	margin: 0;
}

#contact-form .rechts,
#gastenboek-form .rechts,
#login-form .rechts {
	display: inline;
	float: left;
	padding: 3px 0 5px 5px;
	margin: 0 0 0 10px;
	width: 360px;
	text-align: left;
	border-left: 2px solid #8f0000;
	background: #dddddd;
}



#contact-form input,
#contact-form textarea,
#gastenboek-form input,
#gastenboek-form textarea,
#comment-form input, 
#login-form input {
	color: #8f0000;
	font-size: 12px;
	font-family: verdana, arial;
	background-color: #ffffff;
	border: 1px solid #8f0000;
	padding: 1px;
}

#contact-form input.knop,
#gastenboek-form input.knop,
#comment-form input.knop,
#login-form input.knop {
	color: #8f0000;
	border: 1px solid #8f0000;
	cursor: pointer;
	margin-top: 10px;
}

#contact-form input.knop-over,
#gastenboek-form input.knop-over,
#comment-form input.knop-over,
#login-form input.knop-over {
	color: #8f0000;
	border: 1px solid #8f0000;
	cursor: pointer;
	background-color: #bbbbbb;
	margin-top: 10px;
}






div#fotogallery {
	width: 635px;
}

div.fotocel {
	float: left;
	width: 200px;
	margin: 3px;
}


div#gastenboek {
	width: 100%;
	text-align: center;
}

div.gastenboekpost {
	margin: 0 auto;
	width: 75%;
	background: #e9e9e9;
	border-left: 2px solid #8f0000;
	margin-bottom: 20px;
	padding: 10px 5px;
}



#paginanavigatie p {
	width: 635px;
	text-align: center;
	margin-top: 20px;
}

#paginanavigatie p.serie {
	width: 635px;
	text-align: left;
	margin-top: 0;
}

#albumfoto {
	width: 635px;
	padding-left: 5px;
	text-align: center;
}

#paginanavigatie .navigatie A,
#paginanavigatie .navigatie A:link,
#paginanavigatie .navigatie A:visited,
#paginanavigatie .navigatie A:active {
	color: #8f0000;
	background-color: #ffffff;
    border: 1px solid #8f0000;
	margin: 0px;
	padding: 1px 4px;

	text-decoration: none;
}
#paginanavigatie .navigatie A:hover {
	color: #8f0000;
	background-color: #bbbbbb;
    border: 1px solid #8f0000;
	margin: 0px;
	padding: 1px 4px;

	text-decoration: none;
}

#paginanavigatie .navigatieactief,
#paginanavigatie .navigatieinfo {
	color: #8f0000;
	background-color: #dddddd;
    border: 1px solid #8f0000;
	margin: 0px;
	padding: 1px 4px;
	font-weight: bold;
	text-decoration: none;
}
#paginanavigatie .navigatieactief {
   border: 2px solid #8f0000;
}




#paginanavigatie input.knop {
	color: #8f0000;
	font-size: 12px;
	font-family: verdana, arial;
	border: 1px solid #8f0000;
	cursor: pointer;
	background-color: #ffffff;
}

#paginanavigatie input.knop-over {
	color: #8f0000;
	font-size: 12px;
	font-family: verdana, arial;
	border: 1px solid #8f0000;
	cursor: pointer;
	background-color: #bbbbbb;
}


img.flyer {
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #8f0000;
}



#bbb-navbarcontainer {
	position: relative;
	left: 160px;
	top: 179px;
	width: 540px;

	float: left;
}

#bbb-navbar {

	list-style: none;

	}


#bbb-navbar li, #bbb-navbar a, #bbb-navbar span, #bbb-navbar strong {
	float: left;
	display: block;
	}
#bbb-navbar li {		
	margin-right: 2px;		
	}
/* normal */
#bbb-navbar li a {
	color: #FFFFFF;
	letter-spacing: -1px;
	font-weight: normal;
	text-decoration: none;				
	border: none;
	line-height: 27px;
	}	
#bbb-navbar li a span strong { padding: 0 8px; }

#bbb-navbar li a span strong { color: #ffffff; }


/* hover */
#bbb-navbar li a:hover { background: #e9e9e9; cursor: pointer; }	
#bbb-navbar li a:hover span { background: url(/includes/img/layout/nav-hov-lft.gif) no-repeat 0% 0%; }
#bbb-navbar li a:hover span strong { background: url(/includes/img/layout/nav-hov-rt.gif) no-repeat 100% 0%;  }

#bbb-navbar li a:hover span strong { color: #444444; }
/* current */
#bbb-navbar li a#current {
	color: #444444;
	background: #ffffff;
	}
#bbb-navbar li a#current span { background: url(/includes/img/layout/nav-curr-lft.gif) no-repeat 0% 0%; }
#bbb-navbar li a#current span strong { background: url(/includes/img/layout/nav-curr-rt.gif) no-repeat 100% 0%;  }

#bbb-navbar li a#current span strong { color: #444444; }





.even, .alt {

	border-left: 1px solid #ddd;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


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;
	}


html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}



#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }



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;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

.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 {
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
