@font-face {
    /*font-family: "OratorStd";*/
    /*src: url("../fonts/Arial_Narrow.eot");  For IE */
    /*src: local('OratorStd'), url("../fonts/OratorStd.ttf") format('truetype');*/ /* For all other browsers. Checks for a local copy before downloading the font from the server. */
    }

body {
	width: 970px;
	margin: 0 auto 8em auto;
	font-family: arial, sans-serif;
	font-size: 62.5%;
	background: #f6f6f6;
	color: #424242;
	}

h1, h2, h3, h4, h5, h6 {
	margin: .5em 0 0 0;
	color: #407407;
	}

h1 {
	font-size: 2.0em;
	color: #c546a3;
	}
	
h2 {
	font-size: 1.6em;
	}
	
h3 {
	font-size: 1.4em;
	}
	
h4 {
	font-size: 1.2em;
	}
	
h4, h5, h6 {
	font-size: 1.1em;
	}
	
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #407407;
	}

/* Grrr, need to have a little talk with someone about semantics... */

p {
	margin: .5em 0;
	line-height: 1.8em;
	font-size: 1.2em;
	}

.text, .article-text {
	line-height: 1.8em;
	font-size: 1.2em;
	}

.text p,
.article-text p,
li p {
	font-size: 1em;
	}
	
ul, ol {
	margin: .5em 0;
	padding-left: 1.4em;
	}
	
li {
	margin: .5em 0;
	font-size: 1.2em;
	}

.text li,
.article-text li,
li li {
	font-size: 1em;
	}

a:link {
	text-decoration: underline;
	color: #407407;
	}
	
a:visited {
	text-decoration: underline;
	color: #407407;
	}
	
a:hover {
	border-bottom: 2px #76C225 solid;
	text-decoration: none;
	color: #c546a3;
	}
	
a:active {
	text-decoration: underline;
	color: #c546a3;
	}

img {
	border: 0;
	}

/* GENERIC CLASSES */

.image {
	display: block;
	margin: 5px 0 1em 0;
	border: 1px #ccc solid;
	-webkit-box-shadow: 0 0 2px #ccc;
	-moz-box-shadow: 0 0 2px #ccc;
	text-align: center;
	line-height: normal;
	}

.image a {
	display: block;
	border: 0;
	}
	
.image img {
	display: block;
	border: 5px #fff solid;
	}

.caption {
	margin: 5px 0 1em 0;
	font-size: 0.9em;
	text-decoration: none;
	}
	
.clear {
	clear: both;
	}
	
.clear span {
	display: none;
	}

/* PAGE */

#page {
	position: relative;
	width: 795px;
	padding:  0 25px 0 150px;
	border-top: 10px #407407 solid;
	border-bottom: 5px #76C225 solid;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid; 	
	-webkit-box-shadow: 0 0 2px #ccc;
	-moz-box-shadow: 0 0 2px #ccc;
	background: #fff;
	}

/* HEADER */

#header a {
	text-decoration: none;
	}

/* Header LOGO */
	
#logo {
	position: absolute;
	top: 20px;
	left: 25px;
	}

#logo a:hover {
	border: none;
	}

/* Header MENU */

#menu {
	padding: 2em 0;
	}

#menu ul {
	float: left;
	margin: 0;
	padding: 0;
	}
	
#menu li {
	float: left;
	margin: 0 20px 0 0;
	list-style: none;
	font-size: 1em;
	color: #999;
	}
	
#menu a {
	padding: 0 30px 3px 0;
	border-bottom:  2px #407407 solid;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	}

#menu a:hover,
#projecten #menu a[href="/projecten"],
#home #menu a[href="/"],
#producten #menu a[href="/producten"],
#blog #menu a[href="/blog"],
#q42 #menu a[href="/q42"],
#contact #menu a[href="/contact"] {
	border-color: #76C225;
	color: #c546a3;
	}

/* Header SEARCH */

#search {
	float: right;
	}
	
#search p {
	margin: 0;
	}

#search input {
	display: block;
	width: 140px;
	margin: 0;
	padding: 2px 5px;
	border: 1px #ccc solid;
	font: arial, sans-serif;
	}

/* Header Search SUGGEST */
	
#suggestBox {
	position: relative;
	margin: 0;
	line-height: normal;
	}

#suggest {
	position: absolute;
	top: 14px;
	left: 0;
	width: 100%;
	border-top: 1px #ccc solid;
	}
	
#suggest div {
	padding: .5em 5px;
	border: 1px #ccc solid;
	border-top: 0;
	background: #fff;
	}

/* BODY */

/* PAGE TITLE */

.pg-title {
	margin-bottom: 1em;
	}

.pg-title h1 {
	margin: 0;
	}

/* PRIMARY AREA */
	
#primary {
	clear: both;
	float: left;
	width: 600px;
	}

/* Primary area MAIN ARTICLE */

.main-article {
	height: 100%; /* For IE */
	margin-bottom: 3em;
	}

.main-article .images {
	float: right;
	margin-left: 15px;
	text-align: center;
	}

#blog .main-article .images {
	display: none;
	}

.main-article .image {
	margin: 0;
	}
	
.main-article .text {
	height: 100%; /* For IE */
	}

/* Primary area MORE ARTICLES */

/* Primary area more articles TITLE */

.more-articles-title {
	margin-bottom: 1em;
	}

#home .more-articles-title,
#projecten .more-articles-title,
#producten .more-articles-title,
#blog .more-articles-title,
#contact .more-articles-title,
#werknemers .more-articles-title {
	display: none;
	}

.more-articles-title h1 {
	margin: 0;
	font-size: 1.8em;
	}
	
/* Primary area more articles ARTICLE */

.article {
	margin-bottom: 3em;
	}

/* Primary area more articles article TITLE */

.article-title {
	font-weight: bold;
	}
	
.article-title h2 {
	display: inline;
	margin: 0;
	}

.article-title a {
	text-decoration: none;
	}
	
.article-title .date {
	display: inline;
	margin: 0;
	line-height: normal;
	color: #999;
	}	

/* Primary area more articles article BODY */

.article-body {
	clear: both;
	}

/* Primary area more articles article IMAGE */
	
.article .image {
	float: left;
	}

/* Primary area more articles article TEXT */
	
.article-text {
	height: 100%; /* For IE */
	margin: .5em 0 .5em 130px;
	}

/* Primary area more articles article MORE */
	
.article-body .more {
	margin: .5em 0 1em 130px;
	line-height: normal;
	}

/* Primary area more articles PAGINATION */

.pagination {
  text-align: center;
	clear: both;
	margin-bottom: 2em;
	font-weight: bold;
	color: #999;
	}

.pagination p {
	margin: 0;
	}

.pagination a {
	text-decoration: none;
	}

/* SECONDARY AREA */
	
#secondary {
	float: right;
	width: 150px;
	}

.secondary-box {
	margin: .5em 0 2em 0;
	}

.secondary-box h3 {
	color: #999;
	}

.secondary-box ul {
	margin: 0;
	padding: 0;
	}
	
.secondary-box li {
	list-style: none;
	}
	
.secondary-box a {
	text-decoration: none;
	}

/* FOOTER */
	
#footer {
	clear: both;
	padding: 2em;
	text-align: center;
	color: #999;
	}

#footer a {
	text-decoration: none;
	}
	
.copyright,
.address {
	display: inline;
	margin: 0;
	}
	
.disclaimer {
	margin: 0;
	}
