/**
 * 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: #223846 url(../img/body-bg.jpg) no-repeat top center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
}

a {
	color: #BCC3C7;
}

a:hover {
	color: #223846;
}

blockquote {
	margin: 10px 30px;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
}

h1 {
	margin: 0;
	text-transform:uppercase;
	font-size: 50px;
}

h2 {
	margin: 0;
	text-transform:uppercase;
	font-size: 30px;
}

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%;
}


/* 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 10px;
}

form li.indent {
	padding-left: 150px;
}

form li.last {
	margin: 0;
}

fieldset {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

input.text {
	margin-right: 2px;
	padding: 4px;
	border: 1px solid #CCC;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

input.extra-small {
	width: 40px;
}

input.small {
	width: 60px;
}

input.medium {
	width: 125px;
}

input.large {
	width: 200px;
}

input.extra-large {
	width: 275px;
}

input.focus {
	color: #333 !important;
}

input.wsv-error,
textarea.wsv-error {
	border-color: #CC0000;
}

label.indent {
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
}

textarea {
	padding: 4px;
	width: 275px;
	height: 150px;
	border: 1px solid #CCC;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}


/**
 * GENERAL CLASSES
 * ----------------------------------------
 */

.accent {
	color: #999;
}

.intro {
	font-size: 14px;
	color: #999;
}

.date {
	font-weight: bold;
	color: #999;
}

.hidden {
	visibility: hidden;
}

.icon {
	display:block;
	width: 50px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/icon-sprite.png) no-repeat 0 0;
}

a.icon:hover,
a:hover .icon {
	background-position: 0 -50px;
}

/* Overview & Blocks */

.overview {
	margin: 0 0 10px;
	width: 100%;
	overflow:hidden;
}

.block {
	display:block;
	position:relative;
	margin:0 0 10px;
	padding:4px 4px 10px;
	width:222px;
	text-decoration:none;
	background-color:white;
}

a.block:hover {
	cursor:pointer;
}

.overview .block {
	float:left;
	margin: 0 10px 10px 0;
}

.overview .block.last {
	margin-right:0;
}

.block .icon {
	position:absolute;
	top:0px;
	right:0px;
	background-position: -100px 0;
}

a.block:hover .icon {
	background-position: -100px -50px;
}

.block img {
	display:block;
	margin: 0 0 10px;
}

.block h2,
.block p {
	padding: 0 6px;
}

.block h2{
	height: 72px;
}

.block p {
	margin:0;
	font-size:12px;
}

.block .filler{
	height: 112px;	
}

/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

#wrapper {
	margin: 0 auto;
	width: 950px;
}

.single #wrapper {
	margin: 0 auto 50px;
	width:600px;
	background-color: white;
}

#header {
	height:100px;
}

#header .inner {
	margin:0 auto;
	width: 950px;
}

.single #header {
	height: 50px;
	margin-bottom:50px;
	background-color:#223846;
}

.single #header .inner {
	width:600px;
}

#main {
	width: 100%;
}

#sidebar {
	margin-right: 10px;
	width: 230px;
}

#content {
	margin-right: 10px;
	padding: 0 10px;
	width: 470px;
}

#mediabar {
	width: 230px;
}

#footer {
	padding: 0 15px;
	height: 40px;
	background-color: #CCC;
	color: #888;
}

.column {
	float: left;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

#header #site-title {
	display:block;
	float:left;
	padding: 0 0 0 10px;
	width: 470px;
	font-size:50px;
	line-height:100px;
	text-decoration:none;
	color:white;
}

#header #site-title span {
	color:#BBC3C6;
}

.single #header #site-title {
	width: 450px;
	font-size:30px;
	line-height:50px;
}

#dijkhuis-logo {
	display: block;
	float:right;
	width: 136px;
	height: 50px;
}

#logo img {
	display: block;
}

ul#nav {
	float:right;
	list-style:none;
	margin:0;
	padding:25px 0;
	width: 120px;
}

#nav li {
	float:left;
	margin-left:10px;
	padding:0;
	width: 50px;
	height:50px;
}

#nav .next {
	background-position: -50px 0;
}

#nav a.next:hover {
	background-position: -50px -50px;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

/* Single Header */

.single #wrapper .header {
	width: 600px;
	overflow:hidden;
}

.single #wrapper .header .title {
	float:left;
	padding: 20px;
	width:410px;
}

.single #wrapper h1 {
	line-height:1;
}

.single #wrapper .caption {
	margin:0;
	font-size:12px;
	color:#BBC3C6;
}

.single #wrapper .back-link {
	float:left;
	width: 150px;
	padding:20px 0;
}

/* Single Visual */

#single-visual {
	position: relative;
	width:600px;
	height:340px;
	overflow:hidden;
	border-top:1px solid #223846;
}

#single-visual .items {
	width: 9999px;
	position:absolute;
}

#single-visual img {
	display:block;
	float:left;
}

#single-visual .controls {
	position:absolute;
	width:600px;
	height:340px;
	top:0;
	left:0;
}

#single-visual a {
	display:block;
	float:left;
	width: 300px;
	height:340px;
	outline:none;
	background-image:url(../img/fake-image.jpg); /*IE bugfix*/
}

#single-visual a span {
	position:absolute;
	top: 140px;
	background-position: 0 -50px;
}

#single-visual a:hover span {
	background-position: 0 0;
}

#single-visual a.next span {
	position:absolute;
	right:0;
	background-position: -50px -50px;
}

#single-visual a.next:hover span {
	background-position: -50px 0;
}

/* Single Accordion */

#single-accordion {
	width: 600px;
}

.accordion-header {
	display:block;
	overflow:hidden;
	outline:none;
	width: 600px;
	font-size:16px;
	text-decoration:none;
	border-top:1px solid #223846;
	color:#213846;
}

.accordion-header .title,
.accordion-header .company-name,
.accordion-header .icon {
	display:block;
	float:left;
	padding: 15px 20px;
	line-height:125%;
}

.accordion-header .title {
	width:160px;
	font-weight:bold;
	background-color:#E8EBEC;
}

.accordion-header .company-name {
	width: 310px;
}

.accordion-header .icon {
	padding:0;
	background-position: -150px 0;
}

a.accordion-header:hover .icon {
	background-position: -150px -50px;
}

.accordion-header.ui-state-active .icon,
a.accordion-header.ui-state-active:hover .icon {
	background-position: -200px 0px;
}

.accordion-body {
	width:600px;
	overflow:hidden;
}

.accordion-body img.logo {
	display:block;
	float:left;
	margin: 20px;
	/*width: 160px;*/
}

.accordion-body .content {
	float:left;
	padding:20px;
	width:360px;
}

.accordion-body .company-website {
	color:#223846;
}

.accordion-body a.company-website:hover {
	color:#999999;
}

/* 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;
}


/**
 * FOOTER ELEMENTS
 * ----------------------------------------
 */

#footer p {
	float: left;
	margin: 0;
	line-height: 40px;
}


/* Service navigation */

#service-navigation {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#service-navigation li {
	display: inline;
	line-height: 40px;
}

#service-navigation li a {
	text-decoration: none;
	color: #888;
}

#service-navigation li a:hover {
	color: #555;
}

