/* ########## Begin CSS van Ton ########## */

/* ########## Reset voor alle Browsers ########## */

* {
	margin: 0;
	padding: 0;
	}

/* ########## Einde Reset ########## */

/* ########## Begin Body ########## */

body {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background: #5e6c82 url('http://www.tonvandongen.com/wp-content/themes/vanton/images/bodybg.png') bottom center repeat-x;
	color: #333;
	text-align: center;
	cursor: default;
	}
	
/* ########## Einde Body ########## */

/* ########## Begin Page ########## */

#top{
	margin: 0 0 0 0;
	background: url('') repeat-x;
	width: 100%;
	height: 200px;
	}

.top{
	margin: 0 0 0 0;
	background: url('') no-repeat;
	width: 100%;
	height: 200px;
	}
	
#page {
	text-align: left;
	margin: 25px auto;
	width: 850px;
	}

/* ########## Einde Page ########## */
	
/* ########## Begin Header ########## */
	
#header {
	background: url('http://www.tonvandongen.com/wp-content/themes/vanton/images/header1.png') no-repeat bottom center;
	height: 350px;
	width: 850px;
	}
	
#header #logo {
	color: #666;
	float: left;
	font-family: sans-serif, 'Myriad Pro', Helvetica, Times New Roman, 'Lucida Grande', Arial, sans-serif;
	font-size: 35px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -2px;
	margin-top: 15px;
	margin-left: 65px;
	text-shadow: 0 1px 1px #000;
	}
	
#header #logo a {
	text-decoration: none;
	color: #999;
	text-shadow: 0 1px 1px #000;
	}
	
#header #logo a:hover {
	text-decoration: none;
	color: #666;
	text-shadow: 0 1px 1px #000;
	}
	
#header #logo .description h1{
	font-family: Lucida Handwriting, Helvetica, Times New Roman, 'Lucida Grande', Arial, Sans-Serif;
	color: #c1702d;
	font-size: 15px;
	font-weight: 100;
	letter-spacing: 0;
	word-spacing: 2px;
	text-align: center;
	text-shadow: 0 1px 0 #000;
	margin-left: 65px;
	z-index:100;
	}
	
#breadcrumbs {
	font-size: 10px;
	font-family: Verdana, Sans-Serif, Arial;
	color: #777;
	text-align: left;
	margin: -20px 20px 10px;
	width: 850px;
	}
	
#wrapper {
    margin: 0 11px;
	width: 828px;
	height: 70px;
}

/* ########## Einde Header ########## */
	
/* ########## Begin Navigatie ########## */

#navigatie {
	background: url('http://www.tonvandongen.com/wp-content/themes/vanton/images/navigatie.png') no-repeat;
	width: 850px;
	height: 50px;
	clear: both;
	}

.actifmenu {
	float: left;
	width: 640px;
	height: 45px;
	margin: 0 5px;
	padding-top: 11px;
	}

.actifmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.actifmenu ul li  {
    display: inline;
}

.actifmenu ul li a{
    float: left;
    border: none;
    padding: 2px 10px 0 10px;
	text-align: center;
    text-decoration:none;
    color: #888;
    line-height: 25px;
    font-size: 13px;
    font-family: Verdana, Arial, Helvetica, 'Lucida Grande', Sans-Serif;
}

.actifmenu ul li.aktie a{
	background: url('') no-repeat top center;
    color: #daa460;
	padding: 2px 10px 0 10px;
}

.actifmenu ul li a:hover{
	background: url('') no-repeat top center;
    color: #bbb;
	padding: 3px 10px 0 10px;
}

/* ########## Einde Navigatie ########## */

/* ########## Begin Zoeken ########## */

#zoeken {
	float: right;
	width: 160px;
	height: 20px;
	clear: both;
	padding-top: 3px;
	padding-right: 10px;
	}
	
#zoeken form {
	float: right;
	padding: 5px 0 0 5px;
	width: 150px;
	height: 20px;
	border: 1px solid #e7e4e5;
	background: #fdfdfd url('') no-repeat top left;
	}

#zoeken #searchform #s {
	float: left;
	padding: 0;
	margin: 0;
	width: 100px;
	background: none;
	font-family: Verdana, Arial, Helvetica, 'Lucida Grande', Sans-Serif;
	font-weight: normal;
	font-style: normal;
	color: #777;
	border: none;
	}

#zoeken #searchsubmit {
	float: right;
	margin: 0;
	padding-right: 8px;
	}
	
