html body {
    margin: 0;
    padding: 0;
    font: 12px/1.125em "Helvetica Neue", Arial, Helvetica, sans-serif;
    background-color: #f3f3f3;
    text-rendering: optimizeLegibility;
    color: #333;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#1e2e53), to(#182342));
    background: -moz-linear-gradient(top, #1e2e53, #182342 100%);
    -webkit-background-origin: border-box; -webkit-background-clip: border-box;*/
}

a {
    text-decoration: none;
    /*color: #808080;*/
    color: inherit;
}
a:hover {
    color: #666;
    outline: none;
    -moz-outline-style: none;
}

a img { border: none; }
b {
    font-weight: normal;
    color: #666;
}

.pdf_link {
    background: transparent url(./img/icon_pdf.png) 0 0 no-repeat;
    padding: 3px 0 3px 22px;
}
.more {
    text-decoration: underline;
}
.left-col a {
    text-decoration: underline;
}
.flt-cnt {
    height: 1%;
    overflow: hidden;
}
h1,h2,h3,h4 {
    margin: 0;
    font-weight: normal;
}

/*---------------------------------
    Main Layout
---------------------------------*/
#wrap {
    position: relative;
    margin: 0 auto 40px auto;
    padding: 0;
    width: 900px;
}

.left-col {
    float: left;
    line-height: 2em;
    color: #333;
}
.left-col h2 {
    display: inline;
    font-size: 18px;
    margin-right: 10px;
    color: #666;
}
.left-col h3 {
    display: inline;
    font-size: 18px;
    color: #666;
}
.left-col .date {
    margin-bottom: 2em;
}
.right-col {
    float: left;
    line-height: 2em;
    color: #333;
}

/*---------------------------------
    Header/Navigation
---------------------------------*/
#header {
    position: relative;
    height: 107px;
}
#logo {
    position: relative;
    float: left;
    height: 107px;
            width: 294px;
    }
#logo_lnk {
    left: 0;
            position: absolute;
        top: 50%;
        width: 294px;
        height: 70px;
        margin-top: -35px;
        background: url(https://images.exhibit-e.com/templates_exhibit-e_com/80b575ea.png) 0 0 no-repeat;
        text-indent: -999px;
        overflow: hidden;
        color: #808080;
}
#nav {
    display: block;
    float: left;
    margin: 39px 0 0 50px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#nav li {
    margin: 0;
    padding: 0;
    float: left;
}
#nav a {
    float: left;
    padding: 10px;
    overflow: hidden;
    color: #808080;
    text-decoration: none;
}
#nav a:hover {
    color: #000;
}

#nav_artists:hover, #b_artists #nav_artists,
#nav_exhibitions:hover, #b_exhibitions #nav_exhibitions,
#nav_news:hover, #b_news #nav_news,
#nav_gallery:hover, #b_gallery #nav_gallery {
    color: #000;
}

/*---------------------------------
    Home
---------------------------------*/
#b_home #ss {
    position: relative;
    width: 900px;
    height: 560px;
    color: #333;
    line-height: 1.5em;
}
#b_home #ss .slide {
    display: block;
    text-align: left;
}
#b_home #ss a {
    text-decoration: none;
    color: #666;
}

#b_home #ss h2 {
    display: inline;
    font-size: 18px;
    color: #666;
    margin-right: 10px;
}
#b_home #ss h3 {
    display: inline;
    font-size: 18px;
    color: #666;
    margin-right: 10px;
}
#b_home #ss a:hover {
    color: #000;
}
#b_home #ss a:hover h2 {
    color: #666;
    /*background: #333;
        color: #fff;*/
    /*text-decoration: underline;*/
}

/*---------------------------------
    Home/Aritsts
---------------------------------*/
.artist {
    display: block;
    float: left;
    width: 160px;
    margin: 0 24px 40px 0;
    color: #333;
    text-decoration: none;
    line-height: 1.8em;
}
.artist.lastcol {
    margin-right: 0;
}
a.artist:hover {
    color: #000;
}


hr {
    border-top: 1px #ccc solid;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background: none;
    height: 1px;
    margin: 20px 0;
}

