/* @override http://beta.denieuwereporter.nl/wp-content/themes/dnr/style.css */

/*
Theme Name: DNR
Theme URI:
Author: Thinkbright
Author URI: http://www.thinkbright.nl
Description: Nieuw template voor DNR. Widgets, menu's, custom post formats.
Version: 1.1.2
*/

/* html5doctor.com Reset Stylesheet \\v1.6.1 \\ Last Updated: 2010-09-17 \\ http://richclarkdesign.com \\ @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { background: #cfcfcf none; border: 0; clear: both; display: block; height: 3px; margin: 9px 1.715em 12px; }
hr.clear { height: 0; background: transparent none; }
hr.widget-connect { margin: 0; height: 1px; background: #E4E1DC none; }
hr.thin { height: 1px; }
input, select { vertical-align:middle; }

/*
 *
 * Base Typography
 *
 */
body { font:16px/28px sans-serif; *font-size:small; background: #ece8e4 url(images/noise.png) repeat; margin: 0 12px; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/*
 *
 * Base Styles
 *
 */
body, select, input, textarea {
  color: #444;
  font-family: Tahoma, Verdana, sans-serif;
}
h1,h2,h3,h4,h5,h6 { font-weight: bold; font-family: Neuton, Georgia, serif; }
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }
ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }
/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {
  padding: 15px;
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */
/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
/* webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }
/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
 -webkit-box-shadow: 0px 0px 5px red;
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
/* make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {width: auto; overflow: visible;}
/* bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {-ms-interpolation-mode: bicubic;}

/*
 *
 * Nonsemantic Base Styles
 *
 */
/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }
/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }
/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }
/* >> The Magnificent group: Updated to prevent margin-collapsing on child elements << j.mp/bestgroup */
.group:before, .group:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;
}
.group:after { clear: both; }
/* Fix group: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.group { zoom: 1; }

/*
 *
 * Base Print Styles, inline to save the HTTP request
 *
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; }
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*
 *
 * Typography boxes
 *
 */

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, table, address { margin: 0 24px 1em; }

h1 { color: #222; }
h2 { font-family: Neuton, Georgia, serif; font-size: 2em; line-height: 1.25em; }
h3 { font: bold 1.125em/1.334 Lato, Verdana, sans-serif; }

h2, h3 { margin-top: 1em; }

.entry-content h2 {
  font-size: 1.5em;
}

.page-title { text-align: center; margin-top: 0; padding-top: 0.5em; }

#primary .page-header h1 { font-size: 3em; font-weight: 100; line-height: 1.15; margin: 0 0.575em; padding: 0.575em 0; text-align: center; }
#primary .page-header h3 {
	padding: 0.715em 0 0 0;
	margin: 0 0 0.715em 1.715em;
	font-weight: 100;
	font-size: 1.2em;
	text-align: center;
}

blockquote {
  color: #666;
	margin-left: 24px;
	padding-left: 44px;
	position: relative;
}

blockquote:before {
	color: #CFCFCF;
	content: "\02EE";
	font-size: 84px;
	left: 0;
	position: absolute;
	top: 24px;
}

blockquote.twitter-tweet,
.twitter-tweet-rendered { padding: 0 1.715em; }
blockquote.twitter-tweet:before,
.twitter-tweet-rendered blockquote:before { content: ""; }

