* { padding: 0; margin: 0; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
html {}
body {
	background-color: #FFF;
	font-family: "Asap", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #3C3C3C;
	text-align: center;
}
div {position: relative;}
a {text-decoration: none;}
a:link, a:visited, a:active {color: #2997CB;}
a:hover {color: #000000;}
h1, h2, h3, .address {
	color: #5E5E5E;
}
h1 {
	font-weight: normal;
	font-size: 26px;
	line-height: 1.8em;
	padding-bottom: 10px;
}
h2, h3, h4 {font-weight: bold;}
h2, .list h1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E5E5E;
}
h2 {font-size: 18px; padding-bottom: 12px;}
h2 a:hover {color: #000000;}
h3 { font-size: 16px;}
h3, p {margin-bottom: 12px;}
h4 { font-size: 14px;}
ul {list-style: none;}
b, strong, .address {font-weight: bold;}
em {font-style: italic;}
textarea, input {
	border: none;
	background-color: #DDD;
	padding: 6px;
}

#page-container { width: 100%; }
.wrapper {
	margin-top: 20px;	
	margin-right: auto;
	margin-left: auto;	
	width: 960px;
}
.wrapper div {
	padding: 0 10px 0 10px;
}

#logo {
	height: 90px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;	
	cursor: pointer;	
}
#nav, #sub-nav, #footer {
	line-height: 2.4em;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav, #footer {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5E5E5E;
	border-bottom-color: #5E5E5E;
}
#nav, #sub-nav {
	font-size: 16px;
	text-align: left;
}
#sub-nav {
	margin-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E5E5E;
}
.menu, .menu a, .title a {}
.menu a:hover, .title a:hover {}
.menu li {float: left;}
.menu li {margin-right: 20px;}
.lang {float: right;}
#sub-nav .menu {margin-left: 10px;}

#content {text-align: left;}
#content a {font-weight: bold;}
#content .text p {text-align: justify;}

#footer {
	clear: both;
	margin-bottom: 30px;
}

.title {}
.entry {padding-bottom: 10px;}

.row940 {width: 940px; clear: both;}
.row620, .row460, .row300 {float: left;}
.row620 {width: 620px;}
.row460 {width: 460px;	}
.row300 {width: 300px;}
.row300 ul {padding-bottom: 20px;}

#hidden-gallery {display: none;}
.wrapper div.gallery .thumb {
	padding: 0;
	margin: 0 2px 3px 1px;
	background-color:#CCC;
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
}
.thumb a {
	-moz-opacity: 1; 
	-webkit-opacity: 1; 
	opacity: 1;
	}
.thumb a:hover {
	-moz-opacity: 0.7; 
	-webkit-opacity: 0.7; 
	opacity: 0.7;
	}
.thumb img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	 -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
	}

.list {margin-bottom: 20px;}
.list li {line-height: 1.4em; margin-top: 8px;}
.list a {display: block; padding: 6px 8px 6px 8px;}
.list a:link, .list a:active {color:#000000;}
.list a:visited {color: #777777;}
.list a:hover {color: #FFFFFF;}
.list li:hover {
	background-color: #5E5E5E;
}
.link_out, .link_in, .download, .print {
	background-repeat: no-repeat;
	background-position: left center;
}
.link_out, .print {padding-left: 15px;}
.link_in, .download {padding-left: 16px;}
.link_out {
	background-image: url(../img/link.gif);
}
.link_in {
	background-image: url(../img/dot.gif);
}
.download {
	background-image: url(../img/icon_pdf.gif);
}
.download:hover {
	background-image: url(../img/download.gif);
}
.right_aling {text-align:right;}
.line {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5E5E5E;
	padding-top: 8px;
}
.cover img {
	margin-bottom: 10px;
	width: 458px;
	height: auto;
	border: 1px solid #999;
}
#next_news {
	float: right;
	text-align: right;
}

/* Home
----------------------------------------*/
.front-cover a {
	-moz-opacity: 0.8; 
	-webkit-opacity: 0.8; 
	opacity: 0.8;
	}
.front-cover a:hover {
	-moz-opacity: 1; 
	-webkit-opacity: 1; 
	opacity: 1;
	}
.front-cover img {
	width: 100%;
	height: auto;
}
#content.home h1 {font-size: 20px; margin-bottom: 10px;}
#content.home h1 a {font-weight: normal; display: block;}

/* Expos
----------------------------------------*/
.expos {}
.expos .gallery {
	margin-top: 12px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E5E5E;
}

/* Artists
----------------------------------------*/
.artists .row300 h2 {margin-top: 14px; border-bottom: none;}
.artists.wrapper div.gallery {padding: 0 0 30px 0;}
.artists.wrapper div.text {
	padding-right: 10px;
	padding-left: 0;
} 

/* Publications
----------------------------------------*/
.publications .row940 { margin-bottom: 10px; }
.publications ul { padding-top: 10px; border-top: 1px solid #ccc; }
.publications li {
	float: left;
	margin: 8px 9px 30px 9px;
}
.publications li span {
	width: 295px;
	height: 200px;
	margin-bottom: 6px;
	display: block;
	overflow: hidden;
}
.publications li a img {width: 295px; height: auto; }

/* Editions
----------------------------------------*/
.editions {}

/* Press
----------------------------------------*/
.press { margin-bottom: 45px; }
.press .row460 {
	padding: 0 10px 0 0;
}
#accordion h2 {
	margin-top: 10px;
	background-image: url(../img/down_row.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#accordion h2:hover {cursor:pointer;}
#accordion h2.ui-state-active {background-image: none;}

/* News
----------------------------------------*/
.news .line {margin-bottom: 8px;}

/* Contact
----------------------------------------*/
.contact .row940 .map {padding: 0 0 0 0;}
.map {margin-bottom: 20px;}

/* Others
----------------------------------------*/
#agacc {margin-bottom: 30px; width: 960px;}
#agacc img {float: right;}

/* ClearFix
----------------------------------------*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {height: 1%;}

@media all and (max-width: 940px) {
}