/*  
Theme Name: KC2
Theme URI: http://www.e-rik.nl
Description: 2 column layout, dropdown categories/pages menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Enjoy!
Author: e-rik
Author URI: http://www.e-rik.nl
Version: 1.9.8
Tags: blue, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar, sticky-post
.
Copyright &copy; e-rik interaction concepts 2009 - 2010 All Rights Reserved
.
*/

/* Defaults */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  }

h1, h2, h3, h4, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
   font-size: 18px;
}
h4 {
   font-weight: bold;
   font-size: 15px;
   line-height: 1.8em;
   }

h5 {
   font-weight: bold;
   font-size: 13px;
   line-height: 1.8em;
   }

hr {
  height: 0px;
  border: 1px solid #fff;
  border-top: 1px solid #aaa;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
	font-size: 12px;
	line-height: 1.8em;
	text-align : left;
}

a {
  /* color: #800040;   /* paarsrood */
  color: #507daf;   /* lichtblauw */
  /* color: #505e57;   /* grijsgroen */
  /* color: #960061;   /* paars */
  /* color: #6f0b4c;   /* donkerrood */
  text-decoration: none;
  }

p a {
  font-weight: bold;
}
a:hover {
  color: #009036;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #eee;
  border: 1px solid #818181;
  padding: 5px 15px;
  margin: 10px 0 5px 0;
  font-style: normal;
  color: #222;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 0 0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  background: #fff url(images/neuronbg.jpg) repeat;
  color: #333;
  /*background: #000 url(images/bgbody.jpg) top center no-repeat;*/
  }


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 900px;
  text-align: left;
  /* padding: 0 10px 0 10px; */
  background: #fff; /* url(images/kc2-bgpage.jpg) repeat-y;  */
  /* background: #c9d8d1; */
  }

#header {
  padding: 0;
  margin: 0;
  width: 900px;
  height: 116px;
  background: #c9d8d1;
  }

#header #top {
	width: 900px;
	height: 10px;
	background: #fff;
	border-bottom: 1px solid #818181;
}
#logo_pay-off {
    width: 900px;
	height: 80px;
}
#header #logo {
	width: 450px;
	height: 65px;
	float: left;
	 /* background: url(images/kc-logo2.gif) 93px 11px no-repeat;*/
}
#header #logo img{
	margin: 11px 0 0 81px;
}
#header #pay-off{
	width: 400px;
	height: 30px;
	color: #555;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	float: right;
	margin: 35px 13px 0 0;
}
#header #bottom{
    width: 900px;
	height: 25px;
	border-bottom: 1px solid #818181;
}


/* Menu */

#catnav {
  margin: 0 0 0 80px;
  padding: 0;
  float: left;
  height: 25px;
  width: 534px;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
	width: 79px;
	height: 18px;
	float: left;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0;
	background: #e7f3eb url(images/kc2-bgmenu.jpg) repeat-x;
	border: 1px solid #818181;
}

#nav a {
  display: block;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 8.5pt;
  color: #555; 
  letter-spacing: 0px;
  }

#nav li a:hover {
  color: #009036;
  background: #c9d8d1;
  text-decoration: none;
  display: block;
  }
#nav #current a {
  color: #507DAF; 
}
#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
/*#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }*/

#nav li li {
	height: 18px;
	font-weight: normal;
	font-size: 10px;
	text-transform: lowercase;
	border: 1px solid #727ACF;
	float: left;
    margin: 0 0 0 10px;
	padding: 0;
/*	background: #253654; */
}  
  
	
/*#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }*/
  
  #nav li li a {
  height: 18px;
  width: auto;
  text-align: left;
  line-height: 15px;
  font-weight: normal;
  font-size: 11px;
  text-transform: lowercase;
  color: #fff;
  margin: 0;
/*  padding: 0 0 0 5px; */
  }
	
#nav li li a:hover {
  padding: 0 0 0 5px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

/* search (removed the #header id so it works elsewhere as well) */ 
 
#search{
	width: 255px;
	height: 18px;
	float: left;
	border: 1px solid #818181;
	margin: 0 0 0 7px;
	padding: 0 0 0 10px;
	background: #e7f3eb;
}

