@charset "utf-8";
/* 
Theme name: LDDD Basic 
Theme URI: http://www.elvn.be
Description: Basic lay-out for LDD Dilbeek 
Version: 1.0
Author: Bram Van den Bosch
Author URI: http://www.elvn.be
Tags: Wim Wauters, LDD, Basic
*/

/* CSS Reset */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Wordpress */
.aligncenter,
div.aligncenter {
   display: block;
   margin: 6px auto 6px auto;
}

.alignleft {
   float: left;
   margin: 2px 6px 2px 0px;
}

.alignright {
   float: right;
   margin: 2px 0px 2px 6px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}


/* Background */
html {
	background: #CCC url(images/Background.jpg) scroll repeat-x;
}

/* Container */
body {
	width: 970px;
	margin: 0px auto;
	background: url(images/BodyBack.png) repeat-y;
}

/* Header */
#header {
	background: url(images/Header.jpg) no-repeat;
	height: 250px;
	position:relative;
}
h1 {
	position: absolute;
	left: -9999px;
}
	/* Header Navigation */
	#header-nav {
		position:absolute;
		top:220px;
		left: 715px;
	}
	#header-nav li {
		display:inline;
		list-style-type:none;
		margin-left:4px;
		margin-right:4px;
	}
	#header-nav li a {
		color:#67C3E8;
		font-family:Arial,Helvetica,sans-serif;
		font-size:0.96em;
		text-decoration:none;
	}
	#header-nav li a:hover {
		border-bottom:1px solid #CCCCCC;
	}
	
/* 3 Columns */
#left {
	width: 142px;
	float: left;
}
#right {
	width: 200px;
	float: left;
}
#content {
	width: 598px; /*598 + 15 + 15 = 628*/
	float: left;
	padding: 20px 15px;
}

/* Footer */
#footer{
	clear: both;
	background: #333333;
	color: #CCC;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 5px 0px 15px 0px;
}
#footer a {
		color:#67C3E8;
		text-decoration:none;
}
#footer a:hover {
		border-bottom:1px solid #CCCCCC;
}
#footer .statcounter {
	margin-left: 104px; /*160px;*/ /* Edit when online*/
}
#footer .copy {
	margin-left: 146px;
}

/* Navigation */
#navigation li a {
	color:#EB8926;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.06em;
	margin-right:10px;
	text-align:right;
	text-decoration:none;
}
#navigation li .subnav {
	color:#666666;
	font-size:0.96em;
	padding-left:12px;
}
#navigation li a:hover {
	color:#65C5EB;
}

/* Sidebars */
#right, #left {
	margin-top: 20px;
}

/* Content styling */
#content h2{
	color:#333333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
}
	/* Posts */
	.postSnippet {
		margin: 30px 0px;
		color:#333333;
		font-family:Verdana, Geneva, sans-serif;
		font-size:16px;
	}
	.postSnippet h3{
		border-bottom:1px solid #666666;
		margin-bottom: 6px;
		padding-bottom: 4px;
	}
	.postSnippet h3 a{
		color:#666666;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:19px;
		text-transform: uppercase;
		text-decoration: none;
	}
	.postSnippet h3 a:hover{
		color:#999999;
	}
	#content .postSnippet h2 {
		border-bottom:1px solid #666666;
		margin-bottom: 6px;
		padding-bottom: 4px;
		color:#666666;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:19px;
		text-transform: uppercase;
	}
	.postSnippet p, .postSnippet address{
		color:#333333;
		font-family:Verdana, Geneva, sans-serif;
		font-size:16px;
		margin-bottom:12px;
		margin-top:12px;

	}
	.postSnippet strong {
		font-weight: bold;		
	}
	.postSnippet em {
		text-style: italic;		
	}
	.postSnippet li{
		color:#333333;
		font-family:Verdana, Geneva, sans-serif;
		font-size:16px;
		margin-bottom:3px;
		margin-top:3px;
		line-height: 18px;
		letter-spacing: 0.1px;
	}
	.postSnippet ol{
		margin-left: 30px;
		list-style-type: decimal;
		list-style-position: inside;
	}
	.postSnippet ul{
		margin-left: 30px;
		list-style-type: square;
		list-style-position: inside;
	}
	.postSnippet a{
		color: #F90;
		text-decoration: underline;	
	}
	.postSnippet a:hover{
		color: #333;
	}
	.postSnippet small{
		color:#67C3E8;
		font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
	}
	.postSnippet h4{
		margin-bottom: 6px;
		color:#666666;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:18px;;
		text-decoration: none;
		font-weight: bold;
	}
	.postSnippet h5{
		margin-bottom: 6px;
		color:#666666;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:17px;;
		text-decoration: none;
		font-weight: bold;
	}
	.postSnippet h6{
		margin-bottom: 6px;
		color:#666666;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;;
		text-decoration: none;
		font-weight: bold;
	}
	.postSnippet .block {
		display: block;
		min-height: 250px;
	}
	.postSnippet blockquote {
		margin-left: 14px;
		color:#666;
		font-style: italic;
	}
		/* Bron */
		#bron {
			color:#666666;
			font-family:Verdana, Geneva, sans-serif;
			font-size:14px;
			margin: 4px 0px 10px 0px;
		}
		/* Post Meta Data */
		.postMetaData {
			margin-left: 20px;
		}
		.postMetaData p{
			color:#666666;
			font-family:Verdana, Geneva, sans-serif;
			font-size:13px;
			margin-bottom:2px;
			margin-top:2px;
			line-height: 15px;
			letter-spacing: 0.1px;
		}
		.postMetaData a{
			color: #67C3E8;
			text-decoration: none;	
		}
		.postMetaData a:hover{
			color: #67C3E8;
			text-decoration: underline;	
		}

	/* Pagination */
	.wp-pagenavi {
		font-family:Verdana, Geneva, sans-serif;
		font-size:13px;
		line-height: 15px;
		text-align: right;	
	}
	.pages {
		float: left;
		color:#666666;
	}
	.wp-pagenavi a, .current {
		padding: 2px 4px 2px 4px;
		border: 1px solid #555;
	}
	.wp-pagenavi a, .current, .extend {
		margin: 2px;
	}
	.wp-pagenavi a {
		color: #555;
	}
	.wp-pagenavi a:hover {
		color: #111;
		border: 1px solid #111;
	}
	.current {
		color: #111;
	}
	
	/* Add to anny shar/save */
	.postMetaData .a2a {
		position: relative;
		height: 17px;
	}
	.postMetaData .addtoany_list {
		position: absolute;
		left: -9px;
	}
	.postMetaData .addtoany_subscribe {
		position: absolute;
		left: 126px;
		top: 10px;
	}/*
	
	/* Previous Next Posts*/
	#preNext {
		margin-top: 16px;
	}
	
	/* Comments */
	#comments h3 {
		color:#555555;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:20px;
		margin-bottom: 4px;
	}
	#comments p {
		color:#777777;
		font-family:Verdana,Geneva,sans-serif;
		font-size:14px;
		margin: 6px 0px;
	}
	#comments cite {
		color: #777777;
		font-family:Verdana,Geneva,sans-serif;
		font-size:11px;
		margin: 6px 0px;
	}
	#comments .says {
		color:#777777;
		font-family:Verdana,Geneva,sans-serif;
		font-size:11px;
		margin: 6px 0px;
		display: block;
	}
	/* Sitemap */
	#content .ddsg-wrapper h2 {
		margin: 6px 0px;
		color:#666666;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:18px;;
		text-decoration: none;
		font-weight: normal;
		border-bottom: none;
		text-transform:none;
	}
