/**
 * <projectname>
 *
 * Contains all general layout declarations.
 *
 * @author 			Davy De Pauw (davy@marlon.be)
 * @copyright		Marlon BVBA <http://www.marlon.be>
 * @date 			2010-04-19
 */

/* page structure
---------------------------------------------------------- */

#container {
    position: relative;
    margin: 0 auto;
    width: 972px;
    background: url(../img/bg_container.jpg) no-repeat 0 0;
}

/* header
---------------------------------------------------------- */

#header {
    position: relative;
    height: 126px;
}

/* logo
---------------------------------------------------------- */

#logo {
	position: absolute;
    top: 24px;
	left: 2px;
	width: 183px;
	height: 69px;
	text-indent: -999em;
	overflow: hidden;
	border: none;
    background: url(../img/logo.png) no-repeat 0 0;
}

#header .logo-fr
{
	background: url(../img/logo-fr.png) no-repeat 0 0;
	width: 223px;
}

/* language
---------------------------------------------------------- */

#lang {
    position: absolute;
    top: 0;
    left: 252px;
}

#lang li {
    float: left;
    margin-right: 2px;
}

#lang .selected a {
}

#lang a {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    background: #0c4584;
}

#lang .selected a { color: #fff; }

#lang a:hover,
#lang .selected a {
    color: #fff;
    background: url(../img/sprite.png) no-repeat -432px -36px;
}

/* navigation
---------------------------------------------------------- */

#nav {

}

#nav a {
}

/* navigation -> primary
---------------------------------------------------------- */

ul.primary {
    position: absolute;
    top: 126px;
    left: 0;
    width: 216px;
    background: url(../img/sprite.png) no-repeat -1200px 0;
}

ul.primary li {
    float: left;
    width: 100%;
    background: url(../img/sprite.png) no-repeat -216px 100%;
}

ul.primary a {
    display: block;
    padding: 7px 0 9px 16px;
    text-decoration: none;
    text-shadow: 0 1px 0 #0c2846;
    color: #cafeff;
}

ul.primary a:hover,
ul.primary .selected a { color: #fff !important; }

ul.primary .expanded {
    padding-bottom: 20px;
    background-position: 0 100%;
}

ul.primary .expanded a {
    color: #fff;
}

ul.primary .expanded li a {
    padding-left: 36px;
    color: #cafeff;
    background: url(../img/sprite.png) no-repeat -1143px -28px;
}

ul.primary .selected {
    padding-bottom: 1px;
    background: url(../img/sprite.png) no-repeat 0 100%;
}

ul.primary .selected a {
    padding-bottom: 8px;
    background: url(../img/sprite.png) no-repeat 0 0;
}

ul.primary .expanded .selected { background: none; }

ul.primary .expanded li a:hover,
ul.primary .expanded .selected a { 
    background-position: -1117px -54px;
}

ul.primary li li {
    padding: 0;
    background: none;
}

ul.primary ul a {
    padding: 0 26px 10px 26px;
}

/* navigation -> homepage
---------------------------------------------------------- */

#nav .homepage {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 252px;
    height: 36px;
    line-height: 34px;
    text-decoration: none;
    color: #5195c5;
    cursor: pointer;
    text-shadow: 0 -1px 0 #0d3b6e;
    background: url(../img/sprite.png) no-repeat -431px 0;
}

#nav .homepage:hover {
    color: #fff;
    background-position: -431px -36px;
}

#nav .homepage span {
    float: left;
    padding: 0 0 0 36px;
    background: url(../img/sprite.png) no-repeat -1170px -1px;
}

#nav .homepage:hover span { background-position: -1120px -47px; }

/* navigation -> secundary
---------------------------------------------------------- */

ul.secundary {
}

/* main
---------------------------------------------------------- */

#main {
    margin-left: 252px;
}

/* cols
---------------------------------------------------------- */

.cols {
}

.col {
    float: left;
    margin-right: 36px;
}

.col-1 {
    width: 216px;
}


.col-2 {
    position: relative;
    padding: 30px 36px 40px;
    width: 396px;
    background: #fff;
}

.col-3 {
    width: 720px;
}

.last {
    margin-right: 0;
}

/* col-2 (content)
---------------------------------------------------------- */

.tool {
    position: absolute;
    top: 0;
    right: 0;
}

.col-2 .tool {
    top: -17px;
    right: 6px;
}

.col-2 h1 {
    width: 275px;
}

/* widget -> rte
---------------------------------------------------------- */

.rte {
    padding: 20px 0 0 0;
}

.rte p {
    margin: 0 0 25px 0;
}

.rte ul,
.rte ol {
    padding: 0 0 25px 0;
}

.rte li {
    margin: 0 0 10px 0;
    padding-left: 20px;
}

.rte ul li {
    zoom: 1;
    background: url(../img/sprite.png) no-repeat -1110px -80px;
}

.rte ol {
    margin-left: 20px;
}

.rte ol li {
    margin-left: 0;
    padding-left: 0;
    list-style-type: decimal;
}

.rte ol.numbered li {
    font-weight: bold;
    color: #3e9ada;
}

.rte ol li div {
    display: block;
    font-weight: normal;
    color: #2D3947;
}

/* images
---------------------------------------------------------- */

img.left {
    float: left;
    margin: 5px 20px 10px 0;
}

img.right {
    float: right;
    margin: 5px 0 5px 30px;
}

img.thumb {
    margin: 10px 0 0 0;
    border: 9px solid #fff;
}

div.thumb {
    padding-bottom: 10px;
    background: url(../img/sprite.png) no-repeat -432px 100%;
}