#searchbox{
	border: 0;
	background: transparent;
	width: 228px;
	height: 16px;
	line-height: 16px;
/*    position: relative;
	top: -1px; */
}

.submitbutton {
	background: url(images/kc2-searchsubmit.gif) no-repeat;
	width: 15px;
/*	height: 16px; */
	border: 0;
        color: #818181;
}
.submitbutton:hover {
  cursor: pointer;
  }

/* Top Content */

#main {
	clear: both;
	width: 900px;
/*	background: url(images/kc2-bgmain.gif) repeat-y; */
}
#contentwrapper {
  float:left;
  width: 608px;
  min-height: 500px;
  margin: 0 0 0 0;
}
#contentwrapper2 {
  float:left;
  width: 900px;  
  margin: 0 0 0 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 41px 10px 81px;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #818181;
  font-weight: normal;
  background: #e7f3eb;
  border: 1px solid #818181;
  padding: 5px;
  }
.topPost {
  margin: 0;
  padding: 15px 41px 0 81px;
  }
.topPost h2.topTitle{
  line-height: 1.8em;
  padding: 10px 0 10px 0;
  /* background: #e7f3eb;
  border: 1px solid #818181;
  padding: 5px; */
}
.topPost h2.topTitle a{
  color: #555;
}
.topPost h2.topTitle a:hover{
  color: #009036;
  text-decoration: none;
}

.topPost .topMeta {
  position: relative;
  left: -50px;
  top: 17px;
  margin-right: -50px;
  float: left;
  width: 36px;
  height: 58px;
  background: #fff url(images/kc2-bgdate.jpg) no-repeat;
  padding: 2px 0 0 0;
  text-indent: -2px;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;
  color: #bbb;
  }
.topPost .topMeta .maand {
  color: #ccc;
  position: relative;
  left: 1px;
}
.topPost .topMeta .jaar {
  color: #bbb;
  position: relative;
  left: -1px;
}

.topPost div.topContent {
  font-size: 12px;
  line-height: 1.8em;
  margin: 8px 0;
  }
.topPost div.topContent p{
 margin: 16px 0 16px 0;
}
.topPost div.topContent img{
 margin: 0 10px 5px 0;
}
.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 10px;
  }
.topPost div.topContent ul {
  /* list-style: none; */
}
.topPost div.topContent ul li, .topPost div.topContent ol li {
  /* color: #000; */
  }
  
.topPost .topComments, .topPost .more-link, .topPost .topTags {
  font-size: 12px;
  font-style: italic;
  margin-right: 5px;
  line-height: 17pt;
  }
.topPost .more-link{
  float: right;
  }
.topPost span.linkpages {
  font-size: 12px;
  font-style: italic;
  color: #888;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost .articlefooter {
  background: #F8EFC3;
  border: 1px solid #eee;
  padding: 5px;
}
#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  text-transform: lowercase;
  }
.post-edit-link{
  margin: 0 0 15px 81px;
  font-size: 9px;
}

/* Comments */

#comments {
border-top: 2px dotted #aaa;
  width: 460px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  padding: 0px 15px 10px 0;
  margin: 15px 0 10px 81px;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;
  /* color: #000; */
  margin: 15px 0;
  padding: 0;
  }
#comments p {
  padding:0;
  margin: 7px 0;
  /* color: #111; */
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 8pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #fefefe;
  border: 1px solid #818181;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #fefefe;
  border: 1px solid #818181;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #222;
  }
.commentlist small.commentmetadata a {
  color: #507daf;
  }
.commentlist small.commentmetadata a:hover {
  color: #009036;
  }
 
.commentlist p {
  color: #111;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  padding: 10px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff{
  width: 490px;
  padding: 0;
  margin: 10px 15px 15px 81px;
  font-size:10px;
}

#extrastuff #rssleft {float:left; width:300px;}
#extrastuff #trackright {float:right; width:150px; text-align:right;}


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
/*  background: blue url(images/bg-trans.png) repeat;*/
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;
  /* color: #000; */
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  /* color: #000;   */
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }


/* Sidebars */
#sidebars {
	margin: 0 12px 0 13px;
	float: left;
	width: 267px;
}
#sidebars .sidebarbox p {
font-size: 11px;
}
#sidebars .sidebarbox {
  background: #fff;
  border: 1px solid #818181;
  padding: 8px 15px;
  margin: 0 0 12px 0;
  }
