@charset "UTF-8";
/* CSS Document */

 @charset "UTF-8";
/* blue - color:/*#6699D6 #2800c1;
 grey - color:#555;
 dark blue - color:#224d81;*/
 
body {		
	font-size: 14px;
	line-height:18px;
	letter-spacing:0.5px;
	font-family:"Gill Sans W01 Book", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0;
	background-color:#FFF;
	color: #555;
	font-weight:normal;
}
i, cite, em, var, address {
	font-style:italic;
	font-family:'Gill Sans W01 Book Italic', "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
a{
	outline:none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0;
	padding-left: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h4{
	font-size:20px;	
	font-weight:normal;
	line-height:27px;
	text-align:left;
}
h3.timeline {
    font-weight: bold;
    margin-bottom: 36px;
	 border-bottom: 1px solid #555555;
    color: #555555;
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
	text-align:left;
}
h5.small{
	font-size:14px;
	margin-top:36px;
	margin-bottom:18px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a{
	color: #666;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.content a{
	color:/*#6699D6*/ #2800c1;
	text-decoration:none;
}
.content a:hover{
	color:#224d81;
}
#nav_575507 li a{
	/*color:#444;*/
	color:/*#6699D6*/ #2800c1;
}
#footer-menu-grey #nav_575507 li a{
	color:#444;
}
#nav_575507 li a:hover{
	color:#224d81;
}
p{
	font-size:14px;
	line-height:18px;
	text-align:left;	
	font-weight:normal;
}
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 974px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	display:block;
	height:200px;
	background-color:#FFF;
	z-index:2000;
}
.header h1{
	margin:0;
	font-weight: normal !important;
	float:left;
	width:auto;
	padding-top:50px;
	padding-left:54px;
	background-color:#FFF;

}
.header h1 a{
	color:#666;
	text-decoration:none;
}
.header h1 a strong{
	font-size:40px;
	line-height:48px;
	font-weight:bold;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.header h1 a:hover strong{
	color:/*#6699D6*/ #2800c1;
}
h2, h3, h4, h5, h6{
	text-align:left;
	font-weight:normal;
}

.header ul li{
	list-style:none;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin-right:36px;
	line-height:12px;
	xwidth:54px;
	text-transform:uppercase;
}
.header ul li a{
	color:#666;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	padding:1px;
}
.header ul li a:hover{
	background-color:/*#6699D6*/ #2800c1;
	color:#FFF;
	text-decoration:none;
}
.header ul li.selected a{
	background-color:/*#6699D6*/ #2800c1;
	color:#FFF;
	text-decoration:none;
}
#nav_575506{
	height:auto;
	width:350px;
	position:relative;
	float:right;
	right:54px;
	top:61px;
	z-index:2000;

}
.header ul li.last{
	margin-right:0;
}
.content {
	width:790px;
	padding: 0 0 72px 0;
	margin: 0 auto;
	position:relative;
}
.content ul, .content ol{
	text-align:left;
	padding-left:18px;
}
.content #nav_575507{
	padding-left:0;
	margin-bottom:18px;
}
.content ul li{
	list-style:none;
}
.column {
	margin-bottom: 72px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.float-right {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	width:440px;
}
.float-left { 
	float: left;
	margin-right: 40px;
	min-height:400px;
	text-align:left;
}
.float-left img{
	margin-bottom: 9px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
ul.tagline{
	font-style:italic;
	font-size:27px;
	line-height:70px;
	display:block;
	text-align:center;
}
ul.tagline li{
	width:auto;
	line-height:70px;
	background-color:#FFF;
	
}
.image{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	color:#FFF;
}
.image p{
	color:#FFF;
}
.image img{
	margin-bottom:18px;
}
/*rhs*/
.past-list{
	width:471px;
	margin-left:auto;
	margin-right:auto;
}

.past-list .column img{
	width:180px;
}
.past-list .column { 
  margin:0 18px 36px 0;
  zoom: 1; 
  }

.past-list .column{
  width:200px;
  }
.past-list .column ul li {
	font-size:12px !important;
	color:#555;
	line-height:18px;
	text-align:left;
	display:block;
	zoom:1;
}
.past-list .column ul li a {
	color:#555;
}
.past-list .column ul li a:hover {
	color:/*#6699D6*/ #2800c1;

}
.past-list .clearfloat{
	height:36px;
}
/*end rhs definition list styles */
.image-container{
	width:471px;
	margin-left:auto;
	margin-right:auto;
}
.image-container img{
	margin-bottom:18px;
}
.artist-title {
    color: #666666;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: 0 !important;
    line-height: 18px;
    text-transform: uppercase;
}
.artist-date{
	 display: block;
    font-size: 12px !important;
    line-height: 18px;
    text-align: left;
	color: #999 !important;
	font-weight: bold;
}
.horiz-rule {
    border-bottom: 1px dotted #555555;
    border-color: #555555;
    padding-bottom: 0;
    width: 100%;
}
div.talk{
	width:646px;
}
.talk-images {
    float: left;
	padding-top:18px;
    width: 295px;
}
ul.talk {
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding-top: 18px;
}
.clear {
    clear: both;
    display: block;
}
#nav_575507 li {
    display: inline-block;
	*display:inline;
	zoom:1;
    margin-bottom: 18px;
    padding-right: 18px;
}
/*Accordion*/
.ui-accordion-icons .ui-accordion-header a {
    padding: 0 !important;
	outline:none;
	border:none;
}
#accordion h4, #accordion h4 a, h4 a, #accordion h4, #accordion-management h4, #accordion-associates h4 {
	font-size: 13px !important;
	text-transform: uppercase;
	font-weight:bold;
	
	outline:none;
	border:none;
}
#accordion h4 {
	margin-bottom:0;
}
.content #accordion h4 a, .content #accordion2 h4 a, .content h4 a {
	color:#444;
	outline:none;
	border:none;	
	font-weight:normal;
}
.content #accordion h4 a:hover, .content #accordion2 h4 a:hover, .content h4 a:hover {
	color:/*#6699D6*/ #2800c1;
}
.ui-accordion .ui-accordion-content {
	text-align:left;
	padding-top:0 !important;
	padding-left:0 !important;
	padding-right:0 !important;
}
.column{
	width:50%;
	float:right;
}
.first{
	float:left;
}
#navsub_575506_621151{
	display:none;
}
.content a.archive{
	text-align:left !important;
}
.link-grey a {
	color:#444;
}
#biographies-footer-nav {
	padding-left:0;
	padding-bottom:18px;
}
.artist-galleria-title {
    color: #9597A4;
    font-size: 42px !important;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 48px;
}
.contact-address {
	font-weight:bold;
}