.feed {
	float: left;
	margin:0 7px;
	padding-top: 5px;
	width: 500px;
	height: 30px;
	}
	
.feed1 {
	float: left;
	margin: 3px 3px;
	width: 30px;
	height: 30px;
	}

/* ########## Einde Zoeken ########## */
	
/* ########## Begin content ########## */

#content {
	float: left;
	margin: 0 10px;
	font-family:  Sans-Serif, tahoma, Arial, 'Lucida Grande', Verdana;
	font-size: 1.3em;
	}
	
.narrowcolumn {
	margin:  0 0 0 0;
	width: 600px;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	padding-top: 5px;
	}
	
.narrowcolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.widecolumn {
	margin: 0 0 0 0;
	width: 600px;
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
	}
	
.widecolumn .bericht {
	font-size: 1.0em;
	color: #777;
	padding: 10px 20px;
	padding-bottom: 15px;
	line-height: 15px;
	}
	
.widecolumn .bericht a {
	color: #e1702d;
	}
	
.widecolumn .bericht a:hover {
	color: #b1702d;
	}
	
.widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn .postmetadata {
	margin: 0 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}
	
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* ########## Einde Content ########## */

/* ########## Begin Post ########## */

.post {
	margin: 5px 0 15px 0;
	background: url('http://www.tonvandongen.com/wp-content/themes/vanton/images/post2.png') repeat-y;
	text-align: justify;
	}

.post hr {
	display: block;
	}
	
.post small {
	background: url('http://www.tonvandongen.com/wp-content/themes/vanton/images/small.png') no-repeat bottom center;
	margin: -20px 0 0 20px;
	padding: 0 0 4px 0;
	color: #777;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	font-style: italic;
	}
	
.post h2, h3 {
	background: url('http://www.tonvandongen.com/wp-content/themes/vanton/images/post1.png') no-repeat top left;
	margin: 0;
	padding: 17px 0 0 18px;
	color: #3b2723;
	font-family: Georgia, Sans-Serif, Georgia, Arial, 'Lucida Grande', Verdana;
	font-size: 1.7em;
	font-weight: normal;
	font-style: italic;
	height: 40px;
	}
	
.post h2, h2 a, h3, h3 a {
	text-decoration: none;
	color: #3b2723;
	}
	
.post h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #822e2d;
	}
	
.postfooter {
	background: url('http://www.tonvandongen.com/wp-content/themes/vanton/images/post3.png') no-repeat bottom left;
	width: 600px;
	height: 15px;
	margin: 0;
	}
	
.fb-like {
	margin: 0 0px 20px 20px;
	}

/* ########## Einde Post ########## */

/* ########## Begin Entry ########## */

.entry {
	font-size: 90%; /* Resets 1em to 10px */
	font-family: Sans-Serif, tahoma, Arial, 'Lucida Grande', Verdana;
	}
	
.entry img{
	margin: 10px 0 0 0;
	border: none;
	}
	
.entry img a{
	border: none;
	}
	
.entry p{
	padding: 8px 10px 10px 20px;
	line-height: 18px;
	}	

.entry p a {
	color: #daa460;
	}
	
.entry p a:hover {
	color: #cc832e;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}	

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.postmetadata {
	clear: both;
	}
	
/* ########## Einde Entry ########## */

/* ########## Begin Comments ########## */

.commentlist {
	margin: 5px 0 0 15px;
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 3px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.children { 
	padding: 0; 
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}
	
.commentmetadata  a {
	color: #daa460;
	}
	
.commentmetadata  a:hover {
	color: #cc832e;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Verdana, Sans-Serif;
	}
	
.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	
.fn a {
	color: #daa460;
	}
	
.fn  a:hover {
	color: #cc832e;
	}
	
/* ########## End Comments ########## */

/* ########## Begin Form Elements ########## */

#searchform {
	margin: 10px 0;
	padding: 5px 0;
	text-align: left;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 7px 0 0 20px;
	}
	
#commentform input, textarea {
	display: block;
	margin: 0.3em 0px 0px 0px;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	background: #fff;
	color: #bdbdbd;
	-moz-box-shadow: 0 0 4px #e1e1e1;
	-webkit-box-shadow: 0 0 4px #e1e1e1;
	box-shadow: 0 0 4px #e1e1e1;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
	border: solid 1px #e1e1e1;
	width: 177px; height: 19px; padding: 1px 2px 3px;
	}
	
#commentform input:hover, textarea:hover{ 
	border: 1px solid #bdbdbd;
	color: #2a2f32;
	-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
	}
	
