body {
	background:white;
	margin:20px;
}

@font-face {
    font-family: 'adobe_caslon_proitalic';
    src: url('font/acaslonpro-italic.eot');
    src: url('font/acaslonpro-italic.eot?#iefix') format('embedded-opentype'),
         url('font/acaslonpro-italic.woff') format('woff'),
         url('font/acaslonpro-italic.ttf') format('truetype'),
         url('font/acaslonpro-italic.svg#adobe_caslon_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'adobe_caslon_proregular';
    src: url('font/acaslonpro-regular.eot');
    src: url('font/acaslonpro-regular.eot?#iefix') format('embedded-opentype'),
         url('font/acaslonpro-regular.woff') format('woff'),
         url('font/acaslonpro-regular.ttf') format('truetype'),
         url('font/acaslonpro-regular.svg#adobe_caslon_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'adobe_caslon_smallcaps';
    src: url('font/adobe_caslon_semibold_small_caps__oldstyle_figures-webfont.eot');
    src: url('font/adobe_caslon_semibold_small_caps__oldstyle_figures-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/adobe_caslon_semibold_small_caps__oldstyle_figures-webfont.woff') format('woff'),
         url('font/adobe_caslon_semibold_small_caps__oldstyle_figures-webfont.ttf') format('truetype'),
         url('font/adobe_caslon_semibold_small_caps__oldstyle_figures-webfont.svg#adobe_caslon_proregular') format('svg');
    font-weight: bold;
    font-style: normal;

}



A:link    {color:black; text-decoration: none;}
A:visited {color:black; text-decoration: none;}
A:active  {color:black; text-decoration: none;}
A:hover   {color:black;  text-decoration: none;} 

.container{
  width: 100% !important;
}

#logo {
	border: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#sidebar {
	font-family: 'adobe_caslon_proregular';
	-webkit-text-stroke: 1px black;
	font-size: 1.25em;
	line-height: 1.25em;
  height: 100%;
  padding-right: 160px;
}

#sub-menu a, #sub-menu span{
  display: block;
}

#search span{
  float: left;
}

#search-cleos{
  display:inline;
  width:90px;
  border: none;
  border-bottom: 2px solid #333;
  outline:none;
  font-family: Courier;
  font-size: 13px;
}

#contact{
  margin-bottom: 40px;
  display: inline-block;
}

#exhibitions {
  padding-left: 200px;
  font-family: 'adobe_caslon_smallcaps';
  -webkit-text-stroke: 1px black;
  font-size: 1.25em;
  line-height: 1.15em;
  min-height: 175px;
  width: 105px;
}

.smallcaps{
  font-family: 'adobe_caslon_smallcaps';
}

#sidebar .active:after{
  content:" \2014\2014";
}

.channel{
	text-align:center;
	border-bottom: 1px solid #333;
	padding-top:6px;
	padding-bottom:6px;
	margin-top:6px;
}

/*.description{
  white-space: pre-line;
}*/

.contact--4 p em{
  font-family: 'adobe_caslon_smallcaps';
  font-style: normal;
}
.events--4 .channel{
  text-align: left;
}

.description p{
  margin:0px;
}
.description em{
  font-family: 'adobe_caslon_smallcaps';
  font-style: normal;
}

.text{
	border-bottom: 1px solid #333;
	padding-bottom:6px;
	margin-bottom:12px;
}
	
.main{
	font-family: 'adobe_caslon_proregular';
	font-size: 1.1em;
	line-height: 1.25em;
}

.main img{
  max-width: 100%;
}

pre, xmp, plaintext, listing {
	display: block;
	white-space: pre;
	font-family: 'adobe_caslon_proregular';
	font-size: 1em;
	line-height: 1.25em;
	margin: 0;
}

#arrows {
	border: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color:;
	z-index: 4;
}

.Image{
	display:inline-block;
	padding-right: 9px;
	padding-right: 13px;
	padding-bottom: 4px;
  width: 100%;
}
.attachment{
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 12px;
  font-family: 'adobe_caslon_smallcaps';
}
.attachment a{
  font-weight: normal;
  font-size: 14px;
}
.Image:nth-child(2), .Image:nth-child(3){
	padding-top: 14px;
}

hr {
  border: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

/* #Media Queries
================================================== */
 
  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (max-width: 1050px) {

    #sidebar{
      text-align: center;
      padding-right: 0px;
    }

    .columns{
      width: 100% !important;
    }

    #exhibitions{
      padding-left: 0;
      width: 100%;
      min-height: initial;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #333;
    }

    #exhibitions div{
      display: inline;
      padding-right: 20px;
    }

    #exhibitions .active{
      border-bottom: 3px solid #333;
    }

    #exhibitions .active:after{
      content: "";
    }

    #sub-menu{
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #333;
    }

    #sub-menu a{
      display:inline;
      padding-right: 10px;
      padding-left: 10px;
    }

    #search{
      display:none !important;
    }

    .channel{
      padding-bottom: 20px;
      padding-top: 20px;
    }

    .main{
      font-size: 1em;
    }

  }
