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

/* 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: 8px;
	padding: 12px;
}

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

/* Common links */

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

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

/* Main elements */

#container
{
	background-image: url(images/background_main.png);
	margin: 20px auto 0;
	padding: 0 6px;
	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(images/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
{
	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.single .text a:hover
{
	xtext-decoration: underline;
}

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

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

.content ul
{
	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;
}

/*
	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 .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 input.text
{
	background-color: white;
	border: 1px solid #0094D1;
	padding: 3px;
	width: 139px;
}

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

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

#col1 form legend
{
	display: none;
}

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

#col2 .block.blue
{
	background-image: url(images/background_col2_blue.png);
}

#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: #C1E6FF;
	border: 2px solid #D9EFFF;
	border-bottom: 2px solid #3E84C0;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 154px;
}

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

#col2 .inactive
{
	display: none;
}

#col2 ul
{
	padding: 0;
}

#col3 .block
{
	background-image: url(images/background_col3_grey.png);
}

#col3 .block.blue
{
	background-image: url(images/background_col3_blue.png);
}

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

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

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

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

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

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

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

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

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

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

#pages a
{
	color: orange;
}

/* 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;
	width: 55px;
}

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

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

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

/* Photo caroussel */

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

#photos .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;
}

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

#directory
{
	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
{
	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;
}

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

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