/**
 * Layout.css - Global styles
 * 
 * @author  Webstores <info at webstores dot nl>
 *          Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

/* General */

body {
	margin: 0;
	padding: 0;
	background: #F0EEEB url(../img/background.png) top left repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #000;
}

a:hover {
	text-decoration:none;
}

blockquote {
	margin: 10px 30px;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
}

h1 {
	margin: 0 0 12px;
	font-size: 24px;
}

h2 {
	margin: 0 0 10px;
	font-size: 22px;
}

h3 {
	margin: 0 0 8px;
	font-size: 18px;
}

h4 {
	margin: 0 0 6px;
	font-size: 16px;
}

h5 {
	margin: 0 0 4px;
	font-size: 14px;
}

h6 {
	margin: 0 0 2px;
	font-size: 12px;
}

img {
	border: 0;
}

ol, ul {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
	line-height: 150%;
}

p {
	margin: 0 0 20px;
	line-height: 150%;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #DDDBD9;
}

/* Table styles */

table {
	margin: 10px 0 20px;
	width: 100%;
}

td {
	padding: 8px;
	border-bottom: 1px solid #DDD;
}

th, thead td {
	padding: 8px;
	background-color: #DDD;
	border-bottom: 1px solid #9E9E9E;
	font-weight: bold;
	text-align: left;
}


/* Form styles */

form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

form li {
	margin: 0 0 8px;
}

form li.indent {
	padding-left: 194px;
}

form li.last {
	margin: 0;
}

form li.border-bottom {
	padding-bottom:10px;
	border-bottom: 1px solid #DDDBD9;
}

form li.head {
	font-weight:bold;
}

form li.red label.indent,
form li.red.head {
	color:#D93C17;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input.text {
	margin-right: 6px;
	padding: 4px 4px 3px;
	border: 0;
	background-color:#CDC4BA;
	font: 13px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

.mediumfont input.text { margin-right:4px; }
.largefont input.text { margin-right:3px; }

input.text.last {
	margin-right:0!important;
}

input.extra-small {
	width: 40px;
}

input.small {
	width: 52px;
}

input.medium {
	width: 125px;
}

input.large {
	width: 252px;
}

input.extra-large {
	width: 321px;
}

input.grey {
	color:#817D78;
}

input.focus {
	color: #333 !important;
}

input.wsv-error,
textarea.wsv-error {
	border-color: #CC0000;
}

label.indent {
	display: -moz-inline-box;
	display: inline-block;
	width: 190px;
}

textarea {
	padding: 4px;
	width: 321px;
	height: 62px;
	border: 0;
	background-color:#CDC4BA;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.mediumfont input.extra-large,
.mediumfont textarea {
	width:320px;
}
.largefont input.extra-large,
.largefont textarea {
	width:320px;
}

#form-submit {	
	width: 80px;
	height:20px;
	background: url(../img/send-button-sprite.png) 0 0 no-repeat;
	margin:0;padding:0;border:0;
	/*text-indent:-999px;*/
	overflow:hidden;
}

#form-submit:hover {
	background-position: 0 -20px;
	cursor:pointer;
}

form .select,
form .checkbox {
	margin: 0 4px 0 0;
}


/**
 * GENERAL CLASSES
 * ----------------------------------------
 */

.accent {
	color: #D93C17;
	font-weight:bold;
}

.intro {
	font-weight:bold;
}

.date {
	font-weight: bold;
	color: #B3ACA3;
}

.hidden {
	visibility: hidden;
}


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#wrapper {
	margin: 0 auto 28px;
	width: 970px;
	background: url(../img/wrapper-back.png) repeat-y;
}

#header {
	height: 180px;
	position:relative;
	padding: 15px 15px 0;
	background: url(../img/wrapper-top.png) top left no-repeat;
	z-index:100;
}

#main {
	width: 100%;
	margin:0 15px;
}