#sidebars #bloggers img{
  margin: 0 10px 10px 0;
  float: left;
}
  
#sidebar_full {
	font-size: 11px;
	line-height: 17px;
	padding: 0 0 0 0;
	margin: 0;
}
#sidebar_toplinks{
	text-align: right;
	clear: both;
}
#sidebar_toplinks img{
position: relative;	
top: 5px;
}

#sidebars #ebook img{
	margin-left: 15px;
}
  
#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: bold;
  font-size: 13px;
  color: #555;
   }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  list-style: none;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 0;
  list-style: disc inside;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  }

#sidebars p {
  padding: 2px 0;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  clear: both;
  background: #c9d8d1 url(images/kc2-bgfooter.gif) repeat-x;
  padding: 0 0 0 0;
  height: 32px;
  border-top: 1px solid #818181;
  }
#footer p {
  font-size: 9px;
  font-weight: normal;
  color: #737373;
  padding: 2px 0 0 81px;
  }
#footer p a {  
  font-weight: normal;
  color: #737373;
  }
/* PHPList */

/* added by e-rik */

small{
  line-height: 1.3em;
  }
  .topContent form{
  background: #E7F3EB;
  padding: 10px;
  border: 1px solid #818181;
}
.topContent form table {
  background: #E7F3EB;
  padding: 10px;
  border: 1px solid #818181;
  width: 100%;
}
.topContent form table td {
  line-height: 20px;
}
.topContent form table input {
  background: #fff;
  border: 1px solid #818181;
  color: #111;
}
.topContent form input {
/*  color: #cff4b6;
  border: 0;
  background: #eee url(images/submit.jpg) 0 0; 
  margin: 10px 0 0 0; */
}
.required{
  background: url(images/asterisk.gif) left no-repeat;
  padding: 0 0 0 10px;
}
ul.list {
  background: #E7F3EB;
  padding: 10px;
  border: 1px solid #818181;
}  
li.list {
  margin-bottom: 10px;
  list-style: none inside;
}
li.list input {
  margin: 0 10px 10px 0;
  vertical-align: -2px;
  background: none;
  color: #111;
}
.topContent .missing {
  color: red;
}

div.adminmessage { /* overgeplaatst naar stylesheet vanuit index.php e-rik */
  width: auto;
  border: 2px dashed #000000;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #E7BE8F;
}
.poweredphplist { /* overgeplaatst naar stylesheet vanuit admin\connect.php e-rik */
  font-family: arial, verdana, sans-serif;
  font-size : 10px; 
  font-weight : normal; 
  padding: 2px; 
  padding-left:20px;
}

a:link.poweredphplist,
a:active.poweredphplist,
a:visited.poweredphplist  { /* overgeplaatst naar stylesheet vanuit admin\connect.php e-rik */
  font-family: Arial, verdana, sans-serif; 
  font-size : 10px; 
  font-weight : normal; 
  color : #666666; 
  text-align : center; 
  text-decoration : none; 
  padding: 2px;
  }
a:hover.poweredphplist { /* overgeplaatst naar stylesheet vanuit admin\connect.php e-rik */
color : #7D7B7B;
}





/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }
.spacer {
height: 10px;
  margin: 10px 0 0 0;
  clear: both;
}
  
.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* 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: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }

/* aanpassingen voor shop */

.topContent .product_form, .topContent div.textcol form, .topContent .adjustform, .topContent .make_purchase { 
	background: none;
	border: none;
	padding: 0;
	color: #000;
	}
.topContent .make_purchase { 
	background: #ddd;
	border: 2px outset #555;
	padding: 0;
	color: #000;
	cursor: pointer;
	}
	
#sidebar_full .testimonial, #testimonials.testimonial, .testimonial {
	border: 1px solid #818181;
	padding: 10px;
	margin: 10px;
	font-family: palatino, times, serif;
	font-size: 110%;
	}

.groenkader 
   {
   background: #E7F3EB;
   border: 1px solid #818181;
   padding: 7px;
   }

.twitter-share-button {
float:right;
position:relative;
left:30px;
}
