/*
Theme Name: Companyname theme
Theme URI: http://www.de-lijn.nl
Description: A standard company theme, which is fully customizable.
Author: Jeroen Hek
Author URI: http://www.pakspul.nl
Version: 1.0
Tags: none

License: De Lijn
License URI: http://www.de-lijn.nl

General comments (optional).


- custom fontfamily 
http://css-tricks.com/snippets/css/using-font-face/

*/

/* =Overall
-------------------------------------------------------------- */
body {
	margin: 0px;
	overflow-x: auto;
	overflow-y: scroll;
	background-color: #fff;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}

a {
	color: #00727d;
}

img {
	border: 0px;
	display: block;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Header
-------------------------------------------------------------- */
#branding {
	
}

#headerblock {
    position: relative;
}

#headerimage {
	z-index: 0;
}

#headerbranding {
	left: 20px;
    position: absolute;
    top: 10px;
    z-index: 1;
}

#headerslogan {
	left: 400px;
    position: absolute;
    top: 100px;
    z-index: 1;
}

/* =Page
-------------------------------------------------------------- */
#page {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 780px;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	float: left;
	padding: 0px 0px 0px;
	width: 125px;
	margin-top: -6px;
}
#access ul {
	font-size: 11px;
	list-style: none;
	margin: 0 auto 6px;
	width: 100%;
	padding: 0px;
}
#access li {
	background-color: #fff;
	border: 2px solid #000;
	float: left;
	position: relative;
	width: 125px;
	text-align: center;
	margin-bottom: 10px;
}
#access li:last-child {
	margin: 0px;
}

#access a {
	color: #000;
	display: block;
	line-height: 2.333em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 0;
	left: 150px;
	z-index: 1;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
}

#access ul li:hover > ul {
	/* display: block; */
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
	color: #fff;
	background-color: #000;
}

#access .current-menu-item > ul.sub-menu,
#access .current-menu-ancestor > ul.sub-menu {
	display: block;
}

/* =Main container
-------------------------------------------------------------- */
#maincontainer {
	margin-top: 100px;
}

#primary {
	float: left;
	background-color: rgba(255, 255, 255, 0.6);
	width: 475px;
	margin-left: 175px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#secondary {
	float: right;
	background-color: #cc7575;
	width: 300px;
}

/* Right Content */
.left-sidebar #primary {
	float: right;
}
.left-sidebar #secondary {
	float: left;
}

#content {
	padding: 0px 25px;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	margin: 40px 100px 20px;
	background-color: #000000;
	text-align: center;
	
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

#footer .widget-area {
	display: inline-block;
	width: 100%;
	margin-right: 30px;
}

#footer .widget-area ul {
	margin: 6px 0px;
}

#footer .widget-area:last-of-type {
	margin-right: 0px;
}


#footer .widget-list {
	padding: 0px;
	list-style: none;
}