/* Copyright 2008 The Red Barn */
/* Pieter Schepens */

/* CSS-rules in order of appearance */

/* reset */
ul, li, h1, h2, h3, h4, body, html {
	margin: 0;
	padding: 0;
}

/* structure */

body {
	font: 11.5px/16px Verdana, sans-serif;
	color: #232323;
	text-align: center;
	background: #FFFFFF url("../img/layout/headerbg.gif") center -2px no-repeat;
}
#container {
	width:  960px;
	margin: 0 auto;
	text-align: left;
}

/* header + topnav */

#header {
	margin: 30px 0 0 185px;
	height: 175px;
	background-color: #6FCAE5;
}
#header h1 {
	background: #6FCAE5 url("../img/layout/headerlogo.gif") top left no-repeat;
	width: 370px;
	height: 133px;
	float: left;
}
#header h1 a {
	display: block;
	width: 370px;
	height: 133px;
}
#topnav {
	float:  right;
	width:  336px;
	height:  144px;
	background: transparent url("../img/layout/topnavbg.jpg") top left no-repeat;
}
#topnav span {
	display: none;
}
#topnav ul {
	list-style-type: none;
	margin: 60px 0 20px 0;
	text-align: center;
}
#topnav li {
	float: left;
	width: 90px;
	height: 20px;
	margin:  0 10px;
}
#topnav ul a {
	display: block;
}
a#benjenieuw {
	background: transparent url("../img/layout/topnav.gif") 19px top no-repeat;
	width: 70px;
	height: 33px;
}
a#benjenieuw:hover {
	background-position: -319px top;
}
a#ambassadeurs {
	background: transparent url("../img/layout/topnav.gif") -92px top no-repeat;
	width: 90px;
	height: 33px;
}
a#ambassadeurs:hover {
	background-position: -430px top;
}
a#contact {
	background: transparent url("../img/layout/topnav.gif") -204px top no-repeat;
	width: 80px;
	height: 33px;
}
a#contact:hover {
	background-position: -542px top;
}

/* sidebarleft */

#sidebarleft {
	float: left;
	width: 175px;
	margin: 40px 0 0 0;
}
#sidebarleft ul {
	list-style-type: none;
}
	
/* leftnav */
	
ul#leftnav {
	margin:  3px 0 0 24px;
}
ul#leftnav li {
	background: transparent url("../img/layout/lijn.gif") left 96% no-repeat;
	min-height: 30px;
	white-space: nowrap;
}
ul#leftnav li.current {
	background-position: left bottom;
}
ul#leftnav ul {
	margin: 12px 0 4px 0px;
	padding: 0 0 15px 0;
	list-style-image: url("../img/layout/bullet.gif");
	list-style-position: inside;
}
ul#leftnav ul li, ul#leftnav ul li.current {
	height: 20px;
	min-height: 20px;
	background: none;
}
ul#leftnav ul li.current{
	list-style-image: url("../img/layout/bullet2.gif");
}
ul#leftnav ul span {
	display: block;
}
ul#leftnav ul li a {
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	display: inline;
}
ul#leftnav ul li a.current {
	color:  #ff6e03 !important;
	font-weight: bold;
}
ul#leftnav li.last {
	background: none;
}
ul#leftnav a {
	color: #2F160A;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-family: nevis;
	display: block;
}
ul#leftnav a:visited {
	color: #2F160A;
}
ul#leftnav a:hover {
	color: #ff6e03;
}
ul#leftnav span {
	display: none;
}
a#start {
	background: transparent url("../img/layout/leftnav.gif") left 1px no-repeat;
	width: 130px;
	height: 15px;
}
a#start:hover, a#start.current {
	background-position: left -14px;
}
a#nieuws {
	background: transparent url("../img/layout/leftnav.gif") left -29px no-repeat;
	width: 130px;
	height: 15px;
}
a#nieuws:hover, a#nieuws.current {
	background-position: left -44px;
}
a#agenda {
	background: transparent url("../img/layout/leftnav.gif") left -60px no-repeat;
	width: 130px;
	height: 18px;
}
a#agenda:hover, a#agenda.current {
	background-position: left -78px;
}
a#projecten {
	background: transparent url("../img/layout/leftnav.gif") left -97px no-repeat;
	width: 130px;
	height: 19px;
}
a#projecten:hover, a#projecten.current {
	background-position: left -117px;
}
a#tipslinks {
	background: transparent url("../img/layout/leftnav.gif") left -137px no-repeat;
	width: 130px;
	height: 18px;
}
a#tipslinks:hover, a#tipslinks.current {
	background-position: left -158px;
}
a#prijzen {
	background: transparent url("../img/layout/leftnav.gif") left -181px no-repeat;
	width: 130px;
	height: 18px;
}
a#prijzen:hover, a#prijzen.current {
	background-position: left -201px;
}
	
