

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
background: #FFF6EC; 
/*

background: #FFF6EC; 
*/
/*

background: url(/gfx/grid.gif) ; 
*/
}







/* typography */

#posts, #divRechts, #extra,div#quote {
	font-size: .875em; /* 14px = 14/16 */

}

#posts article header h2, 
.Sub,
#posts nav#route, h1 {
	text-align: right;
}


h1 {
	font: 3.4375em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/* size 55px | 55/16 */
	margin-top: .363636364em;
	margin-bottom: .727272727em ;
	
}

h1 a {
	/*
	7px = .127272727em (padding)
	7/700 = ,01
	40/700 = ,057142857
	margin = 5.7142857 - 1 = 4.7142857
	 */
	padding: 0 .127272727em;
	margin-right: 4.7142857%;
	text-decoration: none;
	background: #FFF6EC;
	color: #545454;
}

h2, h3 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1.25em; /* 20px = 20 / 16 */ 
	color: #54571b;
	padding-bottom: .2em;
}

#divRechts a {
	font-weight: bold;
}

a {
	color: #545454;
}

a:hover {
	color: #b70000;
}

.Sub a {
	margin-left: 1em;
}
a.camera {
	background: url(/gfx/camera_icon_over.jpg) no-repeat;
	width: 21px;
	height: 15px;
	
	padding: 0 10px;
}

a.camera:hover {
	background: url(/gfx/camera_icon.jpg) no-repeat;
}

a.extlink {
	padding-right: 15px;
	background: url(/gfx/external-link.jpg) center right no-repeat;
}



#posts .Sub {
	clear: both;
	padding-top: 1.5em;
}

body {
	margin: 0;
	font: 100%/1.5 courier new, courier, "Lucida Grande",Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
}


#extra {
	position: absolute;
	top: 0;
	width: 100%;
	height: 2.357142857em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#extra ul {
	text-align: right;
	/*
    size 14px
    linehight 7
    padding-top: 6px;
	padding-bottom: 3px; 
	border bottom 3px
	.428571429+.214285714=.642857143+1.714285714 = 2.357142857
	*/
	padding: .428571429em 0 .214285714em 0;
	border-bottom: 3px solid #A3AB51;

}

#extra ul li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid;
	padding-right: 8px;
	padding-left: 3px;
}

#extra ul li.current {
	color: #93362e;
}

#extra ul li.last {
	border-right: none;
	padding-right: 0;
}

.main-heading {
	
}
.main-heading {
	position: relative;
	padding: 1.9em 0 0 0;
	height: auto;
}
.tempheading {
	position: relative;
	padding: 1.9em 0 0 0;
	height: 18em;
}

div#quote {
	position: absolute;
	right: 1.428571429em;
	top: 4.5em;
	margin-left: 45%;
	padding-left: 1em;
	padding-right: 30px;
	padding-bottom: 10px;
	background: #FFF6EC;
}

div#quote p {
	display: inline;
	color: #93362e;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
}

div#quote p span {
	position: absolute;
	font-size: 1.6em;
	left: -0.1em;
	top: -4px;
	color: #60460b;
}

div#quote p a {
	color: #93362e;
	text-decoration: none;
}

div#quote p a:hover {
	text-decoration: underline;
	font-weight: normal;
}

div#quote p span#lastquote {
	position: relative;
	left: auto;
	top: auto;
	line-height: 0;
	vertical-align: -5px;
	padding-left: 2px;
}

.noshow {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}



/* layout */
#wrapper {
	/*
	columns = 124px
	gutters = 20px
	width =	(7*124)+(6*20) = 988px
	font-size = 16px 
	988px / 16px = 61.75em
	 */
	position: relative;
	margin: 0 auto;
	overflow: auto;
	max-width: 61.75em; 
	padding: 0 1.25em; /* 20px / 16px = 1.25em */
}

#posts {
	/* 
	columns = 124px
	gutters = 20px
	width = (124*5) + (4*20) = 700px
	700px / 988px = 0.708502024
	*/
	width: 70.85%; /* 700px / 988px */         	
	float: left;
	margin-bottom: 2em;
}

#divRechts {
	
	/* 
	columns = 124px
	gutters = 20px
	width = 124+20+124 = 268px
	268px / 988px = 0.271255061
	*/
	
	float: right;
	width: 27.1255061%;
	margin-bottom: 2em;
}
#divRechts #map{	
	
	max-width: 268px;
	margin: 0 auto;
	margin-bottom: 1em;
}
#divKaartje {
	position: relative;
	padding: 0;
	overflow: hidden;
}

#divRechts nav {
	margin-bottom: 1.5em;
}

#divKaartje img {
	float: right;
	max-width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}

#divHorz, #divVert {
	position: absolute;
}

#divVert {
	border-left: 1px solid #f00;
	height: 200px;
}

