/*
Theme Name: Brok Theme
Theme URI: http://www.brok.be/
Description: Op maat ontwikkelde layout voor Brok door Eeuwenaert.
Author: Eeuwenaert
Author URI: http://www.eeuwenaert.be
version: 1.0
Tags: two-column, widget-ready, blank
*/


/* Normalizes margin, padding */
body, div dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, form
{ 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 { 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 border-style and spacing for tables */
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 quotations marks from q */
q:before, q:after { content :'';}

.clear {clear: both;}



/* basics */

html {
  background: #bcb469;
  font-size: 62.5%;
}

body {
  background:#dad8af;
  font-family: "arial", "verdana", "helvetica", sans-serif;
  font-size: 10px;
  margin: 80px 0 0 0;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 1000px;
	margin: 0 auto;
	padding:0;
	background:#fff url('images/container_bg.gif') repeat-y top left;
	color:#333;
	}
	
/* header */

#header {
  	width: 1000px; 
	color: #fff; 
  position: relative;
	}

#header div#header_bar {
  position: absolute;
  margin-top: -54px;
}

#header h1{
	font:normal 20pt "arial", "verdana", "helvetica", sans-serif;
	padding:20px 0 0 16px;
  position: absolute;
  text-indent: -9999px;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt "arial", "verdana", "helvetica", sans-serif;
	color:#333;
	padding: 0 0 0 18px;
  position: absolute;
  text-indent: -9999px;	
	}

/* main menu */


#menu {
	background:#fff481;
	font-family: "arial", "verdana", "helvetica", sans-serif;
	font-size: 1.2em;
	width:1000px;
border-bottom: 5px solid #bcb469; 
float: left;
}


#menu ul {
	margin: 0 0 -5px 220px;
	padding:0;
  float :left;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
  position: relative;
}

#menu ul li a {
	padding: 10px 10px 4px 10px;
  margin: 0 0 0 0;
	color: #000;
	display:block;
  border-bottom: 5px solid #bcb469;
}

#menu ul li a:hover {
  color:#fa3c0a;
  text-decoration: none;
  border-bottom: 5px solid #fa3c0a;
}

li.page_item a {height: 33px;}
li.page-item-2 {width: 55px;}
li.page-item-3 {width: 100px;}
li.page-item-5 {width: 155px;}
li.page-item-7 {width: 190px;}
li.page-item-9 {width: 80px;}
li.page-item-11 {width: 125px;}
li.page-item-13 {width: 60px;}

#menu ul li ul {
  width: 170px;
  margin-left:0;
  position: absolute;
  background:#fff481;
  display: none;
}

#menu ul li:hover ul,
#menu ul li.over ul {
  display: block;
}

#menu ul li ul li.page_item a  {
  width: 150px;
  height: auto;
}


/* breadcrumbs */
p#breadcrumbs {
  color: #bcb469;
  margin-bottom: 15px;
}

p#breadcrumbs a:link, p#breadcrumbs a:visited {
  color: #bcb469;
} 

/* content */


#content {
	float: right;
	width:757px;
	overflow: hidden;
	margin: 5px 14px;
  font-family: "arial", "verdana", "helvetica", sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
	}	

.post {

	}
	
.post h1{
  line-height: 1.2em;
}

.post h2{
	font:normal "arial", "verdana", "helvetica", sans-serif;

	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post h3 {
  padding: 10px 0;
}

.post ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.post ol li {
  margin: 1em;
}

.post ul {
  list-style-type: square;
  padding-left: 20px;
}

.post ul li {
  margin: 1em;
}

.post strong {
  font-weight: bold;
}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:0px 6px 6px 6px;
	margin: 0 0 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	

.alignleft {float:left; margin:0px 0 10px 0;}
.alignright {float:right; margin:0px 0 10px 0; text-align:right;}


/* Nieuwsbrief archieven */
ul#archieven {
  padding-top: 20px;
}

ul#archieven li {
  width: 20%;
  float: left;
}


/* sidebar */

#sidebar {
	font-family: "arial", "verdana", "helvetica", sans-serif;
	width:190px;
	float:left;
  margin-top: -56px;
	}

#sidebar h2{
	font: bold 1.3em "arial", "verdana", "helvetica", sans-serif;
  margin-bottom: 0px;
	color: #bcb469;
  padding-left: 3px;	
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding: 0 0 15px 3px;
	}

#sidebar ul li {
  font-size: 1.3em;
	line-height: 1.5em;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:0 0 12px 0;
  background: url('images/ul_bg.png') no-repeat bottom left;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul li a:first-letter {
  text-transform:uppercase;
}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: "arial", "verdana", "helvetica", sans-serif;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: "arial", "verdana", "helvetica", sans-serif;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: "arial", "verdana", "helvetica", sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:0 0 10px 0;
  font-size: 11px;
  line-height: 1em;
	}

#searchform input#s{
	margin:0;
	padding:2px 3px;
  border: 1px solid #fff;
  border: none;
  color: #aaa;
  font-size: 12px;
  width: 150px;
  height: 15px;
	}

	
	
/* misc */

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

hr {clear: both;}

/* footer */

#footer {
	background:#bcb469;
	clear: both;
	width: 100%;
	}
	
#footer p{width: 1000px; font-size: 1.1em; padding:14px 0; margin: 0 auto; color: #eee; text-align:center;}
#footer a{color: #dad8af; text-decoration: none;}
#footer a:hover{color: #dad8af; text-decoration: underline;}