a, a:visited {
	color: #297ea5;

  -webkit-transition: .2s linear;
     -moz-transition: .2s linear;
      -ms-transition: .2s linear;
       -o-transition: .2s linear;
          transition: .2s linear;

  -webkit-transition-property: background-color, border-color, color;
     -moz-transition-property: background-color, border-color, color;
      -ms-transition-property: background-color, border-color, color;
       -o-transition-property: background-color, border-color, color;
          transition-property: background-color, border-color, color;

	text-decoration: none;
}
a:hover, a:active { color: #194d65; text-decoration: underline; }

#main a:active,
button:active,
.button:active,
input#submit:active { position: relative; top: 1px; }

a.more-link {
  border: solid 1px #feba12;
	color: #222;
	font-size: 0.857em;
  margin-left: 24px;
	padding: 6px 24px;
	text-decoration: none;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

  -webkit-transition: background-color 0.2s linear;
     -moz-transition: background-color 0.2s linear;
      -ms-transition: background-color 0.2s linear;
       -o-transition: background-color 0.2s linear;
          transition: background-color 0.2s linear;
}
a.more-link:hover { background: #e8a500 none; color: #222; }

a.category {
	background: #297ea5 none;/*#f7b511*/
	color: #FFF;
	padding: 0 24px;
  overflow: hidden;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
a.category:hover { background-color: #194d65; text-decoration: none; }
#content article.truncated a.category:active { position: relative; top: 1px; }

article.category-onderzoek a.category { background: #29a3a5 none; }
article.category-onderzoek a.category:hover { background: #196465 none; }

article.category-gevaarlijkspel a.category { background: #a52951 none; }
article.category-gevaarlijkspel a.category:hover { background: #651931 none; }

article.category-aankondiging a.category { background: #feba12 none; }
article.category-aankondiging a.category:hover { background: #e8a500 none; }

#content article.category-onderzoek .author a { color: #29a3a5; }
#content article.category-onderzoek h2 a:hover,
#content article.category-onderzoek .author a:hover { color: #196465; }

#content article.category-gevaarlijkspel .author a { color: #a52951; }
#content article.category-gevaarlijkspel h2 a:hover,
#content article.category-gevaarlijkspel .author a:hover { color: #651931; }

#content article.category-aankondiging .author a { color: #feba12; }
#content article.category-aankondiging h2 a:hover,
#content article.category-aankondiging .author a:hover { color: #e8a500; }

#main a.more-link:active { top: 0; }
#main a.category:active { top: -23px; }

#content ul, ol { margin-left: 3.43em; }
#content .pagination ul { margin-left: 0; }

#content .tags {
  border-top: solid 1px #d9d6d2;
  margin: 1em 0;
  padding: 1em 24px 0;
  list-style: none;
}

#content .tags li {
  display: inline-block;
}

#content .tags li::after {
  content: ', ';
}

#content .tags li:first-child::after,
#content .tags li:last-child::after { content: ''; }

/*
 *
 * Structure
 *
 */
#page {
	display: block;
	max-width: 940px;
	margin: auto;
}
#main {margin-top: 33px;}
#primary {
	margin-top: 130px;
  float: left;
  max-width: 780px;
}

#secondary .sponsors {
  margin: 0;
}

#secondary .sponsors li {
  display: inline-block;
}

#secondary h2,
#secondary img {
  display: inline;
  margin: 0 20px 0.5em 20px;
  padding: 0;
  vertical-align: middle;
}

#secondary h2 { margin-bottom: 0.5em; margin-top: 0.5em; }
#secondary img { border: solid 1px #d9d6d2; border-radius: 4px; }

#primary .page-header {
	background: #F9F8F6 none;
	border-left: solid 1px #d9d6d2;
	clear: both;
	margin-bottom: -4px;
	padding-bottom: 4px;

  -webkit-box-shadow: 0 0 2px #E0DDD9;
     -moz-box-shadow: 0 0 2px #E0DDD9;
          box-shadow: 0 0 2px #E0DDD9;

  -webkit-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.715em;
}


/*
 *
 * Header
 *
 */

.header-top {
  max-width: 892px;
  margin: 0 auto;
  padding: 0 24px;
}

#branding
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #342e27 url(images/noise.png) repeat;
	height: 110px;
}
body.admin-bar #branding
{
	top: 28px;
}

#branding nav
{
	display: block;
	max-width: 940px;
	margin: 0 auto;
	position: absolute;
  left: 0;
  right: 0;
}
#branding nav {
	top: 70px;
	background: #000;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
	text-indent: -31415em;
}

#site-title a { background: url(images/logo.png) no-repeat center 6px; display: block; padding: 8px 15px;}

#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}

#search {
  display: none;
}