#sidebar {
	margin-right: 20px;
	padding:10px 0;
	width: 120px;
}

#content {
	margin-right: 20px;
	padding: 10px;
	width: 400px;
}

#content-wide {
	margin-right: 20px;
	padding: 10px;
	width: 540px;
}

#content-wide form {
	width:540px;
}

#mediabar {
	padding-top:10px;
	width: 360px;
}

#footer {
	padding: 0 15px 15px;
	background: url(../img/wrapper-bottom.png) left bottom no-repeat;
}

.column {
	float: left;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

 
#logo {
	display: block;
	width: 265px;
	height: 72px;
	position:absolute;
	top:123px;
}

#logo img {
	display: block;
}

img#page-visual {
	position:absolute;
}

form#search-form {
	float:right;
	height:28px;
	margin-top:3px;
	display:block;
	width: 202px;
}

#search-form label {
	display:none;
}

#search-form input {
	background:url(../img/search-bg.png) 0 0 no-repeat;
	width:138px;
	height:18px;
	margin:-3px 0 0;
	padding:0 3px 0 20px;
	border:0;
}

#search-form button {
	background:none;
	border:0;
	margin:0;
	padding: 3px 0 0;
	font-family: arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:white;
}

#search-form button:hover {
	cursor:pointer;
}

#font-size {
	float:right;
	height:28px;
	margin-right:10px;
	line-height:31px;
}

#font-size a { font-weight:normal!important; }
#font-size a:hover {color:black; text-decoration:none;}

	#fontsmall { font-size:14px; }
	#fontmedium { font-size: 22px; }
	#fontlarge { font-size:28px; }
	#font-size a.active { color:#000; }
	
	.mediumfont p,
	.mediumfont #featured-link-list a,
	.mediumfont li,
	.mediumfont input { font-size: 16px !important; }
	.largefont p,
	.largefont #featured-link-list a,
	.largefont li,
	.largefont input { font-size: 18px !important; }

/**
 * SIDEBAR ELEMENTS
 * ----------------------------------------
 */
	
#menu {
	margin:39px 0 0;padding:0 0 0 10px;
	list-style:none;
}

#menu li {
	margin-bottom:18px;
}

#menu a {
	font-size:11px;
	text-decoration:none;
	line-height:18px;
}

#menu a:hover {
	text-decoration:underline;
}

#menu ul {margin:0;padding:0;}
#menu ul li {
	margin:0; 
	padding-left:20px;
	list-style:none;
	background:url(../img/sub-sub-arrow.png) 8px 6px no-repeat;
}

.issue-scroller-items {
	margin:10px 0 0 -2px;
	padding:0;
	width: 124px;
}

.issue-scroller-items a {
	display:block;
	width: 114px;
	height:78px;
	padding-right:10px;
	margin-bottom: 22px;
	color:white;
	text-decoration:none;
	background:url(../img/issue-scroller-sprite.png) 0 -78px no-repeat;
	text-align:center;
	font-weight:bold;
	line-height:63px;
}

.issue-scroller-items .reformatie { display:none; }
.issue-scroller-items .day { font-size: 34px; }
.issue-scroller-items .month { font-size:20px; }

.issue-scroller-items a:hover {
	background-position: 0 -156px;
}

.issue-scroller-items a.current {
	background-position: 0 0;
}

/**
 * MEDIABAR ELEMENTS
 * ----------------------------------------
 */

a#reformatie-visual {
	display:block;
	width: 360px;
	height:266px;
	margin-top:33px;
}

a#reformatie-visual.homepage { margin-top: 10px; }

a#reformatie-visual img {
	display:block;
}

#featured-link-list {
	margin: 0;
	position:relative;
	top:-70px;
	padding:0;
	list-style:none;
}

#featured-link-list a {
	display:block;
	text-decoration:none;
	height:30px;
	line-height:30px;
	padding-left:30px;
	font-weight:bold;
	background:url(../img/featured-link-list-sprite.png) 0 0 no-repeat;
}

