/*  screen.css
*/

/*  ---------------------------------------------------------------------------
 * FONTS 
 *  ---------------------------------------------------------------------------
 */
 
@font-face {
font-family: "Chrono Medium";
    src: url('../fonts/ChronoWebMedium.eot');
    src: url('../fonts/ChronoWebMedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ChronoWebMedium.woff') format('woff');
         /*url('../fonts/tradegothicltstd-webfont.ttf') format('truetype'),
         url('../fonts/tradegothicltstd-webfont.svg#TradeGothicLTStdRegular') format('svg');*/
    font-weight: normal;
    font-style: normal;
    }
    
@font-face {
font-family: "Fayon";
    src: url('../fonts/fayonpro-semibold-webfont.eot');
    src: url('../fonts/fayonpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fayonpro-semibold-webfont.woff') format('woff'),
         url('../fonts/fayonpro-semibold-webfont.ttf') format('truetype'),
         url('../fonts/fayonpro-semibold-webfont.svg#TradeGothicLTStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    }

/*  ---------------------------------------------------------------------------
 *  ELEMENTS: GENERAL ATTRIBUTES
 *  ---------------------------------------------------------------------------
 */
 
body {
    background-color: #FFFFFF;
    color: black;
    font-size: 11px;
    line-height: 22px;
    font-weight: normal;
    text-transform: none;
    font-family: "Chrono Medium", sans-serif;
    }

html, body {
    height: 100%;
    }    
    
a,
a:link,
a:visited,
a:active {
    color: #000000;
    text-decoration: none;
    }

a.link-on,
a:hover {   
    color: #666666;
    }
    
ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    }

li {
    list-style-type: none;
    }
    
p {
    margin: 0;
    }
    
h1, h2, h3 {
    font-weight: normal;
    margin: 0;
    font-family:  "Fayon";
    }
    
h1 {
    font-size: 30px;
    line-height: 32px;
    }

    
/*  ---------------------------------------------------------------------------
 */

.body_wrapper {
/*    text-align: center;*/
    /* bottom-sticking #footer */
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -32px; /* 90 #footer height + padding */
}
 
.site-width {
    width: 940px !important;
/*    padding-left: 20px;
    padding-right: 20px;
*/
    }
    

/*  ---------------------------------------------------------------------------
 *  CLASSES: GENERAL
 *  ---------------------------------------------------------------------------
 */

/* -- colors --- */

.color-00 a:link,
.color-00 a:visited,
.color-00 a:active,
.color-00 {
    color: #999999;
    }
.color-00 a:hover {
    color: #333333;
    }
    
.color-01,
.color-01 a:link,
.color-01 a:visited,
.color-01 a:active,
.color-01 {
    color: #666666;
    }
.color-01 a:hover {
    color: #333333;
    }    
    
.color-02 {
    color: black;
    }
    

/* -- fonts --- */
.font-00 {
    font-family: "Chrono Medium", sans-serif;
    }
.font-01 {
    font-family: "Fayon", serif;
    }



/* -- sizes --- */

.size-00 {
    font-size: 13px;
    line-height: 13px;
    }
    
.size-00-1 {
    font-size: 13px;
    line-height: 32px;
    }
    
.size-11 {
    font-size: 11px;
    line-height: 11px;
    }
    
.size-11-1 {
    font-size: 11px;
    line-height: 16px;
    }
    
.size-11-2 {
    font-size: 11px;
    line-height: 20px;
    }
    
    
.size-30 {
    font-size: 30px;
    line-height: 30px;
    }
    
.size-14 {
    font-size: 14px;
    line-height: 20px;
}
.size-13 {
    font-size: 13px;
    line-height: 20px;
}
.size-13-1 {
    font-size: 13px;
    line-height: 22px;
}


/*  ---------------------------------------------------------------------------
 *  page parts
 *  ---------------------------------------------------------------------------
 */  
    

/* main menu 
 * ---------------------------------------------------------------------------
 */
.header-1 {
    padding-top: 40px;
    padding-bottom: 80px;
    }
    
.menu-00 .menu-00-elems {
    margin-top: 24px;
    }
    
.menu-00 li {
    float: left;
    margin-right: 27px;
    }

.menu-00 li.last {
    margin-right: 0;
    }
    
.menu-00 li a {
    text-decoration: none;
    color: #000000;
    }
    
.menu-00 li a:hover,
.menu-00 li a:active,
.menu-00 li a.link-on, size-13-1 a.link-on {
    color: #666666;
    }  
    
    
/* main content 
 * ---------------------------------------------------------------------------
 */
 
.content-parent {
    padding-bottom: 90px;
    } 
    
    
/* footer 
 * ---------------------------------------------------------------------------
 */
 
.footer-parent {
    padding-bottom: 10px;
    } 

em {
      padding-right: 3px;
}  
  
.footer-parent .footer-1 span,
.footer-parent .footer-1 strong,
.footer-parent .footer-1 em {
    padding-right: 10px;
    }

.footer-parent .footer-1 a {
    color: #666666;
    }
    
.footer-parent .footer-1 a:hover {
    color: #000000;
    }
    
.footer-parent #contact{
    float:right;
    } 
    
