/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
/*	width: auto\9; /* ie8 */ 

		/* box shadow */
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	background: rgb(255,255,255);
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
/* background: url(../images/zee.jpg) no-repeat center top; */
/*  background: url(../images/storm-zee.jpg) no-repeat center top; */
/*	background: url(../images/ladakh.jpg) no-repeat center top; */
	background:  #ffffff ;/* wit*/
/*	background:  #e6e6e6; */ /* grijs 90% */
/*	background:  #000000; */ /* zwart*/
/*	background:  #000000; */ /* zwart*/
/*  background:  #fffae6; */ /* geel 95% */
	background-repeat: repeat-y;    
	font: .81em/150% Arial, Helvetica, sans-serif;
    color: #666;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
/*	text-decoration: underline; */
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
/*	line-height: 1.4em; */
	margin: 20px 0 .4em;
	color: #2952a3;
}
h1 {
	font-size: 2em;
	color: #2952a3;
}
h2 {
	font-size: 1.6em;
	color: #2952a3;
}
h3 {
	font-size: 1.4em;
	color: #2952a3;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {

	outline: none;
}

/* geen onderstreping link */
a {
text-decoration: none; 
}
a:link{color: #0066ff;
}
/* link zelfde kleur bij visited */
a:visited{color: #0066ff; 
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
/* Keep Footer At Bottom of Page with CSS */
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#pagewrap {
	min-height:100%;
	position:relative;

	width: 980px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
	height: 160px;
}

/* site logo */
#site-logo {
	position: absolute;
	top: 10px;
	color: #2952a3; /* blauw grijs */
}
#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
/*	color: #000;  /* zwart */
/*  color: #fff;  /* wit */
/*  color: #999999; /* grijs 60% */
    color: #2952a3; /* blauw grijs */
	text-decoration: none;
}

#site-logo2  {
	font:  30% Arial, Helvetica, sans-serif;
/*	color: #000;  /* zwart */
/*  color: #fff;  /* wit */
/*  color: #999999; /* grijs 60% */
    color: #2952a3; /* blauw grijs */
	text-decoration: none;
}

/* site description */
#site-description {
	font: italic 130% "Times New Roman", Times, serif;
/*	color: #000; /* zwart*/
/*  color: #fff;  /* wit */
/*  color: #999999; /* grijs 60% */
    color: #2952a3; /* blauw grijs */
	position: absolute;
	top: 55px;
}

/* searchform */
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;
	/* border radius */
	border-radius: 5px;
	/* box shadow */
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	/* transition */
	transition: width .7s;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: linear-gradient(-90deg,  #e6f7ff, #2952a3);

	/* box shadow */
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;

	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}
/************************************************************************************
Bottom NAVIGATION
*************************************************************************************/
#bottom-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: linear-gradient(-90deg,  #e6f7ff, #2952a3);

	/* box shadow */
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#bottom-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

#bottom-nav li:first-child {
	margin-left: 10px;
}
#bottom-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#bottom-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #fff;
	margin: 10px 0 10px;
	padding: 20px 35px;
	width: 600px;
	float: left;

	/* box shadow */
	box-shadow: 0 1px 3px rgba(0,0,0,.4); 
}


/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	    color: #2952a3; /* blauw grijs */
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

#content li {
	list-style: none;
}


/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin: 10px 0 10px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;

	/* box shadow */
	box-shadow: 0 1px 3px rgba(0,0,0,.4);  
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
	color: rgb(73, 96, 117);
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}
/************************************************************************************
reCaptcha
*************************************************************************************/
/*<style>
@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.5);-webkit-transform:scale(0.5);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
</style>
*/
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
/*    background: rgb(192, 192, 192);  vervangen door gradient */
    color: rgb(255, 255, 255);  
    padding: 10px 0 0 0;
	font-size: 85%;
		/* gradient */
	/* gradient */
	background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: linear-gradient(-90deg,  #e6f7ff, #2952a3);


		/* box shadow */
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	width:100%;
}
/*
#footer a {
	color: #fff;
}
*/
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; }