#featured-link-list a:hover { 
	background-position: 0 -150px; 
	text-decoration:underline;
}

#featured-link-list li.deepred a { background-position: 0 -30px; }
#featured-link-list li.deepred a:hover { background-position: 0 -180px; }
#featured-link-list li.green a { background-position: 0 -60px; }
#featured-link-list li.green a:hover { background-position: 0 -210px; }
#featured-link-list li.red a { background-position: 0 -90px; }
#featured-link-list li.red a:hover { background-position: 0 -240px; }
#featured-link-list li.yellow a { background-position: 0 -120px; }
#featured-link-list li.yellow a:hover { background-position: 0 -270px; }


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

/* Issue scroller */

.issue-scroller {
	position:relative;	
	margin: 10px 0 0 -10px;	
}

/*.mediumfont .issue-scroller { height: 550px; }
.largefont .issue-scroller { height: 650px;}*/

.issue-scroller div{	
	background:white;
	overflow: auto;
}

/* Breadcrumbs */

#breadcrumbs {
	margin:0 0 10px 0;padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}

#breadcrumbs li {
	float:left;
	padding-right:7px;
}

#breadcrumbs a {
	padding-right: 10px;
	color:#B3ACA3;
	text-decoration:none;
	background: url(../img/breadcrumb-bg.png) center right no-repeat;
}

#breadcrumbs a:hover { text-decoration:underline; }

#breadcrumbs li.last a {
	background:none;
}

#breadcrumbs li.last {
	background:none;
	padding-right: 10px;
	color:#B3ACA3;
	text-decoration:none;
	cursor:default;
}

/* Nieuws stijlen */

.article {
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
}

.article-thumb {
	display: block;
	float: left;
	margin: 25px 20px 0 0;
	width: 150px;
	height: 100px;
}

.article-thumb img {
	display: block;
}

.article-body {
	float: left;
	width: 370px;
}

.article-body .date {
	margin: 0 0 5px;
}

.article-body h2,
.article-body p {
	margin: 0 0 10px;
}

/* Page Body */

.page-body {
	margin: 0 0 20px;
	width: 100%;
	overflow: hidden;
}

.page-body-photos {
	float: left;
	width: 150px;
}

.page-body-photos img {
	display: block;
	margin-bottom:20px;
}

.page-body-text {
	float: left;
	width: 370px;
	margin: 0 20px 0 0;
}


/* Related */

.related  {
	margin-top:30px;
	padding:10px 10px 2px;
	background-color:#F0EEEB;
}

.related h3 {
	font-size:12px;
}

.related ul {
	list-style:none;
	margin:0;
	padding:0;
}

.related li {
	padding:0 ;
}

.related ul a {
	display:block;
	text-decoration:none;
	padding: 8px 0 8px 30px;
	background:url(../img/featured-link-list-sprite.png) 0 -298px no-repeat;
	overflow: hidden;
}

.related ul a:hover {
	text-decoration:underline;
	background-position: 0 -328px;
}

/* Zoekresultaten */

ul#zoekresultaten {
	list-style:none;
	margin:0 0 20px;
	padding:0;
}

#zoekresultaten li {
	margin-bottom:16px;
}

#zoekresultaten a {
	text-decoration:none;
}

#zoekresultaten a:hover { text-decoration:underline;}

/* Pagination */

.pagination {
	margin: 20px 0; padding:0; 
	height:12px;
}

.pagination div {
	width: 14px;
	height:12px;
}

.pagination div.prev-link { float:left; }
.pagination div.prev-link a { display:block; background:url(../img/pagination-sprite.png) 0 -26px no-repeat; text-indent: -999px;overflow:hidden;}
.pagination div.prev-link a:hover { background-position: 0 -39px; }
.pagination div.next-link { float:left;}
.pagination div.next-link a { display:block;background:url(../img/pagination-sprite.png) 0 0 no-repeat;text-indent: -999px;overflow:hidden;}
.pagination div.next-link a:hover { background-position: 0 -13px; }