#search input#s {
	background: #191612;
	border: 1px solid #3f382f;
	color: #EEE;
	height: 24px;
	line-height: 24px;
	margin-right: 0.75em;
	padding: 0 8px;
	width: 230px;

  -webkit-border-radius: 2em;
     -moz-border-radius: 2em;
          border-radius: 2em;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

  background-color: #191612;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#191612), to(#26211c));
  background-image: -webkit-linear-gradient(top, #191612, #26211c);
  background-image:    -moz-linear-gradient(top, #191612, #26211c);
  background-image:     -ms-linear-gradient(top, #191612, #26211c);
  background-image:      -o-linear-gradient(top, #191612, #26211c);
  background-image:         linear-gradient(top, #191612, #26211c);
}
#search input#s:focus { border-color: #feba12; outline: none; }

#search button {
  display: none;
  visibility: hidden;
}

input#submit,
button,
.button {
	border: 1px solid #3f382f;
	color: #342e27;
	padding: 4px 12px;
	vertical-align: middle;

  -webkit-border-radius: 2em;
     -moz-border-radius: 2em;
          border-radius: 2em;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

  background-color: #feba12;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#feba12), to(#cb9304)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #feba12, #cb9304); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #feba12, #cb9304); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #feba12, #cb9304); /* IE10 */
  background-image:      -o-linear-gradient(top, #feba12, #cb9304); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #feba12, #cb9304);
}


/*
 *
 * Menu
 *
 */
#access {
  line-height: 40px;
  text-align: center;
  z-index: 1000;
}

#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	/*float: left;*/
  display: inline-block;
  position: relative;
}
#access a {
	display: block;
	padding: 0 1em;
	text-decoration: none;
	color: #d7caa9;
	text-transform: uppercase;
	font-weight: 700;
}
#access .menu-meta-container a { color: #b0a69b; font-weight: 500; }

#access ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	color: #fff;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #feba12;
}
#access .current-menu-item a
{
	color: #feba12;
	font-weight: 700;
}
#access .current-menu-item a::after
{
	content: '';
	border-color: #000 transparent transparent transparent;
	border-style:solid;
	border-width:5px;
	position:absolute;
	display:block;
	bottom: -10px;
	left: 50%;
	margin-left: -6px;
	width:0;
	height:0;
	z-index: 1000;
}
#access ul ul a:hover {
	background: #000;
}
#access ul li:hover > ul {
	display: block;
}

#access #menu-meta { float: right; }
#access #menu-meta a {text-transform: none; }
/*#access .nav-colofon a { font-weight: 400; font-size: 0.8125em; }*/

/*
 *
 * Content
 *
 */

#primary article {
	background: #fbfbfb none;
	border: solid 1px #d9d6d2;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

  -webkit-box-shadow: 0 0 4px #D4D1CD;
     -moz-box-shadow: 0 0 4px #D4D1CD;
          box-shadow: 0 0 4px #D4D1CD;

	margin: 24px 0 48px; /* Compensate border for alignment with #access */
  padding: 0 0 24px;
	clear: both;
	position: relative;
}

body.page #content article,
body.single #content article,
body.single #content article .post-thumbnail,
body.single #content article .post-thumbnail a,
body.single #content article .post-thumbnail img {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	border-top: 0;
}
body.single #content article.category-artikelen { margin-top: 0; }

#content article .pre-title { color: #999; font-size: 0.857em; margin: 2em 2em -2em; text-transform: uppercase; }
#content article header h2 a { border-bottom: transparent solid 1px; color: #222; position: relative; text-decoration: none; }
#content article header h2 a:hover { border-bottom-color: inherit; color: #194d65; }

#content article section.article-col {  }
#content article aside.article-col { font-size: 0.857em; margin: 1em 0 0; }

body.category-agenda #content article aside.article-col { padding-top: 0; }
body.category-agenda #content article { padding-top: 60px; }

#content article aside .category {
  display: block;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  position: absolute;

  top: -24px; left: 0; right: 0;
}
#content article aside time,
#content article aside .author { display: inline-block; }

#content article aside .author,
#content article aside .comments-link { margin: 0 0 0 24px; }
body.error404 #content article section { float: none; width: auto; }

#content article .post-thumbnail { display: none; margin: 0; overflow: hidden; visibility: hidden; }
#content article.custom_format .post-thumbnail { display: block; visibility: visible; }
#content article .post-thumbnail img { display: block; width: 159px; height: auto; }

#content article .post-thumbnail,
#content article .post-thumbnail a,
#content article .post-thumbnail img {
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
  border-top: 0;
}

/*body.single #content article p img.size-large { height: auto; margin: 0 -1.715em; max-width: none; width: 526px; }*/

/* BOF Categorie: artikel */

#content article.custom_format.thumbnail { border-top: 0; margin-left: -1px; }
#content article.custom_format.thumbnail header,
#content article.custom_format.thumbnail .post-thumbnail {
	width: auto;
	overflow: hidden;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
#content article.custom_format.thumbnail .post-thumbnail img { height: auto; width: 100%; }

