/*
Theme Name: Lennard Schuurmans
Theme URI: http://lennardschuurmans.com
Version: 1.0
Author: Lennard
*/

/* kleuren:
color: #b77527; -> hilite
color: #C3BBB2; -> menu tekst
color: #999999; -> menu rollover
color: #534F47; -> post tekst
*/

	/* kill defaults */

* {
	margin: 0;
	padding: 0;
	background-color: transparant;
	font-size: 11px;
}

html
{
/*	height: 100%;*/
}
/* Begin Typography & Colors */

body {
/*	font-size: 100%;*/ /* Resets 1em to 8px */
	font-family: Georgia,Serif,Garamond;
	background: url(images/right-col.gif) right repeat-y;
	color: #534F47;
	font-style:italic;
	min-height: 100%;
/*	border: 1px solid red;*/
}

#page {
	background: url(images/bg.png) left repeat-y !important;
	min-height: 700px;
	overflow: auto;	
	position: relative;
	min-height: 100%;
}

/*.description {
	font: 600 0.9em Georgia,Serif,Garamond;
	color: 	#transparant !important;
}
*/
#content {
/*	font-size: 0.9em*/
}

.widecolumn .entry p {
/*	font-size: 0.9em;*/
}

/*
.alt {
	background: #000;
}

li.alt {
	background: #000;
}
*/
/*#footer {
	background: #000;
	border-top: 0px solid #999999;
}
#footer a {
	text-decoration: none;
}
*/

.postmetadata a {
	text-decoration: none;
}

h1, h2, h3 {
	font-family:  Georgia,Serif,Garamond;
	font-weight: 600;
}

h1 {
/*	font-size: 0.9em;*/
	font-size: 18px;
}

a, a:link, a:visited {
	color: #b77527;
	text-decoration: none;
}

a:hover, a:active {
	color: #a55305;
/*	font-weight: bold;*/
/*	text-decoration: underline;*/
}

/* End Typography & Colors */



/* Begin Structure */
body {
	text-align: center;
	}

#page {
	width: 950px;
	height: 100%;
	left: 0px;
	top: 0px;
	clear: both;
	margin: 0 auto;
	text-align: left;
/*	border: 1px solid black;*/
}


#header {
	padding: 108px 0 0 0;
	margin: 0 0 0 175px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 700px;
/*	height: 50px;*/
	clear: both;
	background-color: #212121;
	border-bottom: 20px solid black;
	}
	#header h1
	{
		margin: 0;
		padding: 0;
	}

.description {
    margin-left: 10px;
	clear: both;
}

div#container {
	width: 100%;
	float: left;
/*	padding-top: 20px;*/
	overflow: auto;
	height: 100%;
	clear: both;
	background: transparant;

}
div#content {
	margin: 0 75px 0 175px;
	background-color: #212121;
/*	padding-left: 10px;*/

}
	div#content h2 a
	{
		color: #534F47;
		text-decoration: none;
	}
div.sides {
	float: left;
	overflow: hidden;
	width: 125px;
/*	padding-top: 20px;*/
    vertical-align: top;


	}

div#sidebar {
/*	margin: 0 0 0 -100%;*/
	vertical-align: top;
	width: 165px;
/*	border: 1px solid red;*/
}
* html div#sidebar {
	position: relative;
}
div#sidebar2 {
	margin: 0px 0 0 -65px;
	width: 63px;
	padding: 20px 0 0 0;
    vertical-align: top;
}

.post {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 60px solid #000000;

	}/*
	.posttitle {
		margin-right: 20px;
		margin-left: 20px;
		padding: 10px 0px;
	}*/
.post .entry p {
	margin-bottom: 10px;
}
.entry_top
{
	min-height: 50px; 
}
.more-link
{
	padding: 10px;
	display: block;
	clear: both;
	text-align: center;
}

.post hr {
	display: block;
	}


.narrowcolumn .postmetadata {

	text-align: center;
	border: none;
	
	}

