/*
Theme Name: Spelekids
Theme URI: http://www.paintball-centrum.nl
Description: Spelekids voor Wordpress
Version: 2
Author: DesignBox
Author URI: http://www.designbox.nl

/* We gaan eerst alls resetten vooral voor FireFox e.d. */
/*@import "reset.css";*/

/* HTML Elements */
* {
  margin: 0px;
  padding: 0px;
}

body, html {
  min-height: 101%;
}

body {
  color: #333333;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Helvetica, "Times New Roman", serif;
	background-image: url(images/bg_background.gif);
  background-position: top left;
  background-repeat: repeat-x;
	background-attachment: scroll;
  background-color: #ffffff;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

input, select {
	font-size: 11px;
}

.input_zoek {
	font-size: 11px;
	width: 160px;
}

td .klein {
	color: #333333;
	font-size: 10px;
}

td .klein_b {
	color: #333333;
	font-size: 11px;
}

.klein {
	font-size: 10px;
	font-family: Arial, Helvetica;
}

.klein_b {
	font-size: 12px;
	font-family: Arial, Helvetica;
}

div {
	text-align: left;
	font-size: 14px;
}

p {
  margin: 10px 0;
}

a:link, a:visited {
  color: #EC008C;
  text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
  color: #00AEEF;
  text-decoration: underline;
}

hr {
  display: block;
  height: 1px;
  background: #EC008C;
  border: 0px;
}

strong, b {
	color: #EC008C;
	font-weight: bold;
}

h1, h2, h3, h4 {
  color: #EC008C;
  font-family: Trebuchet MS, Arial, Helvetica, "Times New Roman", serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: none;
}

.big {
  color: #EC008C;
	font: 25px Trebuchet MS, Arial, Helvetica, "Times New Roman", serif;
}

.small {
  font-size: 10px;
  background: #eef5e1;
}

img, a:link img, a:visited img {
  border: 0px;
}
/* Structure */

#page {
  width: 980px;
  margin: 0 auto;
  font-size: 11px;
  background-color: transparent;
  padding: 0px;
	border: none;
}

#navigatie {
  float: right;
	width: 830px;
	height: auto;
	margin-right: 10px;
	background-image: url(images/bg_tabs_normal.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#header {
  display: inline-block;
	background-image: url(images/bg_header.gif);
	width: 980px;
	height: 81px;
}

#search {
  float: right;
  margin-top: 30px;
	margin-right: 20px;
  width: 240px;
}

#searchform {
  padding: 16px 5px 0 0;
}

#middle {
  float: left;
	width: 980px;
	height: auto;
  background-image: url(images/bg_middle.gif);
}

#content {
  float: left;
	font-size: 12px;
	width: 540px;
	margin-left: 160px;
	margin-top: -10px;
}

#post {
  float: left;
	margin: 0px;
	padding: 0px;
}

#sidebar {
  width: 240px;
  float: right;
	margin-right: 20px;
}

#sidebar a {
  color: #EC008C;
}

#sidebar a:hover {
  color: #00AEEF;
}

#sidebar b {
  color: #EC008C;
}

#footer {
	color: #666666;
  width: 780px;
	height: 50px;
  font-size: 11px;
	padding-left: 220px;
  padding-top: 50px;
  background-image: url(images/bg_footer.gif);
  background-position: bottom;
  background-repeat: no-repeat;	
	margin: 0 auto;
}

#footer a {
  color: #EC008C;
}

.entry {
  font-size: 11px;
	font-family: Trebuchet MS, Arial, Helvetica, "Times New Roman", serif;
}

#entry, h2 {
  color: #EC008C;
  font-family: Trebuchet MS, Arial, Helvetica, "Times New Roman", serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: none;
}

.left {
  float: left;
}

#button_stralen {
  width: 240px;
	height: auto;
  padding: 0px;
  margin: 0px;
}

.times {
  color: #ffffff;
  font: 18px Georgia, "Times New Roman", serif;
 }
 
.klein {
  color: #ffffff;
	font-size: 10px;
	font-weight: normal;
 } 
 
.padding_form {
  margin-top: 7px;
 } 

/*Subnav */

.subnav li {
  list-style: none;
  border-bottom: 1px solid #ffffff;
}

.subnav li a:link, .subnav li a:visited {
  background: #eef5e1;
  display: block;
  padding: 4px 4px 4px 8px;
  border-left: 4px solid #e4efd5;
}

.subnav li a:hover, .subnav li a:active {
  background: #e4efd5;
  text-decoration: none;
  color: #B1C903;
}

.subnav li li a:link, .subnav li li a:visited {
  border-left: none;
}
/*	Headers */

h3#respond {
  border-top: 1px dotted #b6b6b6;
  margin-top: 25px;
  padding-top: 20px;
}

h3#comments {
  margin-top: 32px;
}

