/*
Theme Name: VerkeersPro
Description: VerkeersPro Wordpress Theme
Version: 1.0
Author: Steven Don
Author URI: http://www.shdon.com/
Tags:  white, three-columns, fixed-width, right-sidebar
*/

/* Main layout */
*
{
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}
html
{
	height: 100%;
}
body
{
	background: #969696 url(images/background.gif) repeat-x;
	font-size: 11px;
}

code, pre, tt
{
	font-family: monospace;
}

/* Generic elements */

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

a img
{
	border: none;
}

br.clearem
{
	clear: both;
}

div.error
{
	background: #FFEBE8;
	border-color: #CC0000;
}

div.notice
{
	background: #FFFFE0;
	border-color: #E6DB55;
}

div.error,
div.notice
{
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1em;
	padding: 12px;
}

div.notice a
{
	text-decoration: underline;
}

/* Common links */

.article a,
.text a,
.view a,
#rules a
{
	color: #0094D1;
	text-decoration: none;
}

.article a:hover,
.text a:hover,
.view a:hover,
#rules a:hover
{
	text-decoration: underline;
}

/* Main elements */

#container
{
	background-image: url(images/background_main.png);
	margin: 20px auto 0;
	padding: 0 6px;
	position: relative;
	width: 994px;
}

#footer
{
	background: none;
	background-image: url(images/background_footer.png);
	height: 20px;
	margin: 0 auto;
	padding: 0 6px;
	width: 994px;
}

#header
{
	background-image: url(/wp-content/img/background_header.jpg);
	background-position: 0 37px;
	background-repeat: no-repeat;
	border-bottom: 2px solid white;
	height: 224px;
	position: relative;
}

#header .input
{
	background: url(images/text_input.png);
	height: 14px;
	margin-top: 9px;
	padding: 3px 10px;
	width: 207px;
}

#header .input input
{
	background: none;
	border: none;
	font-size: 11px;
	height: 14px;
	line-height: 14px;
	text-align: left;
	width: 200px;
}

#header .submit
{
	bottom: 0;
	position: absolute;
	right: 0;
}

#header #buttons
{
	left: 20px;
	position: absolute;
	top: 100px;
}

#header #buttons a
{
	background-image: url(images/background_category.png);
	display: inline-block;
	height: 73px;
	position: relative;
	width: 75px;
}

#header #buttons a.current
{
	background-image: url(images/background_category_current.png);
}

#header #buttons img
{
	left: 7px;
	position: absolute;
	top: 21px;
}

#header #buttons img#logo_taxi
{
	left: 9px;
	top: 19px;
}

#header #buttons img#logo_traffic
{
	left: 15px;
	top: 18px;
}

#header #buttons #link-arctic-challenge
{
	background-image: none;
}

#header #buttons #link-arctic-challenge img
{
	left: 0;
	top: 0;
}

#header #category_badge
{
	display: none;
}

#header #logo
{
	left: 24px;
	position: absolute;
	top: 12px;
}

#header #newsletter
{
	left: 723px;
	position: absolute;
	top: 90px;
	width: 257px;
}

#header #newsletter h3
{
	color: white;
	font-size: 16px;
}

#header #search
{
	left: 723px;
	position: absolute;
	top: 0;
	width: 257px;
}

#topbar, #navbar
{
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 9px 0 8px;
	position: absolute;
	width: 100%;
}

#topbar
{
	background: #3E84C0 url(images/background_topbar.png) repeat-x left bottom;
	top: 0;
}

#topbar ul
{
	left: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 999;
}

