@charset "utf-8";
/*==========================================================
Version:    Beta 
Author:    	WdeB
Owner:		Bread&Pepper
===========================================================*/




/*==========================================================
		00 - GLOBAL RESET				
===========================================================*/
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

.clear{
	clear: both;
}

body, html{
	height: 100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #000308 url(../img/bg-body.jpg) repeat-x fixed center top;
}

/*========================
01 - Main Elements
==========================*/
		
		
#container{
	width: 980px;
	margin: 0 auto;
}		
		
#header{
	height: 110px;
	background: url(../img/bg_header.png) no-repeat center center;
	position: relative;
}		
		
#wrapper{
	padding: 0 10px;
	background: url(../img/bg-wrapper.png) repeat-y;
}

#nav{
	background: url(../img/bg-nav.png) no-repeat;
	height: 45px;
}		
		
#content-container{
	overflow: auto;
}

#main-content{
	width: 620px;
	float: left;
	padding: 30px 10px;
	min-height: 400px;
	background: url(../img/bg-main.png) no-repeat right top;
	position: relative;
}		

#sidebar{
	float: right;
	width: 300px;
	padding: 30px 10px;
	min-height: 400px;
	background: url(../img/bg-sidebar.png) no-repeat left top;
}

#footer{
	background: url(../img/bg-footer.png) no-repeat center top;
	padding: 15px 10px;
}		
		
		
		
/*========================
02 - typo
==========================*/
a{
	outline: none;
	text-decoration: none;
	color: #3f8bc9;
}

a:hover{
	color: #010409;
}

a.more{
	font-size: 13px;
	font-weight: bold;
}

.button{
	width: 140px;
	padding: 5px 10px;
	display: block;
	background-color: #3b84c1;
	text-align: center;
	color: #c4e7fe;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
	border-top: 1px solid #84acfd;
	border-left: 1px solid #84acfd;
	border-bottom: 1px solid #4f6595;
	border-right: 1px solid #4f6595;
}

a.button:hover{
	background-color: #4296de;
	color: #fff;
}

p{
	font-size: 13px;
	color: #444;
	line-height: 17px;
	margin: 0 0 11px;
}

p.crumb{
	font-size: 10px;
	margin: 0;
	position: absolute;
	top: 5px;
}

blockquote{
    margin: 10px 10px 10px 50px;
}

table{
    font-size: 13px;
	color: #444;
	line-height: 17px;
	margin: 0;
	border: 1px solid #fff;
}

table#order {
    border: none;
}

table#order tr {
    border: none;
}

table#order td{
    border: none;
    padding: 0;
}

table tr{
    border-bottom: 1px solid #fff;
}

table td{
    min-width:40px;
    min-height: 20px;
    border-right: 1px solid #fff;
    padding: 5px;
}

table#order tr.order-unit td{
    padding: 5px;
}


h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}		

h2{
	padding: 0 0 7px;
	background: url(../img/heading-border.png) no-repeat right bottom;
	text-transform: uppercase;
	color: #838383;
	letter-spacing: 1px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 0 10px;
}

h3{
	font-size: 24px;
	margin-bottom: 8px;
}		

#content-container h1{
	margin-bottom: 0.2em;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
}
#content-container h3{
	font-size: 1.6em;
	margin-bottom: 0.2em;
}
#content-container h4{
	font-size: 1.4em;
	margin-bottom: 0.2em;
}
#content-container h5{
	font-size: 1.2em;
	margin-bottom: 0.2em;
}
#content-container h6{
	font-size: 1.0em;
	margin-bottom: 0.2em;
}

#main-content ul li, #sidebar ul li{
	list-style-position: outside;
	list-style-type: disc;
	margin:  0 0 0 20px;
	font-size: 13px;
	color: #444;
	line-height: 17px;

}

#main-content ol li, #sidebar ol li{
	list-style-position: outside;
	list-style-type: decimal;
	margin:  0 0 0 30px;
	font-size: 13px;
	color: #444;
	line-height: 17px;

}		

/*========================
03 - header
==========================*/