.pagination ol {
	float:left;
	list-style:none;
	padding:0;margin:0 7px;
	text-align:center;
}

.pagination li {
	display:inline;
}

.pagination li a {
	display:inline-block;
	font-weight:bold;
	line-height:12px;
	width: 14px;
	height:12px;
}

.pagination .selected a { text-decoration:underline; }
.pagination a { text-decoration:none; }
.pagination a:hover { text-decoration:underline; }

/* Sitemap */

#sitemap {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 200%;
	list-style: none;
}

#sitemap li {
	font-weight: bold;
}

#sitemap ul {
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #CCC;
	line-height: 200%;
	list-style: none;
}

#sitemap ul li {
	font-weight: normal;
}

#sitemap a {
	text-decoration: none;
}

/* Poll Form */

form#poll {
	background: #ECE9E6;
	padding:20px;
}

.stelling {
	background: #ECE9E6 url(../img/poll-bg.png) center 20px no-repeat;
}

#poll h3 {
	font-size:16px;
}

#poll label.indent,
#poll span.indent {
	display:inline-block;
	width: 130px;
}

#poll ul.stats{
	margin-bottom: 20px;
}

#poll li.indent {
	padding-left:133px;
}

#poll input.text {
	width:210px;
	background-color:white;
}

#poll textarea {
	width: 210px;
	background-color:white;
}

#poll .progressbar { display:inline-block; height:10px;}
#poll .eens .progressbar { background-color:#1E8096; }
#poll .oneens .progressbar { background-color:#D93C17; }

#poll .progress { padding: 0 7px; font-weight:bold; }
#poll .eens .progress { color:#1E8096; }
#poll .oneens .progress { color:#D93C17; }

#poll select {
	margin-right:0;
}

/* Poll Comments */

#comments {
	margin-bottom:30px;
}

#comments h2 {
	font-size:16px;
	padding:10px;
	border-bottom:1px solid #DDDBD9;
	margin:10px 0;
}

#comments p {
	margin:0;
}

#comments p.pagination {
	margin: 0 10px 10px;
}

#comments .pagination a {
	font-weight:bold;
	text-decoration:underline;
	padding: 0 5px;
}

#comments .pagination a.selected,
#comments .pagination a:hover {
	text-decoration:none;
}

#comments .comment-head {
	padding:10px 10px 0;
}

#comments .date {
	font-weight:normal;
	color:#999999;
}

#comments .comment-body {
	padding:22px 10px 10px;
}

#comments .eens .comment-body { background:#DEEDF0 url(../img/comment-body-eens-bg.png) no-repeat; }
#comments .oneens .comment-body { background:#F9E3DD url(../img/comment-body-oneens-bg.png) no-repeat; }

#comments .comment { margin-bottom:10px; }

/* Poll toolbar */

.toolbar {
	width: 100%;
	height:30px;
	padding-top: 10px;
}

.toolbar.alignright {
	text-align:right;
}

a.go-up {
	text-decoration:none;
	font-weight:bold;
	padding-left:20px;
	margin-top: 20px;
	background:url(../img/go-up-icon.png) 0 3px no-repeat;
}

a.go-up:hover {
	text-decoration:underline;
}

/**
 * FOOTER ELEMENTS
 * ----------------------------------------
 */

/* Service navigation */

#service-navigation {
	margin: 0;
	padding: 0 20px;
	list-style: none;
	background-color:#F0EEEB;
	height:170px;
	text-align:right;
}

#service-navigation li {
	display: inline;
	line-height: 40px;
	padding-right:30px;
	background:url(../img/service-nav-streep.png) center right no-repeat;
}

#service-navigation li.last {
	padding-right:0;
	background:none;
}

#service-navigation li a {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}

#service-navigation li a:hover {
	text-decoration:underline;
}
