/* 
Theme Name: Nabbnet 2.0.3
Description: A theme for NABB (losely based on structure by Justin Tadlock)
Version: v2.0.3
Author: Ronald van Weerd
Author URI: http://www.simplr.nl
*/
body { 
	color: #666;
	background: #555;
	font: 75% Verdana, "Trebuchet MS", Arial, Tahoma, "Lucida Sans Unicode", sans-serif;
	text-align: justify;
	padding: 0;
	margin: 0;
	}

/* CONTAINS ALL CONTENT */
#body-container {
	overflow: hidden;
	width: 942px;
	margin: 0 auto;
	padding: 0 2px;
	background: #fff;
	}

/* SEARCH FORM */
#search form {
	float: right;
	margin: 0;
	padding: 2px 10px 0 0;
	}

#search input#s {
	width: 235px;
	padding: 2px;
	margin: 2px 0;
	color: #cc9900;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}

#search input#search-submit {
	width: 50px;
	padding: 4px;
	margin: 0 0 0 0;
	color: #fff;
	border: 1px solid #333;
	background: #660000;
	}

/* MAIN NAVIGATION MENU */
#nav-container {
	overflow: hidden;
	display: block;
	height: 30px;
	padding: 0;
	background: #dfe3e6;
	}
#main-nav {
	float: left;
	width: 635px;
	margin: 0 10px 0 0;
	padding: 0;
	}
#main-nav ul {
	float: left;
	margin: 0;
	padding: 0;
	}
#main-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
#main-nav ul li a {
	font-size: 1em;
	font-weight: bold;
	float: left;
	color: #996633;
	text-align: center;
	margin: 0;
	padding: 8px 25px;
	text-decoration: none;
	}

#main-nav ul li a:active {
 	color: #cc9900;
	border: none;
	margin: 0;
	background: #dfe3e6;
	text-decoration: underline;
	}
#main-nav ul li a:hover { color: #cc9900; background: #fff; text-decoration: underline;}

#main-nav ul li#current a { background: #fff; }

/* HEADER */
#header-container {
	width: 970px;
	height: 100px;
	margin: 0;
	display: block;
	clear: left;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ccc;
	}

#header {
	float: left;
	}

/* FEED */

.feeds { margin: 0; padding: 0; }
.feeds ul li { list-style-type: none; text-align: left; margin: -1px 0 4px 0; padding: 0; }
.feeds ul li a { font-weight: bold; }
.feeds ul li a:hover { text-decoration: underline; }

.feeds ul li.feed-blog { background: url(images/feed-icon.gif) no-repeat 0 .1em; padding:0 0 10px 10px; }
.feeds ul li.feed-email { background: url(images/feed-email.gif) no-repeat 0 .1em ;padding-left:10px; }
.feeds ul li.newsletter { background: url(images/nieuwsbrief.gif) no-repeat 0 .1em; padding:0 0 10px 10px; }

/* LINKS */

.links { margin: 0; padding: 0; }
.links ul li { list-style-type: none; text-align: left; margin: -1px 0 4px 0; padding: 0; }
.links ul li a { font-weight: bold; }
.links ul li a:hover { text-decoration: underline; }

.links ul li.link-nl { background: url(images/nl.gif) no-repeat 0 .1em; padding:0 0 10px 10px; }
.links ul li.link-be { background: url(images/be.gif) no-repeat 0 .1em; padding:0 0 0px 10px; }

/* CONTAINS EVERYTHING BELOW HEADER AND HORIZONTAL NAVIGATION */
#container {
	overflow: hidden;
	float: left;
	width: 921px;
	margin: 0;
	padding: 0 10px;
	background: #f7f7f7;
	}

/* CONTAINS MAIN CONTENT */
#content, #home {
	font-size: 1em;
 	line-height:1.6em;
	float: left;
	margin: 0;
	text-align:justify;
	}
#content {
	width: 611px;
	padding: 10px 0;
	}
#home {
	width: 611px;
	}
/* HEADERS */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #996633;
	}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	text-decoration: none;
	color: #cc9900;
	}

h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

/* LINKS */
a {
	color: #996633;
	text-decoration: none;
	}
a:hover {
	color: #cc9900;
	}

/* FEATURE */
#home .feature {
	float: left;
	width: 593px;
	border: 1px solid #ccc;
	margin: 10px 0 10px 0;
	padding: 0 10px 10px 5px;
	background: #eee;
	}
#home .feature img {
	float: left;
/*	width: 300px;
	height: 175px; */
	margin: 3px 15px 10px 5px;
	}