#header h1{
	width: 167px;
	height: 86px;
	position: absolute;
	top: 13px;
	left: 10px;
}

#header h1 a{
	background-image: url(../img/bil-logo.png);
	width: 167px;
	height: 86px;
	display: block;
	text-indent: -9999px;
}	

#header h1 a:hover{
	background-position: center bottom;
}	
		
/*========================
04 - nav
==========================*/

#nav ul{
	
}

ul#topnav{
	border-left: 1px solid #88a6d3;
	height: 44px;
	margin: 0 10px;
	border-bottom: 1px solid #fff;
}
		
#nav ul li{
	height: 44px;
	float: left;
	border-right: 1px solid #88a6d3;
	position: relative;
}		

#nav ul li a{
	line-height: 48px;
	padding: 0 15px;
	display: block;
	color: #ebebeb;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}		
		
#nav ul li:hover a{
	color: #25588c;
}

#nav ul li:hover{
	background: #ebebeb url(../img/bg-nav-active.png) repeat-x left top;
}

#nav ul li.selected a{
	color: #25588c;
	height: 45px;
	background: #ebebeb url(../img/bg-nav-active.png) repeat-x left top;
}

#nav ul li.ancestor a{
	color: #25588c;
	height: 45px;
	background: #ebebeb url(../img/bg-nav-active.png) repeat-x left top;
}

				

#nav ul li ul{
	display: none;
	top: 44px;
	left: -1px;
	position: absolute;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	background-color: #f3f3f3;
	z-index: 100;
	min-width: 190px;
}		

#nav ul li ul li{
	float: none;
	border-right: none;
	height: 28px;
	width: inherit;
	overflow: hidden;
}		


#nav ul li ul li ul{
	display: none;
}

#nav ul li ul li a{
	height: 28px;
	line-height: 28px;
	text-transform: capitalize;
	color: #25588c;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #dadada;
	font-size: 12px;
	letter-spacing: 0;
	width: inherit;
	
}		
		
#nav ul li ul li a:hover{
	color: #010409;
}		
		
		
/*========================
05 - news item
==========================*/

.news-item{
	padding: 20px 10px 40px;
	background: url(../img/bottom-border.png) repeat-x center bottom;
	min-height: 120px;
}

.news-item a.more{
	margin: 0;
	display: block;
	clear: both;
}

ul.archive{
	margin: 0 0 40px;
}

#sidebar ul.archive li{
	padding: 5px;
	border-bottom: 1px solid #fff;
	text-transform: capitalize;
	list-style-type: none;
	margin: 0;
	overflow: auto;
}

p.date{
	font-size: 11px;
	color: #777;
}

.news-item img{
	padding: 1px;
	background-color: #fff;
}

img.small_left{
	float: left;
	margin: 5px 10px 5px 0;
	width: 120px;
}

img.medium_left{
	float: left;
	margin: 5px 10px 5px 0;
	width: 160px;
}

img.large_left{
	float: left;
	margin: 5px 10px 5px 0;
	width: 360px;
}

img.small_right{
	float: right;
	margin: 5px 0 5px 10px;
	width: 120px;
}

img.medium_right{
	float: right;
	margin: 5px 0 5px 10px;
	width: 160px;
}

img.large_right{
	float: right;
	margin: 5px 0 5px 10px;
	width: 360px;
}

img.full{
	width: 608px;
	margin: 0 0 10px;
}

/*========================
06 - Photo
==========================*/

#full-content{
	background-color: #ebebeb;
	padding: 20px 10px;
	overflow: auto;
	min-height: 500px;
}

.album{
	margin: 20px 9px 0;
	float: left;
	background-color: #d5d5d5;
	padding: 5px;
	width: 160px;
	height: 196px;

}

.album:hover{
	background-color: #bebebe;
}

.album p{
	text-align: center;
	clear: both;
	height: 36px;
	overflow: hidden;
	margin: 0;
}

.album p a{
	width: 160px;
	display: block;
	height: 32px;
	padding: 4px 0 0;
}

.album img{
	float: left;
	height: 80px;
	width: 80px;
	background-color: #f3f3f3;
}

