/* 
Theme Name: Geitjes
Theme URI: http://lenaluna.nl
Description: A single column WordPress theme with 100% background image.
Author: LenaLuna
Author URI: http://lenaluna.nl
Version: 0.1
Tags: one columns, fixed width, no sidebar, background image

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

@import url('yui-reset.css');
/* Begin Typography & Colors */

*{border:0px solid #eee;margin:0;padding:0;list-style:none}
html,body,#bg,#bg table,#bg td,#cont{width:100%;height:100%;overflow:hidden}
body{
	font-size: 100%; /* 16px */
	font-family: Arial, Sans-Serif;
	color: #000;
	background-color: #fff;
	cursor:default;}
a{text-decoration:none;color:#000;outline:0}
img{display:block}
img#logo{position:absolute;top:10px;left:10px;z-index:50;overflow:auto}
#bg div{position:absolute;width:200%;height:200%;top:-50%;left:-50%}
#bg td{vertical-align:middle;text-align:center}
#bg img{min-height:50%;min-width:50%;margin:0 auto}

#cont{position:absolute;top:0;left:0;z-index:70;overflow: auto;}

.box{position:absolute;top:0;left:120px;width:500px;padding-bottom:100px;background:url(img/wit_trans.png) repeat;}
.box div{line-height:1.5em;padding: 20px 30px;}
.box div a{text-decoration:underline}
.box div div {background:none;padding:0;}
#content {margin-top: -25px;}
#header {}

/*	Begin Headers */

h2, .post h2, h2.post_title, .pagepost h2 {
	margin: 0;
	padding: 5px 0 7px 3px;
	background-color: #C6CCA5;
	color: #fff;
	font-weight: bold;
	}
h2 a, .post h2 a, .pagepost h2 a {
	color: #fff;
	text-decoration: none;
	background-color: #C6CCA5;
	}	
/* End Headers */

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

a:hover {
	color: #777;
	text-decoration: underline;
	}
p {
	margin-bottom: 8px;
}
p.nocomments{
	display: none;
}
strong {
	font-weight: bold;
}	
small, .postmetadata {
	display: none;
}
.alignleft {
	float: left;
	margin-right: 5px;
}

.clearAll {
	clear: both;
}

/*  Plugin related */

/*  translate cms */
.icl-nl, .icl-en, #lang_sel li ul a,  #lang_sel li ul a:hover{
background-color: transparent !important;
}
/*  translate cms */
.breadcrumb {
	margin-top: 25px;
	font-size: 0.625em;
}
.lgpow, .mapp-poweredby {
	display: none;
}
.top_navigator {
	font-size: 9px;
}
/* End plugin related */