/* Sidebar */
.sidebar {
	margin-left: 6px;
	/*overflow:hidden;*/	
	font-family:Verdana,Geneva,sans-serif;
	color:#666666;
	font-size:14px;;
	line-height: 15px;
}
.sidebar a{
	color:#666666;	
}
.sidebar a:hover{
	color:#67C3E8;
	text-decoration:underline;
}
#left .sidebar  {
	margin-top: 30px;
}
.sidebar li {
	margin-bottom: 12px;
}
.sidebar h2 {
	margin: 0px 0px 6px 0px;
	color: #09F;
	font-family:Verdana,Geneva,sans-serif;
	font-size:16px;;
}
.sidebar li ul li, .sidebar .textwidget {
	margin-bottom: 2px;
	color:#666666;
	font-family:Verdana,Geneva,sans-serif;
	font-size:14px;;
	line-height: 15px;
	margin-left: 6px;
}
.sidebar li ul li a{
	margin-bottom: 2px;
	color:#666666;
	font-family:Verdana,Geneva,sans-serif;
	font-size:14px;;
	line-height: 15px;
}
.sidebar li ul li a:hover{
	color:#67C3E8;
	text-decoration:underline;
}
/* Simple image widget*/
.simpleimage img{
	padding: 2px;
}
.simpleimage img:hover{
	background: #333;
}
.sidebar li .simpleimage{
	margin-bottom: 0px;
	margin-top: -8px;
	line-height: 0px;
}
/* Posts calendar */
.sidebar .calnk a{
	color:#F90;
}
.sidebar #calendar_wrap table{	
}
.sidebar #calendar_wrap table a{
	color:#67C3E8;	
}
.sidebar #calendar_wrap table a:hover{
	color:#67C3E8;
	text-decoration:underline;	
}
#right .sidebar #calendar_wrap th {
	color: #333;
	padding: 1px 3px;
	text-align: center;
}
#left .sidebar #calendar_wrap th {
	color: #333;
	padding: 1px 2px;
	text-align: center;
}
#right .sidebar #calendar_wrap td {
	padding: 1px 3px;
	text-align: center;
}
#left .sidebar #calendar_wrap td {
	padding: 1px 2px;
	text-align: center;
}
#right .sidebar #calendar_wrap caption {
	text-align: center;
	width:165px;
	color: #333;
	font-size: 15.5px;
	margin-bottom: 3px;
}
#left .sidebar #calendar_wrap caption {
	text-align: center;
	width:135px;
	color: #333;
	font-size: 15.5px;
	margin-bottom: 3px;
}
.sidebar .wp-polls {
	margin-left: -10px;
}

/* Calendar */
.calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
}
.calnk a {
        text-decoration:none; 
		color:#000000; 
}
.calnk a span { 
        display:none; 
}
.calnk a:hover span {
        color:#222222; 
        background:#999999; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
		border: #222222 1px solid;
}
     .calendar-table {
        border:none;
        width:100%;
     }
     .calendar-heading {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        text-align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }