﻿*
{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;    
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}

hr
{
    display: block;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select
{
    vertical-align: middle;
}

@font-face
{
    font-family: "Avenir55";
    src:local("☺"), 
        url("fonts/avenir55.woff") format("woff"),
        url("fonts/avenir55.ttf") format("truetype");
}
@font-face
{
    font-family: "Avenir65";
    src:local("☺"), 
        url("fonts/avenir65.woff") format("woff"),
        url("fonts/avenir65.ttf") format("truetype");
}

@font-face
{
    font-family: "Avenir85";
    src:local("☺"), 
        url("fonts/avenir85.woff") format("woff"),
        url("fonts/avenir85.ttf") format("truetype");
}

html
{
    height: 100%;
}

body
{
    width: 100%;
    height: 100%;
    font-size: 80%;
    font-family: "Avenir55";
    -webkit-text-size-adjust: 100%;
}

a, a:active
{
    color: #e55a00;
    text-decoration: none;
}

#container
{
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
    position: relative;
    overflow: hidden;
}

header, #main
{
    background-color: #fff;
}

header h1
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 266px;
    height: 259px;
    background: url(assets/logo.png) no-repeat;
}

nav
{
    width: auto;
    height: auto;
    float: right;
    position: absolute;
    top: 37px;
    right: 50px;
}

.nav-small
{
    width: 300px !important;
    top: 10px !important;
}

nav ul
{
    text-align: right;
    margin-bottom: 1px;
    float: right;
}
nav li
{
    line-height: 20px;
    display: inline;
    list-style-type: none;
    color: #666666;
    font-size: 1.1em;
}

nav li a
{
    padding: 0 3px;
    font-size: 1.1em;
    letter-spacing: .06em;
    color: #666666;
    text-transform: uppercase;
}

.current-link
{
    color:#e55a00 !important;
}

#main
{
    width: 100%;
}

.article h1
{
    text-transform: uppercase;
    font-family: "Avenir85";
    font-size: 1.3em;
    font-weight: lighter;
}

.article h2
{
    margin-top: 10px;
    color: white;
    font-family: "Avenir65";
    font-size: 1.1em;
    font-weight: lighter;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.article h3
{
    color: #a9a9a9;
    font-size: 1em;
    font-weight: lighter;
    margin-bottom: 10px;
}

.article h4
{
    text-transform: uppercase;
    font-family: "Avenir85";
    font-size: 1.5em;
    font-weight: lighter;
}

.article h5
{
    margin-top: 5px;
    color: white;
    font-family: "Avenir65";
    font-size: 1.1em;
    font-weight: lighter;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.article h6
{
    color: white;
    font-family: "Avenir65";
    font-size: 1.1em;
    font-weight: lighter;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.article h7 a
{
    color: #a9a9a9;
    font-size: 1.1em;
    font-weight: lighter;
}

.article h8
{
    text-transform: uppercase;
    font-family: "Avenir85";
    font-size: 1.3em;
    font-weight: lighter;
    color: #e55a00;
}

.article p
{
    color: #fff;
    font-size: .9em;
    font-weight: lighter;
    margin-bottom: 10px;
}

.article strong
{
    font-family: "Avenir85";
}

.article a
{
    font-family: "Avenir65";
    font-weight: lighter;
}

.article .more
{
    display: none;
}

.article .read
{
    cursor: pointer;
    color: #E35E00;
}

.article * .leftgrantees .read
{
    cursor: pointer;
    color: #E35E00;
    margin-bottom: 10px;
}

.background
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

.background img
{
    width: 1440px;
    height: 1000px;
}

.loading
{
    position: absolute;
    width: 200px;
    height: 100px;
    background-color: black;
    color: White;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 100px;
    text-align: center;
    left: 150px;
    top: 200px;
    display: none;
}

.article-container
{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 100px;
}

.article
{
    -webkit-transform: translateZ(0);
    width: 100%;
    background-color: #202020;
    opacity: 0.88;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=88)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=88); 
    position: absolute;
    bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
    color: white;
    padding-top: 25px;
    padding-bottom: 25px;
    display: none;
}

.article * .left
{
    width: 600px;
    float: left;
}

.article * .lefthome
{
    width: 700px;
    float: left;
}

.article * .leftgrantees
{
    width: 600px;
    float: left;
}

.article * .leftgrantees p
{
    margin-bottom: 0;
}

.article * .right
{
    margin-left: 60px;
    width: 225px;
    float: left;
}

.article * .rightauction
{
    margin-left: 40px;
    width: 265px;
    float: left;
}

.article * .rightvideo
{
	margin-left: 40px;
	//margin-top: 40px;
	width: 16em;
	float: left;
}

.article * .rightvideo li
{
	//font-size: 1.2em;
	margin-bottom: .7em;
	list-style: none;
	line-height: 1.1em;
}

.article * .rightvideo a:hover
{
	color: white;
}

.article * .column
{
    width: 500px;
    float: left;
}

.article * .column1and2
{
    margin-right: 30px;
    width: 300px;
    float: left;
}

.article * .column3
{
    width: 220px;
    float: left;
}

.article * .imageCaption
{
	position: absolute;
	right: 150px;
	bottom: 0px;
}

.article * .imageCaption p
{
	color:#999999;
	font-size:.8em;
}

footer
{
    width: 100%;
    background: #fff;
    height: 100px;
    color: #666666;
    font-size: 1em;
    font-family: "Avenir55";
    border-top: solid 2px #d24807;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 110;
}

#thanks{
    display: block;
}

