/*  
Hemingway meets HKA

*/


html {
	height:101%;
}

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0; 
	margin:0;  
}


h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; 
		margin-right: 25px;
		margin-bottom: 5px; 
		margin-top: 10px;
		text-decoration:none;
 		float:left;
		}

img{ border:none; 
		margin-right: 25px;
		margin-bottom: 5px; 
		margin-top: 10px;
		text-decoration:none;
 		float:left;
		}


/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling - bottom
-----------------------------------------------------------------------------------------------*/

body{
	background:url(images/bg6.gif);
	/*achtergrond onderkant*/
	/*background:#ccc;
	background:#ffd16e;*/
	font-size:11px; 
	font-family:"Trebuchet MS", Tahoma, Verdana;
	letter-spacing:1px; 
	text-align:justify;
}

 /*This class sets the width and position for all rows
 BROOD en de breedte van het reaktie gedeelte*/
.inside{
	color:#000000;
	width:100%;
	min-width:65em;
	max-width:85em;
	margin:0  auto ;
}


/* linkjes maar niet die bij berichten*/
a{
	color:#395461; 
	text-decoration:none;
	font-weight:bold;
}


a:hover{
	color:#b92503; 
	text-decoration:none;
}


/*de koppen boven een post en een pagina*/
h1{ font-family: "Trebuchet MS", Tahoma; 
	color:#b92503;
	padding-top: 0px;
	font-size:20px;
	font-weight:normal;
	/*margin:0.5em 0;*/
}


/*overige koppen*/
h2, h3{font-family: "Trebuchet MS", Tahoma; 
	font-size:14px;
	color:#b92503;
	font-weight:bold;
}

/*wordt niet gebruikt
#primary h2{
	color:#ff0000;
	font-weight:bold;
}*/

p{
	line-height:1.75em;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
	line-height:1.75em;
}


blockquote{
	margin-left:1em;
	padding-left:1em;
	margin-right:1em;
	padding-right:1em;
	border-left:2px solid #d49248;
	border-right:2px solid #d49248;
	color:#9966cc;
	background: #704e26;
}


/*-----------------------------------------------------------------------------------------------
  Header - top
-----------------------------------------------------------------------------------------------*/

/* achtergrond van de bovenkant*/
#header
{ 

background:url(images/bg-grijs01.gif);
/*background-color:#e6eef6;
border-bottom:2px solid #fff;*/
 }
		
		
/* hoogte en plaats van de titel*/
#header .inside{
	padding-top:20px;
	padding-bottom:40px;  
}

/* titel*/
#header h2{
	font-size:30px;
	color:#79a9cc;
	margin:0em 0.5em 0 0em;
	padding:0 0.5em 0 0;
	/* vertikaal streepje naast de titel*/
	border-right:2px solid #79a9cc;
	float:left;
	font-weight: normal;
	
}

/*#header a img{float:left;
		margin-right: 0px;
		margin-bottom: 0px; 
		margin-top: 0px;
		text-decoration:none;
		border:none;
}*/


#header h2 a
{ 
text-decoration:none; 
color: #79a9cc;
font-weight:normal; }

#header h2 a:hover
{ text-decoration:none; color: #b92503;}

#header h2 a:active{ outline:none; }
#header h2 a:focus  /*outline fix for mozilla browsers*/
{
  -moz-outline-style: none;
}

#header p{
	padding:0em 0;
	margin:0;
	line-height:1em;
}


/* ondertitel van blog*/
.description {
	color: #79a9cc;
	font-family: "Trebuchet MS", Tahoma; 
	font-size:1.3em;
}