/*galeria*/
.galleria {
    background: none repeat scroll 0 0 transparent;
    height: 400px;
}
.galleria-outer {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 475px;
    margin-bottom: 18px;
    overflow: hidden;
}
.seminar ul {
}
.seminar li{
	margin-bottom:18px;
	list-style:disc !important;
}
.shell-logo{
	margin-bottom:18px;
}
h6{
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:9px;
	font-weight:bold;
}
h5{
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:9px;
	font-weight:normal;
}
h5.commissions{
	text-transform:none;
}
h4{
	font-size:13px;
	text-transform:uppercase;
	margin-bottom:9px;
	font-weight:bold;
}
strong, b {
font-weight: bold;
}
h6.news{
	display:inline;
	margin-right:9px;
	font-size:13px;
}
.small{
	font-size:10px;
	line-height:10px;
	margin:0;
	padding:0;
}
#info{
	position:absolute;
	top:0;
	right:0;
}
.analytical-circle-links {
	background-color: #CCCCCC;
	margin-top: 9px;
	padding: 18px;
	padding-left:120px !important;
}
.analytical-circle-links li,
.circle-v3 #nav_1395924 li{
	color: #444;
	display:inline-block;
	*display:inline;
	zoom:1;
	font-size:13px;
	height:54px;
	padding-left:0;/*60px*/
	text-transform:uppercase;
	vertical-align:top;
	width:210px;/*188px*/
}
.analytical-circle-links li a,
.circle-v3 #nav_1395924 li a{
    color: #444444;
    font-weight: bold;
}
.content ul li {
    list-style: none outside none;
}
.content ul, .content ol {
    text-align: left;
}
.analytical-circle-links {
    text-align: left;
}
.circle-v3, .circle-v3 .header, .circle-v3 .header h1, .circle-v3 .header h1 a,  .circle-v3 ul.tagline li, .circle-v3 .header ul li a {
	color: white;
	background: #666;
}
.header ul li a:hover {
color: white;
background-color:/*#6699D6*/ #2800c1;
}
.circle-v3 .analytical-circle-links,
.circle-v3 #nav_1395924{
	background-color:#666;
	padding:0 !important;
}
.circle-v3 .analytical-circle-links li,
.circle-v3 #nav_1395924 li{
	width:24%;
	display:inline-block;
	*display:inline;
	zoom:1;
	text-transform:uppercase;
	vertical-align:top;
}
.circle-v3 .analytical-circle-links li a,
.circle-v3 #nav_1395924 li a{
	color:#FFF;
}
.circle-v3 .analytical-circle-links li a:hover,
.circle-v3 #nav_1395924 li a:hover{
	color:/*#6699D6*/ #2800c1;
}
.circle-v3  .content{
	width:974px;
}
.circle-v3 .content{
	padding-left:80px;
	width:896px;
}
.management-associates h2{
	text-transform:uppercase !important;
	font-size: 16px;
	line-height:27px;
}
.management-associates .associates{
	margin:0 0 18px 0 !important;
	padding:0 !important;
}
.management-associates .associates li{
	text-transform:uppercase !important;
	font-size: 13px;
	line-height:27px;
}
.management-associates .associates li a{
	color:#555;
}
.management-associates .associates li a:hover{
	color:/*#6699D6*/ #2800c1;
}
.content-people li.people-li a{
	background-color:/*#6699D6*/ #2800c1 !important;
	color:#FFF !important;
}
#nav_1311084,
#nav_1485676{
	padding:0;
	margin:0 0 18px;
}
#nav_1311084 li,
#nav_1485676 li{
	display:inline;
	font-size:18px;
	padding-right:18px;
}
#nav_1485676 li{
    	font-size:14px;
}
 #nav_1485676 li a{   
    color:#000;
}
#nav_1485676 li a:hover{
    color:/*#6699D6*/ #2800c1;
}
.programmes-page #nav_1485676 li{
    display:block;
    font-size: 16px;
text-transform: uppercase;
margin-bottom: 9px;
    }
#nav_1485676 li.selected a{
    color:/*#6699D6*/ #2800c1;
}
#nav_1311084 li.selected a{
	color:#F00;
}
.interviews-2012 h6{
	font-size:11px;
	text-transform:none;
	line-height:14px;
	font-weight:normal;
}
#nav_575506 {
	width: auto;
}
.header ul li.commissions {
	clear:both;
}
.header ul li {
float: left;
}
.header ul li{margin-right:18px !important;}
.header ul li.about-li, .header ul li.analysis-li, .header ul li.programmes-li,  .header ul li.people-li{
    margin-right:18px !important;
}
.header ul li.partners-li.last{margin-right:0 !important;}