body {
	height: 100%;
	width: 100%;
	color: black;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	background: #f3f3f3;
        user-select: none;
}

.clear {
	clear: both;
	float: none;
}

.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}

.no-margin {
	margin: 0 !important;
}

/* headings */

h1, h2, h3, h4 { 
	font-weight: normal;
        font-family: "Lucida Sans", Arial, Helvetica, sans-serif;    
}

h1 {
	font-size: 16px;
        font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	margin-bottom: 10px;
}

h3 {	
	font-size: 16px; 
	font-style: italic;
	line-height: 20px; 
	margin: 5px 0;
}

h4 {
	font-size: 18px; 
	font-style: italic;
	line-height: 22px; 
	margin: 5px 0;
        border-bottom: 1px solid #eee;
}

strong {
	font-weight: bold;
}

.content-item {
	max-width: 600px;
}

.flexible {
	width: auto !important;
}

.content-item p {
	padding: 5px 0;
}

.content-item ul {
	padding: 10px 0;
	list-style: square;
	margin: 0 20px;
}

.content-item ol {
	padding: 10px 0;
	list-style: decimal;
	margin: 0 20px;
}

.content-item li {
	padding: 0 0 5px 0;
}

.content-item div {
	clear:left;
}

ul.list {
	margin: 10px 0;
}

ul.list li {
	padding: 2px 0;
        width: 200px;
        float: left;
}

/* links */

a {
	color: black; 
	text-decoration: none;
}

a:visited {
	color: black; 
	text-decoration: none;
}

a:hover {
	color: #444; 
	text-decoration: none;
}

/* images */

.imgleft {
	float: left; 
	margin: 0 15px 0 0;
}

.imgright {
	float: right;
        margin: 0 0 15px 15px; 
}

img.news {
	max-width: 325px;
        height: auto; 
}

img.workshop {
	max-width: 325px;
        height: auto; 
}

/* forms */

legend {
        display: block;
        font-weight: bold;
        padding: 0 0 10px 0;
}

label {
        display: block;
        margin-top: 10px;
}

input, textarea, select {
        display: block;
	margin:5px 0;
        padding:2px;
}

input[type=text], input[type=email] {
        width: 200px;
}

/* content */

#wrap {
	width: 980px;	
	margin: 0 auto;	
}

#top {
	position: relative;
	width: 980px;
	height: 80px;	
}

#logo {
	position: absolute;
	top: 10px;
	left: 0;	
}

#language {
	position: absolute;
	top: 35px;
	right: 0;	
}

#navigation {	 	  
	width: 980px;
	height: 28px;        
        font-family: "Lucida Sans", Arial, Helvetica, sans-serif; 
}

#nav-toggle {
	display: none;	
}

#nav li	{
	float: left;
	list-style: none;	
}

#nav li a {	
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
        font-weight: bold;
	padding: 5px 15px;
	margin: 0 10px 0 0;		
	color: black;
}
			
#nav li a.active {	
	background: #fff;
        color: #c30;
}	

#nav li a:hover	{	
	color: #89786f;
}	

#content {
        position: relative;
	width: 940px;
	padding: 30px 20px 20px 20px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background: #fff;
}

#home-banner {
	width: 940px;
	height: 480px;
	background: #eee;
	margin: 10px 0 0 0;
}

#home-banner img {
	display: none;
}

.exhibition-home a {
	display: block;
}

.workshop-home a {
	display: block;
}

#news-home li {	
	float: left; 
        list-style: none;
        margin-bottom: 40px;
}

#news-home li a {	
        display: block;
	text-decoration: none;
        width: 430px;
	margin: 0 40px 0 0;
}

#news-home li a img {	
        width: 190px;
        height: auto;
}

.news-title {	
        margin-left: 210px;  
}

.workshop-title {	
        margin-left: 210px;  
}

#workshop-home li {	
	float: left; 
        list-style: none;
        margin-bottom: 40px;
}

