/*
Custom css voor aanpassingen
*/

/* buitenkant en wrapper kleuren  */
body {
	background: #000000;
}
#wrapper {
	background: #aacae0;
}


/* header */
#site-title a {
	color: #ffffff;
	font-weight: bold;
}
#site-description {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}
/* hoogte header plaatje */
#branding  {
	height: 145px;
}

/* menu */
#access {
	background: #001d31;
}
/* menu fontgrootte en tussenafstand */
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
/* menu fontkleur niet actief */
#access a {
	color:#ffffff;
}
/* menu font- en achtergrondkleur hover */
#access li:hover > a,
#access ul ul :hover > a {
	color:#ffffff;
	background:#094f84;
}
/* menu fontkleur actieve pagina */
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #ffffff;
}

/* plaatje */
.plaatje {
	border-style: solid;
	border-color: #b0b0b0;
	border-width:1px; 
}
.geenborder {
	border-width:0 px; 
}
/* font type algemeen */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* font grootte standaard tekst */
.entry-content {
		font-size: 10pt;
		line-height: 1.2em;
		color: #001d31;
}
h1 {
		font-size: 16pt;
		color: #001d31;
}
h2, h3 {
		font-size: 13pt;
}
/* h2s en h3s */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #001d31;
	margin: 0 0 15px 0;
	line-height: 1.2em;
}
/* titel van pagina wanneer hij niet aanklikbaar is */
#content .entry-title {
	color: #001d31;
	font-size: 21px;
	line-height: 1.3em;
	font-weight: bold;
}
/* titel van pagina wanneer hij aanklikbaar is */
.entry-title a:link,
.entry-title a:visited {
	color:#001d31;
	text-decoration: none;
}
/* titel van pagina wanneer hij aanklikbaar is - hover */
.entry-title a:active,
.entry-title a:hover {
	color: #001d31;
}

/* sidebar lettergrootte en kleur */
body,
input,
textarea {
	color: #001d31;
	font-size: 12px;
}
/* links in sidebar en teksten  */
a:link {
	color:#0060a4;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color:#0060a4;
}
a:active,
a:hover {
	color: #0073c4;
	text-decoration: none;
}
.widget-area a:hover {
	text-decoration: none;
}
/* ----------------- MEESTAL NIET AANPASSEN ----------------- */

/* menuafstand */
#access a {
	padding:0 15px;
}

/* top padding alle tekst */
.entry-content,
.entry-summary {
	color: #001d31;
	padding: 0 0 0 0;
}
/* alinea padding */
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:15px;
}

/* sticky post */
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
}
/* widget titel */
.widget-title {
	color: #7f7f7f;
	font-size: 13pt;
	color: #222;
}
/* footer rechts*/

#site-generator {
	font-style: italic;
}
#site-generator a {
	color: #003459;
	line-height: 16px;
}
