/* Basic */
html { height: 100%; }
body { 
    position: relative;
    height: 100%;
    margin:0px; 
    padding:0px; 
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #949494;
    background: #e5e6e7 url(../img/gradient.png) repeat-x;
    min-width: 850px;
}
div,p,td,ul,li,h1,h2,h3{ margin:0px; padding: 0px;}
p { margin: 0px; margin-bottom: 16px; }

a:link { color: #949494; }
a:visited { color: #949494;}
a:hover, a.hover { text-decoration: none; color: #D90310;}
a img { border: none; }
a:focus { outline: 0px; }

ul { list-style: none; }
table { border-collapse: collapse; }
table, td { border: none; margin: 0px; padding: 0px; vertical-align: top;}


h1 { line-height: 1em; font-size: 174%; text-transform: uppercase; font-weight: normal;}
h2 { color: #999; font-size: 14px; margin: 18px 0px; font-weight: normal; text-transform: uppercase; }
h3 { color:#999; text-transform: uppercase; font-size: 13px; margin-top: 16px; font-weight: normal;}
h4 { color:#999; font-size: 12px; margin-top: 10px; margin-bottom: 2px;}


#wrap { 
    height: 100%; 
    min-width: 900px; min-height: 590px; 
    position: relative;
    margin: 0px 30px;
    overflow: hidden;
}

.column-left, .column-right {
    position: absolute;
}
.column-left {
    top: 26px; left: 0px;
    width: 47%; height: 92%;
    padding-right: 10px;
}
.column-right {
    top: 26px; right: 0px;
    width: 50%; height: 92%;
    padding-left: 10px;
    border-left: solid 1px #e4e5e6;
}

.content { position: relative; }
.column-right .content { margin-left: 20px; height: 78%; }
.column-left .content {margin-right: 10px; height: 58%; margin-top: 20px;}
.text { line-height: 16px !important; }
.column-left .text { }
.column-right .text {margin-top: 20px;}

#header {
    position: relative;
    font-size: 120%; 
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
}
#header table { margin: 0px auto; }
#header a { text-decoration: none; }
#header h1 {font-weight: normal; color: #D90310; margin-bottom: 4px;}
.col1 { border-right: solid 1px #e4e5e6; padding-right: 12px; text-align: right;}
.col2 { padding-left: 12px; }
.column-right .col1 { width: 50%; }

#nav-menu{}
#nav-menu a { text-decoration: none;}
#nav-menu a img {}

#contact-info { }

#pages-menu {
    margin-right: auto; margin-left: auto;
    margin-bottom: 10px;
    margin-top: 8px;
    text-align: center;
    height: 20px;
}
#pages-menu li { 
    display: inline;
    font-weight: normal; 
    font-size: 120%;
    text-transform: uppercase;

}
#pages-menu a { text-decoration: none; }
#pages-menu img { margin-left: 8px; }

.secondary-menu {
    min-height: 80px;
    font-size: 120%;
    text-transform: uppercase;
    margin: 0px auto;
    margin-bottom: 10px;
    width: 95%;
}
.secondary-menu table { width: 100%; }
.secondary-menu a { text-decoration: none; }
.secondary-menu a:hover, .secondary-menu a.hover { color: #000; }


#exhibition-list div { clear: both; }
#exhibition-list li { margin-bottom: 16px; }
#exhibition-list li a { text-transform: uppercase; text-decoration: none; display: block;}

#exhibition .text { margin-top: 10px; margin-bottom: 30px; }
#exhibition h3 { margin: 8px 0px; }


#artist-list ul { text-align: center; margin-top: 26px; }
#artist-list li { display: inline; margin: 5px; line-height: 32px !important;}
#artist-list a { text-decoration: none; text-transform: uppercase; white-space: nowrap;}

#news-index h3 { color: #444; }

.images { position: relative; height: 300px; margin-bottom: 20px;}
.image-frame { width: 450px; height: 280px; margin: 0px auto;}
.image-frame a { cursor: pointer; text-align: center; }
.image-frame a img { border: solid 1px #D90310;}
.image-frame a:hover img { border: solid 1px red; }
.image-info { position: relative; margin-top: 2px; }
.image-controls { }
.image-caption { 
    text-align: left; 
    color: #000;
    padding-left: 4px;
    width: 70%;
    height: 14px; 
    overflow: hidden;
    display:none !important;
}
.image-next, .image-prev {
    position: absolute;
    right: 2px;
    cursor: pointer;
    color: #000;
    display: block;
}
.image-next:hover, .image-prev:hover { color: #D90310; }
.image-next { bottom: 4px; }
.image-prev { bottom: -8px; }


.current, .future { margin-bottom: 16px }
#exhibition-list h2 { color: #000000; margin: 0px;  margin-bottom: 16px}

.scroller-next, .scroller-prev {
    position: absolute;
    cursor: pointer;
    bottom: 0px;
}
.column-left .scroller-next, 
.column-left .scroller-prev {
    bottom: 160px;
}
.scroller-next {
    right: 4px;
    color: #D90310;
}
.column-left .scroller-next {
    right: 24px;
}
.scroller-prev {
    right: 70px;
}
.column-left .scroller-prev {
    right: 90px;
}

#related-frame {
    position: absolute;
    left: 0px; 
    bottom: -12px;
    width: 100%;
    height: 160px;
}
.related-artists, .related-exhibitions {
    position: absolute; top: 10px;
    width: 50%;
    height: 100%;
}
.related-artists {
    right: 0px
}
.related-exhibitions {
    left: 0px;
}
.related-exhibitions table { width: 100%; }
.related-image { 
    width: 102px; text-align: center;
    position: relative;
    margin-left: 50px; margin-top: 4px;
}
.related-artists .related-image { margin-left: 50px; }
.related-exhibitions .related-image { float: right; margin-right: 60px; }
.related-prev, .related-next { 
    position: absolute; top: 30px;
    cursor: pointer;
}
.related-next { right: -30px; }
.related-prev { left: -30px; }
.related-info { margin-left: 50px; padding-top: 4px; clear: both;}
.related-exhibitions .related-info { text-align: right; margin-left: 0px; margin-right: 60px;}
.related-info a { color: #000000; text-decoration: none;}

.related-main-image { 
    border: solid #D90310 1px; cursor: pointer; 
    display: block; 
    width: 100px; height: 90px;
    overflow: hidden;
}
.related-exhibitions .date { font-style: normal; text-transform: uppercase; }

/* Other */
.dot { vertical-align: middle; padding-bottom: 2px;}
.highlight {color: #D90310;}
.title { text-transform: uppercase; }
.date { 
    font-size: 11px;
    text-decoration: none;
    font-style: italic;
}
.text{
    text-align: justify;
}

.error { color: red; }
.error p { margin: 2px 0; }


/* Image Popup */
#fullscreenContainer {
  font: 16px Arial, Helvetica, sans-serif;
  color: #000;
  min-width: 300px;
}
#fullscreenContainer a:link {color: #000;}
#fullscreenContainer a:visited {color: #000;}
#fullscreenContainer a:hover {color: #000;}
#fullscreenContainer a:active {color: #000;}
#fullscreenContainer a:focus {color: #000;}
#overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  background-color: #eee;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  height:100%;
  width:100%;
}
#fullscreenContainer {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 1px solid #888;
  text-align:left;
  top:50%;
  left:50%;
}
#fullscreenContainer img#fullscreenImage {
  display:block;
  margin: 15px 0 0 15px;  
  cursor: pointer;
}
#fullscreenCaption{
  line-height: 1.2em;
  padding-right: 22px;
  margin: 10px 52px 10px 14px;
  font-size: 12px;
  color: #666;
}
#fullscreenCaption p {
    margin: .6em 0 !important;
}
#fullscreenImageData {
    position: relative;
    padding-bottom: 14px;
    min-height: 50px;
    height: auto !important;
    height: 50px;
}
#fullscreenImageData a { text-decoration: none; }
#TB_secondLine {
  position: absolute;
  top: 0px; right: 14px;
  font: 16px Arial, Helvetica, sans-serif;
  font-weight: bold;
  color:#000;
}
#TB_imageCount { display: none; }
#fullscreenCloseButton {
  height:25px;
  font-weight:bold;
  position: absolute;
  bottom: 5px; right: 16px;
}
#fullscreenCloseButton:hover {
    color: #D90310 !important;
}
#fullscreenLoad{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