/* navigatie linksonder (extra blok) */
	
ul#extranav {
	margin:  30px 0 0 34px;
	padding: 32px 0 0 17px;
	background: transparent url("../img/layout/kaart.gif") left top no-repeat;
	height: 156px;
}
ul#extranav li {
	height: 30px;
}
ul#extranav a {
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	font-family: nevis;
	color: #FFF;
	display: block;
}
ul#extranav span {
	display: none;
}
a#weblog {
	background: transparent url("../img/layout/extranav.gif") left -4px no-repeat;
	width: 60px;
	height: 20px;
}
a#weblog:hover {
	background-position: -103px -4px;
}
a#foto {
	background: transparent url("../img/layout/extranav.gif") left -32px no-repeat;
	width: 40px;
	height: 20px;
}
a#foto:hover {
	background-position: -103px -32px;
}
a#video {
	background: transparent url("../img/layout/extranav.gif") left -62px no-repeat;
	width: 60px;
	height: 17px;
}
a#video:hover {
	background-position: -103px -62px;
}
a#podcast {
	background: transparent url("../img/layout/extranav.gif") left -91px no-repeat;
	width: 65px;
	height: 17px;
}
a#podcast:hover {
	background-position: -103px -91px;
}
a#nieuwsbrief {
	background: transparent url("../img/layout/extranav.gif") left -122px no-repeat;
	width: 90px;
	height: 17px;
}
a#nieuwsbrief:hover {
	background-position: -103px -122px;
}
	
/* nieuwsbrief (snel inschrijven) */

#Nieuwsbrief {
	margin-top: 24px;
	height: 5em;
}
#FormNieuwsbrief {
	padding: 0 21px 0 24px;
}
#Email {
	width: 130px;
}
#Subscribe {
	float: right;
}

/* search & filter */

#zoeken {
	margin: 1em 0;
	padding: 0 21px 24px 24px;
	/* (versie met kaartje als achtergrond) */
	/*background: transparent url("../img/layout/plattekaart.gif") 50% 50% no-repeat;
	height: 117px;
	padding: 22px 18px 0 27px;*/
}
#q-label {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}
#q {
	width: 130px;
	margin-top: 10px;
}
#q-submit {
	float: right;
	margin-top: 15px;
}
#module_filter div {
	margin: 2px 0 2px .6em;
}
#module_filter h4 {
	margin: 5px 0 10px;
}

/* content */

#content {
	float: left;
	width: 580px;
	margin-bottom: 20px;
}
h2#contenttitle {
	background: transparent url("../img/layout/headerbgcenter.png") right bottom no-repeat;
	margin: 0 0 0 -8px;
	padding: 0 76px 30px 86px; /* 78px - (-8px) */
	text-transform: lowercase;
}
.post, .message {
	margin: 0 76px 35px 78px;
}
.post h3 {
	margin: 0 0 20px 0;
}
.post img {
	float:  left;
	margin: 0 10px 10px 0;
}
.post img.inline {
	float: none;
	margin: 0;
}
.post .date {
	font-style: italic;
}
.meta {
	float: right;
	width: 133px;
	background: transparent url("../img/layout/backlijn.gif") center bottom no-repeat;
	padding-bottom: 13px;
}
.meta dl {
	margin: 0;
	background: transparent url("../img/layout/backlijn.gif") center top no-repeat;
	padding: 12px 15px 0 15px;
	position: relative;
}
.meta dt {
	float: left;
	clear: left;
	margin-right: .5em;
	font-weight: bold;
}
.meta dd {
	margin-left: 0;
	text-align: right;
}
.meta dd.stars {
	clear: both;
	width: 103px;
	margin: 5px 0 0 0;
	text-align: center;
}
.meta img {
	display: inline;
	float: none;
	margin: 0;
}
	
