/*  
Theme Name: EK 2008
Author: Marcel en Mike Ruis
Author URI: http://www.3mf.nl/
Theme URI: http://ek2008.mikeruis.nl/
Description: Designed by Marcel and Coded by Mike /Valid  XHTML 1.0 Transitional EN | Tested on Firefox 2.0.4 , IE 7 /6, Opera 9.20<br />Bugreport / Support: info@mikeruis.nl.<br /><br /> This Theme is released under the "do with it whatever you want" licence. <br /><br />
Version: 1.0
*/

/* We need this... */

body {
	color: #000000;
	line-height:1.6;
	margin-bottom: 0;
	margin: 0;
	padding: 0;
	background-color:#666	/*background-image: url(./images/zebra.jpg);
	background-repeat:repeat-x;*/;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

h1{
	margin: 0;
	padding:0;
}
h2{
	margin: 0;
	padding:0;
}

img{
	border: 0;
	margin: 0;
	padding: 0;
}

/* for different commentars*/

/* needed*/
acronym, abbr, span.caps {
	cursor: help;
	}
	
/* Center everything */

div.cornertop{
	/*background-image: url(./images/corner_top.gif);
	background-repeat: repeat-y;
	width: 860px;
	height: 29px;*/
}

div.cornerbot{
	/*background-image: url(./images/corner_bot.gif);
	background-repeat: repeat-y;
	width: 818px;
	height: 29px;
	clear: both;*/
}

div.wrapper{
	margin: 0 auto;
	width: 860px;
	background-color: #FFF;
	/*background-image: url(./images/bg_wrapper.gif);
	background-repeat: repeat-y;*/
}

div.wrapper2{
	/*padding-left: 18px;
	padding-right: 18px;*/
}

/* Headimg */

#head{
	background-image: url(./images/header_wk.jpg);
	background-repeat: no-repeat; 
	height: 222px;
}

#head h1{
	padding-left: 10px;
	font-size: 24px;
	font-weight: bold;
}

#head a{
	color: #000;
	text-decoration: none;
}

#head h2{
	padding-left: 10px;
	font-size: 12px;
	color: #4e4e4e;
}

/* Content */ 

#contentbg{
	background-image: url(./images/body_wk.jpg);
	background-repeat: no-repeat;
	/*height:2000px;*/
	background-color: #fda500;
	float: left;
	width: 860px;
}

#content{
	margin-left: 25px !important;
	margin-left: 25px;
	margin-top: 10px;
	width: 635px;
	float:left;
}

#content h1{
	font-size: 18px;
}

#content a{
	text-decoration: none;
	color: #900;
}

#content a:hover{
	text-decoration: underline;
	color: #FC0;
}

#content p img{
	margin-right: 10px;
	margin-bottom: 10px; 
	margin-left: 10px;
	float:left;
}

div.posts{
	padding: 5px 10px 15px 0px !important;
	padding: 5px 8px 15px 0px;
	border-bottom:#ddd 1px dashed;
	width: 620px;
	float:left;
}
div.aanmeld{
	padding: 5px 8px 15px 20px;
	border-bottom:#ddd 1px dashed;
	width: 750px;
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 12px;
}
/* Navigation */
/*menu */
#nav{
	padding-left: 190px;
	padding-top: 174px;
	height: 54px;
	width: 860px;
	/*background-image: url(./images/menu.jpg);
	background-repeat: no-repeat;*/
}

#nav a{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	clear: left;
}

#nav ul{
	display: inline;
}

#nav li{
	margin-left: 10px;
	margin-right: 20px;
	list-style: none;
	padding-top: 8px;
	float:left;
	height: 30px;
}

#nav li:hover{
	background-image: url(./images/navsep.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#nav li.current_page_item{
	background-image: url(./images/navsep_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* end menu */

/* Sidebar */ 

#sidebar{
	float: right;
	width: 200px;
	list-style: none;
	padding-top:130px;
}

#sidebar li a{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar ul{
	margin: 0;
	padding:0;
	list-style: none;
	display: inline;
}

#sidebar h3{
	font-size: 14px;
}

#sidebar a{
	text-decoration: none;
	color: #000099;
}

#sidebar a:hover{
	text-decoration: underline;
	color: #999999;
}