ul.photo-gallery{
	margin: 10px 0 0 ;
}
		
ul.photo-gallery li{
	float: left;
	padding: 0 7px;
	height: 170px;
	list-style-type: none;
	margin: 0;
}

ul.photo-gallery li:hover{
	padding: 0 6px;
}	

ul.photo-gallery li img{
	width: 120px;
}	

ul.photo-gallery li:hover img{
	width: 122px;
}		
		
/*========================
07 - Activity
==========================*/

.activity{
	padding: 20px 10px 30px;
	margin: 0 0 10px;
	background: url(../img/bottom-border.png) repeat-x center bottom;
	overflow: auto;
}

#main-content li.activity{
	list-style-type: none;
	margin: 0;
}

.activity-box{
	padding: 20px;
	margin: 0 0 20px;
	border: 2px solid #fff;
	background-color: #d7d7d7;
	font-weight: bold;

}

#sidebar ul.agenda-list li{
	border-bottom: 1px solid #ccc;
	padding: 5px;
	list-style-type: none;
	margin: 0;
}

.agenda-list li span{
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 5px;
	color: #555;
}

.agenda-list li a{
	text-transform: uppercase;
	font-size: 15px;
}

/*========================
08 - Boeken/uitreksels
==========================*/

#content-container #order{
	width: 618px;
	margin: 0 0 50px;
	border none
}

#order h3{
	margin: 20px 0 0 ;
	border-bottom: 1px solid;
	
}


#order h4{
	padding: 10px 5px 5px;
	background: #dadada url(../img/bottom-border.png) repeat-x center bottom;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	text-transform: uppercase;
}


.order-unit td{
	padding: 5px;
	background: url(../img/bottom-border.png) repeat-x center bottom;
}

td.price{
	font-size: 10px;
	width: 60px;
	text-align: right;
	color: #757575;
}

td.member{
	font-weight: bold;
	color: #444;
	font-size: 11px;
}

td{
	vertical-align: top;
}

td label{
	font-weight: bold;
}

td input{
	margin: 3px 0 0 10px;
}

td span{
	font-size: 11px;
	font-style: italic;
	color: #888;
	font-weight: normal;
}

/*========================
09 - forms
==========================*/

label{
	font-size: 13px;
	color: #444;
	line-height: 17px;
}

form p, form div{
	padding: 5px;
	border-bottom: 1px solid #fff;
	margin: 4px 0;
}

form p label, form div label{
	float: left;
	display: block;
	padding: 4px 0 0 ;
	width: 120px;
	font-weight: bold;
}

input[type=text], textarea{
	padding: 5px;
	width: 300px;
	border: 1px inset #ccc;
	font-size: 14px;
}

textarea{
	height: 5em;
}

input[type=checkbox]{
	margin: 5px 0 8px;
}

input.button{
	margin: 0 0 50px 120px;
	width: 200px;
}

input.button:hover{
	background-color: #4296de;
	color: #fff;
	cursor: pointer;
}

.errorlist li{
	font-size: 10px;
	font-weight: bold;
	color: #780c13;
	padding: 3px;
	background-color: #ff7f9c;
	float: right;
	margin: 5px 54px 8px 0;
}

.errorlist li:before{
	content: "< ";
}

.hidden{
	display: none;
}

/*========================
10 - home page
==========================*/
		
.sidebar-block{
	margin: 0 0 30px;
	clear: both;
	overflow: auto;
}		

.home-album{
	height: 150px;
}
		
#sidebar ul.home-album li{
	float: left;
	list-style-type: none;
	margin: 0;
}		
		
.home-album li img{
	width: 75px;
}		

		
#footer p{
	font-size: 11px;
	color: #333;
}		

#footer p span{
	float: right;
}		

#footer a{
	color: #444;
}

#footer a:hover{
	color: #265a8e;
}		
		
.sidebar-block img.right{
	float: right;
}	
		
.sidebar-block img.left{
	float: left;
}		

.help_text {
    color: #777;
    border: 0;
    font-size: 11px;
    margin-left: 120px;
}
		
		
		
		
		
		