table.datelist td {
	vertical-align: top;
}
table.datelist td.date {
	font-style: normal;
	width: 7em;
}

/* sidebarright */

#sidebarright {
	float: right;
	width: 205px;
	margin:  60px 0 0 0;
	padding: 0 0 100px 0;
	font-size: 95%;
	background: transparent url("../img/layout/logoetwinning.gif") center bottom no-repeat;
}
h2#upcoming {
	background: transparent url("../img/layout/upcoming.gif") top left no-repeat;
	margin:  0px;
	width: 200px;
	height: 90px;
}
h2#rss {
	background: transparent url("../img/layout/rss.gif") top left no-repeat;
	margin:  30px 0 0 0;
	width: 200px;
	height: 30px;
}
#sidebarright ul {
	list-style-type: none;
}
#sidebarright li {
}

/* footer */
	
#footer {
	clear: both;
	margin: 750px 160px 100px 157px;
	padding: 40px 0 0 0;
	font-size: 14px;
	color: #6FCAE5;
	background: transparent url("../img/layout/lijnfooter.gif") left top no-repeat;
}
p#mail {
	margin: 0 0 0 94px;
	float: left;
	width: 100px;
}
p#copy {
	margin:  0 120px 0 0;
	float: right;
	width: 250px;
	text-align: right;
}
#footer img {
	float:  right;
	margin: 15px 107px 0 0;
	padding: 0;
}
#footer a:link {
	color: #6FCAE5;
}
#footer a:visited {
	color: #6FCAE5;
}
#footer a:hover {
	color: #ff6e03;
}

p#designed {
	clear: both;
	text-align: center;
	font-size: 75%;
	color: #232323;
	padding: 0 0 50px 0;
}
p#designed a:link, p#designed a:visited {
	color:  #232323;
}

/* links, headers, ... */
h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
	clear: both;
}
h1 span, h2 span {
	display: none;
}
h2 {
	color: #353290;
	font-size: 32px;
	font-family: 'ITC Avant Garde', 'Century Gothic', sans-serif;
	font-weight: normal;
	margin-top: 15px;
}
h3
{
	color: #3e1d0a;
	font-size: 22px;
	font-family: 'ITC Avant Garde', 'Century Gothic', sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
p, dl, ol, ul {
	margin: 1em 0;
}
dt {
	font-style: italic;
}
dd {
	margin-top: .5em;
	margin-bottom: .5em;
}
dd ol, dd ul {
	margin: 0;
}
a:link {
	color: #ff6e03;
}
a:visited {
	color: #ff6e03;
}
a:hover {
	color: #6FCAE5;
}
a img {
	border: none;
}
.hidden { 
	display: none; 
}
.t_bold {
	font-weight: bold;
}
.t_italic {
	font-style: italic;
}
.logo {
	float: left;
	clear: left;
}

/* forms */
.vereist {
	color: #FF6E03;
}
.text {
	width: 200px;
}
select.age {
	text-align: right;
}

div.thumb {
	border:1px solid #DDDDDD;
	float:left;
	font-size:14px;
	height:auto;
	line-height:16px;
	margin:2px;
	padding:4px 2px 2px;
	text-align:center;
	vertical-align:middle;
	width:175px;
}

div.thumb_pic {
	margin: 0 auto 4px auto;
	width:125px;
	height:85px;
	line-height:80px;
}

div.thumb_title {
	font-size:12px;
	background-color:#f7f7f7;
}

div.group_order_by {
	height:20px;
	padding-bottom:0;
}

div.order_by {
	border-right:1px solid #999999;
	float:left;
	margin-right:5px;
	padding-right:5px;
}

div.detail_foto {
	border:1px solid #DDDDDD;
	float:left;
	height:auto;
	line-height:16px;
	margin:2px;
	padding:4px 2px 2px;
	text-align:center;
	vertical-align:middle;
	min-height:450px;
	min-width:600px;
}
