 @font-face {
    font-family: "Nobel";
    src: url('fonts/DTLNobelT.otf'); 
  }
  @font-face {
    font-family: "Nobel";
    src: url('fonts/DTLNobelT-Bold.otf'); 
    font-weight: bold;
  }
  @font-face {
    font-family: "Nobel";
    src: url('fonts/DTLNobelT-Italic.otf'); 
    font-style: italic;
  }
  
   @font-face {
    font-family: "Sabon";
    src: url('fonts/SabonLTStd-Roman.otf'); 
  }
  @font-face {
    font-family: "Sabon";
    src: url('fonts/SabonLTStd-Bold.otf'); 
    font-weight: bold;
  }
  @font-face {
    font-family: "Sabon";
    src: url('fonts/SabonLTStd-Italic.otf'); 
    font-style: italic;
  }@font-face {
    font-family: "Sabon";
    src: url('fonts/SabonLTStd-BoldItalic.otf'); 
    font-weight: bold;
    font-style: italic;
  }
  
  @font-face {
    font-family: "Nobel Condensed";
    src: url('fonts/DTLNobelT-Condensed.otf'); 
  }@font-face {
    font-family: "Nobel Condensed";
    src: url('fonts/DTLNobelT-CondensedBold.otf'); 
    font-weight: bold;
  }

body {
    margin: 0px 0px 0px 0px;
    min-width: 940px;
    font-family: "Nobel", arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    background: black; 
    font-style: normal;
    color: white;
}p {
    font-family: "Nobel", arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    margin: 0px;
    padding: 0px;
}