#primary article.truncated {
	background: transparent none;
	border-width: 1px 0 0;
	margin: 0;

  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.twitter-tweet-rendered {
  margin: 1em 24px !important;
  width: 86% !important; /* No clue as to why 86% is ok? */
}

/* EOF Categorie: artikel */

/* BOF Categorie: agenda */

#content article .event-meta {
  float: none;
  margin: 0;
  width: auto;
}
#content article .event-meta .extra { text-align: center; }
#content article .event-meta .extra time {
  display: inline;
}

#content article .entry-date {
  margin-left: 24px;
}

#content article .post-info .entry-date { margin-left: 0; }
body.single #content article .post-info { text-align: center; }

#content article .start-date {
  background: #222 none;
  /*border: solid 1px #cfcfcf;*/
  border-width: 0 1px 1px 0;
  color: #f2f2f2;
  max-height: 48px;
  padding: 12px 0;

  position: absolute;
  top:0;
  left:0;
  right: 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
       -o-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

#content aside.article-col .entry-date,
#content aside.article-col .author {
  display: none;
  visibility: hidden;
}

.start-date .day,
.start-date .rest { display: block; font-size: 1; line-height: 1em; width: 47.5%; }

.start-date .day {
  font-size: 3em;
  text-align: right;
  float: left;
}
.start-date .rest { margin-top: 0.825em; float: right; text-transform: uppercase; }

/* EOF Categorie: agenda */

body.single #content article .pre-title { font-size: 1.15em; margin: 1.5em; text-align: center; }

body.single #content article header h2 { margin: 0 15% 0.58em; text-align: center; width: 70%; }
body.single #content article header h2.no-pre { padding-top: 0.58em; }

body.single #content article .post-thumbnail { float: none; width: 100%; }
body.single #content article .post-thumbnail img { height: auto; width: 100%; }

body.single #content article.default .pre-title { font-size: 1em; }

body.single #content article.photoheader header { position: relative; }
body.single #content article.photoheader header h2 {
	bottom: 0;
	color: #FFF;
	position: absolute;

	-webkit-text-shadow: rgba( 0 , 0, 0, 0.4 ) 0 0 0;
	text-shadow: rgba( 0 , 0, 0, 0.8 ) 0 0 4px;
}
body.single #content article.photoheader.light header h2 { color: #000; -webkit-text-shadow: rgba( 255 , 255, 255, 0.2 ) 0 0 4px;
text-shadow: rgba( 255 , 255, 255, 0.2 ) 0 0 4px; }

body.single #content article.photoheader header h2.no-thumb {
	color: #000;
	position: relative;
	-wekbit-text-shadow: none;
	text-shadow: none;
}

body.single #content article.photoheader .entry-content > p:first-child,
body.single #content article.introheader .entry-content > p:first-child { font-size: 1.15em; font-weight: 200; }

.sharing {
  border-top: solid 1px #d9d6d2;
  margin: 2em 0 0;
  padding: 1em 24px;
  clear: both;
  text-align: center;
}

.author-info {
  border: solid 1px #d9d6d2;
  border-width: 1px 0;
  clear: both;
  font-size: .9em;
  padding: 1em 0;
}

.author-info h2 {
  font-size: 1.5em;
  margin-top: 0;
}



/*
 * Socialite
 */

.socialite-button { display: none; opacity: 0; }
.socialite-loaded .socialite-button { display: block; opacity: 1; }
.socialite-button iframe { max-width: 100%; max-height: 100%; }

/*
 * Socialite Look-a-like defaults
 */

#content .sharing ul { margin: 0; padding: 0; }
.sharing li { display: block; margin: 0; padding: 0; float: left; width: 25% }
.sharing li iframe { margin: 0 auto; }

.sharing .socialite,
.sharing .socialised
{ display: inline; position: relative; }
/* visually hidden from HTML5 Boilerplate */
.sharing .socialite span { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* fallback for default and non-loaded instances */
.sharing .twitter { width: 55px; height: 65px; }
.sharing .googleplus { width: 50px; height: 65px; }
.sharing .facebook { width: 50px; height: 65px; }
.sharing .linkedin { width: 60px; height: 65px; }
.sharing .stumbleupon { width: 50px; height: 65px; }

body.single #main aside.post-meta .post-categories { list-style: none; }

#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	margin: 0 0 1em;
}

