/*
kageklovn.css
'Kageklovn' style for the Tarski theme - http://tarskitheme.com/
Designed by Malene Hald, http://www.malenehald.dk
*/


/* Main structure
----------------------------------------------- */
body { 
	font-family:Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%; 
	_font-size: 75%; 
	*font-size: 75%; 
	line-height: 120%; 
	color: #422a1d; 
	background: #f8f8ea;
	background-image: url('../images/background.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	min-width: 632px;
}

#wrapper { 
	width: 632px; 
	text-align: left; 
	background-color:#f4e0b5;
	_background-image: url('../images/ie_header.jpg'); /*IE 6 only*/
	*background-image: url('../images/ie_header.jpg');/*IE7 only*/
	background-repeat:no-repeat;
	background-position:center top;
}

#header{
	margin-top:450px; /* angiver den frie plads fra bloggens start til toppen, så der er plads til BG*/
	}


/* Positioning
----------------------------------------------- */
body .primary { 
	width: 392px; 
	float: right; 
	background-color:#f4e0b5;
}

body .secondary { 
	width: 160px; 
	float: left; 
	padding-right:20px;
	background-color:#f4e0b5;
	line-height:90%;
}

/* Header
----------------------------------------------- */
	#title { 
	margin: 20px 0 -20px; 
	border-bottom: none; 
	}
	
	#navigation { 
	margin: 20px 0 0 0; 
	border-bottom: 1px dashed #b9a293; /* styrer border under navigationen*/
	}
	

/* Navigation 
----------------------------------------------- */
body.kageklovn #wrapper .nav-current:link, 
body.kageklovn #wrapper .nav-current:visited, 
body.kageklovn #wrapper .nav-current:active {  /* styrer "hjem" */
color: #9a5a95; 
font-family:calibri, trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:lowercase;
}

body.kageklovn #wrapper .nav-current:hover {  /* styrer "hjem" */
color: #799f3d; 
font-family:calibri, trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

#navigation ul.primary a:link,
#navigation ul.primary a:active,
#navigation ul.primary a:visited,
#navigation ul.primary li a:link,
#navigation ul.primary li a:active,
#navigation ul.primary li a:visited{ /*styrer resten af navigationen */
color: #9a5a95; 
font-family: 'Calibri', trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:lowercase;
}

#navigation ul.primary a:hover,
#navigation ul.primary li a:hover{ /*styrer resten af navigationen */
color: #799f3d; 
font-family: 'Calibri', trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:lowercase;
}

#navigation ul.primary { /*styrer resten af navigationen */
list-style: none; 
margin: 0; 
padding: 0.5em 0; 
font-family: 'Calibri', trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-transform:lowercase;
}

	#navigation ul.primary li { 
	display: inline; 
	margin: 0 1em 0 0;	
	font-size:1.2em; 
	font-family: 'Calibri', trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:lowercase;
	}


	/* Feed icon - linkfarver
	------------------------------------------- */
	body.kageklovn .feed,
	body.kageklovn .feed a:link,
	body.kageklovn .feed a:visited, 
	body.kageklovn .feed a:active  { 
	background: url('../images/feed-add.gif') no-repeat 0 50%; 
	color:#9a5a95;
	font-family:calibri, trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:lowercase;
	font-size:1em;
	}

	body.kageklovn .feed a:hover  { 
	color:#799f3d;
	}
	