#workshop-home li a {	
        display: block;
	text-decoration: none;
        width: 430px;
	margin: 0 40px 0 0;
}

#workshop-home li a img {	
        width: 190px;
        height: auto;
}

.module {
	width: 940px;
	padding: 20px 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #eeedec;
}

.col-450 {
	float: left;
	width: 450px;
	margin-right: 40px;
}

.col-wide {
	float: left;
	width: 55%;
	margin-right: 5%;
}

.col-narrow {
	float: left;
	width: 40%;
}

#filter {	
}

#filter a.active {
        color: #c30; 	
}

.top-filter {	
        margin-bottom: 10px;
}

.exhibitions {	
	margin-top: 20px;
}

.exhibition-title {	
        text-align: center;  
}

.exh-image {	
        float: left;
        width: 400px;
        margin-right: 20px;  
}

.exh-image img {	
        width: 100%;
        height: auto; 
}

.exh-details {	
        float: left;
        width: 520px; 
}

.workshop {	
	margin-top: 20px;
}

.workshop li {	
	float: left; 
        list-style: none;
}

.workshop li a {	
        display: block;
	text-decoration: none;
        width: 270px;
        min-height: 370px;
	margin: 0 43px 40px 0;
}

.workshop-box {	
	display: block;
        position: relative;
	width: 270px;
        height: 270px;
        margin-bottom: 10px;	
}

.workshop-title {	
        text-align: center;  
}

.date {
	font-size: 14px;
        line-height: 18px;
        color: #666; 	
}

#image-filter {
	position: absolute;
        top: 20px;
        right: 20px;	
}

#gallerific {
	position: relative;	
}

.image-set {
	margin: 40px 0;	
}

.top40{
	margin-top: 40px;	
}

.image-set li	{
	float: left;
	list-style: none;
        font-size: 16px;	
        text-align: center;             
        height: 270px;	 
}

.image-set.artists li	{
	width:25%;
}

.image-set.exhibitions li	{
	width:33.33%;
        height: 320px;	
}

.image-set li a:first-child {	
	display: table;   
        width: 100%;
        margin-bottom: 10px;
}

.set-box {	
	display: table-cell;
        position: relative;
        height: 190px;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;         
        vertical-align: bottom;	
}

.set-box img {
        display: block;
        width:auto;
        height:auto;
	max-width: 190px;
        max-height: 190px;	
        margin: 0 auto;        
}

.set-box2 {	
	display: block;
        position: relative;
	width: 230px;
        height: 190px;
        margin-bottom: 10px;	
}

#big-image {		
        display: none;
}

#back {		
        margin-bottom: 25px;
}

.slideshow-container {
	position: relative;
	height: 550px;
        margin: 10px 0 20px 0;
        width: 100%;
}

.loader {
	position: absolute;
	top: 0;
	left: 30px;
        right: 30px;
        height: 550px;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}

.slideshow span.image-wrapper {
	position: absolute;
	left: 0;
        display: table; 
        width: 100%;
}

.slideshow span.image-wrapper img {
        max-height: 550px;
        max-width: 80%;        
}

a.advance-link {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 550px;
        width: 100%;
        cursor: default;
}

#caption {
        position: relative;
        height: 100px; 
        font-size: 12px;
}

.photo-index {
        position: absolute;
	right: 0;
}

span.image-caption {
        position: absolute;
	left: 0;
}

#controls {
	position: absolute;
        width: 100%;
        height: 550px;
}

.nav-controls {
	position: relative;
        width: 100%;
        height: 550px;
}

.nav-controls a {
	opacity: 0.6;
}

.nav-controls a:hover {
	opacity: 1;
}

a.prev {
        position: absolute;
        z-index: 3; 
        display: block;
        width: 24px;
        height: 550px;
        top: 0; 
        left: 0;
        background: url(images/prev.png) center center no-repeat;
}