.widecolumn .postmetadata {

	text-align: center;
	border: none;
	
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata {
	clear: both;
	margin-top: 15px;
	}

.clear {
	clear: both;
	}
div.clear {
	width: 100%;
	clear: both;
}
.whitespace {
	height: 0px;
	background: #fff;
}
		
.entry {
	clear: both;
	padding: 15px 0 0 0;
}

.excerpt
{
	color: #534f47;
	padding-top: 3px;
	padding-left: 10px;
}
/* End Structure */



/*	Begin Headers */
h1 {

	}

h2 {
	}

h2.pagetitle {

}

#sidebar h2 {

	}

h3 {

	}

h3.comments {

	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0 4px 2px 4px;
	margin: 0 0 0 7px;
	display: inline;
	}

img.alignleft {
	padding: 0 4px 0px 4px;
	margin: 0 7px 0 0;
	display: inline;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* End Images */



/* Begin Lists */

html>body .entry ul {
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 15px;
	margin-left: 10px;

	}

html>body .entry li {
	}

.entry ul li:before, #sidebar ul ul li:before, #sidebar2 ul ul li:before {
	}

.entry ol {
	margin-left: 35px;
	margin-bottom: 15px;
}
.entry ol li {

	}
.entry ul li ul li, .entry ul li ul li ul li {
/*	font-size: 100%;*/
}

.entry ol ol, .entry ol ul {
/*	font-size: 100%;*/
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar2 ul {
	list-style: none;
/*	width: 130px;*/
	text-align: right;
}

#sidebar ul li, #sidebar2 ul li {
	padding-bottom: 15px;
}

#sidebar ul ul, #sidebar2 ul ul {
	/*list-style-image: url(images/bullet.gif);
		list-style-type: disc;*/
/*	padding-left: 18px;*/
}

#sidebar ul ul li, #sidebar2 ul ul li {
		padding-bottom: 0;
}

/* definition lists */

dl
{
clear: both;
display: block;
margin: 15px;
text-align: center;
/*font-size: 1.1em;*/
}

dl dt
{
left: 0;
width: 110px;
font-weight: 600;
float: left;
padding: 0;
text-align: left;
margin-bottom: 5px;
}

dd
{
border-left: 1px solid #ccc;
margin: 0 0 10px 130px;
padding: 0 0 1em 1em;
width: auto;
text-align: left;

}

/* End Entry Lists */

/* Begin Form Elements */
#searchform, #searchform2 {
 width: auto;
	}
#searchform2 {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#sidebar #searchform #s, #sidebar2 #searchform #s {
	width: 100px;
	background-color: #d8d8d8;
	border: 1px solid #ffffff;
	padding: 0 2px;

	}

#searchform2 #s2 {
	width: 200px;
	background-color: #d8d8d8;
	border: 1px solid #ffffff;
    padding: 0 2px;
}

#sidebar #searchsubmit, #sidebar2 #searchsubmit, #searchsubmit2 {
	width: auto;
/*	background: transparent url(images/find.gif) left no-repeat;*/
/*	padding-left: 18px;*/
	height: 20px;
	border: none;
	font-weight: 600;
/*	font-size: 1.1em;*/
	}


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	background-color: #FF0000;
	border: 1px solid #D8D8D8;
	}
	

#commentform {
	text-align: left;
/*	margin-top: 15px;*/
	padding: 10px;
}
#commentform label {display: block;clear: right;/*font-size: 1.1em;*/}
#commentform input {
	width: 300px;
	padding: 2px;
/*	background-color: #000000;*/
/*	border: 1px solid #000000;*/
	margin-bottom: 10px;

	}



#commentform textarea {
	width: 300px;
	height: 150px;
	padding: 2px;
	font-family: Georgia,Serif,Garamond;
	}

#commentform #submit {
	padding: 3px;
	color: #999;
	width: auto;
	margin-top: 5px;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	background: #fff;
	margin: 0;
	
	}

#commentlist {
/*	padding: 0;*/
	text-align: left;
/*	margin-right: 20px;
	margin-left: 0px;
	margin-top: 20px;
	border-top: 1px solid #FF0000;
*/	margin-bottom: 20px;
	padding-left: 10px;
	list-style: none;
	}


#commentlist li, #commentlist li.alt {

	list-style: none;
	padding-bottom: 10px;
	padding-top: 10px;

	}

#commentlist p {
	padding: 5px 0px;
	}

#commentform p {

	}