#content .pagination.last {
	background: #F9F8F6 none;
	border: solid 1px #d9d6d2;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

  -webkit-box-shadow: 0 0 4px #D4D1CD;
     -moz-box-shadow: 0 0 4px #D4D1CD;
          box-shadow: 0 0 4px #D4D1CD;
	margin: 0 0 24px 0; /* Compensate border for alignment with #access */
	clear: both;
}

#content .pagination {
	border: 0;
	display: block;
	padding: 8px;
	text-align: center;
}
#content .pagination ul li {
	display: inline;
}
#content .pagination ul li a,
#content .pagination .current {
	padding: 5px;
}

/*
 *
 * Sidebar styles
 *
 */

.agenda.widget li,
.widget_recent_comments li { border-top: solid 1px #D9D6D2; margin: 0 0 12px; min-height: 48px; position: relative; }
.agenda.widget h3 { font-family: Lato, Verdana, sans-serif; margin: 0 0 0 44px; }
.agenda.widget time {
	display: block;
	left: 0;
	margin: 6px 0 0;
	position: absolute;
	text-align: center;
	top: 0;
}

.delicious.widget ul { background-color: #EFEFEF; list-style: none; -webkit-border-radius: 3px }
.delicious.widget li { border-bottom: solid 1px #F9F8F6; overflow: hidden; position: relative; -webkit-box-shadow: 0 -1px 2px rgba( 0 , 0 , 0 , 0.1 ); }
.delicious.widget li a:hover { text-decoration: none; }
.delicious.widget li a:hover h3 { text-decoration: underline; }
.delicious.widget li h3,
.delicious.widget li p { margin: 11px 10px 12px; width: 264px; }
.delicious.widget li p { color: #444; }
.delicious.widget li h3 { font-family: Lato, Verdana, sans-serif; }

.delicious.widget li p:after {
	color: #b4b4b4;
	content: "\2026";
	font-size: 2em;
	position: absolute;
	right: 10px;
	top: 3px;
}

.delicious.widget li.active p:after { display: none; visibility: hidden; }

#recent h2 { margin: 1.5em; }

#recent ul { list-style-type: none; }
#recent > ul { margin: 0; }
#recent > ul ul { margin-left: 1.715em; }

#recent h3 { border-bottom: solid 1px #B0A69B; font-family: Lato, Verdana, sans-serif; margin-bottom: -1px; }
#recent li.col li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

body #recent h2 { margin-bottom: 0; }

body.js #recent .tabs a {
	display: block;
	padding: 0 8px;
}

body.js #recent .tabs {
	border-bottom: solid 2px #297ea5;
	line-height: 28px;
	margin: 0 1.7em;
}

body.js #recent .tabs li { float: left; }
body.js #recent .tabs li.active a {
	background: #297ea5;
	color: #FBFBFB;
	margin: 0 0 -1px 0;

  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
body.js #recent .tabs li.active a:active { top: 0; }
body.js #recent .tabs li.active a:hover { text-decoration: none; }

body.js #recent .col { display: none; visibility: hidden; }
body.js #recent .col.active { display: block; visibility: visible; }
body.js #recent .col li {
	position: relative;
}
body.js #recent .col li a { position: absolute; left: 3.5em; }
body.js #recent .col li time { font-weight:bold; position: relative; left: 0; }

/*
 *
 * Archive
 *
 */

body.page-template-archives-php #content {
	margin: -1px 0 22px 0; /* Compensate border for alignment with #access */
	clear: both;
}

.searchform { margin: 24px; text-align: center; }

