@import url(jScrollPane.css);

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

 
a{
	color: #8f7c4e;
	font-weight: bold;
	/* color: #559fb0; default */		
	text-decoration: none;
}

a:hover{

	color: #463d26;

}

body {
	margin-top: -10px;
	
	font-family: "p22-underground-1",
                "p22-underground-2",
                "P22UndergroundPro-Book", 
                "P22 Underground Pro Book",  
                "P22JohnstonUnderground-Regular",
                "P22JohnstonUnderground",
                "P22 Underground",
                "Gill Sans", 
                "Gill Sans MT",
                GillSansMT,
                GillSans,
                Helvetica, 
                Arial,
                sans-serif; 
	
	
/* 	background-image:url(images/background_solid.png); */
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:20px;
}


#navigation{
	position: absolute;
	left:120px;
	top:20px;
}

#navigation li {
	list-style: none;
	float: left;
	margin-left: 70px;
}

#navigation li a{
	font-size: 16px;
	color:gray;
}

#notebook {
	background-position:-10px 0;
	padding:70px 0 0 170px;
	width:960px;
	height:945px;
	background-image:url(images/notebook.png);
	background-repeat:no-repeat; 

}

#notebook #logo{
	width:480px;
	margin-top:30px;
	margin-bottom: 20px;
}

#notebook #logo h1 a{
	font-weight: bold;
}

#content {
	padding-bottom: 50px;
	width: 460px;
	height: 710px;
	float: left;
	
	position:relative;	/* needed */
	z-index:1;			/* needed and important */
	overflow:hidden;	/* suggested */

		
}

#content img{
	margin:10px 0;

}

a img.size-full{
	width: 98%;
}

 

#content p {
	text-shadow: 1px 1px 1px white;
	margin:0 40px 20px 0;
	display: block;
}

#content .article{
	margin-bottom: 30px;
	width:440px;
	overflow: hidden
}

#content .article h2 a{
	
	font-size: 18px;
	
	font-style: normal;
	
	font-weight: normal;
	
	display: inline;
	text-decoration: none;
	color: #585353;
}

#content .date{
	color: #8f7c4e;
	display: inline;
}


#kantlijn {
	position:absolute;
	top:50px;
	left:642px;
	width:38px;
	height:892px;
	background-image:url(images/kantlijn.png);
	background-repeat:no-repeat;
	
}


#sidebar{
	position: absolute;
	top: 80px;
	left:685px;
	width: 185px;
	height:670px;
	float: right;
	z-index: 5;
}

h2.widgettitle{
	color: #7e7e7e;
	margin-left: 22px;
	width: 200px;
}



#sidebar h2 {
	font-size: 12px;
}

#tag_cloud-3{
	height:100px;
	width: 200px;
	display: block;
	
	margin-left: 15px;
	margin-bottom: 110px;
	margin-right: 15px;
	margin-top: 45px;
}


#sidebar ul{
margin:20px 0;
}

#sidebar ul li{
	float: left;
	list-style: none;
	margin-right:15px;
	
}

textarea{
	width: 440px;
	border:1px solid #ccc;
}

input {
	height: 20px;
	width: auto;
	border:1px solid #ccc;
}

input[type='submit'], button{
	height: auto;
	padding: 5px;
}


#sidebar input{
	width: 165px;
	height: 20px;
	border:1px solid #ccc;
	-webkit-border-radius:15px;
	padding:0 5px;
	-moz-border-radius:15px;
}

#footer{
	color: #7e6f45;
	margin-top: -50px;
	text-shadow: 1px 1px 1px;
	width: 700px;
	text-align: center;
}

#footer a{
 	text-shadow: 0px 0px;
 	color: #8f7c4e;
 	font-weight: normal;
} 



#fade_top{
	position: absolute;
 
	top: 128px;
	left:170px;
	width: 445px;
	height: 10px;
	background-image: url(images/fade_top.png);
	z-index: 10;
 
}

#fade_bottom{
 
	position: absolute;
	top: 880px;
	left:170px;
	width: 445px;
	height: 30px;
	background-image: url(images/fade_bottom.png);
	z-index: 10;
 
}



.scrollbar {
	position: absolute;
	z-index: 10;
	width: 1px;
	height: 1px;
	border-width: 3px;
	-webkit-border-image: url(images/scrollbar.png) 3;
}
 
.scrollbar.horizontal {
	bottom: 1px;
	left: 1px;
}
 
.scrollbar.vertical {
	top: 1px;
	right: 1px;
}
 
#scroller {
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
 
	float:left;
	width:100%;
	padding:0;
	
	-webkit-box-shadow:0 0 8px #555;
}

#wydrp-2 h2{
	margin-bottom: 10px;
} 

.yd_rp_widget img{
margin-left: 50px;
}