/*  ---------------------------------------------------------------------------
 *  CLASSES: elements
 *  ---------------------------------------------------------------------------
 */ 
 
 
/* ---------------------------------------------------------------------------
 * artists list
 */
 
.block-01 a {
    display: block;
    position: relative;
    top: -8px;
    }

.block-02 {
    height: 400px;
    }    
    
.block-02 img {
    position: absolute;
    top:0;
    right: 0;
    display: none;
    }    
 
 
/* columns 
 * ---------------------------------------------------------------------------
 */
.column {
    float: left;
    }
    
.column.two_col {
    width: 440px;
    margin-right: 60px;
    }
    
.column.two_col.last, .last {
    margin-right: 0 !important;
    }
.column.two_col.two_col_narrower {
    width: 430px;
    padding-left: 10px;
    }
 
.column.four_col {
    width: 200px;
    margin-right: 30px;
    }
  

/* slideshow 
 * ---------------------------------------------------------------------------
 */
 
.gallery-container {
    margin-bottom: 115px;
    }   
    
.gallery-container h1 {
    margin-top: 3px;
    }
    
    

/* other 
 * ---------------------------------------------------------------------------
 */
.text-small.first {
    margin-top: 5px;
    }
    
.text-long {
    margin-top: 10px; 
    }    
    
.text-long p {
    margin: 0; 
    }
    
.text-long br {
    height: 0; 
    line-height: 0;
    margin: 0;
    padding: 0;
    }
    
    
/* --------  */
.line-h-3 {
	line-height: 14pt;
}
.line-h-25 {
	line-height: 35px;
}
.line-h-50 {
	line-height: 50px;
}
.block {
	display: block;
}
.paginate{
	position: absolute;
	right: 0px;
	top: -3px;
	color: #999999;
}
.artists_pic_desc{
    position: absolute;	
    width: 450px;
    }
    
.contentrest{
    display: block;
    }
        
.subheader_container{
    width: 940px;
    margin: 0 auto;
    margin-bottom: 10px;
    }
    
.subheader_container a {
    margin-left: 20px;
    }
    
.imagesholder{
    width: 940px;
    margin: 0 auto;
    overflow: visible;
    }
    
.imagetables{
    width: 984px;
    }
    
.gallerynode{
    width: 191px;
    overflow: hidden;
    float: left;
    padding-right: 44px;
    padding-bottom: 20px;
    }
    
.gallerynode .nodetitle {
    font-family: Fayon;
    font-size: 14px;
    line-height: 20px;
    }
    
.gallerynode img{
    margin-bottom: 0px;
    }

    
.gallerynode .nodedate{
    font-family: Chrono Medium;
    font-size: 11px;
    color: #666666;
    margin-top: 5px;
    margin-bottom: 15px;
    }
    
.gallerynode .readmore{
    font-family: Chrono Medium;
    font-size: 11px;
    color: #000000;
    margin-top: 22px;
    }
    
.videoholder{
    width: 940px;
    margin: 0 auto;
    overflow: visible;
    }
    
.videotables{
    width: 1000px;	
    }
    
.videospacer{
    width: 60px;
    float: left;
    }
    
.videonode{
    float: left;
    margin-right: 60px;
    width: 440px;
    }
    

.exhibholder{
    width: 940px;
    margin: 0 auto;
    overflow: visible;
    }
    
.exhibtables{
    width: 964px;
    }
    
.exhibnode{
    width: 217px;
    overflow: hidden;
    float: left;
    margin-right: 24px;
    margin-bottom: 20px;
    }
    
.exhibnode .nodetitle{
    font-family: Fayon;
    font-size: 14px;
    line-height: 20px;
    }
    
.exhibnode img{
    margin-bottom: 0px;
    }

.exhibnode img{
    margin-bottom: 0px;
    }

.exhibnode .nodedate1{
    font-family: Chrono Medium;
    font-size: 11px;
    color: #666666;
    margin-top: 5px;
    }
    
.exhibnode .nodedate2{
    font-family: Chrono Medium;
    font-size: 11px;
    color: #666666;
    }