.nocomments {
	text-align: le;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

/* Begin Sidebars */
div.sides {
	float: left;
	overflow: hidden;
	width: 190px;
/*	padding-top: 20px;*/


}
div#sidebar {
	margin: 0 0 0 -100%;
/*	padding-top: 20px;*/
/*	padding-left: 10px;*/
}
* html div#sidebar {
	left: 10px;
	position: relative;
}
div#sidebar2 {
	margin: 0px 0 0 -115px;
	padding-top: 20px;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}


#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border: none;
	}

blockquote {
	margin: 15px 30px;
	padding: 10px;
	border: 1px dotted #FF0000;
	background: #FF0000;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	width: auto;
	margin-right: 20px;
	margin-bottom: 10px;
	display: block;
	clear: both;
	padding-bottom: 20px;
	background: transparent;
}

.navigation .alignright {
	width: 40%;
	float: right;
	background: transparent url(images/rarrow.gif) no-repeat top right;
	padding-right: 20px;
	text-align: right;
	}

.navigation .alignleft {
	float: left;
	width: 40%;
	background: transparent url(images/larrow.gif) no-repeat top left;
	padding-left: 20px;
	text-align: left;
	}

	

/* End Various Tags & Classes*/

/* menu structure */

#absnav {
	top: 53px;
	left: 0;
	width: 100%;
	text-align: left;
	height: 30px;
	position: absolute;
	z-index: 1000;
}

#navigation {
	width: 750px;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
}

/* menu structure */

#nav {
margin-left: 20px;
padding-left: 5px;

}

#nav, #nav ul{
padding:0;
list-style-type:none;
list-style-position:outside;
line-height:1.5em;
/*font-size: 15px;*/
text-align: right;

}

#nav ul ul{
padding:0;
list-style-type:none;
list-style-position:outside;
line-height:1.5em;
/*font-size: 15px;*/
text-align: left;
width: auto;

}
#nav li {
	    border-left: 4px solid #999999;	border-right: 4px solid #999999;margin-right: 5px;}
#nav li li {
	border: none;
	border-bottom: 1px solid #FF0000;
}

#nav li a{
display:block;
padding:0px 5px;
border:none;
color:#000;
text-decoration:none;
background:transparent;
}

#nav li ul li {
	display:block;
padding:0px 5px;

color:#000;
text-decoration:none;
background: #fff;
border-bottom: 1px dotted #FF0000;
}

#nav li ul li a {
	text-decoration: none;
}

#nav li li li {
display:block;
padding:0px 5px;
color:#000;
text-decoration:none;
background-color:#fff;
}

#nav a:hover{
background-color:#fff;
color:#000;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:8em;
top:1.5em;
}

#nav li ul a{
width:8em;
height:auto;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:8em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
#nav {

}
#menu
{
	position: fixed;
	width: 165px;
}
#menu a
{
	color: #C3BBB2;
	text-decoration: none;
}

#menu h1 a, #menu h1
{
	color: #C3BBB2;
	text-decoration: none;
	font-size: 18px;
}
#menu p
{
	color: #999999;
}
#menu ul li.current-cat a
{
	color: #b77527;
}

#menu ul li a:hover
{
	color: #999;
}
/* end top level menu */
/* Date Button */

.post-date {
	width: 0px;
	height: 0px;
	float: left;
	background: url(images/datebutton.gif);
	text-align: left;
}
.month {
	width:0px;
	height: 0px;
	vertical-align: top;
	font: 500 11px Georgia,Serif,Garamond;
	color: #ffffff;
	text-align: center;
}
.day {
	width: 0px;
	padding-top: 1px;
	vertical-align: bottom;
	height: 25px;
	font: 700 16px Georgia,Serif,Garamond;
	color: #ffffff;
	text-align: center;
}

/* miscellaneous */

.byline {
	margin-bottom: 15px;
}

p.first:first-line {
	font-weight: 600;
	color: #666 !important;
}

.tiny-pencil {
	padding-right: 14px;
	background: url(images/tiny-pencil.gif) no-repeat top right;
	margin-right: 2px;

}

.tiny-trackback {
	padding-right: 9px;
	background: url(images/tiny-trackback.gif) no-repeat top right;
}