#social form .email,
.searchform input {
	border: 1px solid #D9D6D2;
	color: #444;
	height: 24px;
	line-height: 24px;
	margin-right: 0.75em;
	padding: 0 8px;
	max-width: 360px;


  -webkit-border-radius: 2em;
     -moz-border-radius: 2em;
          border-radius: 2em;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

	background-color: #e1e1e1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#FEFEFE)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #EFEFEF, #FEFEFE); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #EFEFEF, #FEFEFE); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #EFEFEF, #FEFEFE); /* IE10 */
	background-image:      -o-linear-gradient(top, #EFEFEF, #FEFEFE); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #EFEFEF, #FEFEFE);
}

#social form .email:focus,
.searchform input:focus { border-color: #feba12; outline: none; }

body.page-template-archives-php #content h3 { border-bottom: solid 1px #CCC; margin-bottom: 0; }

body.page-template-archives-php #content ul.archive-list,
body.error404 #content ul.archive-list { list-style: none; margin-left: 1.7em; margin-right: 0; }
body.page-template-archives-php ul#menu-footer ul > li,
body.page-template-archives-php #content ul.archive-list li,
body.error404 ul#menu-footer ul > li,
body.error404 #content ul.archive-list li { float: left; margin-right: 24px; width: 142px; }

body.page-template-archives-php ul#menu-footer,
body.error404 ul#menu-footer { list-style: none; margin-left: 1.715em; margin-right: 0; display: block; font-weight: bold; max-width: 472px; overflow: hidden; }
body.page-template-archives-php ul#menu-footer > li,
body.error404 ul#menu-footer > li { clear: both; margin: 12px 0 24px; position: relative; }
body.page-template-archives-php ul#menu-footer ul,
body.error404 ul#menu-footer ul { margin: 0; }
body.page-template-archives-php ul#menu-footer ul > li,
body.error404 ul#menu-footer ul > li { list-style-position: inside; list-style-type: none; font-weight: normal; }

body.page-template-archives-php ul#menu-footer .sub-menu,
body.error404 ul#menu-footer .sub-menu
{
	display: block;
	float: right;
	margin: 0;
	width: 332px;
	position: relative;
	top: 0;
	right: -24px;
}

/*
 *
 * Sidebar - Stickied
 *
 */

#stickied li { border-top: solid 2px #297EA5; margin-bottom: 2px; }
#stickied li > a { width: 200px; display: block; float: right; }

#stickied figure { float: left; height: auto; margin: 0 12px 0 0; width: 56px; }
#stickied figure img { float: left; margin: 2px 0; width: 56px; height: auto; }

#stickied time { font-weight: bold; float: left; width: 50px; }


/*
 *
 * Sidebar - Uitgelicht
 *
 */

#uitgelicht ul li { border-top: solid 2px #b0a69b; clear: both; height: 94px; width: 320px; }

aside ul,
aside ol
{
	list-style: none;
}

aside #uitgelicht li a {
	display:block;
	color: #FFF;
	position: relative;
}

#uitgelicht a:hover { text-decoration: none; }

#uitgelicht li .header { position: absolute; z-index: 1000; }
#uitgelicht li .header {
	background-color: rgba( 0 , 0 , 0 , 0.667 );
	bottom: 0;
	height: 1.715em;
	margin: 0;
	padding: 3px 0;
	overflow: hidden;
	width: 320px;

  -webkit-transition: height 0.2s ease;
     -moz-transition: height 0.2s ease;
      -ms-transition: height 0.2s ease;
       -o-transition: height 0.2s ease;
          transition: height 0.2s ease;

  -webkit-transition-property: height, padding;
     -moz-transition-property: height, padding;
      -ms-transition-property: height, padding;
       -o-transition-property: height, padding;
          transition-property: height, padding;
}
#uitgelicht li a:hover .header { height: 82px; padding: 6px 0; }

#uitgelicht li h3 {
	font-size: 1.286em;
	font-weight: normal;
	margin-bottom: 0;
	text-align: center;
}
#uitgelicht li p { color: #d9d6d2; font-size: 0.875em; margin: 6px 12px; }

#uitgelicht .figure { height: 94px; overflow: hidden; position: relative; }

#social {
  background-color: #fff;
  margin-bottom: 48px;
  margin-top: -24px;
  overflow: auto;
  text-align: center;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;

  -webkit-box-shadow: 0 0 4px #D4D1CD;
     -moz-box-shadow: 0 0 4px #D4D1CD;
          box-shadow: 0 0 4px #D4D1CD;
}

#social h2 {
  font-size: 1.75em;
  margin: 0.5em 0;
}

#social ul { list-style: none; margin: 0 24px; }
#social ul li { display: inline; }

#social form .email { width: 180px; }

#social .social-media,
#social .social-newsletter { overflow: auto; }

/*
 *
 * Embeds
 *
 */

.video-container {
  margin-bottom: 1em;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


/*
 *
 * Images
 *
 */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto;    /* Override height to match resized width for correct aspect ratio. */
}

