/*
  Website Cafe OK
  Created by Bart Bruggemann I Eyefun
  Copyright 2008 Eyefun. All rights reserved.
  Theme Name:Cafe OK Blog
  Theme URI:http://www.cafe-ok.nl/
  Description:-
  Version:1.0
  Author:Bart Bruggemann
  Author URI:http://www.eyefun.nl/
*/

/****** reset elements *****/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
	margin: 0;
	padding: 0;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

fieldset, img { 
	border: 0; 
	}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}

ol, ul { 
	list-style: none; 
	}

caption, th { 
	text-align: left; 
	}

h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

h1 {
	font-size: 14px;
	font-weight: normal;
	}

h2 {
	font-weight: bold;
	line-height: 1.2em; 
	}

q:before, q:after { 
	content: ''; 
	}

abbr, acronym { 
	border: 0; 
	}

acronym, abbr { 
	border-bottom: 0px dashed #333; 
	}

acronym, abbr, span.caps { 
	}

acronym, abbr { 
	cursor: help; 
	}

blockquote { 
	padding-left: 5px; 
	}

cite {
	color: #b0b0b0;
	font-size: 10px;
	font-style: normal;
	}

cite a { 
	color: #b0b0b0; 
	}

ol#comments li p { 
	font-size: 100%; 
	}

.feedback, label small { 
	font-size: 10px; 
	}

li { 
	font-size: 11px; 
	}

/* classes used by the_meta() */
ul.post-meta { list-style: none; }
ul.post-meta span.post-meta-key { font-weight: bold; }

.feedback {
	color: #b0b0b0;
	text-align: left;
	clear: both;
	margin-bottom: 30px;
	margin-top: 5px;
	}

.feedback a { 
	color: #b0b0b0; 
	}

.storytitle { 
	margin-bottom: 0; 
	}

.storytitle a { 
	text-decoration: none; 
	}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #a8aba8;
	}

#commentform textarea { 
	width: 570px; 
	}

#commentlist li ul {
	border-left: 1px solid #ddd;
	list-style-type: none;
	}


.commentform hr {
	border: 0px;
	height: 1px;
	color: #1fbeca;
	width: 585px;
	background-color: #b0b0b0;
	margin-top: 20px;
	}



/***********************************************************/
/** basis **/
/***********************************************************/
html, body {
	height: 100%;
	}

body {
	background-color: #ffffff;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	}

#container {
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 860px;
	margin: auto;
	}
	
#container_home {
	width: 860px;
	margin: auto;
	}	



/***********************************************************/
/** header **/
/***********************************************************/
#header {
	background-color: #ffffff;
	width: 860px;
	height: 207px;
	}

.logo {
	width: 140px;
	height: 162px;
	margin-left: 360px;
	z-index: 2;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;

	}

.logo h1 {
	width: 140px;
	height: 162px;
	display: inline;
	text-align: left;
	}

.logo h1 a {
	display: block;
	width: 140px;
	height: 162px;
	}

.logo h1 a span { 
	margin-left: -4000px; 
	}

#header .nav {
	background-color: #cb0510;
	height: 30px;
	width: 860px;
	}

#header .nav ul { }

#header .nav li {
	display: inline;
	padding: 0;
	margin: 0;
	}

#header .nav li a {
	display: block;
	float: left;
	background-position: 0px 0px 0px 0px;
	}

#header .nav li a:hover {
	float: left;
	background-position: -0px -30px;
	}

#header .nav li.selected a:link, #header .nav li.selected a:visited { background-position: -0px -30px; }

#header .nav .home {
	width: 42px;
	height: 30px;
	background-image: url(../images/nav_home.gif);
	}

#header .nav .over {
	width: 99px;
	height: 30px;
	margin-left: 59px;
	background-image: url(../images/nav_over.gif);
	}
	

#header .nav .akties {
	width: 52px;
	height: 30px;
	margin-left: 59px;
	background-image: url(../images/nav_akties.gif);
	}