/* Content
----------------------------------------------- */
		
	body.kageklovn code, body.kageklovn pre {  /* styrer tags for kode og pre */
	color: #a4a4a4; 
	}
	
	body.kageklovn abbr, body.kageklovn acronym {  /* styrer tags for abbr og acronym */
	border-bottom: none; 
	}

		/* Headers
		--------------------------------------- */
		#blog-title { /* styrer bloggens title */
		display:none;
		}
		
		#tagline { /* styrer bloggens tagline */
		display:none;
		}

		body.kageklovn .entry .title a:link, body.kageklovn .entry .title a:active, body.kageklovn .entry .title a:visited{ /*styrer post title */
		color:#d85465;
		}
		
		body.kageklovn .entry .title a:hover{ /*styrer post title */
		color:#799f3d;
		}

		body .entry .title  { /*styrer title i posts*/
		font-family:  Georgia, 'Times New Roman', Times, serif; /* styrer OGSÅ font i title*/
		font-size: 2.6em; /* og størrelse - men ikke farve */
		_font-size:3em;
		*font-size:3em;
		font-weight: normal; 
		line-height: 120%; 
		margin: 0; 
		border-bottom: none; 
		padding: 0 0 0.1em 0; 
		}
		
		h1{ /*styrer H1 i posts*/
		font-family: Georgia, 'Times New Roman', Times, serif; /* styrer OGSÅ font i title*/
		font-size: 0.8em; 
		font-weight: normal; 
		line-height: 120%; 
		margin: 0; 
		border-bottom: none; 
		padding: 0 0 0.1em 0; 
		color:#d85465;
		}
		
		h2 { 
		font-family: Georgia, 'Times New Roman', Times, serif; 
		font-size: 1.8em; 
		font-weight: normal; 
		line-height: 120%; 
		margin: 0 0 0.5em 0; 
		color:#9a5a95;
		}
		
		h3 { 
		font-size: 0.8em; 
		font-weight: normal; 
		color: #8fbf60; 
		text-transform: normal; 
		letter-spacing: 0.1em; 
		margin: 0 0 0.8em 0; 
		border-bottom: none; 
		padding: 0 0 0.4em 0; 
		}
		
		h4 { 
		font-family: Georgia, 'Times New Roman', Times, serif; 
		font-size: 1.5em; 
		font-weight: normal; 
		line-height: 120%; 
		margin: 0 0 0.3em 0; 
		}
		
		h5 { 
		font-size: 1em; 
		font-weight: bold; 
		line-height: 120%; 
		margin: 0 0 0.3em 0; 
		padding: none; 
		}
		
		h6 { 
		font-size: 0.8em; 
		font-weight: bold; 
		line-height: 120%; 
		margin: 0 0 0.3em 0; 
		padding: none; 
		}
		
		body.kageklovn h3 {  /* kategorier */
		font-family: Calibra, 'Georgia', "Times New Roman", Times, serif;
		color: #799f3d; 
		font-size:1.4em;
		_font-size:1.4em;
		*font-size:1.4em;
		padding-bottom:1px;
		padding-top:70px;
		background: url('../images/divide.gif') no-repeat left top;
		line-height:100%;
		}

		/* Post content
		--------------------------------------- */
		body .articlenav a:link,
		body .articlenav a:active,
		body .articlenav a:visited{ 
		font-family:calibri, trebuchet, Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em; 
		font-weight: bold; 
		line-height: 120%; 
		color: #9a5a95; 
		text-transform:lowercase;
		background-color:#f4e0b5;
		}
		
		body .articlenav a:hover{
		color:#799f3d;
		}

		body .articlenav { /*baggrundsfarve bag previous og next entry */
		background-color:#f4e0b5;
		border-bottom:none;
		}
		
		.separator{/*farve på bullet mellem previous og next */
		color: #9a5a95; 
		}
		
		body .entry p{ /*styrer størrelsen på teksten i posts*/
		font-size:1.3em;
		}

		body .entry .metadata { /* meta data under titel i post*/
		font-size: 1em; 
		color: #aa9283; 
		margin: 0; 
		padding: 0; 
		font-family:calibri, Verdana, Arial, Helvetica, sans-serif;
		}
		
		body .entry .metadata a:link, body .entry .metadata a:active, body .entry .metadata a:visited{ /*links metatags*/
		color: #d85465;
		}
		
		body .entry .metadata a:hover{/*links metatags*/
		color: #799f3d;
		}
		
		body .entry .meta .metadata {  /*padding under metadata*/
		margin: 0; 
		padding:0 0 1em 0; 
		border-bottom:1px dashed #b9a293;
		} 		

		body .pagination a:link,
		body .pagination a:active,
		body .pagination a:visited{ 
		margin: 0 0 3em 0; 
		font-family:calibri, trebuchet, Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em; 
		font-weight: bold; 
		line-height: 120%; 
		color: #9a5a95; 
		clear: both; 
		text-transform:lowercase;
		}
			
		body .pagination a:hover{ 
		margin: 0 0 3em 0; 
		font-family:calibri, trebuchet, Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em; 
		font-weight: bold; 
		line-height: 120%; 
		clear: both; 
		text-transform:lowercase;		
		color: #799f3d; 
		}
		
			     
		/* Inserts
		--------------------------------------- */
		body.kageklovn .insert { /* til at indsætte bokse olign - slettes fra KK */
		background: #fcfeff; 
		margin: 0 0 1em 0; 
		border: 1px solid #cfdde5; 
		padding: 9px; 
		}
			body.kageklovn .insert h3 { /* til at indsætte bokse olign - slettes fra KK */
			border-bottom: 1px solid #cfdde5; 
			}

		/* Downloads
		--------------------------------------- */		
		body.kageklovn a.download:link,  /* ved ikke  KAN FJERNES FRA KK*/
		body.kageklovn a.download:visited, 
		body.kageklovn a.download:active { 
			background: #fcfeff url('../images/download.gif') no-repeat 10px 50%; 
			border-top: 1px solid #cfdde5; 
			border-bottom: 1px solid #cfdde5 !important; 
		}
		body.kageklovn a.download:hover { 
			background: #fffdfa url('../images/download.gif') no-repeat 10px 50%; 
			border-top: 1px solid #e5d6b8; 
			border-bottom: 1px solid #e5d6b8 !important; 
		}

		/* Images
		--------------------------------------- */
		a img { /* kant rundt om billeder når de er et link */
		border: 1px solid #debd81;
		padding:5px; 
		}
		a:hover img { 
		border: 1px solid #799f3d; 
		padding:5px;
		}

		/* Tags & Tags page og tag cloud
		--------------------------------------- */
		body .tagdata { font-size: 0.8em; color: #a8a8a8; clear: both; }
		body .tagcloud {}
		.category-cloud .widget widget_catcloud .catcloud a { 
		margin: 0 2px 0 0; 
		color:#d85465;
		}
			
		/* Comments
		--------------------------------------- */
		
		#trackback-link { 
		border-bottom: none;  
		border-top: 1px dashed #debd81;  /border over trackback */
		color:#855e45;
		}
			
		body .comment { 
		margin: 0; 
		border-top: 1px dashed #debd81; 
		padding: 0.5em 0; 
		}
		
		#trackback-link .comments-feed p { 
		border-top: 1px dashed #debd81;  }
				
		#trackback-link .primary p a{ 	
		color:#d85465;
		}
			
			body .comment-permalink a, body .comment-edit a{ 
			font-size: 1.2em; 
			margin: 0; 
			color:#debd81;
			}
						
				body .comment-author{ /* Author til comments */
				margin: 0.2em 0 0.5em 0; 
				font-style:italic;
				font-weight:normal;
				font-family:Georgia, "Times New Roman", Times, serif;
				color:#9a5a95;
				font-size:1.2em;
				_font-size:1.2em;
				*font-size:1.2em;
				}
				
				body .comment-author a { /* Author til comments */
				margin: 0.2em 0 0.5em 0; 
				font-style:italic;
				font-weight:normal;
				font-family:Georgia, "Times New Roman", Times, serif;
				color:#9a5a95;
				font-size:1em;
				_font-size:1em;
				*font-size:1em;
				}

					
			body .moderated .primary-span{ 
			border-bottom: 1px dashed #debd81;

			}

		body .trackback a{ 
		border-top: 1px dashed #debd81; 
		color:#d85465;
		}
		
		#respond { 
		border-top: 1px dashed #debd81;  
		}
			body .comments-info { 
			border-bottom: 1px dashed #debd81;  

			}
			

		body.kageklovn .comments-feed a { /* placerer billederne ved kommentarerne*/ 
		background: url('../images/feed.gif') no-repeat 100% 50%; 
		color:#d85465;
		}
		body.kageklovn .trackback a{ 
		background: #fcfeff url('../images/trackback.gif') no-repeat 100% 60%; 
		color:#d85465;
		}