A:link, .simulatedlink, a {color: white; text-decoration: none;}
A:hover { color: #ff0000; text-decoration: none;}

A:active {color: #fff;}
A.notrecommended:link {color: #ffffff;}
A.notrecommended:visited {color: #ffffff;}
A.deemphasized:link {color: #ffffff;}
A.deemphasized:visited {color: #ffffff;}

h1, h1 a{ 
    font-size: 28px;
    line-height: 35px;
    margin: 0px;
    font-family: "Nobel Condensed", arial, sans-serif;
    font-weight: normal;
    color: white;
    font-color: white;
}h1 a:hover{
    color: #f00;
    text-decoration: none;
}h2, h2 a{ 
    font-size: 62px;
    line-height: 68px;
    letter-spacing: -3px;
    margin: 0px;
    font-family: "Nobel Condensed", arial, sans-serif;
    font-weight: normal;
    color: white;
    font-color: white;
}h2 a:hover{
    color: #f00;
    text-decoration: none;
}#logo{
    font-family: "Nobel Condensed", arial, sans-serif;
    font-weight: normal;
    color: white;
    font-color: white;
    float: left;
    height: 30px;
    font-size: 28px;
    margin: 22px 0px 0px 0px;
}#subtitle{
    font-family: "Nobel Condensed", arial, sans-serif;
    font-weight: normal;
    color: white;
    font-color: white;
    clear: both;
    float: left;
    height: 30px;
    font-size: 28px;
    line-height: 32px; 
    margin: 0px 0px 0px 0px; /*top margin was 5 before line-height was added */
}#nav{
    min-width: 820px;
    margin: 5px 0px 0px 0px;
    float: left;
    clear: both;
}#content{
    margin: 115px 0px 0px 20px;
/*  clear: both; */
    float: left;
    display: block;
}#frontpage{
    margin: 11px 0px 0px 20px;
    clear: both;
    float: left;
}.contentblock{
    width: 400px;
    margin: 0px 0px 0px 0px;
    float: left;
}.contactinput{
    background: #000;
    color: #fff;
    font-family: "Nobel", arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    height: 20px;
    padding: 0px;
    margin: 1px 0px 2px 0px;
    border: 1px solid #000;
    border-bottom: 1px solid #fff;
    width: 300px;
}.fieldinput{
    background: #000;
    color: #fff;
    font-family: "Nobel", arial, sans-serif;
    font-size: 16px;
    line-height: 23px;
    background: #000;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #fff;
    width: 300px;
    height: 150px;
    text-align: left;
}.mailingleft{
    float: left;
    width: 80px;
    margin-right: 8px;
}.mailingright{
    width: 400px;
}.mailsubmit{
    width: 80px;
    font-family: "Nobel", arial, sans-serif;
    font-size: 16px;
    margin: 21px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    text-align: left;
    height: 25px;
    border: 0px solid #000;
    background: #000;
    color: #fff;
}.mailsubmit:hover{
    color: #f00;
    cursor: hand;
}.badge{
    margin-top: 5px;
}.exhibitioninfo{
    width: 200px;
    height: 140px;
    text-align: center;
    border: 1px solid #fff;
    background: #eee;
    display: inline;
    float: left;
    margin: 0px 16px 16px 0px; 
}.exhibitioninfo:hover, .exhibition a:hover{
    border: 1px solid #f00; 
}.numtight{
    letter-spacing: -4px;
}.artistimagethumb{
    width: 192px;
    height: 192px;
    text-align: center;
    display: inline;
    float: left;
    margin: 0px 16px 16px 0px; 
}.artistvideothumb{
    width: 192px;
    height: 192px;
    text-align: center;
    display: inline;
    float: left;
    margin: 0px 16px 16px 0px; 
}.artistvideothumb img{
    width: auto;
    height: 144px;
}.playbutton{
    position: relative;
    z-index: 300;
    top: 80px;
    left: 0px;
}.playbutton img{
    width: 23px;
    height: 26px;
}#viewhold{
    width: 800px;
  /*  background-color: #cfacaf; */
  overflow: hidden;
    text-align: center;
}#viewholdexhibition{
    width: 800px;
    margin-left: 215px;
  /*  background-color: #cfacaf; */
  overflow: hidden;
    text-align: center;
}.hiddenoverflow{
    overflow: hidden;
}#theimg{
    opacity: 0.01;
    overflow: hidden;
    text-align: center;
}#theimg img{
    width: 100%;
    height: auto;
}#thevid{
    text-align: center;
}.blockinfo{
    width: 300px;
    height: 200px;
    text-align: center;
    border: 1px solid #fff;
    display: inline;
    float: left;
     background: #eee;
    margin: 0px 16px 16px 0px; 
}.blockinfo:hover{
    background: #777;
}.blockinfo100{
    width: 100px;
    height: 200px;
    text-align: center;
    border: 1px solid #fff;
    display: inline;
    float: left;
    margin: 0px 16px 16px 0px; 
}.selected, .selected a{
    color: #f00;
    font-color: #f00;
}.bioholder{
    margin: 0px 40px 0px 0px;
 /*   width: 500px; */
    width: 70%;
    line-height: 23px;
}.pressholder{
    margin: 0px 40px 0px 0px;
 /*   width: 500px; */
    width: 100%;
    line-height: 23px;
}#past{
    margin: 20px 0px 40px 0px;
}.exhibitionset{
    margin: 0px 0px 40px 0px;
}.line{
    margin: -10px 0px 0px 0px;
    height: 10px;
    display: block;
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
}.newsholder{
    width: 900px;
    display: block;
    margin: 0px 0px 30px 0px;
    float: left;
    clear: both;
}.newsimg{
    width: 300px;
    height: 300px;
    float: left;
    display: inline;
    margin: 0px 0px 30px 0px;
    border: 0px solid #fff;
    background: url('ex.png');
}.newstype{
    margin: 0px 0px 0px 315px;
    width: 500px;
}.newsspacer{
    margin: 0px 0px 10px 0px;
}.exhibinfo{
    width: 200px;
    float: right;
}#menu{
    background: #000;
    z-index: 100;
    position: fixed;
    width: 100%;
    padding-left: 20px;
    min-width: 940px;
    height: 107px;
}.artmenu{
    position: absolute;
    padding: 0px 0px 0px 12px;
    top: 112px;
    right: 30px;
    height: 400px;
    width: 275px;
/*    background: #cfa;  */
 /*   border-left: 1px solid #fff; */
}.artcontrol{
    position: absolute;
    top: 322px; /* increments of 23 to maintain line height */
 /*   background: #fcc; */
}.bigart{
    height: 600px;
    color: #000;
    background: #eee;
}.exhibitionmenu{
    position: absolute;
    padding: 0px 0px 0px 12px;
    top: 112px;
    left: 8px;
    height: 400px;
    width: 220px;
 /*   border-right: 1px solid #fff; */
}.exhibitionchunk{
    float: left;
    margin: 4px 0px 0px 236px;
}.storepiece{
    float: left;
    display: inline;
    text-align: center;
    border: 0px solid #fff;
    width: 135px;
    height: 210px;
    margin: 0px 20px 20px 0px;
}.storeimg{
    width: 135px;
    height: 170px;
    margin-bottom: 7px;
    background: #222;
}.storeimg:hover{
    background: #ddd;
}.exhibitiontype{
    float: left;
    margin: 4px 80px 0px 236px;
}.productsquare{
    height: 250px;
    width: 200px;
  /*  background: #cfa; */
    line-height: 20px;
    display: inline;
    margin: 0px 30px 20px 0px;
    overflow: hidden;
    float: left;
}.productsquare img{
    height: 160px;
    width: auto;
    margin-bottom: 8px;
}.productblock{
    width: 800px;
    display: block;
    margin: 0px 0px 20px 0px;
    float: left;
    clear: both;
}.productcopy{
    width: 500px;
    display: inline;
    margin: 0px 20px 0px 0px;
    float: left;
}.productimages{
    width: 280px;
    display: inline;
    margin: 0px 0px 20px 0px;
    float: left;
}.productimages2{
    width: 100%;
    display: inline;
    margin: 0px 0px 20px 0px;
    float: left;
}.singleproduct{
    margin: 0px 5px 5px 0px;
    float: left;
    display: inline;
}.singleproduct img{
    height: 160px;
}.singleproductbig{
    margin: 0px 10px 10px 0px;
    float: left;
    display: inline;
}
    