/* ----------------------------------------------------------- */
/* Copyright 2000-2009 (Non-)verbaal, http://www.nonverbaal.nl */
/* ----------------------------------------------------------- */

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");

/* Elements -------------------------------------------------- */
/* ----------------------------------------------------------- */

body {
	color: #000;
	font: 62.5% Verdana, Geneva, sans-serif;
	background: #FFF url(../images/bg.png) repeat-x;
}

a {
	font-weight: 700;
	text-decoration: none;
	color: #D6270A;
}

a:hover,
a:active { text-decoration: underline; }

h1 {
	font-size: 2.2em;
	font-weight: 700;
	color: #FFF;
	margin-bottom: .3em;
}

#home h1 { font-size: 3.2em; }

h2 {
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: .5em;
}

h2,
h2 a { color: #06A5E5; }

#chapter h2 { color: #0064A5; }

h3 {
	font-size: 1.3em;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: .5em;
}

h3,
h3 a { color: #0064A5; }

th,
td { vertical-align: top; }

em { font-style: italic; }

strong { font-weight: 700; }

/* Basic structure ------------------------------------------- */
/* ----------------------------------------------------------- */

#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: url(../images/container/bg.png) no-repeat;
}

#canvas {
	float: left;
	width: 100%;
	margin-top: 106px;
	background-position: 0px bottom;
	background-repeat: no-repeat;
	background-image: url(../images/canvas/bg.png);
}

#main {
	float: left;
	position: relative;
	width: 100%;
	font-size: 1.1em;
}

#content {
	float: left;
	position: relative;
	width: 910px;
}

#header {
	position: absolute;
	height: 106px;
	top: 0;
	left: 0;
	width: 100%;
}

#footer {
	float: left;
	position: relative;
	width: 100%;
	height: 240px;
}

/* Basic elements -------------------------------------------- */
/* ----------------------------------------------------------- */

#main p,
#main div.p { margin-bottom: 2em; }

#main p,
#main div.p,
#main ul,
#main ol { line-height: 1.6em; }

#content ul {
	list-style: disc;
	margin: 1em 2em;
}

#content ol {
	list-style: decimal;
	margin: 1em 2em;
}

#content th,
#content td { padding-right: 2%; }

/* Classes --------------------------------------------------- */
/* ----------------------------------------------------------- */

div.wrap {
	position: relative;
	width: 910px;
	margin: 0 auto;
}

.more {
	text-transform: lowercase;
	font-size: 1.3em;
	text-decoration: none;
}

.floated {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.pdf {
	background: url(../images/icons/pdf.png) no-repeat left center;
	padding-left: 50px;
	display: block;
	min-height: 48px;
}

.underline {
	padding-bottom: .5em;
	border-bottom: 1px solid #C5D3E4;
}

.indent {
	padding-right: 10px;
	padding-left: 10px;

}

div.icon {
	position: absolute;
	top: -50px;
	right: 20px;
	z-index: 100;
}

ul.numeration {
	margin: 0 !important;
	list-style: none !important;
}

ul.numeration li {
	background: url(../images/dash.gif) repeat-x left bottom;
	padding: 1em 0;
}

a.button {
	color: #799FC4;
}

div.movie {
	float: left;
	width: 405px;
	margin-right: 20px;
	margin-bottom: 3em;
}

/* Rounded box ----------------------------------------------- */
/* ----------------------------------------------------------- */

.top-left,
.top-right,
.bottom-left,
.bottom-right {
	height: 20px;
	background-image: url(../images/box/default.png);
}

.top-left,
.bottom-left { margin-right: 20px; }

.top-right,
.bottom-right {
	margin-left: 20px;
	margin-top: -20px;
}

.top-right { background-position: 100% 0; }

.bottom-left { background-position: 0 -20px; }

.bottom-right { background-position: 100% -20px; }

.inside {
	background: #E2E7F3;
	padding: 10px;
}

div.factsheet .top-left,
div.factsheet .top-right,
div.factsheet .bottom-left,
div.factsheet .bottom-right { background-image: url(../images/box/factsheet.png); }

div.factsheet .inside {
	background: #FFF;
	border-left: 1px solid #E2E7F3;
	border-right: 1px solid #E2E7F3;
}

/* Chapter --------------------------------------------------- */
/* ----------------------------------------------------------- */

#chapter {
	float: left;
	position: relative;
	width: 870px;
	height: 230px;
	padding: 30px 20px 0 20px;
	background-repeat: no-repeat;
}

#chapter { background-image: url(../images/chapter/home.jpg); }

body#gent #chapter { background-image: url(../images/chapter/gent.jpg); }

body#rotterdam #chapter { background-image: url(../images/chapter/rotterdam.jpg); }

body#southampton #chapter { background-image: url(../images/chapter/southampton.jpg); }

#chapter div.truncate {
	width: 660px;
	font-weight: 700;
}

/* Breadcrumbs ----------------------------------------------- */
/* ----------------------------------------------------------- */