.tiny-comments {
	padding-right: 16px;
	background: url(images/tiny-comments.gif) no-repeat top right;
}

.tiny-rss {
	padding-right: 16px;
	background: url(images/tiny-rss.gif) no-repeat right;
}
.tiny-category {
	padding-right: 12px;
	background: url(images/bullet.gif) no-repeat right;
}


/* Threaded Comments */
/* miscellaneous elements */

pre {
	width: 100%;
	padding: 10px;
	overflow: scroll;
	margin-bottom: 10px;
/*	font-size: 1.2em;*/
}
h1, h2, h3, h4, h5, h6 {
	font-family:  Georgia,Serif,Garamond;
}

h1, h2 {
	padding-top: 10px;
	padding-left: 10px;
	font-weight: bold;
}

h3, h4, h5, h6 {
	font-weight: 600;
}
/* threaded comments */

h3#comments {
	margin-left: 15px;
}
ol.commentlist * {
	border-top: none !important;
	border-bottom: none !important;
	text-decoration: none !important;
	max-width: 500px;
}

ol.commentlist {list-style:none; margin:0 0 15px 15px; padding:0; text-indent:0;}
ol.commentlist li {list-style: none;font-weight: 500;border: none;margin-bottom: 10px;margin-top: 10px;margin-left: 15px;padding: 10px;padding-right: 0px;}

ol.commentlist li li {border-left: 1px dashed #ccc;}
ol.commentlist li.alt {background: #fff;}

.commentmetadata {
/*	font-size: .8em;*/
}

.comment-author .vcard {
	margin-bottom: 10px;
	width: 100%;
	height: 75px;
	background: #fff;
}


ol.commentlist li div.vcard img.avatar { float:left;
margin-right: 10px;}
ol.commentlist li div.comment-author {

}

ol.commentlist li div.reply {/*font-size: .9em*/;margin-top: 5px;}
ol.commentlist li div.reply a {width: auto;background: url(images/tab-background.gif) repeat-x bottom;padding: 0px 5px;text-decoration: none;border: 1px solid #ccc;border-top: 2px solid #ccc;}
ol.commentlist li div.commentmetadata { text-align: right;clear: both;width: 100%;border-top: 1px dashed #ccc;
padding: 10px 0px;
}

cite.fn {
/*	font-size: .8em;*/
}
.says {
	display: none;
}

ol.commentlist li.comment {
/*	font-size: .9em;*/
	font-weight: 500;
	font-family: Georgia,Serif,Garamond;
}
ol.commentlist li.comment ul.children li {
/*	font-size: 100%;*/
}

/* miscellaneous stuff */
/* definition lists */

dl
{
clear: both;
display: block;
margin: 15px;
text-align: center;
/*font-size: 1.1em;*/
}

dl dt
{
left: 0;
width: 110px;
font-weight: 600;
float: left;
padding: 0;
text-align: left;
margin-bottom: 5px;
}

dd
{
border-left: 1px solid #ccc;
margin: 0 0 10px 130px;
padding: 0 0 1em 1em;
width: auto;
text-align: left;

}


/* End Entry Lists */

/* Entry Forms */

.entry fieldset {
	padding: 20px;
	border: 0px dotted #ccc;
}

.entry legend {
	height: 30px;
	background: #fff url(images/tab-background.gif) repeat-x bottom;
	border: 1px solid #999999;
	border-bottom: 2px solid #999999;
	font-family: Georgia,Serif,Garamond;
	padding: 7px 5px 3px 5px;
/*	font-size: 1.2em;*/
}

fieldset p {
	margin-top: 15px;
}


.entry input.radio {
	margin: 0;
}
.entry table {
	margin-bottom: 15px;
}
.entry table th, .entry table td {

	border: 1px solid #ccc;
	border-collapse: collapse;
}
.entry table th {
	background: #fff url(images/tab-background.gif) repeat-x bottom;
	font-weight: 600;
		padding: 10px;
}

.entry table td {
	padding: 4px 10px;
}


/* misc */

hr {
	color:#ddd;
	background-color:#ddd;
	height:1px;
	border:none;
	margin: 10px 0px;
}

fieldset, form {
	text-align: left !important;
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */