/**
 * HTML5 ✰ Boilerplate
 *
 */

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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

blockquote, q { quotes: none; }

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

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; }

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

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

strong {
	font-weight: bold;
}

em {
font-style: italic;
}


body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }

pre, code, kbd, samp { font-family: monospace, sans-serif; }


html { overflow-y: scroll; }

a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }

td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }

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; }


label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }


button, input, select, textarea { margin: 0; }

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; }


::-moz-selection{ background: #DBDBDB; color:#000000; text-shadow: none; }
::selection { background:#DBDBDB; color:#000000; text-shadow: none; }


a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }

.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {
  color: #000;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 {
	font-size: 35px;
	line-height: 0.85em;
}

h2 {
	font-size:20px;
}

.category h2, .entrypage header h2, #nieuws header h2 {
	font-size:16px;
}

h3 {
	font-size: 16px;
}

.category article + article{
	margin-top: 10px;
}

/**
 * Primary styles
 *
 * Author: Charis Rooda | Bjorn Elsing // www.imakewebsites.nl
 */

.cufon-loading .cufon,
.cufon-loading nav ul li,
.cufon-loading aside ul li,
.cufon-loading h1,
.cufon-loading h2,
.cufon-loading h3,
.cufon-loading .page_stores aside,
.cufon-loading .cufon_shadow
{
	display: none;
}


body {
	font-family: "Georgia", "Arial", "Helvetica", sans-serif;
}

a {
	color: black;
text-decoration: none;
}

p a {
	 text-decoration: underline;
}

a:hover {
	color: #DC041E;
}

header {
	letter-spacing: 0.5px;
	margin-bottom: 20px;
}

#container {
	width: 960px;
	margin: auto;
	padding: 0 20px;
}

#content {
}

#accessibility {
	background-color: #DBDBDB;
	padding: 8px 13px 16px;
	 position: relative;
height: 15px;
}

#accessibility a {
	font-family: "Arial";
	font-size: 11px;
}

.social {
position: absolute;
right: 160px;
top: 11px;
}

.social a {
	 vertical-align: middle;
	 display: inline-block;
}

#textsizer {
	font-family:"Century Gothic";
	font-size: 20px;
	display: inline;
}

#search {
	position: absolute;
right: 3px;
top: 3px;
height: 18px;
}

#search input {
	background: url('../img/magnify.png') 110px center no-repeat;
	background-color: #BCBCBC;
	padding: 5px 30px 5px 10px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: helvetica, arial, verdana;
	font-size: 12px;
	width: 100px;
}

.pivotx-search-result fieldset {
	display: none;
}

#search-results li span{
	color: #000;
}

#search-results li a{
	font-weight: bold;
}

#logo {
	margin: 20px 0px 5px 0px;
	position: relative;
}

#volume {
	position: absolute;
	right: 0px;
	top: 20px;
	font-size: 16px;
}

#home #volume {
	display: block;
}

#menuholder {
	border-bottom: 5px solid #CCCCCC;
	position: relative;
	height: 145px;
}

span {
	color: #DC041E;
	margin-right: 5px;
}

menu {
	right: 0px;
	margin-top: 112px;
	display: inline;
	position: absolute;
	text-transform:lowercase;
}

menu ul li {
	display: inline;
	margin-right: 45px;
}

menu ul > li:last-child {
	margin-right: 0px;
}

menu a {
	font-size: 20px;
}

#uitgave .pdf, .entrypage .pdf{
	height: 158px;
	width: 116px;
	position: absolute;
	top: -140px;
	left:300px;
}

#uitgave #main, .entrypage #main {
	position: relative;
}

.pdf, #nieuws .pdf {
	left:300px;
  position:absolute;
  top:30px;
  width:116px;
}

.pdf img {
	left: 7px;
	top: 6px;
	position: absolute;
}

.pdf .magazine_link {
	left: 0px;
	top: 0px;
	position: absolute;
	height: 114px;
	width: 84px;
	background: url(../img/mare_pdf.png);
}

.pdf .pdf_overlay {
	left: 0px;
	top: 0px;
	position: absolute;
	height: 158px;
	width: 116px;
	background: url(../img/mare_pdf.png);
}

.pdf .download_link {
	position: absolute;
	top: 80px;
	left: 85px;
	font: 11px arial, helvetica, sans-serif;
	color: #CCC;
	width: 100px;
}

.pdf .download_link a {
	color: #999;
}

.rss a {
	letter-spacing: -3000px;
	background: url(../img/rss.png) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 3px;
	right: 0px;
	display: block
}

#main {
	margin-right: 20px;
	width: 540px;
	float: left;
}

#main p {
	width: 90%;
}

p {
	color: #232323;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4em;
	font-family: georgia;
	letter-spacing: 0.01em;
}

h3 {
	padding-top: 5px;
}

ul {
		margin-left: 15px;
}

li {
	margin-left: 0px;
}

#montharchive li {
	clear: both;
	list-style: none;
}

.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

.right {
	float: right:
	margin: 0px 0px 10px 10px;
}

ul {
	margin-bottom: 20px;
}

.extraimage {
	margin-bottom: 10px;
}

#home .extraimage {
	width: 540px;
	margin-right: 20px;
}

#main .extraimage .bijschrift, #content .extraimage .bijschrift {
	float: left;
	font-size: 1em;
	width: 100%;
	color: #666;
	border-bottom: 1px solid #CCC;
}

.bijschrift {
clear: both;
}

#main .extraimage .fotograaf, #content .extraimage .fotograaf {
	float: right;
	width: auto;
	text-transform: uppercase;
	color: #666;
	font-size: 0.8em;
	margin-left: 15px;
}

.addthis_holder {
	border-top:1px solid #ccc;
	font-size: 14px;
	padding-top: 5px;
	color: #666;
}

.addthis_toolbox {
	margin: 10px 0px;
}

.nieuwsarchief_holder .extraimage {
	margin-bottom: 0px;
}

#montharchive a:link, #montharchive a:active, #montharchive a:visited {
	color: #005487;
}
#montharchive a:hover {
	color: #DC041E;
}

.subtitle {
	color: #DC041E;
	font-size: 20px;
	margin: 5px 0px 10px 0px;
}

.category {
	width: 220px;
	float: left;
	margin: 20px 20px 0px 0px;
	border-top: 7px solid #DC021C;
}

.category_holder {
	width: 480px;
	float: left;
	min-height: 300px;
}

#category-strip {
	width: 460px;
}

#category-variant {
	border-top: 7px solid #000;
}



#category-news {
	border-top: 7px solid #005588;
	position: relative;
}

#home #category-news {
	width: 460px;
}

#home #category-news p, #nieuws article p {
	margin-bottom: 0px;
}

#nieuws .introduction, .entrypage .introduction {
	margin-bottom: 15px;
	font-weight: bold;
}

#home #category-news .date {
	margin-bottom: 10px;
}

#date {
	color: #9B9B9B;
}

.auteur {
	font-weight: bold;
	color: #000;
	float: left;
	padding-right: 5px;
	text-transform: uppercase;
	font-size: 14px;
}

#home #category-news img {
	position: relative;
	top: -31px;
	width: 100%
}

.categories, #categories-variant {
	width: 1000px;
}

.categories h2, #categories-variant h2 {
	color: #FFFFFF;
	background-color: #DC021C;
	float: left;
	padding: 0px 10px 3px 7px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.categories h2 a, #categories-variant h2 a, .category h2 a, .entrypage header h2 a, #nieuws header h2 a{
	color: #FFFFFF;
}

#category-variant h2 {
	background-color: #000;
}

#bericht {
	width: 540px;
}

#category-news h2 {
	background-color: #005588;

}

.categories article, #categories-variant article {
	clear: both;
}

.articlenr {
	color: white;
	background-color: black;
	float: left;
	font-size: 18px;
	padding: 3px 4px 2px 4px;
	position: absolute;
}

/* .articletitle {
	width: 100px;
	height: 130px;
	display: block;
	background: #CCCCCC;
}*/

#main article ul {
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main article ul li {
	list-style-type: armenian;
}

#homepage .categories article img, #home .categories article img, #categories-variant article img {
	width: 220px;
}

#homepage article img, #home article img {
	margin: 0px 20px 0px 0px;
}

#nieuws h1 a {
	color: #005588;

}

#contact .main, .page_general .main {
	width: 500px;
	float: left;
}

#contact .extrafield, .page_general .extrafield {
	width: 460px;
	float: left;
}

.voorpagina strong {
	color: #000;
}

.voorpagina {
	position: relative;
}

.voorpagina_article {
	width: 400px;
	top: 0px;
	position: absolute;
	left: 564px;
}

#category-news h3 a{
	color: #005588;
}

#montharchive ul {
	margin: 30px 0 0 0;
}

.nieuwsarchief_holder {
	float:right;
	width: 400px;
  margin-bottom: 10px;
}

.nieuwsarchief {
	border-top: 7px solid #DC021C;
  margin-bottom: 10px;
  clear: both;
 	width: 400px;
	float:right;
}

.nieuwsarchief-variant {
	border-top: 7px solid #000000;
	width: 400px;
	float:right;
}

.nieuwsarchief-nieuwsvariant {
	border-top: 7px solid #005588;
	width: 400px;
	float:right;
}


#nieuws #main article {
	margin-bottom: 15px;
}

.nieuwsarchief header {
	margin-bottom: 5px;
	background-color: #DC021C;
	padding: 0px 10px 3px 7px;
	margin-bottom: 0px;
	color: white;
	float: left;
}

.nieuwsarchief-variant header {
	background-color: #000;
}

.nieuwsarchief-nieuwsvariant header {
	background-color: #005588;
}

.nieuwsarchief-nieuwsvariant h1 a {
	color: #005588;
}

.nieuwsarchief h1 {
	font-size: 15px;
}

#nieuws .nieuwsarchief header {
	background-color: #005588;
}

#nieuws .nieuwsarchief header {
	background-color: #005588;
	margin-bottom: 0px;
}

#nieuws .nieuwsarchief {
	border-top: 7px solid #005588;
}

.nieuwsarchief article {
	clear: both;
	padding: 5px 0px 0px 0px;
}

.nieuwsarchief article img {
	width: 125px;
	height: 75px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.nieuwsarchief h3 a {
	color: #005588;
}

.date {
	color: #9B9B9B;
	font-size: 12px;
}

#main .date {
	font-size: 15px;
	text-transform:lowercase;
	position: relative;
	top: -1px;
}

#montharchive {
	border-top: 7px solid #005588;
	clear: both;
	margin-top: 10px;
}

#montharchive li a {
	font-size: 16px;
}

#contact #contactphoto {
	float: left;
	margin-right: 20px;
}

#archief article {
	width: 140px;
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
}

#archief h2 {
	clear: both;
	margin-bottom: 20px;
}

.message a {
	margin-right: 17px;
}

.sep {
	 clear: both;
	 border-top: 7px solid #DC021C;
	 margin-bottom: 50px;
}

.sep h2 {
color: #FFFFFF;
background-color: #DC021C;
float: left;
padding: 0px 10px 3px 7px;
margin-bottom: 10px;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* 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: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}



/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  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; }
}