#breadcrumbs {
	position: absolute;
	top: 200px;
	left: 20px;
}

#breadcrumbs,
#breadcrumbs a { color: #799FC4 }

#breadcrumbs li {
	display: inline;
	background: url(../images/breadcrumbs/li.gif) no-repeat right center;
	margin-right: .5em;
	padding-right: 1em;
}

/* Header ---------------------------------------------------- */
/* ----------------------------------------------------------- */

#header a {
	color: #4C2C58;
	font-weight: 400;
	text-decoration: none;
}

#top-nav {
	position: absolute;
	top: 14px;
	right: 150px;
	font-size: 1.4em;
}

#top-nav li {
	display: inline;
	margin-right: 1em;
}

#top-nav a:hover,
#top-nav li.selected a { color: #D6260A; }

#nav {
	position: absolute;
	top: 48px;
	right: 31px;
}

#nav ul li { float: left; }

#nav ul li a {
	display: block;
	height: 41px;
	text-indent: -9999px;
	outline: none;
	background-repeat: no-repeat;
	background-image: url(/www/images/header/nav.png);
}

#nav-gent a {
	background-position: 0px 0px;
	width: 204px;
}

#nav-rotterdam a {
	background-position: -204px 0px;
	width: 201px;
}

#nav-southampton a {
	background-position: -405px 0px;
	width: 204px;
}

body#gent #nav-gent a,
#nav-gent a:hover { background-position: 0px -54px; }

body#rotterdam #nav-rotterdam a,
#nav-rotterdam a:hover { background-position: -204px -54px; }

body#southampton #nav-southampton a,
#nav-southampton a:hover { background-position: -405px -54px; }

#lan {
	position: absolute;
	top: 14px;
	right: 35px;
	font-size: 1.4em;
}

#lan li { display: inline; }

#lan a:hover,
#lan li.selected a { color: #D6260A; }

#logo {
	position: absolute;
	top: 0;
	left: 15px;
}

#logo a {
	display: block;
	width: 187px;
	height: 110px;
	background: url(../images/header/logo.png) no-repeat;
	text-indent: -9999em;
	outline: none;
}

/* Footer ---------------------------------------------------- */
/* ----------------------------------------------------------- */

#footer,
#footer a { color: #CAD1D4; }

#footer p {
	margin-bottom: 1em;	
}

#icons {
	position: absolute;
	width: 100%;
	bottom: 140px;
}

#icons a {
	position: absolute;
	display: block;
	height: 51px;
	text-indent: -9999em;
	outline: none;
}

a#ic-stad-gent {
	left: 0;
	width: 78px;
	background-image: url(../images/icons/stad-gent.gif);
}

a#ic-gemeente-rotterdam {
	left: 130px;
	width: 255px;
	background-image: url(../images/icons/gemeente-rotterdam.gif);
}

a#ic-southampton-city-council {
	left: 438px;
	width: 177px;
	background-image: url(../images/icons/southampton-city-council.gif);
}

a#ic-two-mers {
	left: 667px;
	width: 92px;
	background-image: url(../images/icons/2mers.gif);
}

a#ic-european-union {
	right: 0;
	width: 75px;
	background-image: url(../images/icons/european-union.gif);
}

#copyright {
	position: absolute;
	bottom: -20px;
	right: 0;
	height: 70px;
}

#copyright li { display: inline; }

/* Shortcuts (projects / factsheets) ------------------------- */
/* ----------------------------------------------------------- */

div.shortcuts {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

div.shortcuts div.item {
	float: left;
	position: relative;
	width: 290px;
	margin-right: 20px;
}

div.shortcuts div.last { margin-right: 0 !important; }

div.shortcuts div.section { margin-bottom: 20px; }

div.factsheet div.item {
	/*width: 445px;*/
	margin-right: 20px;
}

/* Gallery --------------------------------------------------- */
/* ----------------------------------------------------------- */

div.gallery {
	float: left;
	width: 100%;
}

div.gallery div {
	float: left;
	margin: 0 1em 1em 0;
}

#preview{
	position: absolute;
	background: #000;
	padding: 1px;
	display:none;
}

/* Items ----------------------------------------------------- */
/* ----------------------------------------------------------- */

div.items ul {
	margin: 0;
	list-style: none;
}

div.items ul li { padding: .5em 0;}

div.item { margin-bottom: .5em; float: left; width: 100%;  }

div.item a.image {
	float: left;
	margin-right: 1em;
}

/* Pages ----------------------------------------------------- */
/* ----------------------------------------------------------- */

div.pages {
	margin: 1em 0;
	font-size: .9em;
}

div.pages ul {
	list-style: none !important;
	margin: 0 !important;
}

div.pages ul li {
	display: inline;
	margin-right: .2em;
	padding: .3em;
	border: 1px solid #C5D3E4;
}

div.pages ul li,
div.pages ul li.selected a { color: #C5D3E4; }