.wp-caption {
	margin-bottom: 1.715em;
	position: relative;
	text-align: center;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text {
	background: #5e7d93 none;
	background-color: rgba( 94 , 125 , 147 , 0.9);
	color: #FFF;
	font-size: 0.857em;
  margin: 0 0.667em;
	padding: 0 24px;
}

body.single #content article.photoheader > .wp-caption .wp-caption-text { background: transparent none; color: rgba( 255 , 255 , 255 , 0.5 ); text-align: right; top: 0; }

.wp-caption a { display: block; }

/* Forms - Class for labelling required form items */
.required {
	color: #cc0033;
}


/*
 *
 * Comments
 *
 */

/*#main #comments { float: none; width: auto; }*/
#main #comments ol { margin: 1.715em; list-style-type: none; }
#main #comments li article {
	background: #FFF none;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

#main #comments li article p {  }

#main #comments li footer {
	border: 0;
	margin-top: 0;

  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

#main #comments li footer img.avatar {
	float: left;
	margin-right: 8px;
  -webkit-border-radius: 4px 0 0 0;
     -moz-border-radius: 4px 0 0 0;
          border-radius: 4px 0 0 0;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

body.single #main article #dsq-global-toolbar { display:none; }

article.comment {
	display: block;
}
#respond input[type=text] {
	border: 1px solid #D9D6D2;
	color: #444;
	float: left;
	margin: 0 1em 0 0;
	width: 60%;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
#respond .comment-form-comment label {
	display: none;
}
#respond textarea {
	border: 1px solid #D9D6D2;
	color: #444;
	margin: 0 1em 1em 0;
	float: left;
	width: 80%;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}
article.comment footer
{
	margin-bottom: 14px;
}

#disqus_thread {
  margin: 0 24px 1em;
}


/*
 *
 * Footer
 *
 */

footer#colophon
{
	position: absolute;
	left: 0;
	right: 0;
	background: #ffffff none;
	border-top: 3px solid #d9d6d2;
	height: 130px;
	padding: 1em 0 0;
	overflow:hidden;
}

footer#colophon div {
	display: block;
	max-width: 940px;
	margin: 0 auto;
	position: absolute;
	left: 0;
  right: 0;
}

footer#colophon p { margin: 0 24px 1.715em; }
footer#colophon p span { font-size: 12px; color: #858585; display:block; }
footer#colophon a.veer
{
	color: #858585;
	text-decoration: none;
	width: 15%;
	float:right;
	font-size: 10px;
}
footer#colophon a.veer strong { background: url(/wp-content/themes/dnr/images/thinkbright_logo.png) top left no-repeat; display: block; width: 68px; height: 68px; text-indent: -999em; cursor: hand; }

footer#colophon nav
{
	width: 25%;
	display: none;
	float: right;
	margin: 0 72px 0 0;
	position: relative;

  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
footer#colophon nav ul li
{
	list-style: none;
	padding:0;
}
footer#colophon nav ul li:hover a,
footer#colophon nav ul li a:hover {
	color: #fff;
}
footer#colophon nav ul ul
{
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	padding-bottom: 6px;
	width: 100px;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
footer#colophon nav a
{
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
footer#colophon nav ul li {
	background: transparent none;
	padding: 0 8px;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}

footer#colophon nav ul li ul {
	display: none;
}
footer#colophon nav ul li:hover {
	background: #297ea5 none;
	color: #fff;
}

footer#colophon nav ul li:hover ul
{
	display: block;
	background: #297ea5 none;
	color: #fff;
}

.group:after{content:"\0020";display:block;font-size:0;height:0;clear:both;visibility:hidden;overflow:hidden}
.group{display:block}
.clear{clear:both}

.grid-overlay { position: fixed; bottom: 0; top: 0; left: 0; right: 0; z-index: 0; background: transparent url(images/grid_overlay.png); width: 895px; margin: 0 auto; }

/*
 *
 * upPrev
 *
 */

#content ul.ads
{
	list-style: none;
	margin: 0;
}
#content ul.ads li
{
	display: block;
	position: relative;
	top: -12px;
	left: 2px;
}

/*
 *
 * upPrev
 *
 */

#upprev_box {
    /* === upPrev Container === */
    text-align: left;
    background-color: #fff;
    bottom:0px; /* distance from window bottom edge */

    position:fixed;
    z-index:10000000;
    width: 360px;
    padding: 10px 20px 10px 10px;
    border-left: 1px solid #f0f0f0;
    -moz-box-shadow: 0 4px 10px #666;
    -webkit-box-shadow: 0 4px 10px #666;
    box-shadow: 0 4px 10px #666;
    _position: absolute;
    _top: 0;
}

