@import url("titles.css");			/* import custom titles */


/* ===================================================
	BASIC SETTINGS
=====================================================*/

body {
	background: #fff;
	margin: 0 auto;
	width: 770px;
	padding: 0;
}

* {
	font-family: Geneva, 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 14px;
	color: #757575;
}

a {
	text-decoration: none; color: #2596d4;
}

a:hover {
	color: #999999; text-decoration: underline;
}

div#base {
	padding: 0 15px;
	width: 740px;
}

img.illustration, img.portrait {
	border: 1px solid #dfdfdf;
}
a:hover img.illustration {
	border: 1px solid #2596d4;
}

p { margin: 0 15px 10px 0; }
p.marginbottom { margin-bottom: 30px;}

/* button next */
a.next {
	display: block; width: 22px; height: 23px;
	clear: both;
	text-indent: -50000px; overflow: hidden;
	background: url(../_img/buttons/arrow-blue.png) no-repeat;
}

/* tables */
table, td, th, tbody, thead, tr {
	margin: 0; padding: 0; border: 0; font-size: 11px;
}

table { clear: both; }

th, td { vertical-align: top; text-align:left; padding-bottom: 8px; }
th { font-weight: normal !important; width: 100px; padding-left: 20px; }

hr { 
	clear: both; float: left; width: 450px;
	border: 0; height: 13px; padding: 15px; margin: 0;
	background:url(../_img/layout/footer.png) center left no-repeat;
}



/* ===================================================
	LAYOUT
=====================================================*/

h1#title_site {
	padding: 0 0 15px 0; 
	background: #fff url(../_img/layout/brussels-flamingo.png) no-repeat;
	text-indent: -15000px; overflow: hidden;
}

h1#title_site, h1#title_site a {
	width: 740px; height: 107px;
	display: block; margin: 0;
}


/* main nav */
ul#main_nav {
	display: block;
	height: 24px;
	margin: 0; padding: 0 0 18px 0;
	list-style: none;
	width: 740px;
}

ul#main_nav li {
	display: block; float: left;
	height: 24px;
	padding: 0 1px 0 0; margin: 0;
	list-style: none;
	background: url(../_img/layout/main-nav-separator.png) center right no-repeat;
}

ul#main_nav li.last { padding: 0; background: none; }
ul#main_nav li.first a { padding: 7px 6px 7px 0; }


ul#main_nav li a {
	height: 10px; line-height: 10px;
	font-size: 9px; color: #606060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 7px 6px; display: block; float: left;
}

ul#main_nav li a.active {
	color: #2596d4;
}


/* columns */
div#container {
	clear: both; width: 740px; float: left;
}

div#container #col_left {
	width: 284px;
	padding-right: 40px;
	float: left;
}

div#container #col_right {
	width: 416px; float: left; padding-top: 10px;
}

div#container.big #col_left {
	width: 240px; padding-right: 25px;
}

div#container.big #col_right {
	width: 473px; 
}


/* second nav */
ul#level2_nav {
	margin: 0; padding: 0;
	list-style: none;
}

ul#level2_nav li {
	list-style: none;
	padding: 2px 0; margin: 0;
	width: auto;
}

ul#level2_nav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; text-transform: uppercase;
	color: #757575;
}

ul#level2_nav li.active a, ul#level2_nav li.active a:hover { color: #fff; background-color: #2596d4; text-decoration: none; padding: 0 2px; }



/* footer */
div#footer {
	clear: both; width: 740px; height: 100px; margin-top: 10px; float: left;
	background: url(../_img/layout/footer.png) no-repeat top left;
}

div#footer p {
	display: block; margin: 3px 0 0 0; padding: 0 0 0 8px; float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 9px; background: #fff url(../_img/layout/epigraphik.png) top right no-repeat;
}

div#footer p a.Epigraphik {
	padding-right: 17px; padding-bottom: 4px;
	font-size: 9px; color: #757575;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#footer p a.Epigraphik span { display: none; width: 0px; overflow: hidden;}

div#footer p a.Epigraphik:hover {
	text-decoration: none;
}


/* Next arrow nav */
div.next_arrow_nav {
	float:right; width: 23px; padding-left: 10px; clear:both;
}


/* content or content flash? */

div#content { width: 100%; }

#col_right div#content {
	width: 370px; float: left;
}

#col_right div#content_flash {
	width: 100%;
}

.flashdescr p { margin: 10px 0;}


/* ===================================================
	HOME Items
=====================================================*/

div.item {
	width: 100%; clear: both; float: left;
	margin-bottom: 35px; 
}

div.item div.descr {
	float: left; width: 440px;
}

div.item div.date {
	font-size: 18px; color: #2596d4; margin-bottom: 10px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
div.item div.date img { position: relative; top: 4px;}
div.item img.illustration {
	float: left; margin-right: 10px;
}

div.item p { margin: 0 0 10px 0;}

.publications div.item  div.descr, .newsletter div.item  div.descr{ width: 200px; }



/* ===================================================
	ARTIST home
=====================================================*/

div.artist {
	float: left; width: 185px;
	margin: 0 auto 30px auto; text-align:center;
}

div.artist h2, div.artist img { margin: 0 auto; }

img.portrait { float: left; margin-right: 10px; margin-bottom: 20px; }


/* ===================================================
	NEWSLETTER
=====================================================*/

form, fieldset, legend, button, input { margin: 0; padding: 0; border: 0; float: left;}

legend {
	font-size: 13px !important; font-weight: bold !important;
	padding: 0; margin: 0;
	color: #262626;
}

form { margin-right: 30px;}
legend { padding-bottom: 8px; }
form p { clear: both; width: 350px; display: none; }
label span, p.errormessage span { margin: 0 4px; color: #ff0000; }
label { width: 140px; display: block; float: left; height: 20px; line-height: 22px; clear: both; margin-top: 6px; }
input { background: #fff; border: 1px solid #e1e1e1; padding: 2px 5px; width: 288px; float: left;margin-top: 6px; }
button { clear: both !important; float: left !important; margin-left: 410px !important; margin-top: 10px !important; color: #fff; background: #2596d4; }
form div { clear: both; height:30px; }

input.medium { width: 120px; }
label.small { padding: 0 10px; width: 80px; clear:none; }
input.small { width: 56px;}
.error { color: #ff0000; }



/* ===================================================
	EXHIBITIONS
=====================================================*/
div.exhibitions img.illustration { width: 150px; margin-right: 10px; float:left; }
div.exhibitions div.item { width: 470px !important; }
div.exhibitions div.item div.descr { width: 300px !important; }