/* Forms
----------------------------------------------- */
input { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 100%; }

		/* Search form
		--------------------------------------- */
		#s submit{ 
		display: block; 
		width: 170px; 
		margin: 0 0 0.6em 0; 
		border: 1px solid #debd81; 
		padding: 3px; 
		background: #fafafa; 
		color: #b9a293; 
		}
			
		#submit .searchsubmit { 
		margin: 0 0 1em 0; 
		border: 1px solid #debd81;
		color: #855e45; 
		}

		/* Comment form
		--------------------------------------- */
		#commentform {}
		#info-input {}
			body .userinfo { 
			color: #855e45; 
			}
			#info-input label { 
			display: block; 
			margin: 0 0 1.2em 0; 
			color: #855e45; 
			}
			#author, #email, #url { 
			display: block; 
			width: 194px; 
			margin: 0.2em 0 0 0; 
			border: 1px solid #debd81; 
			padding: 2px; 
			background: #fafafa; 
			color: #855e45; }
			
		#comment-input {}
			#comment-input label { 
			display: block; 
			margin: 0 0 0.2em 0; 
			color: #855e45; 

			}
			#comment-input textarea { 
			width: 494px; 
			font-family: calibri, trebuchet, Verdana, Arial, Helvetica, sans-serif; 
			margin: 0 0 1.2em 0; 
			border: 1px solid #debd81; 
			padding: 2px; 
			background: #9a5a95; 
			color: #855e45; 
			}
		
		#author:focus, #email:focus, #url:focus, #comment:focus { 
		background: #fff; 
		}
		#submit { 
		margin: 0 0 1em 0; 
		border: 1px solid #debd81;
		color: #855e45; 
		}