#b_artists .left-col,
#b_exhibitions .left-col,
#b_news .left-col {
    width: 517px;
    margin-right: 52px;
}
#b_artists .right-col,
#b_exhibitions .right-col,
#b_news .right-col {
    width: 331px;
}

/*---------------------------------
    Exhibitions
---------------------------------*/
.exhib_header {

}
.exhib {
    height: 1%;
    overflow: hidden;
    display: block;
    width: 900px;
    margin-bottom: 30px;
    line-height: 2.5em;
}
.exhib h2 {
    font-size: 18px;
    color: #666;
}
.exhib h3 {
    font-size: 18px;
    color: #666;
}
.exhib .date {
    display: block;
    margin: 0 0 2.5em 0;
}
.exhib .i {
    display: block;
    float: left;
    width: 562px;
    height: 314px;
    margin-right: 50px;
}
.exhib .details {
    float: left;
    width: 288px;
}
.exhib:hover .i {
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter:alpha(opacity=60);
}
.exhib:hover .more {
    color: #666;
}

/*---------------------------------
    Exhibition/Artist Object
---------------------------------*/
#c-header {
    position: relative;
    color: #333;
    line-height: 1.8em;
}
#c-header h1 {
    display: inline;
    font-size: 18px;
    color: #666;
    margin-right: 10px;
}
#c-header h2 {
    display: inline;
    font-size: 18px;
    color: #666;
    margin-right: 10px;
}

#c-header #back_lnk {
    position: absolute;
    width: 140px;
    left: 760px;
    top: 0;
    text-align: right;
    line-height: 2em;
}

#o_ss_cnt {
    position: relative;
}
#o_ss {
    position: relative;
    width: 900px;
    height: 570px;
    overflow: hidden;
    text-align: center;
}
.slide {
    width: 900px;
    height: 500px;
    margin: 0 auto;
    text-align: center;
    font-size: 11px;
    line-height: 1.3em;
}
.slide-caption {
    margin-top: 4px;
}
#o_ss_prev, #o_ss_next {
    position: absolute;
    top: 0;
    width: 70px;
    height: 500px;
    z-index: 99;
    background-image: url(./img/sprites.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
#o_ss_prev {
    left: 0;
    background-position: 25px 234px;
}
#o_ss_prev.lnk_hov {
    background-position: -24px 234px;
}
#o_ss_next {
    right: 0;
    background-position: 25px -41px;
}
#o_ss_next.lnk_hov {
    background-position: -24px -41px;
}

.press {
    display: block;
    height: 1%;
    overflow: hidden;
    margin-bottom: 20px;
}
.press .i {
    float: left;
    width: 95px;
    margin-right: 35px;
}
.press .details {
    float: left;
    width: 200px;
}
a.press:hover .i {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter:alpha(opacity=70);
}
.press:hover .more {
    color: #000;
}

/*---------------------------------
    Gallery
---------------------------------*/
#b_gallery .left-col {
    width: 562px;
    margin-right: 52px;
}
#b_gallery .right-col {
    width: 286px;
}
#map_canvas {
    width: 562px;
    height: 380px;
    margin-bottom: 20px;
}

#b_gallery .right-col h2 {
    color: #666;
}

/*---------------------------------
    News
---------------------------------*/
.news_obj {
    width: 900px;
    height: 1%;
    overflow: auto;
    margin-bottom: 20px;
    line-height: 1.4em;
}
.news_obj h2 {
    display: inline;
    font-size: 18px;
    color: #666;
}
.news_obj h3 {
    display: inline;
    margin-left: 20px;
    font-size: 18px;
    color: #666;
}
.news_obj .summary {
    float: left;
    width: 560px;
    margin-right: 60px;
}
.news_obj .news_i {
    display: block;
    float: left;
    width: 280px;
}


#credit {
	position: relative;
	color: #333;
	font: 9px Arial, Helvetica, Sans-serif;
	text-transform: none;
	letter-spacing: 0;
	margin: 4em 0 0 0;
}
#credit_lnk {
	text-decoration: none;
	color: #333;
	font-size: 9px;
	letter-spacing: 0;
}
#credit_lnk:hover {
	color: #ededed;
	background-color: #333;
}