/*-----------------------------------------------------------------------------------------------
 Menu 
-----------------------------------------------------------------------------------------------*/
    #tabs1{
	font-family: "Trebuchet MS", Tahoma;
	padding: 0px 0px 0px 0px;
	float:left;
	width: 100%;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
    }

	 /* linkjes naar de paginaas*/
    #tabs1 a{
	color: #395461;
	padding:0px 0px 0px 0px;
	text-decoration:none; 
	border-bottom:2px solid #FFFFFF;
    }

	
    #tabs1 a:hover{
	color: #92b9d5;
	text-decoration:none;
	border-bottom:2px solid #FFFFFF;
	}
	
	#tabs1 ul{
	list-style-type:none; 
	list-style:none;
	}
	  
    #tabs1 li{			
	border:none;
	margin-left:0em;
	list-style-type: none;  
	list-style: inside; 
	list-style:none;
	line-height:20px;			
	}
	
/*-----------------------------------------------------------------------------------------------
  Primary Items - middle
-----------------------------------------------------------------------------------------------*/

#primary{
 /*achtergrond van de posts
	background:#e6eef6;*/
	background:url(images/bg-grijs01.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 2em 0;
	border-bottom:2px solid #fff;
}

/* binnen de tekstgedeeltes worden de linken onderstreept*/
.page a{border-bottom:1px solid #395461;}

.primary h3{
	font-size:20px;
	margin:0 0 0em 0;
	font-weight:normal;
	}


.story h3 a{
	color:#b92503; 
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	}


.story h3 a:hover
{
	color:#92b9d5; 
	text-decoration:none;
}


.story .details{
	margin:1em 0;
	text-align:left;
	padding:0.3em 0;
	font-size:0.95em;
	color:#000; 
	border-bottom:2px solid #fff;
}

.primary .details{
	margin:0.2em 0;
	text-align:left;
	padding:0.3em 0;
	font-size:0.95em;
	color:#000; 
	
}



.story .read-on{
	text-align:right;
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	display:block;
}

.story .details a{
	color:#b92503; 
	font-weight:bold;
	text-decoration:none;
}

.story .details a:hover{ color:#395461; }

/*next post en previous enzo*/
.navigation{
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform:uppercase; 
	}
	
	
.alignright {
	float: right;color:#395461;
	padding-bottom:20px;
	padding-top:15px;
	padding-right:10px;
	}
	
.alignleft {
	float: left;color:#395461;
	padding-bottom:20px;
	padding-top:15px;
	padding-left:10px;
	}

/* Single Post Styles */

#primary .primary{
	float:right;
	width:65%;
}
#primary .secondary{
	float:right;
	width:30%;
	margin-right:5%;
	padding-top:0.65em;
	display:inline;
}
* html #primary .secondary{ margin-right:3%; }


.secondary .featured dl a{
	color:#395461;
	text-decoration:none;
}

.secondary .featured dl a:hover{
	color:#92b9d5;
	text-decoration:none;
}


.single-post h1, .single-post h2{ margin-top:0; margin-botton:0;}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/
/* eventueel een streepje aan de bovenkant van reakties*/
#secondary
{
	padding:1px 2em;
	/*border-top:2px solid #fff;*/
}



/*lijntje boven commentaren in het onderste vak*/
.comment-head{
	border-bottom:2px solid #b92503;
	padding:20px 20px 5px 0px;
}
.comment-head h2{
	font-size:1.3em;
	margin:0;
	margin-bottom:0px;
}

/* wordt niet gebruikt
.comment-head a{
	text-decoration:none;
	color:#6600ff;
}*/

.comment-head .details{
	font-size:0.95em;
}

ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}

#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
	display:block;
}
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}


/* oa het vertikale streepje rechts van een comment*/
#comments .content{
	float:left;
	width:60%;
	/* kleur van de tekst van het commentaar*/
	color:#000;
	margin-left:1.9%;
	border-left:2px solid #b92503;
	padding: 0 0 0 2%;
}
#comments .content p{
	margin:0 0 1em 0;
}
#comments .content h3{
	margin:0;
	font-size:1em;
}

/*hoogte van het woord toelichting*/
.explanation {
	margin-top:10px;
	clear:both;
	float:left;
	width:30%; text-align:left;
}
/*hoogte van het woord schrijf hier uw*/
#comment-form h2{margin-top:10px;}