a.next {
        position: absolute;
        z-index: 3;
        display: block;
        width: 24px;
        height: 550px;
        top: 0;    
        right: 0;
        background: url(images/next.png) center center no-repeat;
}

#back a {
        display: block;
	padding-top: 5px;
        color: #c30;
}

#back a:hover {
        color: #333;
}

.ui-tabs {
	position: relative;
	zoom: 1;
} 

.ui-tabs .ui-tabs-nav {
        width: 100%;
        height: 27px;
        border-bottom: 1px solid #eeedec;
        margin: 20px 0 15px 0;
        padding: 0;
}

.ui-tabs .ui-tabs-nav li {
	list-style: none; 
        float: left;
        margin: 0;
        padding: 0; 
}

.ui-tabs .ui-tabs-nav li a {
	display:block;
        padding:5px 20px;
        text-decoration:none!important;
        color: black;
}

.ui-tabs .ui-tabs-nav li a:hover {
        color: #333;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom:0;
        background:#eeedec;
        cursor:default;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {        
        color: #c30;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
        padding: 10px 0 0 0;
}

.ui-tabs .ui-tabs-hide {
	display: none !important;
}

#bio, #statement, #exhibitions, #publications {
}


.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }

.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

#footer {
	font-size: 12px;
	padding: 20px 0;
}

.follow {
	float: right;
}

.social {
	margin-left: 15px;
        padding-left: 20px;
}

.fb {
	background: url(images/fb-icon.png) no-repeat;
}

.twitter {
	background: url(images/twitter-icon.png) no-repeat;
}


@media screen and (max-width: 1023px) {
  
#wrap, #top, #navigation, .module {
	width: 100%;
}

#logo {
    left: 15px;
}

#language {
    right: 15px;
}

#content {
	display: block;
        width: auto;
}

#home-banner-wrap {
	width: 100%;
        overflow: hidden;
}

.nivo-controlNav {
	left: 15px !important;
}

#nav li a {
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 5px 0 0;
}

.exh-image {
    width: 45%;
    margin-right: 3%;
}

.exh-details {
    width: 52%;
}

ul.list li {
    width: 45%;
}

.image-set.artists li	{
	width:33.33%;
}

.follow {
    float: none;
    display: block;
    margin-top: 10px;
}

#footer {
	display: block;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
}

}


@media screen and (max-width: 767px) {

#top {
    height: 60px;
}

#logo img {
    max-width: 200px;
    height: auto;
}

#language {
    top: 23px;
}

#navigation {
    width: auto;
    padding: 15px 15px 0 15px;
    height: auto;
    background: #fff;
}

#nav-toggle {	
    display: block;   
    position: relative;
}

.nav-icon {    
    font-size: 16px;
    padding-left: 1.4em;
}

.nav-icon:before {
     content: "";
     position: absolute;
     top: 0.25em;
     left: 0;
     width: 1em;
     height: 0.125em;
     border-top: 0.375em double black;
     border-bottom: 0.125em solid black;
}

#nav {
    display: none;
}

#nav li {
    float: none;
}

#nav li a {
    font-size: 14px;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #eeedec;
}

.col-wide, .col-narrow {
	float: none;
	width: 100%;
	margin: 0;
}

.exh-image {
    float: none;
    width: 100%;
    margin: 0;
}

.exh-image img {
    max-width: 400px;
}

.exh-details {
    float: none;
    width: 100%;
    margin: 30px 0 0 0;
}

.image-set.artists li, .image-set.exhibitions li	{
	width:50%;
}

.image-set.artists .set-box img, .image-set.exhibitions .set-box img {
	max-width: 150px;
        max-height: 150px;	     
}

a.prev, a.next, #controls, .nav-controls, a.advance-link, .slideshow-container, .loader {
        height: 350px;
}

.slideshow span.image-wrapper img {
        max-height: 350px;      
}

}

@media screen and (max-width: 320px) {

.image-set.artists li, .image-set.exhibitions li	{
	width:100%;
}

}
