/*  
Design by Vanenzo
info@vanenzo.be

Name: tempWakkerzeel
Date Released: 10.03.2009
*/

/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #454545 url('img/body.jpg');
	font: normal 13px Verdana, sans-serif;
	color: #3d3d3d;
	padding-bottom: O;
}

a {color: #556677;}

a:hover {color: #556677;}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 16px Bembo, Bodoni, Century, Times;}

h2 {font: normal 14px Bembo, Bodoni, Century, Times;}

h3 {font: bold 12px Bembo, Bodoni, Century, Times;}

ul,ol {margin: 0 0 1em 1.6em;}

ul ul, ol ol {margin: 0.3em 0 0.3em 1em;}


img {border: none;}

img.left {margin-right: 1em;}

img.right {margin-left: 1em;}

/* ----------------------------------------
  Formulieren
------------------------------------------- */

/* Zoekinput */
input#s, textarea, input.styled {
	border: 1px solid #9fa5aa;
	padding: 3px;
	width: 160px;
	font: normal 14px Bembo, Bodoni, Century, Times;
}

textarea {width: 440px;}

#searchsubmit {
	border: 1px solid #9fa5aa;
	background: #9fa5aa;
	font: normal 12px Bembo, Bodoni, Century, Times;
	padding: 2px 3px;
}


/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	margin: 0px auto 0;
	width: 780px;	
}
#layout_container {
	background: #ffffff;;
	padding: 0 5px;
}

#layout_edgetop {
    background: url('img/layout_edgetop.gif') no-repeat left top;
	display: block;
	height: 8px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {
	background: url('img/layout_edgebottom.gif') no-repeat left bottom;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}

/* Site Title */
#site_title {
	padding: 0 18px;
}

#site_title h1 {
	font: normal 22px sans-serif;
	letter-spacing: -1px;
}

#site_title h1,#site_title h1 a {color: #ffffff;}

#site_title h1 a {text-decoration: none;}

#site_title h1 a:hover {color: #b3bbc1;}


/* Navigation */
#navigation {
	background: url('img/title.jpg') no-repeat left top;
	padding: 150px 18px 0;
}

/* Linken top - Tabs */
#tabs ul {
	margin: 0;
	padding: 0;
}

#tabs li {
	display:inline;
	list-style:none;
}

#tabs a {
	background: url('img/tableft.gif') no-repeat left top;
	float: left;
        font: bold 12px Helvetica, georgia, century;
	margin-right: 3px;
	padding-left: 4px;
	text-decoration: none;
}

#tabs a span {
	float: left;
	display: block;
	background: url('img/tabright.gif') no-repeat right top;
	padding: 5px 10px 5px 6px;
	color: #454545;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float: none;}
/* End IE5-Mac hack */

#tabs a:hover span {color: #b3bbc1;}

#tabs a:hover {background-position: 0% -42px;}

#tabs a:hover span {
	background-position:100% -42px;
	color: #b3bbc1;
}

#tabs li.current_page_item a {background-position: 0% -42px;}

#tabs li.current_page_item a span {background-position:100% -42px;}

/* Main Layout */
#main_left {width: 545px;}

#main_right {width: 220px;}

/* Footer */
#footer {
	background: #A3B5C1 url('img/footer.gif') no-repeat left top;
	padding: 8px 12px 2px;
	font: normal 12px Helvetica, georgia, century;
	color: #ffffff;
}

/* ----------------------------------------
   Andere tags
------------------------------------------- */

/* Text */
.bold {font-weight: bold;}

.tright {text-align: right;}

.tcenter {text-align: center;}

/* Floats */
.left {float: left;}

.right {float: right;}

/* Clear */
.clear,.clearer {clear: both;}

.clearer,.spacer {
	display: block;
	font-size: 0;
	line-height: 0;
}


/* ----------------------------------------
   Volle tekst posts
------------------------------------------- */

.post {
	margin-bottom: 5px;
	color: #454545;
}

.post_title {
	background: #d8dde1 url('img/post/title.gif') no-repeat left top;
	padding: 6px 12px 5px;
}

.post_title h1 {font: bold 12px Helvetica, georgia, century;}

.post_title h1.left {width: 380px;}

.post_title h2 {font: bold 11px Helvetica, georgia, century;}

.post_metadata {
	margin-top: 5px;
	padding: 0 5px;
	background: #e8e8e8;
}

.post_metadata .content {
	border-top: 1px solid #d8dde1;
	padding: 8px 5px 6px;
	font-size: 0.8em;
	color: #666;
}

.post_metadata .content a {color: #556677;}

.post_metadata .content a:hover {color: #454545;}

.post_body {
	background: #e8e8e8 url('img/post/body.gif') repeat-x;
	padding: 10px 10px 1px;
}
/* controle !!!!!!!!!!!!!!!!! bovenstaande maakt lijntjes onder de main */

.post_bottom {
	background: url('img/post/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}
.post_search_text {
	font-size: 0.85em;
	padding: 2px 0;
}


/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box {margin-bottom: 5px;}

.box_title {
	background: #b3bbc1 url('img/box/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font: bold 12px Helvetica, georgia, century;
	color: #454545;
}

.box_body {
	background: #c3ccd3 url('img/box/body.gif') repeat-x left top;
	padding: 8px 10px 1px;
	font: normal 14px Bembo, Bodoni, Century, Times;
}
.box_bottom {
	background: url('img/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	line-height: 0;
}

.box ul {
	margin-left: 0;
	border-bottom: 1px solid #556677;
}

.box li:first-child {border-top: none;}

.box ul li {
	list-style: none;
	padding: 4px;
	border-top: 1px solid #556677;
	border-bottom: 1px solid #D0D8DE;
}
.box ul a {text-decoration: none;}

.box ul a:hover {text-decoration: underline;}


/* ----------------------------------------
   Lijsten
------------------------------------------- */

.nicelist {
	padding: 1px 0 0;
}

.nicelist ol {margin: 0;}

.lnicelist ol li  {
	list-style: none;
	padding: 8px 10px 1px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}


/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5 {height: 5px;}

.p5 {padding: 5px;}

.p10 {padding: 10px;}