#commentform input:focus, textarea:focus {
	border: 1px solid #bdbdbd;
	color: #2a2f32;
	background: #fff;
	-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
	}
	
#commentform textarea {
	overflow: hidden;
	width: 435px;
	height: 150px;
	padding: 8px 2px;
	line-height: 1.5;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
#respond {
	margin-bottom: 50px;
	}
	
#respond a{
	color: #f78f1e;
	text-decoration: none;
	border-bottom: solid 1px #f78f1e;
	padding-bottom: 2px;
	}
	
#respond a:hover{
	color: #fac082;
	text-decoration: none;
	border-bottom: solid 1px #fac082;
	padding-bottom: 2px;
	}
	
#commentform input[type='submit'] {
	text-align: center;
	width: 182px;
	height: 26px;
	color: #fff;
	background: #daa460;
	margin-top: 1.1em;
	font-size: 1.1em;
	cursor: pointer;
	padding-bottom: 6px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
	}
	
#commentform input[type='submit']:hover {
	color: #ffeedb;
	-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
	}
	
#commentform label {
	font-family: Verdana, sans-serif;
	color: #bdbdbd;
	font-size: 1.0em;
	}
	
#commentform small {
	font-family: Verdana, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	margin: 0;
	padding: 0;
	}
	
#commentform p {
	text-align: left;
	font-family: Verdana, Arial, 'Lucida Grande', Sans-Serif;
	margin-bottom: 5px;
	}

/* ########## Einde Form Elements ########## */

/* ########## Begin Site Navigatie ########## */
	
.navigation {
	display: block;
	text-align: center;
	margin: 25px 10px;
	padding-top: 1px;
	background: url('') no-repeat top left;
	width: 590px;
	height: 30px;
	}
	
.navigation a{
	color: #822e2d;
	text-decoration: none;
	}
	
.navigation a:hover{
	color: #a54f50;
	text-decoration: none;
	}

.alignright {
	float: right;
	padding: 5px 10px 0 0;
	}

.alignleft {
	float: left;
	padding: 5px 0 0 10px;
	}
	
.navi {
	display: block;
	text-align: center;
	width: 600px;
	height: 30px;
	}
	
.navi a{
	color: #822e2d;
	text-decoration: none;
	}
	
.navi a:hover{
	color: #a54f50;
	text-decoration: none;
	}

.alignrechts {
	float: right;
	padding: 3px 10px 0 0;
	}

.alignlinks {
	float: left;
	padding: 3px 0 0 20px;
	}
	
.navcomment {
	display: block;
	text-align: center;
	margin: 25px 10px;
	padding-top: 1px;
	width: 600px;
	}
	
.navcomment a{
	color: #da243e;
	text-decoration: none;
	}
	
.navcomment a:hover{
	color: #822e2d;
	text-decoration: none;
	}

.navcommentalignright {
	float: right;
	padding: 5px 10px 0 0;
	}

.navcommentalignleft {
	float: left;
	padding: 5px 0 0 10px;
	}
	
/* ########## Einde Site Navigatie ########## */

/* ########## Begin Text ########## */

h2 {
	margin: 10px 0;
	padding: 12px 0 0 18px;
	color: #3b2723;
	font-family: Georgia, Sans-Serif, Georgia, Arial, 'Lucida Grande', Verdana;
	font-size: 1.7em;
	font-weight: normal;
	font-style: italic;
	background: url('http://www.tonvandongen.com/wp-content/themes/vanton/images/archief.png') no-repeat top left;
	width: 600px;
	height: 65px;
	}

h2.pagetitle {
	margin: 10px 0;
	padding: 12px 0 0 18px;
	color: #3b2723;
	font-family: Georgia, Sans-Serif, Georgia, Arial, 'Lucida Grande', Verdana;
	font-size: 1.7em;
	font-weight: normal;
	font-style: italic;
	background: url('http://www.tonvandongen.com/wp-content/themes/vanton/images/archief.png') no-repeat top left;
	width: 600px;
	height: 65px;
	}
	
h2.zoeken {
	margin: 10px 0;
	padding: 12px 0 0 18px;
	color: #3b2723;
	font-family: Georgia, Sans-Serif, Georgia, Arial, 'Lucida Grande', Verdana;
	font-size: 1.7em;
	font-weight: normal;
	font-style: italic;
	background: url('http://www.tonvandongen.com/wp-content/themes/vanton/images/archief.png') no-repeat top left;
	width: 600px;
	height: 65px;
	}
	