#home .feature h2 { margin: 10px 5px 0 5px; padding: 0; font-size: 1.6em; }
.feature p { margin: 10px 0; }

/* HOME CATEGORY TABS (also see tabs section at bottom of stylesheet) */
#home #home-categories {
	clear: left;
	float: left;
	display: block;
	width: 610px;
	margin: 0 0 10px 0;
	}

/* EVERYTHING BELOW THE FEATURE */
#home #home-bottom {
	width: 600px
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	}
#home #home-bottom .block-left { float: left; }
#home #home-bottom .block-right { float: right; }

/* EXCERPTS ON THE EXCERPTS STYLE LAYOUT */
.excerpts {
 	margin: 0;
	padding: 0;
	float: left;
	width: 611px;
	}
.excerpts .post {
	overflow: hidden;
	float: left;
	clear: left;
	display: block;
	width: 593px;
	margin: 0 0 10px 0;
	padding: 5px 11px 5px 3px;
	background: #fff;
	border: 1px solid #ccc;
	}
.excerpts .post h3 {
	float: left;
	display: block;
	margin: 0 5px 0 4px;
	padding: 0;
	}
.excerpts .post .entry {
	display: block;
	clear: left;
	width: 100%;
	padding: 0;
	margin: -10px 10px 0 6px;
	}
.excerpts img { margin: 5px 17px 10px 0; }
.excerpts .post .entry p { padding: 0; margin: 10px 0; }

/* VIDEO */
.video {
	overflow: hidden;
	width: 288px;
	margin: 0 0 10px 0;
	padding: 2px 5px 10px 5px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	}
.video h3 { text-align: left; padding: 0 0 5px 2px; margin: 0; }
.video h3 a {
	font-size: .8em;
	font-weight: bold;
	}
.video div {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	text-align: center;
	display: block;
	border: none;
	}
object { padding: 0; margin: 0; }

/* POST */
.post {
	margin: 0;
	}

/* RECENT EXCERPTS (default style) */
.recent {
	width: 288px;
	padding: 0 5px 10px 5px;
	margin: 0 0 10px 0;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	}
.recent .post {
	float: left;
	margin: 5px 0 5px 0;
	padding: 0;
	background: transparent;
	}
.recent .post h3 { margin: 0; padding: 0; }
.recent .post h3 a {
	display: inline;
	font-size: .75em;
	margin: 0;
	padding: 0;
	}
.recent img, .excerpts img {
	float: left;
/*	width: 75px; */
/*	height: 75px; */
	margin: 5px 10px 0 0;
	}
.recent .entry {
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
.recent p, .recent .entry p { 	font-size: .9em; line-height: 1.5em; margin: 0; padding: 0; }
/* SINGLE POST */
.single .post {
	float: left;
	width: 551px;
	font-size: 1em;
 	line-height:1.6em;
	overflow: hidden;
	padding: 10px 30px;
	margin: 0 0 10px 0;
	background: #eee;
	border: 1px solid #ccc;
	}

/* img.feature { height: 175px; width: 300px; } */

.post a {
	font-weight: normal;
	color: #996633;
	text-decoration: none;
	}
.post a:hover {
	color: #cc9900;
	text-decoration: underline;
	}

.post h2 {
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: normal;
	}

.post .byline {
	margin: 5px 0 7px 0;
	}

.post-meta-data {
	margin-right: 6px;
	text-align: right;
	}
.single .post-meta-data {
	clear: left;
	float: left;
	width: 100%;
	text-align: left;
	}
/* LISTS 
#content ul {
	margin: 15px 0;
	padding: 0;
	}

#content ul li {
	margin: 2px 0;
	padding: 0 0 0 15px;
	background: url(images/bullet.gif) no-repeat .2em .5em;
	list-style-type: none;
	} */

/* code and pre */
code {
	font: normal 1.1em "Courier New", Courier, monospace;
	padding: 0 2px;
	}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
	width: 480px;
	}
pre code {
	font-size: 1.2em;
	display: block;
	clear: both;
	padding: 10px;
	color: #333;
	border: solid 1px #ccc;
	line-height: 140%;
	margin: 5px 0 15px 0;
	width: 570px;
	}
/* ALIGNMENT */
.left {
	float: left;
	margin: 5px 15px 5px 0;
	}
.right {
	float: right;
	margin 0 0 0 15px;
	}
.clear { clear: both; }
p.ie6-bug { float: left; margin: -5px 0; padding: 0; }
.center {
	margin: 15px auto;
	text-align: center;
	}
.navigation {
	margin: 15px 0;
	}