/* artist_bio */
.biotop{
    position: relative;
    }
    
.bioholder{
    width: 700px;
    overflow: hidden;
    padding-top: 20px;
    }
    
.biotop p {
    color: #666666;
    display: inline;
    }
    
.biotop_right{
    position: absolute;
    right: 0px;
    top: 0px;
    display: inline;
    }
    
.biotop_right2{
    position: absolute;
    right: 0px;
    top: 10px;
    display: inline;
    }
    
.bionode .year{
    margin-top: 20px;
    }

/* contact */
.subscription_form_container form br {
    display: none;
}
.subscription_form_container form input[type="text"],
.subscription_form_container form input[type="password"]{
    width: 120px;
    margin-right: 10px;
}
.subscription_form_container form label {
    padding-right: 5px;
}
    
/* general */
.font-size_11 {
	font-size: 11px;
}
.font-size_13 {
	font-size: 13px;
}
.font-size_30 {
	font-size: 30px;
}
.font-size_14 {
	font-size: 14px;
}
.spacing-01{
	margin-top: 100px;
}
.spacing-02{
	margin-bottom: 15px;
}
.spacing-03{
	margin-bottom: 12px;
}
.spacing-04{
	margin-bottom: 15px;
}
.spacing-05{
	margin-bottom: 20px;
}
.spacing-06{
	margin-bottom: 40px;
}
.spacing-07{
	margin-bottom: 60px;
}
.spacing-08{
	margin-bottom: 80px;
}
.spacing-09{
	margin-bottom: 90px;
}
.spacing-10{
	margin-right: 60px;
}
.spacing-11{
	margin-right: 30px;
}
.spacing-12{
	margin-right: 15px;
}
.spacing-13{
	margin-right: 20px;
}
.spacing-14{
	margin-right: 24px;
}
.spacing-15{
	margin-right: 40px;
}
.spacing-16{
	margin-bottom: 3px;
}
.spacing-17 {
    margin-top: 10px;
    margin-bottom: 20px;
    }
.spacing-18{
    height: 70px;
    }
.spacing-19{
    margin-top: 5px;
    }
.spacing-20{
    height: 110px;
    }
.spacing-21{
    height: 40px;
    }
.spacing-22 {
	margin-bottom: 20px;
}
.spacing-23{
	margin-bottom: 70px;
}
.spacing-24 {
    margin-bottom: 6px;
}
.spacing-25 {
    height: 45px;
}
.bottom30 {
    margin-bottom: 30px;
}
.bottom45{
    margin-bottom: 45px;
    }
 .bottom70{
    margin-bottom: 70px;
    }   

.display_inline{
	display: inline;
}
.display_block{
	display: block;
	}



.width_590{
	width: 590px;
}
.width_217{
	width: 217px;
}
.width_300{
	width: 300px;
}
.width_150{
	width: 150px;
}
.width_284{
	width: 284px;
}
.width_440{
	width: 440px;
}
.width_450{
	width: 450px;
}
.width_30{
	width: 30px;
}
.width_230{
	width: 230px;
}
.width_440{
	width: 440px;
}
.width_730{
	width: 731px;
}
.width_700{
	width: 700px;
}
.width_60{
	width: 60px;
}
.width_94 {
    width: 94px;
}
.width_940_wrapper{
	width: 940px;
	overflow: visible;
}
.width_960{
	width: 960px;
}
.width_964{
	width: 964px;
}
.width_940{
	width: 940px;
}

.height_1{
	height: 1px;
}
.center-me{
    width: 940px;
    margin: 0 auto;
}
.overflow_hidden{
    overflow: hidden;
}
.vertical-align_top{
    vertical-align: top;
}
/*  ---------------------------------------------------------------------------
 *  End
 */
.hidden { display: none; }

.item.width_217 .image-wrapper { line-height: 180px; height: 180px; }
    .item.width_217 .image-wrapper img { vertical-align: bottom; }

 .additional,   #past .additional {
        display: none;
        
    }
    
    .videodesc { line-height: 18px; }

    .clear {
        clear:both;
    }

#gallery.homepage img { max-width: 940px; max-height: 500px; width: auto; height: auto; }

/*social icons*/
.social {
    background: url('../images/social_icons.png') 0 0px no-repeat;
    width: 10px;
    height: 12px;
    margin-right: 8px;
    line-height: 50px;
    display: inline-block;
}
.social.inst {
    background-position: -20px 0px;
}
.social.fb:hover {
    background-position: 0px -18px;
}
.social.inst:hover {
    background-position: -20px -18px;
}