/*
Theme Name: Paintballcentrum
Theme URI: http://www.paintball-centrum.nl
Description: Paintballcentrum 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 {
  background-image: url(images/bg_background.gif);
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #DDDDDD;
  color: #333333;
  padding: 13px 0 25px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

input, select {
	font-size: 11px;
}

td .klein {
	color: #333333;
	font-size: 10px;
}

div {
	text-align: left;
}

body {
  font: 100% Arial, Verdana, Sans-Serif;
}

p {
  margin: 10px 0;
}

a:link, a:visited {
  color: #ff6600;
  text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
  color: #333333;
  text-decoration: underline;
}

hr {
  display: block;
  height: 1px;
  background: #333333;
  border: 0px;
}

strong, b {
	color: #6B2461;
	font-weight: bold;
	font-size: 11px;
}

h2, h3, h4 {
  color: #87306E;
	font: 25px Georgia, "Times New Roman", serif;
	font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #333333;
  margin: 20px 0;
}

.big {
  color: #87306E;
	font: 25px Trebuchet MS, Arial, Helvetica, "Times New Roman", serif;
}

.small {
  font-size: 0.95em;
  background: #eef5e1;
  padding: 3px 6px;
}

img, a:link img, a:visited img {
  border: 0px;
}
/* Structure */

#page {
  width: 930px;
  margin: 0 auto;
  font-size: 11px;
  background-image: url(images/bg_header.gif);
  background-position: top left;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding: 00px 25px 35px 25px;
	border: #9E9E9E 1px solid;
}

#content {
  font-size: 12px;
	width: 635px;
	padding-left: 20px;
  float: left;
}

.entry {
  font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	padding-bottom: 28px;
}

#entry, h2 {
  color: #87306E;
  font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: none;
}

/*#entry, ul {
	padding-left: 20px;
	list-style-type: disc;
}*/

.left {
  float: left;
}

.right {
  float: right;
  margin-top: 40px;
	margin-right: -4px;
  width: auto;
}

.address {
  float: left;
  margin-top: 60px;
	padding-left: 260px;
	/*border: 1px solid;*/
  width: auto;
}

#sidebar {
  width: 250px;
  float: right;
}

#sidebar a {
  color: #444444;
}

#sidebar a:hover {
  color: #B1C903;
}

#clock {
  padding-left: 5px;
  padding-top: 10px;
  margin-top: 20px;
  height: 34px;
  background-image: url(images/bg_clock.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#button_blauw {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;;
	font-size: 16px;
  height: 30px;
  padding-top: 7px;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
  background-image: url(images/bg_blauw.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

#button_blauw a {
  color: #ffffff;
}

#button_blauw a:hover {
  color: #D8C1B8;
	text-decoration: none;
}

#email {
	width: 226px;
	height: auto;
	padding: 12px;
	margin-top: 5px;
	background-image: url(images/bg_email.gif);
}

.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 */

h1 {
  font: 2.95em Georgia, "Times New Roman", serif;
  font-weight: bold;
  letter-spacing: -0.02em;
}

h3#respond {
  border-top: 1px dotted #b6b6b6;
  margin-top: 25px;
  padding-top: 20px;
}

h3#comments {
  margin-top: 32px;
}

h4 {
  font-size: 1.6em;
  margin-bottom: 6px;
}
/* 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;
}
/*Post Formatting*/

.post blockquote {
  color: #76767a;
  background: #f2f2f2;
  padding: 6px 14px;
  margin: 18px 35px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.post ul li {
  list-style: square;
  margin-bottom: 5px;
  line-height: 115%;
  
}

.post ol li {
  margin-bottom: 5px;
  line-height: 115%;
  margin-left: 48px;
}

.pagetitle {
  color: #646466;
  font: 21px Georgia, "Times New Roman", serif;
	border-bottom: #333333 1px solid;
	padding-bottom: 14px;
}

#tags {
  padding: 3px;
  border-bottom: 1px solid #DDD;
  border-top: 1px solid #DDD;
}
/* Form Elements */

select {
  width: 180px;
}

#searchform {
  padding: 16px 5px 0 0;
}

.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: ".";
}

.header {
  display: inline-block;
	width: 930px;
	margin-top: 73px;
	padding-bottom: 10px;
}

/* Footer*/

#footer {
  color: #666666;
	margin: 0 auto;
  width: 900px;
  font-size: 11px;
  padding-top: 15px;
	text-align: center;
}

#footer a {
  color: #666666;
}

.hr_grey {
  margin-top: -5px;
  margin-bottom: 5px;
}

.hr_green {
  color: #B1C903;
  margin-top: 0px;
  margin-bottom: 5px;
}

.bg_productcategorie {
  font-weight: bold;
  font-size: 12px;
  margin-top: 0px;
  padding-bottom: 10px;
  padding-top: 11px;
	padding-left: 10px;
  background-image: url(images/bg_productcategorie.gif);
  background-position: top left;
  background-repeat: no-repeat;
  list-style-type: none;
}

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;
	}
	
#nav {
  height: 24px;
  background-image: url(images/bg_grijs.gif);
  background-position: top left;
  background-repeat: repeat-x;
}	

#sidebar b {
  color: #000000;
}

#bericht {
  margin-left: 5px;
	margin-top: 0px;
	padding: 0px;
}

.lesaanvraag {
	width: 110px;
}

.arrangement {
	width: 124px;
}

.wpsb_form_label {
  color: #ffffff;
}

.alignnone {
	margin-top: 15px;
	margin-bottom: 15px;
}

#flags {
	float: right;
	margin-top: -55px;
	margin-right: -160px;
	width: auto;
	height: auto; 
}