/* Content */

.description {
  font-size: 1.3em;
  font-weight: bold;
  font-style: italic;
  color: #545454;
  margin-top: -4px;
}

.feature {
  background: #f2f2f2;
  padding: 15px;
  border-bottom: 1px dotted #b6b6b6;
  border-top: 0px dotted #b6b6b6;
}

.feature:hover {
  background: #e9e9e9;
}

.feature p, #rightcol p {
  margin: 0;
}

.feature img, #rightcol img {
  padding: 1px;
}

.title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 115%;
}

#sidelist li {
  list-style: none;
}

.bullets li {
  list-style: none;
  border-bottom: 1px solid #FFF;
}

#sidelist .bullets li {
  list-style: square;
  margin-bottom: 5px;
  line-height: 115%;
  margin-left: 22px;
}

#sidelist .children {
  background: #e4efd5;
}

#sidelist .children li {
  list-style: square;
  margin-left: 28px;
  border-bottom: 1px solid #e4efd5;
}

#sidelist .children li a, #sidelist .children li a:visited {
  padding: 2px 2px 2px 0px;
  border: 0;
  background: #e4efd5;
  color: #818d6f;
}

#sidelist .children li a:hover, #sidelist .children li a:active {
  color: #465d23;
}

.postmetadata {
  margin: 30px 0;
}

#writer {
  background: #eef5e1;
  margin: 25px 0 15px 0;
  padding: 12px;
}

#writer img {
  padding: 1px;
  border: 1px solid #B1C903;
  float: left;
  width: 80px;
}

#writer span {
  display: block;
  padding-top: 4px;
  border-top: 1px solid #cbd8b4;
  margin-top: 12px;
}

#writer p {
  margin: 0;
  width: 482px;
}

h3 a:link, h3 a:visited {
  color: #5f5f5f;
}

.entry blockquote {
  color: #76767a;
  background: #f2f2f2;
  padding: 6px 14px;
  margin: 18px 35px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.post ul {
  list-style: disc;
  margin-bottom: 5px;
  line-height: 115%;
	padding-left: 20px;
}

.entry ul li {
  list-style: square;
  margin-bottom: 5px;
  line-height: 115%;
}

.entry ol li {
  margin-bottom: 5px;
  line-height: 115%;
  margin-left: 48px;
}

.pagetitle {
  color: #009EE1;
  font-family: Trebuchet MS, Arial, Helvetica, "Times New Roman", serif;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	padding-top: 8px;
	padding-left: 10px;
	border-bottom: none;
}

#tags {
  padding: 3px;
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
}
/* Form Elements */

select {
  width: 180px;
}

.textarea_2 {
 width: 220px;
 height: 200px;
 border: #00AEEF 1px solid;
 padding-left: 5px;
}

.input_2 {
 width: 220px;
 padding-left: 5px;
 border: #00AEEF 1px solid;
}

.input_3 {
 width: 229px;
 padding-left: 5px;
 border: #00AEEF 1px solid;
}

.input_multi {
 width: 290px;
 padding-left: 5px;
 border: #00AEEF 1px solid;
 height: 150px;
}

.button {
  padding: 1px;
  background: #000000;
  color: #e7e7e7;
  border: none;
	cursor: pointer;
	margin: 0px;
}

.button:hover {
  background: #777777;
  color: #ffffff;
  text-decoration: none;
}

#commentform input {
  width: 170px;
  margin: 5px 5px 1px 0;
}

#commentform textarea {
  width: 100%;
  margin-top: 5px;
}
/* Comments*/

.commentlist {
  padding-left: 30px;
}

.commentlist li {
  margin: 15px 0 3px;
  padding: 8px 15px 10px 15px;
  background: #f2f2f2;
  border-top: 1px solid #ddd;
}

#commentform small {
  background: #FFF;
  font-weight: bold;
  padding: 0;
}

.commentmetadata {
  display: block;
}

.commentlist small {
  background: #e9e9e9;
}

.commentlist cite {
  font: 1.6em Georgia, "Times New Roman", serif;
  font-weight: bold;
  letter-spacing: -0.05em;
}
/* Float Properties*/

.clearfloat:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
	margin: 0;
	padding: 0;
}

.hr_grey {
  margin-top: -5px;
  margin-bottom: 5px;
}

.hr_green {
  color: #B1C903;
  margin-top: 0px;
  margin-bottom: 5px;
}

img.centered, .aligncenter, div.aligncenter {
	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;
	}
	
.lesaanvraag {
	width: 110px;
}

.lesaanvraag_2 {
	width: 114px;
}

.lesaanvraag_txt {
	width: 112px;
	height: 80px;
}

.arrangement {
	width: 124px;
}

.wpsb_form_label {
  color: #ffffff;
}

.alignnone {
	margin-top: 15px;
	margin-bottom: 15px;
}