#comment-form{
	margin-top:10px;
	float:left;
	margin:0 0 3em 5.4%;
	width:36em;
}

/*naam*/
input.textfield{
	width: 15em;
	margin:5px 0;
	background-color:#e6eef6;
	font-size:11px;
	letter-spacing:1px;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	border:none;
	padding: 1px 5px 1px 5px;
	}

/*commentaarveld*/
textarea.commentbox{
	width:390px;
	height:100px;
	padding:0.25em;
	margin:5px 0;
	font-size:11px;
	letter-spacing:1px;
	background-color: #e6eef6; 
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	border:none;
}

label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}


/*versturen*/
.formactions input.submit{ 
	float:right; 
	margin:-0.5em 0 0 0;
	padding:0 0.5em;
	background-color:#e6eef6; 
	border:none;
	font-size:11px;
	letter-spacing:1px;
	font-family:Arial, Verdana, Helvetica, sans-serif; 
	}

/*
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0; 
	background-color:#999;
	color:#999;
}*/

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary{
	padding:2em 0 0 0;
}
#ancillary .block{
	float:left;
	width: 30%;
	margin:0 0 0 5%;
}
* html #ancillary .block{
	margin-left:3.9%;
}
#ancillary .twice-length{ width:65%; }
#ancillary .thrice-length{ width:100%; }
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
}
#ancillary .block-separator{
	clear:both;
	height:2.5em;
}

#ancillary .block h2, #ancillary .block h3{
	margin:0px 0 0 0;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages{ 
	list-style-type:none;
	margin:1.5em 0 2em 0;
	}
	

/* stippellijntje tussen de laatste 5 berichten en archief in onderste vak*/
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0em 0 0.1em 0;
	border-bottom:1px dashed #b92503;
}
ul.dates .date{
	color:#000;
	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	color:#d49248;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a{
	/*color:#d49248;*/
	text-decoration:none;
	
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover{ 
	/*color:#d49248;*/
}

ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	margin:2em 0 3em 0;
}

/* dubbele lijn boven de footer is een plaatje*/
#footer .inside{
	background:url(images/footer_red2.gif) 50% 0 repeat-x;
	padding:1em 0;
}
#footer p{
	margin:0;
	font-size:0.95em;
}

/* copyright regel*/
#footer p.copyright{ float:left; color:#b92503; }

#footer p.attributes{ float:right; }

/* onderste regel over rss feeds*/
#footer p.attributes a{
	padding:0 0 0 1em;
	text-decoration:none;
	color:color:#557686;
}

/* het woord wordpress in de onderste regel*/
#footer p.copyright a{
	text-decoration:none;
	font-weight: bold;
	color:color:#b92503;
}

/* mouse over in de footer*/
#footer p.attributes a:hover{
	color:color:#b92503;
}

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
	align:left;
	width:200px;
	margin:1em  0 2.5em 0;
	text-align:left;
	border:none;
}

/* vormgeving zoekveld*/
#search input{ 
	width:175px; 
	font-size: 1em; 
	background-color:#e6eef6; 
	border:none; 
	padding: 1px 5px 1px 5px;
	font-size:1.25em;
}


#searchform{
	margin:1em 0;
}

#searchform #s{
	border:none;
	width:30em;
	padding:0.25em;
	}

#searchform #searchsubmit{
	border:none;
	font-size:1em;
	text-transform:uppercase;
	letter-spacing:0.25em;
	border:none;
}

/* Legacy Typo CSS */


#search-results{
	width:30%;
	background:#333;
	padding:0 0 0 0;
	float:right;
	-moz-opacity:0.9;
	border-top:10px solid #000;
}


#search-results h3{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}


#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:10px solid #666;
	border-bottom:10px solid #555;
}


#search-results small a{
	color:#CCC;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }


#search-results ul li a{
	text-decoration:none;
	border-bottom:10px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