h3.comments {
	padding: 4px 0 0 10px;
	margin: 30px auto 20px ;
	}
	
h4 {
	margin: 20px 0;
	padding: 10px 0 0 18px;
	color: #3b2723;
	font-family: Georgia, Sans-Serif, Georgia, Arial, 'Lucida Grande', Verdana;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
	}
	
h6 {
	background: url('http://www.tonvandongen.com/wp-content/themes/vanton/images/post1.png') no-repeat top left;
	margin: 0;
	padding: 20px 0 0 18px;
	color: #3b2723;
	font-family: Georgia, Sans-Serif, Georgia, Arial, 'Lucida Grande', Verdana;
	font-size: 1.7em;
	font-weight: normal;
	font-style: italic;
	height: 37px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

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

a:hover {
	color: #822e2d;
	text-decoration: none;
	}
	
a:active {
	outline: none;
	}
	
a.bodylink {
	color: #e1702d;
	text-decoration: none;
	}
 
a.bodylink:hover {
	color: #b1702d;
	text-decoration: none;
	}

/* ########## Einde Text ########## */

/* ########## Begin Images ########## */

hr {
	display: none;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	margin-bottom: 4px;
	}

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;
	}
	
img {
	border: 0;
	}

a img {
	border: none;
	}

/* ########## Einde Images ########## */
	
/* ########## Begin sidebar ########## */

#sidebar {
	float: right;
	padding: 0;
	margin: 17px 10px;
	width: 190px;
	font-size: 12px;
	font-family: Verdana, Sans-Serif, Times New Roman, Arial, 'Lucida Grande';
	}

#sidebar h2 {
	background: url('http://www.tonvandongen.com/wp-content/themes/vanton/images/sidebarh2.png') bottom no-repeat;
	margin: 0 0 10px 0;
	padding-top: 9px;
	padding-left: 15px;
	width: 170px;
	height: 25px;
	color: #444;
	font-family: Georgia, Sans-Serif, Times New Roman, Arial, 'Lucida Grande', Verdana;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	}
	
#sidebar .textwidget {
	padding-left: 15px;
	width: 190px;
	font-size: 12px;
	font-family: Verdana, Sans-Serif, Times New Roman, Arial, 'Lucida Grande';
	}
	
#sidebar .widget_whitcounter {
	margin-left: 16px;
	width: 155px;
	border-bottom: dashed 1px #777;
	}
	
#sidebar .tagcloud {
	margin-left: 16px;
	width: 160px;
	}
	
#sidebar select {
	width: 153px;
	color: 333;
	font-size: 12px;
	font-family: Verdana, Sans-Serif, Times New Roman, Arial, 'Lucida Grande';
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 5px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 15px 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	background: url('http://www.tonvandongen.com/wp-content/themes/vanton/images/sidebarpijl.png') left 4px no-repeat;
	margin: 3px 0 6px 0;
	padding: 0 25px;
	padding-bottom: 3px;
	line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
	color: #777;
	border-bottom: dashed 1px #777;
	width: 105px;
	}
	
#sidebar ul.children li {
	border-bottom:none;
	}
	
#sidebar ul.children {
	margin-bottom:-5px;
	}

#sidebar a {
	display: block;
	color: #808080;
	text-decoration: none;
	display: inline;
	}

#sidebar a:hover {
	color: #9f9f9f;
	text-decoration: none;
	}

#sidebar p {
	padding: 2px 15px;
	font: 1.1em Arial, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
   
.reclame {
	margin: 20px 15px;
	padding: 0;
	}
	
.smoke {
	background: url('/images/sidebar.') no-repeat bottom center;
	margin: 20px 15px;
	padding: 0;
	width: 188px;
	height: 271px;
	}
   
.sidetext1{
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1em;
	font-weight: normal;
	color: #76808a;
	}

.sidetext2{
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1em;
	font-weight: normal;
	color: #eba647;
	}
   
/* ########## Einde sidebar ########## */

/* ########## Begin Various Tags & Classes ########## */

.clear {
	clear: both;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.thread-alt {
	background-color: #f8f8f8;
	}
	
.thread-even {
	background-color: white;
	}

.depth-1 {
	border: 1px solid #ddd;
	}

.even {
	border-left: 1px solid #ddd;
	}

.alt {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

/* ########## Einde Various Tags & Classes ########## */

/* ########## Begin Calendar ########## */

#wp-calendar {
	empty-cells: show;
	margin: 0 15px 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 3px;
	text-align: right;
	text-decoration: none;
	margin-top: 8px;
	}

#wp-calendar #prev a {
	padding-left: 0px;
	text-align: left;
	text-decoration: none;
	margin-top: 8px;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	margin-left: 2px;
	margin-bottom: 8px;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: underline;
	}