#header .nav .werk {
	width: 143px;
	height: 30px;
	margin-left: 59px;
	background-image: url(../images/nav_werk.gif);
	}

	
	
#header .nav .blog {
	width: 42px;
	height: 30px;
	margin-left: 60px;
	background-image: url(../images/nav_blog.gif);
	}

	
#header .nav .nieuws {
	width: 55px;
	height: 30px;
	margin-left: 60px;
	background-image: url(../images/nav_nieuws.gif);
	}
	
	
#header .nav .contact {
	width: 66px;
	height: 30px;
	margin-left: 59px;
	background-image: url(../images/nav_contact.gif);
	}


/** position fix IE6 **/
*html #header .nav .over {
	margin-left: 30px;
	}	

*html #header .nav .akties {
	margin-left: 30px;
	}	

*html #header .nav .werk {
	margin-left: 30px;
	}		

*html #header .nav .blog {
	margin-left: 30px;
	}		

*html #header .nav .nieuws {
	margin-left: 30px;
	}

*html #header .nav .contact {
	margin-left: 30px;
	}
	
/***********************************************************/
/** typografie **/
/***********************************************************/
body {
	font-family: arial,helvetica,verdana;
	font-size: 12px;
	line-height: 16px;
	color: #331206;
	}

h2 {
	font-size: 16px;
	font-weight: bolder;
	}

h4 { display: none; }

h3, h3 a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #cb0510;
	font-weight: bolder;
	height: 25px;
	margin-bottom: 10px;
	text-decoration: none;
	}
	

p { margin-top: 0px; }
hr { display: none; }
a:hover { color: #cb0510; }
a { color: #331206; }

#title_left .storytitle a {
	text-decoration: none;
	border-top: 0px #cb0510 solid; 
	}

#archives {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #262c26;
	margin-top: 30px;
	margin-bottom: 12px;
	line-height: 1.2em;
	}

#archives h2 a { text-decoration: none; }

#archives li a {
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	}

#archives li { line-height: 16px; }

.navonder, .navonder a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #1fbeca;
	font-weight: bolder;
	text-decoration: none;
	text-align: right;
	}

.link a {
	color: #1fbeca;
	text-decoration: none;
	}

.link a:hover {
	color: #fff;
	background-color: #1fbeca;
	}

.error {
	color: #b40814;
	background-color: #f6ced1;
	padding: 10px;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #b40814;
	}

strong { font-weight: bold; }



/***********************************************************/
/** content **/
/***********************************************************/
#content {
	width: 860px;
	height: 100%;
	min-height: 450px;
	}

#kolom_links {
	float: left;
	margin-bottom: 30px;
	width: 190px;
	padding: 0px 10px 10px 0px;
	}

#kolom_rechts {
	float: left;
	margin-bottom: 30px;
	width: 640px;
	margin-left: 20px;
	}

#title {
	height: 25px;
	border-bottom: 1px #cb0510 solid;
	margin-bottom: 10px;
	}

#title_left { 
	float: left; 
	width: 500px;
	}

#title_right {
	float: right;
	width: 140px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: right;
	line-height: 22px;
	color: #9fa4a7;
	}

#kolom_rechts img {
	margin-top: 3px;
	margin-bottom: 10px;
	}

	
.imgplain {
	margin-left: -10px;
	}
	
img.alignleft { 
	display: inline; 
	}

.alignleft { 
	float: left; 
	}

.feedback {
	border-top: 1px #cb0510 solid; 
	}
	
	
.commentform {
	text-align: left;
	width: 640px;
	}


.commentform_link img { border-width: 0px; }



/***********************************************************/
/** Comment Stuff **/
/***********************************************************/
.commentbar {
	font-size: 10px;
	color: #b0b0b0;
	}