#upprev_box h6 {
    /* === "MORE IN" === */
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    color: inherit;

    margin:0 0 5px 0;
    padding:0;
}

#upprev_box h6 a {
    /* === Category Link === */
}
#upprev_box h6 a:hover {
    /* === Category Link: mouse over === */
}
#upprev_box h6 a:visited {
    /* Category Link: visited */
}

#upprev_box h6 .num {
    /* === "(1 of 5 ARTICLES)" === */
    font-size: inherit;
    font-weight:normal;
    font-family: inherit;
    color:#888;
}

#upprev_box .upprev_excerpt {
    /* === Container for Title, Thumbnail and Excerpt === */
    text-align:justify;
}

#upprev_box .upprev_excerpt p {
    /* === Excerpt === */
    overflow:hidden;
    margin:0
}

#upprev_box .upprev_excerpt p a {
    /* === Previous Post Link === */
}

#upprev_box .upprev_excerpt p a:hover {
    /* === Previous Post Link: mouse over === */
}

#upprev_box .upprev_excerpt p a:visited {
    /* === Previous Post Link: visited === */
}

#upprev_box .upprev_thumb {
    /* === Thumbnail Image === */
    float:left;
    margin:5px 20px 0 0;
    border: 0;
}

#upprev_box button {
    /* === Close Button === */
    border: none;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 13px;
    height: 13px;
    background: #fff url('images/close_window.gif') no-repeat 0 0;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
}

.grid {
  position: fixed;
  background-color: rgba(144, 0, 0, 0.1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 940px;
  margin: 0 auto;
}

.grid > .col {
  width: 60px;
  background-color: rgba(144, 0,0,0.1);
  height: 100%;
  float: left;
  margin-right: 20px;
}

.grid > .col:last-child {
  margin: 0;
}

.gridtoggle {
  position: fixed;
  bottom: 0;
  right: 0;
}

@media (min-width: 499px) {
  #main { margin-top: 0; }
}

@media (min-width: 640px) {

  #site-title { float: left; width: 50%; }
  #site-title a { background-position: 0 6px; }

  #site-description {
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 1em;
  }

  #search {
    display: block;
    float: right;
    margin: 1.5em 0 0;
    width: 50%;
    text-align: right;
  }

  .post-thumbnail {
    display: block!important;
    visibility: visible!important;
  }

  #content article section.article-col { float: right; margin: 0 5%; width: 70%; }
  #content article aside.article-col {
    border: 0;
    margin: 0;
    padding: 3px 0 0;
    font-size: 0.857em;
    width: 20%;
    text-align: left;
  }

  body.category-agenda #content article { padding-top: 0; }

  #content article aside time,
  #content article aside .author { display: block; }

  #content aside.article-col .entry-date,
  #content aside.article-col .author {
    display: block;
    visibility: visible;
  }

  #content section.article-col .post-info {
    display: none;
    visibility: hidden;
  }

  body.single #content section.article-col .post-info {
    display: block;
    visibility: visible;
  }

  #content article .start-date {
    padding: 48px 0;

    position: static;

    -webkit-border-radius: 4px 0 4px 0;
       -moz-border-radius: 4px 0 4px 0;
         -o-border-radius: 4px 0 4px 0;
            border-radius: 4px 0 4px 0;
  }

  body.page img.alignleft,
  body.single img.alignleft { margin: 0 1.715em 1.715em -44%; }
  body.page img.alignright,
  body.single img.alignright { float: right; margin: 0 -12.5% 1.715em 1.715em; }

  #content .sharing { border: 0; position: fixed; top: 112px; left: 0; }
  .sharing li { float: none; width: auto; }

  #social .social-media,
  #social .social-newsletter {
    float: left;
    width: 50%;

    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
         -o-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
  }

  footer#colophon p { float: left; width: 45%; }

}

@media (min-width: 760px) {

  #search button {
    display: inline-block;
    visibility: visible;
  }

  footer#colophon nav {
    display: inline;
  }
}

@media (min-width: 959px) {

  #secondary {
    margin-top: 130px;
    float: right;
    max-width: 140px;
  }

  #secondary h2,
  #secondary img {
    display: block;
    margin: 0 0 0.5em;
  }
}