#wp-calendar caption {
	font: bold 1.2em Verdana, Sans-Serif;
	color: #333;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#wp-calendar caption, cite {
	text-decoration: none;
	}

/* ########## Einde Calendar ########## */

/* ########## Begin Captions ########## */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

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

/* ########## Einde Captions ########## */

/* ########## Begin Footer ########## */

#fake {
	width: 850px;
	height: 40px;
	}

#foot {
	width: 850px;
	height: 40px;
	background: url('http://www.tonvandongen.com/wp-content/themes/vanton/images/foot.png') no-repeat bottom center;
	}
	
.foot {
	float: right;
	padding: 0 25px 0 0;
	}

#footer {
	background: url('http://www.tonvandongen.com/wp-content/themes/vanton/images/footer.png') no-repeat;
	height: 59px;
	width: 850px;
	clear: both;
	}
	
.design {
	float: left;
	width: 250px;
	margin: 0;
	padding-top: 25px;
	padding-left: 25px;
	text-align: left;
	color: #4e4f49;
	font-size: 12px;
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	}

.rights {
	float: right;
	width: 550px;
	margin: 0;
	padding-top: 25px;
	padding-right: 25px;
	text-align: right;
	color: #4e4f49;
	font-size: 12px;
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	}
	
#footer a {
	color: #4e4f49;
	}

/* ########## Einde Footer ########## */

/* ########## Begin WP Navi ########## */

.wp-pagenavi {
	margin: 5px 20px;
	width: 830px;
	height: 35px;
	padding-top: 5px;
	padding-left: 5px;
	background: url('/wp-content/themes/vanton/images/navigation.png') no-repeat top left;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #0066cc;	
	}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #0066cc;	
	}

.wp-pagenavi a:hover {
	color: #0066cc;
	}
	
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #0066cc;	
	}
	
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #333;
	}
	
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #daa460;
	}
	
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	color: #333;
	}

/* ########## Einde WP Navi ########## */

/* ########## Begin Contactform ########## */

div.wpcf7 {
	margin: 0;
	padding: 0;
	float: left;
	width: 500px;
	clear: both;
}

div.wpcf7 form input, div.wpcf7 form textarea {
	display: block;
	margin: 0.3em 0px 0px 0px;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	background: #fff;
	color: #bdbdbd;
	-moz-box-shadow: 0 0 4px #e1e1e1;
	-webkit-box-shadow: 0 0 4px #e1e1e1;
	box-shadow: 0 0 4px #e1e1e1;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
	border: solid 1px #e1e1e1;
	}
	
div.wpcf7 form input {
	width: 177px; height: 19px; padding: 1px 2px 3px;
	}

div.wpcf7 form textarea {
	overflow: hidden;
	width: 435px;
	height: 150px;
	padding: 8px 2px;
	line-height: 1.5;
	}

div.wpcf7 form input:hover, div.wpcf7 form textarea:hover {
	border: 1px solid #bdbdbd;
	color: #2a2f32;
	-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
	}

div.wpcf7 form input:focus, div.wpcf7 form textarea:focus {
	border: 1px solid #bdbdbd;
	color: #2a2f32;
	background: #fff;
	-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
	}

div.wpcf7 form input[type='submit'] {
	text-align: center;
	width: 182px;
	height: 26px;
	color: #fff;
	background: #daa460;
	margin-top: 1.1em;
	font-size: 1.1em;
	cursor: pointer;
	padding-bottom: 6px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 5px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
	}
	
div.wpcf7 form input[type='submit']:hover {
	color: #ffeedb;
	-webkit-transition: 0.5s;
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
	}

div.wpcf7 span {
}

div.wpcf7 p {
	text-align: left;
}

div.wpcf7-response-output {
	margin: 2em 0 2em 0;
	padding: 0.2em;
	float: left;
	border: 2px solid #daa460;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #5a7e14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #daa460;
}

div.wpcf7-spam-blocked {
	border: 2px solid #daa460;
}

div.wpcf7-validation-errors {
	border: 2px solid #daa460;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #e5e5e5;
	border: 1px solid #daa460;
	font-size: 10pt;
	width: 100%;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #daa460;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}

/* ########## Einde Contactform ########## */

/* ########## Einde CSS van Ton ########## */