/* Links
----------------------------------------------- */
body .content a:link, body .content a:active, body .content a:visited{ /* sørger for, at alle links i content er ens - i dette tilfælde for at nakke share this */
color:#d85465;
font-family:calibri, trebuchet, Verdana, Arial, Helvetica, sans-serif;

}

body .content a:hover{
color:#799f3d;
font-family:calibri, trebuchet, Verdana, Arial, Helvetica, sans-serif;

}

body .link-pages a:link, 
body .link-pages a:active, 
body .link-pages a:visited, { 
border-bottom: none; 
}

body .content a:hover, 
body .link-pages a:hover, 
body .tagdata a:hover { 
border-bottom: none; 
}


		/* Sidebar
		--------------------------------------- */
		body .secondary a{/*farve på diverse links i sidebar */
		color:#d85465;
		}

		/* Footer
		--------------------------------------- */
		#footer { margin: 0 20px 0 20px; border-top: 1px dashed #b9a293; padding: 1em 0 0 0; }
			
		#theme-info {  /*styrer "kører på wordpress og tarski"*/
		margin: 0.5em 0 0 0; 
		border-top: 1px dashed #b9a293;; 
		padding: 1em 0 0.5em 0; 
		color: #b9a293; 
		font-family:calibri, trebuchet, Verdana, Arial, Helvetica, sans-serif;
		}
			
			
		/* Comment form
		--------------------------------------- */
			#author, #email, #url { 
			display: block; 
			width: 164px; 
			margin: 0.2em 0 0 0; 
			border: 1px solid #debd81; 
			padding: 2px; 
			background: #fafafa; 
			color: #422a1d; 
			}
			

			#comment-input label { display: block; margin: 0 0 0.2em 0; color: #855e45; }
			#comment-input textarea { 
			width: 494px; 
			font-family: calibri, Verdana, Arial, Helvetica, sans-serif; 
			margin: 0 0 1.2em 0; 
			border: 1px solid #debd81; 
			padding: 2px; 
			background: #fafafa; 
			color: #422a1d; 
			}

			#author, #email, #url { 
			display: block; 
			width: 164px; 
			margin: 0.2em 0 0 0; 
			border: 1px solid #debd81; 
			padding: 2px; 
			background: #fafafa; 
			color: #422a1d; }


			#comment-input textarea { 
			width: 380px; 
			font-family: calibri, Verdana, Arial, Helvetica, sans-serif; 
			margin: 0 0 1.2em 0; 
			border: 1px solid #debd81; 
			padding: 2px; 
			background: #fafafa; 
			color: #422a1d; 
			}


/* Widgets (I hate these things)
----------------------------------------------- */
body .widgets .textwidget { 
	padding: 0 0 1em 0; 
	font-size:1em;
	color:#aa9283;
	line-height:150%;
	font-family:calibri, trebuchet, Arial, Helvetica, sans-serif;
}

body .widgets ul a:link,
body .widgets ul a:visited, 
body .widgets ul a:active,  
body .widgets li a:link, 
body .widgets li a:visited,
body .widgets li a:active,
body .widgets ul li ul a:link,
body .widgets ul li ul a:visited,
body .widgets ul li ul a:active{ 
color:#d85465;
font-family:calibri, trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
}

body .widgets ul a:hover,
body .widgets li a:hover, 
body .widgets ul li ul a:hover{ 
color:#799f3d;
font-family:calibri, trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

body .widgets .pagenav, body .widgets .pagenav ul, body .widgets .page_item, body .widgets .widget_archives ul { list-style: none; background: #f4e0b5 !important; margin: 0; padding: 0; }