/*#fullscreenPrev, #fullscreenNext {
    position: absolute;
    display: block;
    width: 15px; height: 17px;
    cursor: pointer;
    text-indent: -9000px;
}
#fullscreenPrev {
    right: 45px; top: 0px;
    background: url(../img/left.png);
}
#fullscreenPrev:hover {
    background: url(../img/left_over.png);
}
#fullscreenNext {
    right: 15px; top: 0px;
    background: url(../img/right.png);
}
#fullscreenNext:hover {
    background: url(../img/right_over.png);
}*/
#fullscreenControls {
    font-size: 11px;
    color: #000;
    position: absolute;
    right: 12px; top: 0px;
}
#fullscreenControls a {
    margin: 0px 1px;
    cursor: pointer;
    color: #666;
    text-transform: capitalize;
}
#fullscreenControls a:hover {
    color: #D90310;    
}

/* Helper Classes */

.float-right { float:right; }
.float-left { float:left; }
.clear { clear: both; }

.clearfix:after {
    content: "&nbsp;"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


.Font_8pt { font-size: 8pt; }
.Font_9pt { font-size: 9pt; }
.Font_10pt { font-size: 10pt; }
.Font_11pt { font-size: 11pt; }
.Font_12pt { font-size: 12pt; }
.Font_13pt { font-size: 13pt; }
.Font_14pt { font-size: 14pt; }
.Font_15pt { font-size: 15pt; }
.Font_16pt { font-size: 16pt; }
.Font_17pt { font-size: 17pt; }
.Font_18pt { font-size: 18pt; }
.Font_19pt { font-size: 19pt; }
.Font_20pt { font-size: 20pt; }
.Font_24pt { font-size: 24pt; }
.Font_36pt { font-size: 36pt; }

.Font_10px { font-size: 10px; }
.Font_12px { font-size: 12px; }
.Font_14px { font-size: 14px; }
.Font_16px { font-size: 16px; }
.Font_18px { font-size: 18px; }
.Font_20px { font-size: 20px; }
.Font_22px { font-size: 22px; }
.Font_24px { font-size: 24px; }
