/*
Theme Name: Jkwadraat custom theme
Theme URI: http://www.projectleider.info/
Description: Custon made theme
Version: 0.1
Author: Anouk de Leeuw
Author URI: http://westsitemedia.nl/

	All rights reserved

*/

body.blog *{
	font-family:Verdana, sans-serif;
	color:#4C4C4C;
}
/* ------- header ------------ */
#header {
	position:relative;
}

#blogtitle{
	position:absolute;
	bottom:10px; left: 55px;	
}
#blogtitle a{
	font-size:24px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#blogtitle a:hover, #blogtitle a:focus{color:#fff;}
/*----- quote op de homepage ----- */
blockquote#intro{
	font-size:12px;
	font-style:italic;
	margin-bottom: 1em;
}

/* ------- posts ------------ */
.blog .post{
	padding-bottom: 1em;
}

.blog .post .meta{
	padding: 0 0 1em 1em;
}
.blog .post a:hover, .blog .post a:focus{
	color:#ea2d2e;	
}
.blog .post h2.posttitle a{
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

.blog .entry p, .blog .entry ul, .blog .entry ol{
	margin-bottom: 1em;
	font-size:11px;
	line-height:18px;
}
.blog .entry ul {
	list-style: disc outside;
	margin-left:1em;
}
.blog .entry ol{
	list-style: decimal outside;
	margin-left:2em;
}

.blog .entry blockquote{
	margin: 0 2em;
	font-style:italic;
}
.blog .entry blockquote em{
	font-style: normal;
}
.blog .entry a{
	color:#ea2d2e;	
	text-decoration: none;
}
.blog .entry a:hover{
	text-decoration:underline;	
}
.blog .entry .socialBookmarking{
	font-size:12px;
}
/* ------------- comments ------------ */
.commentlist li{
	padding:1em;
}
.commentlist li.alt{
	background:#efefef;
}
span.awaitsmoderation{color:#EB025F;}

#comments {
	margin:1em 0;
}
.comments h3{
	font-size:16px;
}

.commentlist{
	margin-left:2em;
}
.commentlist li, #commentform input, #commentform textarea {
	
}

.commentlist li {
	font-weight: bold;
	list-style: decimal outside;
	margin-left:2em;
	margin-bottom:1em;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	font-size:11px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
#respond{
	margin-top:2em;
}
/* ------------- sidebar ------------ */
.blog #right {
	padding-top:10px;
}
.blog #sidebar {
	padding-left: 50px;
}
.blog #sidebar ul li{
	font-size:11px;
	line-height:18px;
}
.blog #sidebar h2{
	font-size:18px;
	font-weight:bold;
}
.blog #sidebar a:hover, .blog #sidebar a:focus{
	color:#ea2d2e;	
}

.blog #sidebar ul{
	margin-bottom: 1em;
}

/* ------------- footer ------------ */
.blog #footer{
	position:relative;
	/*
	background:none !important; 
	height:2em !important;
	*/
}
.blog #footer #poweredByWP{
	font-size:10px; position:absolute; bottom:1em; left:10px;
}
#poweredByWP, #poweredByWP a{
	color:#aaa;
}