/*
Theme Name: Liedenbaum van Kalsbeek
Description: Liedenbaum van Kalsbeek blog.
Author: Jaap Oostinjen
Version: 1.0
*/

/* @override http://lvk.dev/blog/wp-content/themes/LiedenbaumVanKalsbeek/style.css */
/* @override http://www.liedenbaumvankalsbeek.nl/blog/wp-content/themes/LiedenbaumVanKalsbeek/style.css */
@import url('/stylesheets/master.css');

/* @group Blog */
    body{
	font-size:12px ;
}

body a{
	text-decoration: none;	
}

#blogLeft {
	float: left;
	width: 669px;
	min-height:679px;
	background: #fff url(/images/ico/content_back.jpg) repeat-x;
}

#blogLeft a {
	color: #0099ff;
	text-decoration: none;
}
#blogLeft a:hover {
	text-decoration: underline;
}

div.navigation {
	width: 618px;
	margin: 0px 25px 10px;
	padding-bottom: 5px;
	padding-top: 0px;
	float: left;
	clear: both;
	line-height: 18px;
}
div.navigation div.nav-previous{
	float: left;
}
div.navigation div.nav-next{
	float: right;
}

div.post {
	width: 618px;
	border-bottom: 1px solid #0099ff;
	margin: 0px 25px 25px;
	padding-bottom: 25px;
	padding-top: 25px;
	float: left;
	clear: both;
	line-height: 18px;
}

div.post ul{
	list-style-type: disc;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #555;
}

div.post div.entry-meta {
	margin-top: 5px;
	margin-bottom: 15px;
}

div.post h1 a, div.post h2 a{
	color: #000 !important;
	text-decoration: none;
	font-size: 18px;
}
div.post h1 a:hover, div.post h2 a:hover{
	color: #0099ff !important;
	text-decoration: none !important;
}

div.post div.postInfo{
	margin-top: 25px;
}

div.post div.entry p{
	margin-bottom: 10px;
}

#blogWrap {
	float: left;
}

#blogRight {
	float: left;
	background: #d3ca49 url(/images/ico/nieuws_bar_stretch.jpg) no-repeat right bottom;
	width: 291px;
}

#blogRight, #blogRight a{
	color: #555;
	line-height: 15px;
}
#blogRight a:hover{
	text-decoration: underline;
}
#blogRight h2{
	font-size: 14px;
	line-height: 16px;
}

#leftGrey {
	width: 668px; 
	border-right: 1px solid #fff;
	background-image: url(/images/ico/gradient_ld.jpg);
	height: 26px;
}
#rightGrey {
	width: 291px;
	height: 26px;
	background-image: url(/images/ico/gradient_dl.jpg);
}

#blogRight > ul > li{
	padding: 30px 20px;
	background: #e5de8d url(/images/ico/news_bg.jpg) repeat-x;
}
/* @end */

/* @group Comments */
h3#comments-title {
	font-size: 18px;
}

h3#reply-title {
	color: #999;
	padding: 25px 0px;
	clear: both;
	font-size: 18px;
}

div#respond {
	float: left;
	width: 100%;
}

form#commentform p{
	float: left;
	clear: both;
	padding: 0px 0px 5px;
}

form#commentform p label{
	float: left;
	clear: both;
	padding: 5px 0px 3px;
}

form#commentform p input, form#commentform p textarea{
	float: left;
	clear: both;
	padding: 3px 0px;
	border: 1px solid #d3ca48;
}

form#commentform p input#submit{
	float: left;
	clear: both;
	padding: 4px;
	font-size: 15px;
	border: 1px solid #d3ca48;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background-color: #d3ca48;
}

form#commentform p input#submit:hover{
	padding: 4px;
	border: 1px solid #;
	color: #d3ca48;
	background-color: #fff;
}

form#commentform p.comment-form-url{
	display: none;
}
form#commentform p.form-allowed-tags{
	display: none;
}

div#comments {
	float: left;
	padding: 0px 25px 25px;
}

ol.commentlist li{
	float: left;
	width: 100%;
	border-bottom: 1px solid #0099ff;
	padding-top: 15px;
	padding-bottom: 15px;
}

ol.commentlist li.depth-2{
	width: 95%;
	float: right;
}
ol.commentlist li.depth-3{
	width: 90%;
	float: right;
}
ol.commentlist li.depth-4{
	width: 85%;
	float: right;
}
ol.commentlist li.depth-5{
	width: 80%;
	float: right;
}
ol.commentlist li span.commentDate{
	margin-top: 5px;
	float: left;
	color: #444;
}


ol.commentlist li div.theComment{
	color: #444;
	padding: 25px 0px;
}

/* @end */