#topbar li
{
	color: white;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar
{
	background: #00437A;
	bottom: 0;
}

#topbar a,
#navbar a
{
	color: white;
}

#navbar a
{
	margin: 0 8px;
}

#topbar a:hover,
#navbar a:hover
{
	color: #6FC0FF;
}

#navbar a.current
{
	color: orange;
}

#navbar a.current:hover
{
	color: yellow;
}

#navbar a:first-child
{
	margin-left: 20px;
}

#navbar img
{
	margin-left: -3px;
	position: absolute;
	top: 5px;
}

#social
{
	position: absolute;
	right: 8px;
	top: 6px;
}

#social a
{
	margin: 0 4px;
}

#social img
{
	margin: 0;
	position: static;
}

#main
{
	background: white;
	overflow: hidden;
}

#col1
{
	float: left;
	padding: 0 20px;
	width: 495px;
}

#col2
{
	border-right: 3px solid white;
	float: left;
	width: 336px;
}

#col3
{
	float: right;
	width: 120px;
}

#pages
{
	line-height: 200%;
	padding: 8px;
	text-align: center;
}

/* Components */

.article
{
	font-size: 12px;
	padding-bottom: 5px;
	overflow: hidden;
}

.article .image
{
	margin-bottom: 10px;
	text-align: center;
}

.article .image img
{
	border: 2px solid white;
	-moz-box-shadow: grey 2px 2px 5px;
	-webkit-box-shadow: grey 2px 2px 5px;
	box-shadow: grey 2px 2px 5px;
}

.article .meta
{
	color: orange;
}

.article .meta a
{
	color: orange !important;
}

.article .readmore
{
	color: #0094D1;
}

.article .tags
{
	margin-top: 10px;
}

.article .text
{
	line-height: 175%;
}

.article .thumb
{
	float: left;
	margin-right: 10px;
}

.article .thumb img
{
	border: 2px solid white;
	-moz-box-shadow: grey 2px 2px 5px;
	-webkit-box-shadow: grey 2px 2px 5px;
	box-shadow: grey 2px 2px 5px;
}

.article:first-child .thumb
{
	background-image: url(images/background_photo_4x3.png);
	float: none;
	height: 370px;
	margin: 0;
	margin-left: 5px;
	width: 490px;
}

.article.multiple
{
	cursor: pointer;
}

.article.multiple .text
{
	overflow: hidden;
}

.article.single
{
	border-bottom: none !important;
}

.article.single .meta
{
	color: #484848;
	font-size: 9px;
	margin-bottom: 10px;
}

.article img.aligncenter
{
	display: block;
	margin: 0 auto;
}

.article .addthis_toolbox
{
	float: right;
	margin-top: 1em;
}

.block
{
	border-bottom: 2px solid white;
}

.block .content
{
	padding: 10px;
}

.block .titlebar
{
	background-color: #484848;
	border-top: 1px solid #808080;
	color: white;
	height: 25px;
	line-height: 25px;
}

.block .titlebar h3
{
	font-size: 17px;
	padding-left: 12px;
}

.block img
{
	display: block;
}

.block ul
{
	list-style-image: url(images/bullet.png);
	margin-left: 10px;
}

.block ul li
{
	line-height: 175%;
}

.block ul li .title
{
	font-weight: bold;
}

.block.blue .titlebar
{
	background-color: #3E84C0;
	border-color: #89B5DA;
}

.block.orange .titlebar
{
	background-color: #FD5E28;
	border: none;
}

.block.red .titlebar
{
	background-color: #CC0000;
	border: none;
}

.block.white .titlebar
{
	background-color: #3E84C0;
	border: none;
}

.comment
{
	border-top: 1px solid #C5C5C5;
	display: block;
	font-size: 12px;
	line-height: 175%;
	padding: 8px 0;
}

.comment .meta
{
	color: orange;
}

.content h1
{
	border-bottom: 1px solid #C5C5C5;
	color: #0094D1;
	font-size: 20px;
	margin: 10px 0;
}

.content h2
{
	color: #0094D1;
	font-size: 17px;
	margin: 10px 0;
}

.content p
{
	margin-bottom: 1em;
}

#col1 .content ol,
#col1 .content ul,
#jobs .content ol,
#jobs .content ul
{
	margin: 1em 0;
	padding-left: 2em;
}

.related
{
	border-top: 1px solid #C5C5C5;
	color: #0094D1;
	font-size: 12px;
	line-height: 150%;
	padding: 8px;
}

.related.morenews
{
	border-top: none;
}

.related ul
{
	list-style-type: square;
	padding: 0 14px;
}

.related a
{
	color: black;
}

.related a.category
{
	color: inherit;
}

.related a:hover
{
	color: inherit;
}

.timetable
{
	margin: 0 1em;
}

.timetable th
{
	text-align: right;
	padding-right: 1em;
}

.timetable td a
{
	font-weight: bold;
	padding: 0 0.5ex;
}

/*
	Main column
	===========
*/

#col1 .summary
{
	display: none;
}

#col1 .article,
#col1 .banner
{
	border-bottom: 1px solid #C5C5C5;
}

#col1 .article .banner
{
	border-top: 1px solid #C5C5C5;
	margin: 1ex 0;
}

#col1 .banner
{
	padding: 20px 0;
	text-align: center;
}

#col1 .banner iframe
{
	margin: 0 auto;
}

#col1 .navigation
{
	color: #0094D1;
	height: 2em;
	padding: 8px 0;
}

#col1 .navigation .alignleft
{
	float: left;
}

#col1 .navigation .alignright
{
	float: right;
}

#col1 form
{
	padding: 8px 0 27px;
	position: relative;
}

#col1 form fieldset
{
	border: none;
	margin: 8px;
}

#col1 form fieldset .field
{
	padding-bottom: 8px;
}

#col1 form fieldset .field .error
{
	border-color: red !important;
	-moz-box-shadow: 0 0 5px red;
	-webkit-box-shadow: 0 0 5px red;
	box-shadow: 0 0 5px red;
	color: red;
}

#col1 form fieldset .field input.text
{
	background-color: white;
	border: 1px solid #0094D1;
	padding: 3px;
	width: 139px;
}

#col1 form fieldset .field label
{
	margin-left: 4px;
}

#col1 form fieldset .field label.lbl_checkboxgroup
{
	display: block;
	margin-left: 0;
}

#col1 form fieldset .field label.lbl_text
{
	display: inline-block;
	margin-left: 0;
	width: 100px;
}

#col1 form img.captcha
{
	float: left;
	margin-right: 7px;
}

#col1 form legend
{
	display: none;
}

#col1 form.custom legend
{
	color: #0094D1;
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
	position: static;
}

#col1 form textarea
{
	background-color: white;
	border: 1px solid #0094D1;
	font-size: 11px;
	padding: 3px;
	width: 471px;
}

#col1 form .submit
{
	bottom: 5px;
	position: absolute;
	right: 5px;
}

#col1 h3
{
	color: #0094D1;
	font-size: 15px;
	margin: 10px 0;
}

/*
	Large sidebar column
	====================
*/

#col2 .block
{
	background-image: url(images/background_col2_grey.png);
	background-image: -moz-linear-gradient(left, #C0C0C0, #F0F0F0);
	background-image: -ms-linear-gradient(left, #C0C0C0, #F0F0F0);
	background-image: -o-linear-gradient(left, #C0C0C0, #F0F0F0);
	background-image: -webkit-gradient(linear, left top, right top, from(#C0C0C0), to(#F0F0F0));
	background-image: -webkit-linear-gradient(left, #C0C0C0, #F0F0F0);
}

#col2 .block.blue
{
	background-image: url(images/background_col2_blue.png);
	background-image: -moz-linear-gradient(left, #90BDE6, #C1E6FF);
	background-image: -ms-linear-gradient(left, #90BDE6, #C1E6FF);
	background-image: -o-linear-gradient(left, #90BDE6, #C1E6FF);
	background-image: -webkit-gradient(linear, left top, right top, from(#90BDE6), to(#C1E6FF));
	background-image: -webkit-linear-gradient(left, #90BDE6, #C1E6FF);
}

#col2 .block.white
{
	background: white;
	border: 1px solid #C5C5C5;
	width: 334px;
}

#col2 .block.orange
{
	background: white;
	border: 1px solid #FEAF94;
	width: 334px;
}

#col2 .block.red
{
	background: white;
	border: 1px solid #E68080;
	width: 334px;
}

#col2 #weekspecial .titlebar
{
	min-height: 25px;
	height: auto;
	max-height: 50px;
}

#col2 #weekspecial .summary
{
	cursor: pointer;
	display: block;
	line-height: 175%;
	padding: 8px;
}

#col2 #weekspecial .summary a
{
	font-weight: bold;
}

#col2 #specials
{
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

#col2 #specials li
{
	padding-left: 60px;
	padding-bottom: 1.5em;
	position: relative;
}

#col2 #specials .icon
{
	background-image: url(images/background_icon.png);
	height: 48px;
	left: 0;
	padding: 3px 7px 7px 3px;
	position: absolute;
	top: 0;
	width: 48px;
}

#col2 #topeditorial .titlebar
{
	min-height: 25px;
	height: auto;
	max-height: 50px;
}

#col2 #topeditorial .summary
{
	cursor: pointer;
	display: block;
	line-height: 175%;
	padding: 8px;
}

#col2 #topeditorial .summary a
{
	font-weight: bold;
}

#col2 #editorials
{
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

#col2 #editorials li
{
	padding-left: 60px;
	padding-bottom: 1.5em;
	position: relative;
}

#col2 #editorials .icon
{
	background-image: url(images/background_icon.png);
	height: 48px;
	left: 0;
	padding: 3px 7px 7px 3px;
	position: absolute;
	top: 0;
	width: 48px;
}

#col2 .tabs
{
	display: block;
	margin: 1ex 0;
	overflow: hidden;
	width: 100%;
}

#col2 .tabs li
{
	background: #CCCCCC;
	border: 2px solid #DDDDDD;
	border-bottom: 2px solid #484848;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 154px;
}

#col2 .tabs .current
{
	background: none;
	border-color:#484848;
	border-bottom: none;
	font-weight: bold;
}

#col2 .blue .tabs li
{
	background: #C1E6FF;
	border-color: #D9EFFF;
	border-bottom-color: #3E84C0;
}

#col2 .blue .tabs .current
{
	background: none;
	border-color:#3E84C0;
}

#col2 .tab.inactive
{
	display: none;
}

#col2 ul
{
	padding: 0;
}

#col2 .tgsearch
{
	overflow: hidden;
	padding: 10px 30px;
	position: relative;
}

#col2 .tgsearch .input
{
	background: url(images/text_input.png);
	height: 14px;
	left: 30px;
	padding: 3px 10px;
	position: absolute;
	top: 10px;
	width: 207px;
}

#col2 .tgsearch .input input
{
	background: none;
	border: none;
	font-size: 11px;
	height: 14px;
	line-height: 14px;
	text-align: left;
	width: 200px;
}

#col2 .tgsearch .submit
{
	float: right;
}

#col2 .tglink
{
	border-bottom: 1px dotted #808080;
	line-height: 22px;
	padding-bottom: 8px;
	text-align: center;
}

#col2 .tglogo
{
	display: inline;
	position: relative;
	top: 3px;
}

#col3 .block
{
	background-image: url(images/background_col3_grey.png);
	background-image: -moz-linear-gradient(left, #C0C0C0, #F0F0F0);
	background-image: -ms-linear-gradient(left, #C0C0C0, #F0F0F0);
	background-image: -o-linear-gradient(left, #C0C0C0, #F0F0F0);
	background-image: -webkit-gradient(linear, left top, right top, from(#C0C0C0), to(#F0F0F0));
	background-image: -webkit-linear-gradient(left, #C0C0C0, #F0F0F0);
}

#col3 .block.blue
{
	background-image: url(images/background_col3_blue.png);
	background-image: -moz-linear-gradient(left, #90BDE6, #C1E6FF);
	background-image: -ms-linear-gradient(left, #90BDE6, #C1E6FF);
	background-image: -o-linear-gradient(left, #90BDE6, #C1E6FF);
	background-image: -webkit-gradient(linear, left top, right top, from(#90BDE6), to(#C1E6FF));
	background-image: -webkit-linear-gradient(left, #90BDE6, #C1E6FF);
}

#poll .option input
{
	clear: left;
	float: left;
}

#poll .option label
{
	display: block;
	line-height: 175%;
	margin-left: 20px;
}

#poll .question
{
	padding-bottom: 5px;
}

#poll .result
{
	font-weight: bold;
	text-align: right;
}

#poll .result label
{
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: left;
}

#poll .result .bar
{
	float: left;
	margin-right: 2px;
	position: relative;
	top: 3px;
	text-align: left;
	width: 60px;
}

#col2 #poll .result .bar { width: 276px; }
#col3 #poll .result .bar { width: 60px; }

#poll .result .bar img
{
	border: 1px solid #E06C80;
	border-bottom: none;
}

#poll .submit
{
	text-align: right;
}

#col3 .adv
{
	margin: 1px 0;
}

#col3 .countdown
{
	background: white;
}

#col3 .countdown .future
{
	font-weight: bold;
	line-height: 2em;
}

#col3 .countdown .future span
{
	color: #FFCE04;
	font-size: 36pt;
	line-height: 1em;
	text-shadow: black 0 0 4px;
}

#col3 .countdown .nearfuture,
#col3 .countdown .now
{
	color: #FFCE04;
	font-size: 12pt;
	font-weight: bold;
	line-height: 2em;
	text-shadow: black 0 0 1px;
}

#commentform
{
	border-top: 1px solid #C5C5C5;
}

#commentform #rules
{
	float: right;
}

#comment_text_count
{
	color: black;
	font-weight: bold;
	text-align: center;
	width: 3em;
}

#comment_text_count.overflow
{
	color: red;
}

#pages a
{
	color: orange;
}

/* Partner ads */

#partner_ads ul.partner_ads
{
	margin-left: 0;
}

#partner_ads div.icon
{
	left: 0;
	margin-right: 1ex;
	position: absolute;
	top: 8px;
}

#partner_ads li.partner_ad
{
	border-top: 1px solid #C5C5C5;
	display: block;
	line-height: 150%;
	min-height: 30px;
	overflow: hidden;
	padding: 8px 0 8px 68px;
	position: relative;
}

#partner_ads li.first
{
	border-top: none;
	padding-top: 4px;
}

#partner_ads li.last
{
	padding-bottom: 4px;
}

#partner_ads a.title,
#partner_ads a.description
{
	color: #00437A;
	display: block;
}

#partner_ads a.title:hover,
#partner_ads a.description:hover
{
	text-decoration: underline;
}

/* Event calendar */

#event_calendar
{
	padding-top: 2px;
}

#event_calendar .event_dtls
{
	border-bottom: 1px dotted #808080;
	padding: 8px 0;
	width: 316px;
}

#event_calendar .event_dtls *
{
	font-size: 10px;
}

#event_calendar .event_dtls a
{
	text-decoration: underline;
}

#event_calendar .event_dtls th
{
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
	width: 55px;
}

#event_calendar .event_dtls th.title
{
	font-size: 120%;
	padding-left: 0;
}

#event_calendar .event_dtls td.description
{
	padding-left: 10px;
}

#event_calendar .paging
{
	overflow: hidden;
	padding: 1em 0 0 0;
	text-align: center;
}

.paging .prev
{
	float: left;
}

.paging .next
{
	float: right;
}

#tag_cloud .content
{
	text-align: center;
}

/* Photo caroussel */

#flickr #photo_large
{
	cursor: pointer;
	margin: 0 auto;
}

#flickr .active
{
	outline: #3E84C0 solid 3px;
}

#photo_left
{
	position: absolute;
	left: 0;
	top: 34px;
}

#photo_right
{
	position: absolute;
	right: 0;
	top: 34px;
}

#photo_selector
{
	height: 80px;
	padding-left: 38px;
	padding-top: 8px;
	position: relative;
}

#photo_selector img.thumb
{
	float: left;
	margin-right: 8px;
}

#photo_album .photonav
{
	text-align: left;
}

#photo_album .photonav iframe
{
	float: right;
	margin-top: 4px;
}

/*
	Directory page
	==============
*/

#directory,
#col1.col2
{
	border-right: 3px solid white;
	font-size: 12px;
	float: left;
	line-height: 175%;
	padding: 0 20px;
	width: 831px;
}

#directory #crumbtrail
{
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0;
}

#directory #crumbtrail li
{
	color: orange;
	display: inline;
}

#directory #crumbtrail li:before
{
	content: '>';
	margin: 0 4px;
}

#directory #crumbtrail li:first-child:before
{
	display: none;
}

#directory #crumbtrail a
{
	color: orange;
}

#directory .sections
{
	background-color: white;
	display: block;
	margin: 20px 0 0;
	padding: 0;
}

#directory .view
{
	background-color: #E4F0F9;
	margin-top: 4px;
	padding: 8px;
}

#directory .sections li
{
	background-color: #3D83BF;
	background-image: url(images/background_section_current.png);
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #8BB5D9;
	color: white;
	display: inline;
	margin: 0 2px 0 0;
	padding: 8px;
}

#directory .sections li.current
{
	background-color: #E4F0F9;
	background-image: none;
	border-top-color: #EFF6FB;
	color: black;
}

#directory .sorting
{
	background-color: #F3F7FA;
	padding: 8px;
	text-align: right;
}

#directory .categories ul
{
	color: #0094D1;
	padding: 0 14px;
}

#directory .categories li
{
	list-style-type: square;
}

#directory .categories li a
{
	color: black;
}

#directory .categories li span
{
	color: orange;
}

#directory .company
{
	overflow-y: hidden;
}

#directory .company
{
	border-bottom: 1px solid silver;
	margin: 0 8px;
	padding: 8px 0;
	position: relative;
}

#directory .company h3
{
	color: #0094D1;
}

#directory .company .description
{
	margin-top: 1em;
}

#directory .company .description h4
{
	color: #0094D1;
	margin-top: 1em;
}

#directory .company .description p
{
	margin-bottom: 1em;
}

#directory .company .details
{
	background-color: #F3F7FA;
	float: right;
	margin: 8px;
	padding: 10px;
	width: 200px;
}

#directory .company .details h5
{
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#directory .company .details div
{
	line-height: 150%;
	margin: 3ex 0 1ex;
}

#directory .company .details label
{
	font-family: "Lucida Console", "Courier New", monospace;
}

#directory .company .details .logo
{
	margin-bottom: 3ex;
	margin-top: 0;
}

#directory .company .logo img
{
	background: white;
	border: 2px solid white;
	-moz-box-shadow: grey 2px 2px 5px;
	-webkit-box-shadow: grey 2px 2px 5px;
	box-shadow: grey 2px 2px 5px;
	display: block;
	margin: 0 auto;
}

#directory .companies .company
{
	background-image: url(images/block_blue.png);
	background-position: 8px 16px;
	background-repeat: no-repeat;
	overflow-y: none;
	padding-left: 20px;
	padding-right: 220px;
	position: relative;
}

#directory .companies .company a
{
	color: inherit;
}

#directory .companies .company .contact_details
{
	color: #3D83BF;
	margin: 4px 0;
}

#directory .companies .company .description
{
	margin-bottom: 8px;
	margin-top: 0 !important;
}

#directory .companies .company .logo
{
	float: right;
	margin-right: -208px;
	text-align: center;
	min-width: 196px;
}

#directory .companies .company .rating
{
	bottom: 8px;
	color: #3D83BF;
	float: right;
	position: absolute;
	right: 220px;
}

#directory .rating
{
	position: relative;
}

#directory .rating img.spacer
{
	background-image: url(images/sterren.png);
	display: inline-block;
	height: 12px;
	position: relative;
	top: 2px;
	width: 65px;
}

#directory .rating img.star1,
#directory .rating img.star2,
#directory .rating img.star3,
#directory .rating img.star4,
#directory .rating img.star5
{
	cursor: pointer;
	height: 12px;
	position: absolute;
	top: 0;
	width: 13px;
}
#directory .rating img.star1 { left: 0; }
#directory .rating img.star2 { left: 13px; }
#directory .rating img.star3 { left: 26px; }
#directory .rating img.star4 { left: 39px; }
#directory .rating img.star5 { left: 52px; }

#directory .rating img.rating0 { background-position: -65px 0; }
#directory .rating img.rating1 { background-position: -52px 0; }
#directory .rating img.rating2 { background-position: -39px 0; }
#directory .rating img.rating3 { background-position: -26px 0; }
#directory .rating img.rating4 { background-position: -13px 0; }
#directory .rating img.rating5 { background-position: 0 0; }

#directory .profile_link
{
	color: orange !important;
	display: block;
	font-weight: bold;
	margin-top: 1em;
}

#directory .back
{
	padding: 8px;
}

/*
	Job listings
	============
*/

#jobs
{
	border-right: 3px solid white;
	font-size: 12px;
	float: left;
	line-height: 175%;
	padding: 0 20px;
	width: 831px;
}

#jobs .marketing
{
	background-color: #E4F0F9;
	float: right;
	margin: 0 0 1em 1em;
	padding: 1em;
	width: 200px;
}

#jobs .marketing h5
{
	border-bottom: 1px solid #C5C5C5;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#jobs .marketing p
{
	font-size: 11px;
	margin: 1ex 0;
}

#jobs .section ul
{
	color: #0094D1;
	padding: 0 14px;
}

#jobs .section li
{
	list-style-type: square;
}

#jobs .section li a
{
	color: black;
}

#jobs .view .datum
{
	float: right;
}

#jobs .view .location
{
	color: grey;
	font-style: italic;
}

#jobs .view .logo
{
	float: right;
	margin: 0 0 1em 1em;
}

#jobs .view .logo img
{
	border: 2px solid white;
	-moz-box-shadow: grey 2px 2px 5px;
	-webkit-box-shadow: grey 2px 2px 5px;
	box-shadow: grey 2px 2px 5px;
	display: block;
}

#jobs .view .description
{
	margin-top: 1em;
}

#jobs .view .description hr
{
	border: none;
	border-top: 1px solid #C5C5C5;
	clear: both;
	height: 1px;
	margin: 1ex 0;
}

/*
	Photo album page
	================
*/

#photo_album
{
	margin-left: -2px;
	width: 500px;
}

#photo_album .photo_large
{
	text-align: center;
}

#photo_album .photo_large img
{
	display: block;
	margin: 8px auto;
}

#photo_album .photo_large a
{
	margin: 8px 4px;
}

#photo_album .photo_large a img
{
	display: inline;
	margin: 0;
	position: relative;
	top: 4px;
}

#photo_album .thumbnails
{
	margin-top: 12px;
	padding-left: 16px;
}

#photo_album .thumbnails img
{
	margin: 8px;
}

#photo_album .active
{
	outline: #3E84C0 solid 5px;
}

/*
	Newsletter popup
	================
*/
.overlay
{
	background: url(images/background_black58.png);
	background: rgba(0, 0, 0, 0.58);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#nb_frame
{
	-moz-box-shadow: black 0 3px 5px;
	-webkit-box-shadow: black 0 3px 5px;
	box-shadow: black 0 3px 5px;
	background: white;
	border: 8px solid #00437A;
	margin: 10em auto 0;
	position: relative;
	width: 478px;
}

#nb_close
{
	cursor: pointer;
	position: absolute;
	right: -13px;
	top: -13px;
}

#nb_grunge
{
	background: url(/wp-content/img/background_newsletter_popup.jpg);
}

#nb_logo
{
	left: -23px;
	position: absolute;
	top: -60px;
}

#nb_heading
{
	color: #00437A;
	font-family: 'Arial Black';
	font-size: 22px;
	font-weight: 900;
}

#nb_text
{
	color: silver;
	font-family: 'Arial Black';
	font-size: 12px;
	font-weight: 900;
	margin: 1em 0;
}

#nb_features
{
	margin: 0;
	padding: 0;
	text-align: center;
}

#nb_features .nb_feature
{
	background: url(images/bullet_newsletter.png) left no-repeat;
	color: #0094D1;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 0 20px;
}

#nb_controls
{
	margin-top: 10px;
	text-align: center;
}

#nb_controls input
{
	-moz-box-shadow: gray 0 0 8px;
	-webkit-box-shadow: gray 0 0 8px;
	box-shadow: gray 0 0 8px;
	background: #DDD;
	border: 2px solid white;
	margin: 5px 10px;
	padding: 4px;
	width: 300px;
}

#nb_controls button
{
	-moz-box-shadow: gray 0 0 8px;
	-webkit-box-shadow: gray 0 0 8px;
	box-shadow: gray 0 0 8px;
	border: 1px solid white;
	font-size: 14px;
	margin: 10px 10px;
	min-height: 19px;
	padding: 0 10px;
	text-transform: uppercase;
}

#nb_controls button.yes
{
	background: #06487E url(images/btn_newsletter_yes.png) top repeat-x;
	color: white;
}

#nb_controls button.no
{
	background: #06487E url(images/btn_newsletter_no.png) top repeat-x;
	color: white;
}

/*
	Website service pages
	=====================
*/
#website_aanbieding #site_aanbieding
{
	color: #4285BD;
	float: left;
	font-size: 120%;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	width: 831px;
}

#website_aanbieding #blurb
{
	background: url(images/bg_sites_blurb.png) bottom left no-repeat;
	color: #FD5E28;
	font-size: 20px;
	height: 174px;
	padding-left: 184px;
	padding-top: 20px;
}

#website_aanbieding #blurb div
{
	padding-top: 50px;
}

#website_aanbieding .instructies
{
	line-height: 150%;
	margin: 20px 0;
}

#website_aanbieding #stappen
{
	margin: 0 0 20px;
	overflow: hidden;
	text-transform: uppercase;
}

#website_aanbieding #stappen div
{
	background-color: #78B02C;
	background-image: -moz-linear-gradient(#A3CF5B 30%, #78B02C 70%);
	background-image: -ms-linear-gradient(#A3CF5B 30%, #78B02C 70%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #A3CF5B), color-stop(0.7, #78B02C));
	background-image: -webkit-linear-gradient(#A3CF5B 30%, #78B02C 70%);
	color: white;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A3CF5B',endColorstr='#78B02C');
	float: left;
	font-weight: bold;
	padding: 5px 0;
	position: relative;
	text-align: center;
	width: 25%;
}

#website_aanbieding #stappen div:before
{
	background-image: url(images/bg_rarrow_begin.png);
	background-position: right;
	content: ' ';
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
}

#website_aanbieding #stappen div:after
{
	background-image: url(images/bg_rarrow_end.png);
	background-position: right;
	content: ' ';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
}

#website_aanbieding #stappen div:first-child:before
{
	display: none;
}

#website_aanbieding #stappen .verder
{
	background-color: #F0F0F0;
	background-image: none;
	color: #7E7E7E;
}

#website_aanbieding #exclusieve_deal
{
	background: transparent url(images/exclusieve_deal.png) top right no-repeat;
	color: #BBB;
	height: 144px;
	padding: 10px;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	width: 143px;
}

#website_aanbieding #template_keuze
{
	overflow: hidden;
}

#website_aanbieding .template_optie
{
	border-left: 1px solid #D7D7D7;
	float: left;
	padding: 20px 48px;
	width: 176px;
}

#website_aanbieding .template_optie:first-child
{
	border-left: none;
}

#website_aanbieding .template_optie:hover,
#website_aanbieding .template_optie.selected
{
	background: #F0F0F0;
}

#website_aanbieding .template_optie input
{
	margin-right: 10px;
}

#website_aanbieding .template_optie img
{
	display: block;
	margin: 10px 0;
}

#website_aanbieding #pakket_keuze
{
	border-collapse: separate;
	border-spacing: 5px 0;
	table-layout: fixed;
	width: 100%;
}

#website_aanbieding #pakket_keuze th
{
	text-align: left;
	text-transform: uppercase;
}

#website_aanbieding #pakket_keuze .uitleg
{
	padding-right: 30px;
	width: 18px;
}

#website_aanbieding #pakket_keuze td,
#website_aanbieding #pakket_keuze th
{
	padding: 3px 0;
}

#website_aanbieding #pakket_keuze tbody td,
#website_aanbieding #pakket_keuze tbody th
{
	border-bottom: 1px solid #F0F0F0;
}

#website_aanbieding #pakket_keuze tbody th
{
	padding-top: 20px;
}

#website_aanbieding #pakket_keuze .bronze,
#website_aanbieding #pakket_keuze .silver,
#website_aanbieding #pakket_keuze .gold
{
	background-position: bottom;
	background-repeat: no-repeat;
	border-bottom: 1px solid white;
	cursor: pointer;
	font-weight: bold;
	padding: 3px 15px;
	text-align: center;
	width: 75px;
}

#website_aanbieding #pakket_keuze tr.vergelijking td.bronze,
#website_aanbieding #pakket_keuze tr.vergelijking td.silver,
#website_aanbieding #pakket_keuze tr.vergelijking td.gold
{
	color: #168F33;
	font-size: 120%;
}

#website_aanbieding #pakket_keuze .bronze { background-color: #F0F0F0; }
#website_aanbieding #pakket_keuze th.bronze { background-image: url(images/pakket_bronze.png); border-bottom: 5px solid #F0F0F0; padding-bottom: 25px; }
#website_aanbieding #pakket_keuze .silver { background-color: #E6E6E6; }
#website_aanbieding #pakket_keuze th.silver { background-image: url(images/pakket_silver.png); border-bottom: 5px solid #E6E6E6; padding-bottom: 25px; }
#website_aanbieding #pakket_keuze .gold { background-color: #D9D9D9; }
#website_aanbieding #pakket_keuze th.gold { background-image: url(images/pakket_gold.png); border-bottom: 5px solid #D9D9D9; padding-bottom: 25px; }

#website_aanbieding #pakket_keuze tfoot td.bronze,
#website_aanbieding #pakket_keuze tfoot td.silver,
#website_aanbieding #pakket_keuze tfoot td.gold
{
	background-image: url(images/bg_wedge.png);
}

#website_aanbieding #pakket_keuze tfoot td.omschrijving,
#website_aanbieding #pakket_keuze tfoot td.uitleg,
#website_aanbieding #pakket_keuze tfoot td.bronze,
#website_aanbieding #pakket_keuze tfoot td.silver,
#website_aanbieding #pakket_keuze tfoot td.gold
{
	padding-bottom: 35px;
	padding-top: 20px;
}

#website_aanbieding #pakket_keuze tfoot td.radio
{
	padding: 5px 0;
	text-align: center;
}

#website_aanbieding .gekozen_template,
#website_aanbieding .gekozen_pakket
{
	float: left;
	width: 196px;
}

#website_aanbieding .huidig
{
	overflow: hidden;
	padding-bottom: 10px;
}

#website_aanbieding .extra_opties
{
	border-spacing: 0;
	width: 100%;
}

#website_aanbieding .extra_opties td,
#website_aanbieding .extra_opties th
{
	min-height: 20px;
	padding: 3px 10px;
	text-align: left;
}

#website_aanbieding .extra_opties td
{
	border-bottom: 1px solid #D6D6D6;
}

#website_aanbieding .extra_opties th
{
	padding: 10px 10px;
	text-transform: uppercase;
}

#website_aanbieding .extra_opties .checkbox,
#website_aanbieding .extra_opties .prijs,
#website_aanbieding .extra_opties .waarde
{
	width: 1%;
}

#website_aanbieding .extra_opties .prijs,
#website_aanbieding .extra_opties .waarde
{
	text-align: right;
}

#website_aanbieding .extra_opties tfoot td
{
	border: none;
}

#website_aanbieding .extra_opties tfoot th
{
	color: #A1A1A1;
	padding: 5px 10px;
	text-align: right;
}

#website_aanbieding .extra_opties .gekozen td
{
	background: #F0F0F0;
}

#website_aanbieding #kostenoverzicht
{
	border-spacing: 0;
	float: left;
	width: 431px;
}

#website_aanbieding #kostenoverzicht tfoot tr:first-child td,
#website_aanbieding #kostenoverzicht tfoot tr:first-child th
{
	border-top: 40px solid white;
}

#website_aanbieding #kostenoverzicht tr:nth-child(odd) td,
#website_aanbieding #kostenoverzicht tr:nth-child(odd) th
{
	background: #F0F0F0;
}

#website_aanbieding #kostenoverzicht td
{
	padding: 3px 5px;
	text-align: right;
}

#website_aanbieding #kostenoverzicht tbody th
{
	padding: 3px 5px;
	text-align: left;
}

#website_aanbieding #kostenoverzicht tfoot th
{
	padding: 3px 5px;
	text-align: right;
}

#website_aanbieding .bestelling_afronden .field
{
	clear: right;
	float: right;
	padding: 5px 0;
}

#website_aanbieding .bestelling_afronden .field label
{
	float: left;
	width: 150px;
}

#website_aanbieding .bestelling_afronden .field input
{
	border-color: black;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	width: 200px;
}

#website_aanbieding fieldset.naw
{
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0 8px;
	position: relative;
}

#website_aanbieding a.actie,
#website_promo a.actie
{
	background-color: #78B02C;
	background-image: -moz-linear-gradient(#A3CF5B 30%, #78B02C 70%);
	background-image: -ms-linear-gradient(#A3CF5B 30%, #78B02C 70%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #A3CF5B), color-stop(0.7, #78B02C));
	background-image: -webkit-linear-gradient(#A3CF5B 30%, #78B02C 70%);
	color: white;
	display: block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FD9955',endColorstr='#FD511D');
	height: 25px;
	line-height: 25px;
	margin-top: 20px;
	padding: 0;
	position: relative;
	text-align: center;
	text-shadow: -1px 1px 2px #000;
	text-transform: uppercase;
	width: 150px;
}

#website_aanbieding a.actie.vorige
{
	background-color: #FD511D;
	background-image: -moz-linear-gradient(#FD9955 30%, #FD511D 70%);
	background-image: -ms-linear-gradient(#FD9955 30%, #FD511D 70%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #FD9955), color-stop(0.7, #FD511D));
	background-image: -webkit-linear-gradient(#FD9955 30%, #FD511D 70%);
	float: right;
}

#website_aanbieding a.actie.volgende
{
	float: right;
}

#website_aanbieding a.actie.volgende:after,
#website_promo a.actie:after
{
	background-image: url(images/bg_rarrow_end.png);
	background-position: right;
	content: ' ';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
}

#website_aanbieding a.actie.vorige
{
	float: left;
}

#website_aanbieding a.actie.vorige:after
{
	background-image: url(images/bg_larrow_end.png);
	background-position: left;
	content: ' ';
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
}

#website_aanbieding .foutmelding
{
	background: #FFEBE8;
	border: 1px solid #C00;
	color: #C00;
	padding: 20px;
	margin: 10px 0;
}

#website_aanbieding .bestelling_afronden .field.ontbrekend label
{
	color: #C00;
	font-weight: bold;
}

#website_aanbieding .bestelling_afronden .field.ontbrekend input
{
	border-color: #C00;
	background-color: #FFEBE8;
}

#website_promo .content
{
	padding: 15px;
}

#website_promo .heading
{
	color: #FD5E28;
	font-size: 13px;
	font-weight: bold;
}

#website_promo p
{
	color: #444;
	line-height: 150%;
	margin-top: 11px;
	overflow: hidden;
}

#website_promo p img
{
	-moz-box-shadow: 0 0 5px #444;
	-webkit-box-shadow: 0 0 5px #444;
	box-shadow: 0 0 5px #444;
	float: right;
	margin: 5px 5px 5px 10px;
	width: 124px;
}

#website_promo a.actie
{
	margin: 20px auto 0;
}

/* Event registration page */

#col1 #event_espresso_registration_form h3
{
	margin-top: 2em;
}

#col1 #event_espresso_registration_form h3.event_title
{
	margin-top: 0;
}

.event_time,
.event_prices,
.event_form_field
{
	overflow: hidden;
}

.start_date .start_date_label,
.event_time .span_event_time_label,
.event_prices .event_price_label,
.event_form_field label,
.espresso_questions .question_label,
.espresso_data .event_espresso_name
{
	display: block;
	float: left;
	min-width: 150px;
	padding-right: 1em;
}

.espresso_questions,
.espresso_data
{
	margin: 0 !important;
	overflow: hidden;
	padding: 0;
}

.espresso_questions .question_label,
.espresso_data .event_espresso_name
{
	font-weight: bold;
}

ul.event_form_field
{
	list-style-type: none;
}

ul.event_form_field li input
{
	margin-right: 1em;
}

.event_form_field label.error
{
	color: red;
	float: right;
	font-weight: bold;
	text-align: right;
}

#event_espresso_attendee_verify,
#event_espresso_attendee_verify_questions
{
	margin: 1em;
}

/* Fuel prices */

table.brandstofprijzen
{
	margin-bottom: 1em;
	width: 100%;
}

table.brandstofprijzen th
{
	background-color: #3E84C0;
	color: white;
	padding: 0.5ex 1ex;
	text-align: left;
}

table.brandstofprijzen td
{
	background-color: #C1E6FF;
	background-position: 8px 50%;
	background-repeat: no-repeat;
	padding: 0.5ex 1ex;
	text-align: center;
}

table.brandstofprijzen td.gla,
table.brandstofprijzen td.diff
{
	font-weight: bold;
}

td.diff_1
{
	background-image: url(images/price_up.png);
	color: red;
}

td.diff_-1
{
	background-image: url(images/price_down.png);
	color: green;
}

#brandstofprijzen table
{
	width: 100%;
}

#brandstofprijzen th
{
	text-align: left;
	white-space: nowrap;
}

#brandstofprijzen td
{
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1em;
	text-align: right;
}

/* Social media links per article */

#socialmedia
{
	line-height: 20px;
	padding: 1em 0 1ex;
}

#socialmedia > div,
#socialmedia > iframe,
#socialmedia > span
{
	float: left !important;
}

#socialmedia > .IN-widget
{
	margin-right: 10px;
}

/* Social media widgets */

#col2 #facebook_like_box .titlebar
{
	background: #3B5998;
}

#col2 #facebook_like_box .titlebar h3
{
	background: url(http://www.facebook.com/images/fb_logo_small.png) 12px 50% no-repeat;
	text-indent: -9999em;
}

#col2 #facebook_like_box
{
	background: white;
}

/* Toaster image */

#toaster
{
	border-color: white;
	border-style: solid;
	border-width: 8px 8px 0;
	bottom: -308px;
	-moz-box-shadow: 0 0 1em 1ex black;
	-webkit-box-shadow: 0 0 1em 1ex black;
	box-shadow: 0 0 1em 1ex black;
	left: 50%;
	margin-left: -505px;
	position: fixed;
	z-index: 1;
}
#toaster object
{
	display: block;
	height: 300px;
	position: relative;
	width: 994px;
	z-index: 2;
}
#toaster .open
{
	background: url(images/spacer.png);
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}
#toaster .close
{
	background: white;
	color: black;
	font-size: 9px;
	margin-top: -20px;
	padding: 4px;
	position: absolute;
	right: -8px;
	text-decoration: none;
	top: 0;
	z-index: 4;
}