/* spotlight
---------------------------------------------------------- */

.spotlight {
    margin-bottom: 32px;
    height: 252px;
    background: #fff;
}

.spotlight .tool {
    position: absolute;
    top: -51px;
    left: 0;
    width: 440px;
    height: 210px;
}

#spotlight-1 .tool { background-image: url(../img/bg_tool_1.png); }
#spotlight-2 .tool { background-image: url(../img/bg_tool_2.png); }

.spotlight .col-2 {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #125194;
}

.spotlight .col-2 .rte {
    position: relative;
    z-index: 10;
    margin-top: 128px;
}

.spotlight .col-2 a {
    color: #ed3026;
}

.spotlight .col-1 {
    width: 252px;
}

.controls {

}

.controls li {
    position: relative;
    height: 126px;
    overflow: hidden;
}

.controls h2 {
    font-size: 1.167em;
}

.controls a {
    display: block;
    padding: 20px 50px 0 36px;
    width: 166px;
    height: 106px;
    font-weight: bold;
    text-decoration: none;
    color: #cafeff;
    outline: none;
    background: url(../img/controls.png) no-repeat 0 0;
}

.controls a span {
    display: block;
    color: #e20c0c;
}

.controls .selected span {
    color: #83bfe9;
}

.controls .selected a {
    color: #e20c0c;
    cursor: default;
    background: #fff;
}

.control-2 a {
    color: #cafeff;
    background-position: -252px 0;
}

.control-2.selected a { 
    color: #145298;
}

.control-2.selected a span {
    color: #e20c0c;
}

.control-2 a span {
    margin: 0 0 10px 0;
    font-size: 1.714em;
    line-height: 1em;
    color: #83bfe9;
}

/* aside
---------------------------------------------------------- */

.aside {
    position: relative;
    top: -7px;
    margin-right: 0;
    color: #dfe7ed;
}

.aside .widget {
    margin-bottom: 25px;
    padding-bottom: 35px;
    background: url(../img/sprite.png) no-repeat -695px 100%;
}

.aside .col-1 .widget { background: none; }

.aside .last {
    background: none;
}

.aside h3 {
    font-size: 1.167em;
}

.aside h3,
.aside h3 a {
    text-decoration: none;
    color: #cafeff;
}

.aside .more {
    padding-left: 16px;
    color: #cafeff;
    text-decoration: none;
    background: url(../img/sprite.png) no-repeat -1158px -30px;
}

.aside .more:hover {
    color: #fff;
    background-position: -1132px -56px;
}

/* footer
---------------------------------------------------------- */

#footer {
    position: relative;
    margin-left: 252px;
    padding: 10px 0 100px;
    font-size: .917em;
    color: #62afde;
    background: url(../img/sprite.png) no-repeat -1416px 0;
}

#footer.col-3 {
    background-position: -2137px 0;
}

#footer p {
    margin-top: 0;
}

.logos {
    position: absolute;
    top: 10px;
    right: 250px;
}

.col-3 .logos { right: 50px; }

.logos li {
    float: left;
    margin-left: 12px;
}

.logos li a {
    float: left;
    width: 30px;
    height: 27px;
    text-indent: -999em;
    overflow: hidden;
    background: url(../img/sprite.png) no-repeat 0 0;
}

.logos .vo a { 
    width: 30px;
    background-position: -950px -150px;
}

.logos .eu a { 
    width: 36px;
    background-position: -1000px -150px;
}

.logos .esf a { 
    width: 40px;
    background-position: -950px -200px;
}

.logos .omm a { 
    width: 26px;
    background-position: -1000px -200px;
}

/* jobs
---------------------------------------------------------- */

.jobs {
    position: relative;
    padding: 30px 36px 40px;
    width: 648px;
    background-color: #fff;
}

.jobs .tool {
    top: -17px;
    right: 23px;
}

.jobs ul {
    
}

.jobs li {
    position: relative;
    float: left;
}

.jobs li img {
    float: left;
}

.jobs li div {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 142px;
    height: 132px;
    padding: 15px 10px;
    text-align: center;
    text-shadow: 0 1px 0 #0c2846;
    color: #fff;
    background: url(../img/sprite.png) no-repeat -2858px 0;
    background: rgba(20,82,152,.8);
}

.jobs li h2 {
    position: relative;
    z-index: 5;
    color: #fff;
}

.jobs li a {
    text-decoration: underline;
    color: #cafeff;
}

.jobs li a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    background: url(../img/bg_spacer.png) repeat 0 0;
}

.jobs li.description {
    padding: 29px 0 0 36px;
    width: 288px;
}

/* lightbox
---------------------------------------------------------- */

.lightbox {
    margin-left: 126px;
}

.lightbox .inner {
    padding: 34px 45px 100px 215px;
}

.lightbox img.thumb {
    position: absolute;
    top: 36px;
    left: 36px;
    margin: 0;
    border: none;
}

.lightbox .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    text-indent: -999em;
    overflow: hidden;
    background: #75afef url(../img/sprite.png) no-repeat -997px -107px;
}

/* skip to nav links
---------------------------------------------------------- */

#skip {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
}

#skip li{
	text-indent: -999em;
}

/* common
---------------------------------------------------------- */

.hide {
	position: absolute;
	display: block;
	padding: 0 !important;
	left: -9999px !important;
	left: -9999px !important;
	font-size: 0px;
	height: 0px !important;
	line-height: 0px !important;
	background: none !important;
}

.hidden {
	text-indent: -9999px;
}

/* browser fixes
---------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