.previous {
	float: left;
	width: 47%;
	}
.next {
	float: right;
	width: 47%;
	}
/* IMAGES */
.post img, .post a img {
	padding: 3px;
	border: 1px solid #dfe3e6;
	background: #eee;
	}
.thumbnail {
/*	width: 75px; */
	height: 75px;
	}
/* RELATED POSTS */
.related {
	width: 558px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 25px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	}
.related ul {
	width: 100%;
	}
.related h3 {
	margin: 15px 0 0 0;
	padding: 0;
	}
.ads img { border: none; }
/* COMMENTS TEMPLATE */
#comments-template {
	overflow: hidden;
	float: left;
	clear: left;
	display: block;
	width: 95%;
	padding: 10px 10px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	background: #fff;
	}
#comments-template h3 {
	margin: 10px 0 0 0;
	padding: 0;
	}
#comments-template ol {
	margin: 0;
	padding: 0;
	}
#comments-template ol li {
	float: left;
	width: 97%;
	margin: 10px 0;
	padding: 5px;
	list-style-type: none;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
#comments-template ol li.alt {
	border-top: 1px solid #0C386E;
	border-bottom: 1px solid #0C386E;
	}
#comments-template ol li .comment-meta-data {
	font-weight: bold;
	}
#comments-template ol li .comment-text {
	width: 90%;
	margin: 10px auto;
	padding: 8px 15px;
	background: #fff;
	border: 1px solid #eee;
	}
/* TRACKBACKS */
.trackback, .trackback a { color: #666; }
.trackback .comment-meta-data em { color: #0C386E; }

textarea {
	width: 96%;
	padding: 5px;
	margin-top: 10px;
	border: 1px solid #ddd;
	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	color: #996633;
	border: 1px double #333;
	background: #dfe3e6;
	}

#rightcontent {
	background: #dfe3e6;
}

/* SIDEBAR */
#sidebar {
	overflow: hidden;
	width: 300px;
	float: left;
	margin: 10px 0 0 10px;
	}
.menu {
	overflow: hidden;
	clear: left;
	float: left;
	display: block;
	width: 278px;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #ccc;
	background: #fff;
	}
.menu h2 {
	margin: 0;
	padding: 0;
	}
.menu ul, .tabbed div ul {
	margin: 0;
	padding: 0;
	}
.menu ul li, .tabbed div ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.menu ul li a, .tabbed div ul li a {
	display: block;
	padding: 0 10px 0 10px;
	}
.menu ul li a:hover { text-decoration: underline; }

#pagenav {
	}

/* TABS */
.tabs-block {
	clear: left;
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	}

.tabbed {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	}
.tabbed ul.tabs {
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent;
	}

.tabbed ul.tabs li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 .3em 0 0;
	}
.tabbed ul.tabs li a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px .8em;
	background: #eee;
	border: 1px solid #ccc;
	}
.tabs-block ul.tabs li a { padding: 5px .7em; }
.tabbed ul.tabs li a:hover {
	background: #f7f7f7;
	text-decoration: none;
	}
.tabbed ul.tabs li a.tab-current {
	background: #fff;
	border-bottom: 1px solid #fff;
	}
.tabs-block .tabbed div, #home .tabbed .c {
	overflow: hidden;
	display: block;
	position: relative;
	left: 0;
	top: -1px;
	z-index: 0;
	clear: left;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border: 1px solid #ccc;
	background: #fff;
	display: none;
	}
div.t2, div.t3, div.t4, div.t5, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10  { display: none; }
.tabs-block .tabbed div.t1, #home .tabbed div.c1 { 
	display: block;
	}
.tabs-block .tabbed div { width: 298px; }

.tabbed div ul {
	overflow: hidden;
	padding: 4px 0 2px 10px;
	margin: 0;
	background: #fff;
	}
.tabbed div ul li {
	clear: left;
	background: transparent;
	}

.tabbed div ul li a {
	font-weight: normal;
	width: 94%;
	display: block;
	padding: 1px 0 1px 12px;
	background: transparent;
	border: none;
	}

.tabbed div ul li a { 
 	padding-left:20px;
	background: url(images/mini-category.gif) no-repeat;
	}

.tabs-block .latest li a {
	padding-left:20px; 
	background:transparent url(images/visited-icon.gif) 0 3px no-repeat; 
	line-height:18px;
	}

.tabs-block .latest li a:hover {
 	padding-left:20px;
	background:transparent url(images/visited-icon.gif) 0 3px no-repeat;
	text-decoration:none; 
	}