#divHorz {
	border-top: 1px solid #f00;
	width: 265px;
	top: 50%;
}



#posts div.Sarah {
	
}

#posts article,.default.article, #posts nav#route,.tag,div.pagenavi {
	margin: 0 5.7142857% 1.5em 0;
}

div.default.no-left-border.tag {
	padding: 0.5em 0;
}

.Kees,
.Kees-en,
.Sarah,
.Sarah-en,
.default {
	border: solid #A3AB51;
	border-width: 3px 0 0 3px;
	padding: 1em 0 0 1em;
	margin-bottom: -1em;
	text-align: justify;
	overflow: hidden;
	height: 100%;
}

.default.no-left-border {
	border-left: none;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

p.routelink {
	margin-top: 1em;
}

#divRechts .block {
	border: solid #AAA36F;
	border-width: 3px 3px 0 0;
	overflow: hidden;
}

#divRechts .block.padding {
	padding: 1em 1em 0 0;
}

#countries ul li, #route ul li, .default.no-left-border ul li {
	display: inline;
	font-weight: bold;
}

#route li.year {
	color: #7c4739;
	display: block;
	padding-top: 1em;
}

#route ul {
	margin-top: -1em;
}

#default #reageer, 
#default li.comment,
#kees-en #reageer, 
#kees-en li.comment {
	border: solid #ABABAB;
	border-width: 1px 0 0 1px;
	padding: 1em 0 0 1em;
	margin-bottom: 2em;
}

div#respond {
	border: solid #A3AB51;
	border-width: 3px 0 0 3px;
	padding: 1.5em 0 0 1em;
	margin-bottom: 2em;
}

ul#commentlist {
	padding: 0 1em;
	margin: 0 3px 4em 3px;
}

ul#commentlist li {
	list-style-type: none;
}

li.comment {
	border: 1px solid #a3ab51;
	border-width: 1px 0 0 0;
	padding: 1em 0 0 0;
	
}

li.comment-author-admin, li.bysarah, li.bymotomuis {
	background: url(/gfx/sarahsgnature.gif) no-repeat bottom right;
}

li.comment-author-Kees {
	background: url(/gfx/keessgnature.gif) no-repeat bottom right;
}

div.pagenavi {
	margin-bottom: 2.5em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	border-top: 3px solid #A3AB51;
	padding-top: 1em;
}

div.pagenavi ul li {
	display: inline;
}

.pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px;
	margin: 4px;
	text-decoration: none;
	color: #513b09;
	background-color: #ebd975;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.pagenavi a:visited {
	color: #513b09;
}

.pagenavi a:hover {
	color: #000000;
	border: 1px solid #513b09;
	padding: 1px 3px;
}

.pagenavi a:active {
	padding: 2px 4px;
	color: #513b09;
}

.pagenavi li.pages {
	padding: 2px 7px 2px 4px;
	margin: 2px 4px 2px 2px;
	border-right: 1px solid #513b09;
}

.pagenavi li.current {
	padding: 1px 3px;
	margin: 5px;
	border: 1px solid #513b09;
	font-weight: bold;
}

img.thumb, .thumbnail {
	float: left;
	padding: 0 1em 1em 0;
}

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/gfx/overlay.png);
	z-index: 3;
	cursor: pointer;
}

#overlayImage,
#overlayCaption {
	display: block;
	margin: 20px auto 0;
	border: 1px solid #666;
	padding: 2px;
	background: #fff;
	max-width: 90%;
	max-height: 90%;
}

#overlay.verborgen {
	display: none;
}
@media (min-width: 600px){
h1 {
	width: 70.85%; /*  700px / 988px */
	margin-top: 3.3em;
	
}
.main-heading {
	position: relative;
	padding: 1.9em 0 0 0;
	height: 18em;
}	

}
@media (max-width: 600px){
	#divRechts{
	float: none;
	display: block;
	width:100%;
}



#posts{
	float: none;
	width:100%;
	text-align: left;
	
}
.Kees,
.Kees-en,
.Sarah,
.Sarah-en,
.default {
	
	text-align: left;
	
}
#posts article {
	margin-right: 0;
}


#posts article,.default.article, #posts nav#route,.tag,div.pagenavi {
	margin-right: 0;
}
.pagenavi li.pages{
	display: none;
}
	
}	

@media all and (max-width: 768px) and (min-width: 600px) {
	
.pagenavi li.pages{
	display: none;
}
.Sub a {
	display: block;
	text-align: right;
}
a.camera {
	background: url(/gfx/camera_icon_over.jpg) no-repeat right;
	width: auto;
	height: 15px;
	
	padding: 0 ;
}

#map, #reactions, #friends, #subscription {
	display: none;
}
}

@media (max-width: 900px){
		h1 {
	width: auto;
	margin-left: 0;
	
}
	h1 a{
	margin-right: 0;
	padding: 0;
}
	
}