div.footertext{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

span.prev{
	padding-left: 10px;
	float:left;
}

span.next{
	margin-right: 10px;
	padding-right: 10px;
	float:right;
}

/* Search form */

#searchform {
	width: 200px;
	text-align: center;
}

#searchform #s{
	color: #000;
	background-color: #CCC;
	border: 1px solid #CAE2F4;
	width: 100px;
}
#searchform input{
	width: 70px;
}

#searchdiv{
	
}

form#commentform{
	width: 200px;
}

/* Date in Posts */

.the_date {
	display:block;
	text-align: center;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	background: url(./images/calendar.png) no-repeat;
	width:40px;
	margin-right: 5px;
}

.date_m {
	display:block;
	font-size: 10px;
	margin:-2px;
	padding:0;
	font-weight: bold;
	text-align:center;
}

.date_d {
	display:block;
	font-size:1.4em;
	margin:0;
	padding: 0 0 1px 0;
	text-align: center;
}

/* User Icon */

div.author{
	float:left;
	display: block;
	margin-bottom: 10px;
}


/* 
Comment comic speakbubbles
alt = alternate (Bubble color 2)
*/ 

div.commentdiv{
	padding: 0px 10px 0px 10px;
	margin-top: -10px;
	/*background-image: url(./images/comment.png);
	background-position: top;
	background-repeat: no-repeat;
	/*background-color: #FFFFFF;*/
	border: 0;
}

div.commentdivalt{
	padding: 0px 10px 0px 10px;
	margin-top: -10px;
	/*background-image: url(./images/comment_alt.png);
	background-position: top;
	background-repeat: no-repeat;
	/*background-color: #A2D7FF;*/
	border: 0;
}

div.commentdiv ul{
	padding: 0px;
	margin-top: 10px;
	margin-left: 20px;
}

div.commentdivalt ul{
	padding: 0px;
	margin-top: 10px;
	margin-left: 20px;
}

a.commentalt{
	/*background-color: #A2D7FF;*/
}

a.comment{
	/*background-color: #669900;*/
}

/* Rounded bottom corners... */

div.commentdivbotalt{
	/*background-image: url(./images/comment_alt_bot.png);*/
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 12px;
	margin-top: 0px !important;
	margin-top: -10px;
	border: 0;
}

div.commentdivbot{
	/*background-image: url(./images/comment_bot.png);*/
	background-position: bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-top: 0px !important;
	margin-top: -5px;
	height: 12px;
	border: 0;
}

/* Comment inputboxes */

input#author{
	border: 1px solid #8D9DAA;
	background-color: #CCC;
}

input#email{
	border: 1px solid #8D9DAA;
	background-color: #CCC;
}

input#url{
	border: 1px solid #8D9DAA;
	background-color: #CCC;
}

textarea#comment{
	border: 1px solid #8D9DAA;
	background-color: #CCC;
	width: 550px;
}

#poulea{
	background-color: #E6E6E6;
	border: thin solid #999999;
	float: left;
	width: 165px;
}
#poulea input{
	background-color: #C8DBF9;
	border: 1px solid #999999;
	width:30px;
}
#poulea select{
	background-color: #C8DBF9;
	border: 1px solid #999999;
}

#pouleb {
	background-color: #E6E6E6;
	border: thin solid #999999;
	float: left;
	margin-left: 10px;
}
#pouleb input{
	background-color: #B5E6AC;
	border: 1px solid #999999;
	width:30px;
}
#pouleb select{
	background-color: #B5E6AC;
	border: 1px solid #999999;
}

#poulec {
	background-color: #E6E6E6;
	border: thin solid #999999;
	float: left;
	margin-left: 10px;
}
#poulec input{
	background-color: #FFDFAE;
	border: 1px solid #999999;
	width:30px;
}
#poulec select{
	background-color: #FFDFAE;
	border: 1px solid #999999;
}

#pouled {
	background-color: #E6E6E6;
	border: thin solid #999999;
	float: left;
	margin-left: 10px;
}
#pouled input{
	background-color: #E1CCDF;
	border: 1px solid #999999;
	width:30px;
}
#pouled select{
	background-color: #E1CCDF;
	border: 1px solid #999999;
}

#finales {
	margin: 0px;
	clear:both;
}

#teller{
	background:#999999;
	margin-left: 300px;
	padding: 0px;
	float: left;
	width: 250px;
	border: thin solid #999999;
	margin-top: 70px;
}

.wit{
	color:#000;
}