.secondary
{
    display:none;
}

.secondary a
{
    color: #999;
    font-size:1em;    
}

.secondary li
{
    color: #999;
    font-size:1em;    
}

.morepages-open
{    
    background-position: -347px -20px !important;  
}

.morepages
{
    background-image: url(./images/gallery/icon_sprite.png);
    background-position: -358px -20px; 
    background-repeat:no-repeat;
    width:11px;
    height:10px;    
    display:inline-block;
    vertical-align:middle;
    margin: 0 0 4px 3px;
    cursor:pointer;
}

#copyright
{
    width: auto;
    height: auto;
    margin-top: 30px;
    margin-right: 90px;
    font-size: 8px;
    text-align: right;
}

.no-opacity
{
    opacity: 1;
}

.logo
{
    width: 200px;
    position: absolute;
    top: 15px;
    left: 50px;
}

#list
{
    margin-top: 0;
    width:inherit;
}

.bookLeft
{
    float: left;
    margin-right: 10px;
    height: 100%;
}

.bookLeftAuction
{
    float: left;
    width: 68px;
    margin-right: 10px;
    height: 100%;
}

.bookRight
{
    margin-right: 15px;
}

div#preload
{
    display: none;
}

div.listItem
{
    width: 25%;
    height:260px;
    float: left;
    margin: 0;
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
    z-index: 1;
    opacity: 1;
    position:relative;
    border-right:1px solid #000;
    border-bottom:1px solid #000;
}

div.listItem a
{
    width:100%;
    height:inherit;
}

div.listItem .imgContainer
{    
    width:100%;
    height:inherit;
    position: relative;
    overflow: hidden;
}

.galleryItem
{
    float: left;
    position: absolute;
}

div.listItem .listImage
{
    width: inherit;
    height: inherit;
}

div.listItem .placeholder
{
    position: absolute;
    height: 24px;
    width: 24px;
    top:50%;
    left:50%;    
    margin-top: -12px;
    margin-left: -12px;
}
div.listItem .label
{
    width: inherit;
}

.label{
    height:0px;
}

div.listItem .labelContainer
{
    width: 100%;
    position: absolute;
    bottom:0;
    display: inline-block;    
    z-index: 2;
}

div.listItem .labelContainer h2
{
    text-transform: uppercase;
    margin: 0 0 0 0px;    
    padding: 8px 5px 12px 15px;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: normal;
    color: #fff;
    background-color: #e3701f;
    font-family: "Avenir55";
    height: 20px;
}


div.listItem .labelContainer h3
{
    padding: 3px 5px 5px 15px;
    height: 12px;
    font-size: 10px;
    font-weight: normal;
    color: #ccc; 
    font-family: "Avenir65";   
    background-color: #343432;
}

.artists {
	background-color:#fff;
	width:100%;
	height:570px;
}

.artistsLeft
{
    width: 246px;
    float: left;
    display: inline;
}

.artistsHeader
{
    margin-bottom: -7px;
    font-size:1.1em;
    text-align: center;
    height: 26px;
    color: #666666;
    border-bottom: 1px solid #666666;
}

.artistsHeader A
{
    text-decoration: none;
    margin: 0px 5px;
    color: #666666;
    border-width: 0px;   
}

.artistsHeader A:hover, .artistsHeader A:active
{
    text-decoration: none;
    color: #e3701f;
    border-width: 0px;
}

.artistsContent
{
    display: none;    
    margin-top: 12px;
    padding-top: 5px;
    width: 984px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.artistsBrowser
{
    background-color: #303030;
    opacity: 0.9;
    position: absolute;
    bottom: 100px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;    
    z-index: 100;
}

.artistsLeft UL
{
    list-style: none;
}

.artistsLeft UL LI
{
    height: 25px;
}

.artistsLeft UL LI A
{
    text-decoration: none;
    color: #fff;
}

.artistsLeft UL LI A:hover
{
    text-decoration: none;
    color: #e3701f;
}

.folio_block
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -140px 0 0 -395px;
}

.opacity-fix{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=88)"; 
    filter: alpha(opacity=88);
    -moz-opacity: 0.88;
    -khtml-opacity: 0.88;
    opacity: 0.88;
	height:100%;
	width:100%;
	background-color:#202020;
	position:absolute;
	margin: -25px -50px;
	z-index:-1;
}