.tabs-block .latest li a:visited {
	padding-left:20px;
	background:transparent url(images/visited-icon.gif) 0 -79px no-repeat;
	text-decoration:none;
	}

/* HOME CATEGORIES TABS */
#home-categories {
	overflow: hidden;
	}
#home .tabbed .c {
	width: 608px;
	}
.tabbed .post {
	float: left;
	clear: none;
	width: 47%;
	margin: 5px 1%;
	padding: 0;
	}
.tabbed .post h3 {
	width: 97%;
	font-size: 1em;
	margin: 0 0 0 5px;
	padding: 0;
	}
.tabbed .post h3 a { 
	font-weight: bold;
	}
.tabbed .post .entry {
	margin: 0 0 0 5px;
	padding: 0;
	}

.tabbed .post .entry p { margin: 0; padding: 0; }

/* SIDEBAR ADS */
.ads { float: left; clear: left; width: 297px; display: block; padding: 5px 0; margin: 0 0 10px 0; }
.ads p {
	margin: 0;
	padding: 0;
	}
.ads img {
	float: left;
	margin: 5px 4px 5px 15px;
	padding: 0;
	}

/* FLICKR PHOTOS */
.flickr img {
	margin: 5px 4px 5px 4px;
	padding: 3px;
	border: 1px solid #dfe3e6;
	}
.flickr p {
	margin: 0 10px 0 0;
	text-align: right;
	}

/* SIDEBAR WIDGETS */
/* calendar */
#sidebar table { width: 95%; margin: 0 auto; border: 1px solid #eee; }
#sidebar table tr { font-weight: bold; background: #ccc; }
#sidebar table tr td { text-align: center; background: #fff; border: 1px solid #ccc; }
#sidebar table tr td.pad { border: none; }

/* FOOTER */
#footer {
	color: #666;
	clear: both;
	width: 940px;
	margin: 0 auto;
	border-top: 1px solid #660000;
	text-align:center;
	}

#footer a {
	color: #996633;
	}

#footer a:hover {
	text-decoration: underline;
	}

/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP 
================================================================== */

/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
     DEFAULT.CSS made by Mike Cherim - http://green-beast.com 
    Designed and built to work with the Default WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
  width : 560px;
}

#gb_form {
  text-align : left;
  background-color : #fff;
}

#gb_form_div a {
 	color: #996633;
	text-decoration: none;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
	color: #cc6600;
	text-decoration: underline;
}

#gb_form fieldset { 
  	border: 1px solid #d9d8cb;
	margin: 15px 0;
	padding: 15px 10px 10px 10px;
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #666;
}

#gb_form legend {
  margin-left : -10px;
}

#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #d9d8cb;
  margin-left : -10px;
    display:none;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
    display:none;
}

#gb_form_div .main_formhead {
  font-size : 1.4em;
}

#gb_form label { 
  color : #996633; 
  margin-top : 5px;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  background: #ffffff; 
  color: #000; 
  padding: 4px; 
  border: 1px solid #d9d8cb;
  line-height: 1.5em;
  width: 300px;
}

#gb_form input.short {
  width : 45px;
}

#gb_form textarea.textbox {
  width : 400px;
}

#gb_form select.med {
  width : 250px;
}

#gb_form input.checkbox {
  padding : 0; 
}

#gb_form label input.checkbox {
  margin : 0;
}

* html input.button { 
  color : #000;  
  padding : 4px; 
  border : 1px solid #d9d8cb;
}


/* NOTE: .hover and .focus classes IE JS */
#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus, 
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,  
#gb_form select.med.hover, #gb_form select.med.focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus { 
  color : #444;  
  padding : 4px; 
  border : 1px solid #d9d8cb;
  background-color : #fff;
}

input.button {
  margin-top : 10px;
}

span.error, span.success, #gb_form_div dt { 
  color : #cd0000;  
  font-weight : bold; 
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
  color : green;
}

small.whythis, small.whythis a { 
  font-size : .9em; 
}

#gb_form small.whythis a span { 
  font-size : .9em;
  color : #fff;
  border : 1px solid #fff;
  padding : 0 3px 0 3px;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 
  text-decoration : none;
  color : #000;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  border : 1px solid #d9d8cb;
  color : #000;
  font-weight : bold;
}

p.creditline small { 
  display : none;
  margin : 5px 0;
  font-size : .7em;
  letter-spacing : .0001em;
  color : #666;
}

.banner, .banner a  {
	color: #fff;
	}

.banner img  {
    margin: 10px 0px;
    border: 1px solid #ccc;
	}