.commentbar a { color: #b0b0b0; }

.comment {
	border: 1px #b0b0b0 solid;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	}

.comment p {
	padding: 0px;
	margin: 0px;
	}

.awpcomments ol.comments {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none !important;
	}

.awpcomments ol.comments * > ol.reply {
	list-style-type: none !important;
	padding-left: 1.3em;
	margin-left: 0;
	}

.awpcomments * ol.reply { list-style-type: none !important; }

.awpcomments * .authorcomment {
	border: 1px solid #c0c0c0;
	line-height: 1.5em;
	margin: 3px;
	padding: 4px;
	}

.awpcomments * .commentbar {
	display: block;
	margin: 0 !important;
	padding: 0px !important;
	text-align: left;
	}

.awpcomments * .commentbar cite { font-style: normal; }

.comment_form input[type=text], .comment_form textarea, .input {
	font-size: 1.1em;
	padding: 3px;
	border: 1px solid #B3B3B3 !important;
	}

.comment_form input[type=text]:focus, .comment_form  textarea:focus, .input:focus {
	background: #fff;
	color: #333;
	border: 1px solid #B3B3B3 !important;
	}

.preview_comment {
	border: 2px solid #B3B3B3 !important;
	padding-top: 10px;
	background: #ffffff url('http://anthologyoi.com/wp-content/plugins//aWP/modules/inlinecommentform/close_normal.gif') top left no-repeat;
	}

.comment_form input[type=text] {
	width: 300px;
	margin: 0px 5px 1px 0;
	}

.comment_form textarea {
	height: 100px;
	width: 95% !important;
	margin-right: 4% !important;
	font-size: 1.2em;
	}

.ed_button, .submit, .comment_form input[type=submit],.comment_form input[type=button] {
	border: 1px solid #B2B2B2;
	font-size: 11px;
	margin-right: 2px;
	padding: 3px;
	width: auto;
	}

.wp-smiley {
	vertical-align: middle;
	border: 0;
	}

.bigthrobber {
	right: 30%;
	position: absolute;
	z-index: 100;
	height: 50px;
	width: 50px;
	}



/***********************************************************/
/** form **/
/***********************************************************/
#kolom_links .focus {
	font-size: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #381a04;
	width: 175px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #ffffff;
	color: #381a04;
	margin-bottom: 10px;
	}

#kolom_links input.veld {
	font-size: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #b0b0b0;
	width: 175px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #ffffff;
	color: #6a5343;
	margin-bottom: 10px;
	}

#kolom_links input.veld_error {
	font-size: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #cb0510;
	width: 175px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #ffffff;
	color: #cb0510;
	margin-bottom: 10px;
	}
	
	
	.focus {
	font-size: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #381a04;
	width: 325px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #ffffff;
	color: #381a04;
	margin-bottom: 10px;
	}

input.veld {
	font-size: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #b0b0b0;
	width: 325px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #ffffff;
	color: #6a5343;
	margin-bottom: 10px;
	}

table { margin-bottom: 10px; }

input.veld_error {
	font-size: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #cb0510;
	width: 325px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-color: #ffffff;
	color: #cb0510;
	margin-bottom: 10px;
	}

.submit, form input[type=submit],.form input[type=button] {
	border: 1px solid #B2B2B2;
	font-size: 11px;
	margin-right: 2px;
	padding: 3px;
	width: auto;
	}

/***********************************************************/
/** footer **/
/***********************************************************/
#footer_home {
	background-color: #ffffff;
	clear: both;
	float: none;
	width: 860px;
	height: 30px;
	}
	
#footer {
	background-color: #ffffff;
	clear: both;
	float: none;
	width: 860px;
	height: 30px;
	padding-top: 15px;
	}
	
#copyright {
	float: left;
	background-color: #ffffff;
	width: 600px;
	height: 30px;
	padding-top: 5px;
	border-top: 1px #331206 solid;
	}

#email {
	float: right;
	text-align: right;
	background-color: #ffffff;
	width: 260px;
	height: 30px;
	padding-top: 5px;
	border-top: 1px #331206 solid;
	}
	