/*  
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

html, body{
	background: url(http://www.dirixnv.be/halenjeugdt_images/bgpattern.gif) ;
	font-family: Trebuchet MS,Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	text-align:center;
	height: 100%;
	font-size: 14px;
	line-height: 1.3;
        margin-bottom:30px;
}

#header {

	width: 100%;
	height: 510px;
}



#paper-container {
	top:140px;
	position: absolute;
	left: 50%;
	height:100%;
}

#paper {
	position: absolute;
	width: 617px;
	left:-307px;
	text-align:left;

}

#paper #top {
	position:relative;
        float:left;
}

#paper #body {
	position:relative;
	height:100%;
        float:left;
        clear:both;
}

#paper #body #background {
	position:absolute;
	height:100%;
}



#paper #body #content{
	position:relative;
	left: 106px;
	width: 465px;
}




#paper #bottom{

	position: relative;
        float:left;
        clear:both;
}


#menu {
	position:absolute;
	left: -295px;
	top: -48px;
	width:860px;
	font-family: "Century Gothic","Verdana",Vrinda;
	font-size: 15px;
	color: white;
}

#menu a{
	color:white;
	text-decoration:none;
}
#menu a:hover,a:active{
	color:gray;
}

#helmet {
	position: absolute;
	left: -100px;
	top: -125px;
	width:198px;
	height:358px;

}

#archive {
	position:absolute;
	left: 298px;
	top: 613px;
	width: 201px;
	height: 115px;
}


#archive #content{
	position:absolute;
        left: 16px;
        top:15px;
        text-align:left;
}

.sidebartitle{
       color: B4C24B;
       font-family: "Arial Black";
       font-size:15px;
}


#smallpaper {
	position:absolute;
	left: 298px;
	top: 376px;
	width: 201px;
	height: 242px;
}


#smallpaper #content{
	position:absolute;
        top:8px;
}

#smspaper{
	position:absolute;
	left: 298px;
	top: 178px;
	width: 201px;
	height: 207px;
}

#smspaper #content{
	position:absolute;
        top:14px;
        text-align:left;
        left:16px;
}

#mylogo {
	position:absolute;
	left: 298px;
	top: -1px;
	width: 201px;
	height: 190px;
}

#mylogo #content{
	position:absolute;
        left: 16px;
        top:15px;
}

#header #title {
	position:absolute;
	right: 3%;
	font-family: "Century Gothic","Verdana",Vrinda;
	font-size: 50px;
	color: white;
}




#footer {
	height:35px;
	position: relative;
float:left;
clear:both;
width:100%;
}















/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}



h2{
	font-size:2.2em;
color:#B4C24B;
margin-bottom:5px;

}
.entrytitle h2 a
{
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.3em;
	color:#6F6F6F;
}

/*************************************
 +Entry
 *************************************/
.entry{
      margin-bottom:2em;
}

.entry li{
margin-left:17px;
}

.entrymeta{
	font-size:0.9em;
}

.readmore{
	background:#fff url(http://www.dirixnv.be/halenjeugdt_images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

.postedby{
	background:#fff url(http://www.dirixnv.be/halenjeugdt_images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(http://www.dirixnv.be/halenjeugdt_images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(http://www.dirixnv.be/halenjeugdt_images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

.postinfo{
        margin-bottom:1em;
}


/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}

img.spacing { 
      margin-left: 5px;
      margin-right: 5px;
}

img.goleft{
   float:left;
      margin-left: 5px;
      margin-right: 5px;
}

#message {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	height: 30px;
	font-size:1.5em;
	color:#B4C24B;
	margin-top: 4px;
	margin-bottom: 4px;
}

	 2:57 pm on July 31, 2002 (utc 0)

