﻿body 
{
    background: #fff url(images/background_index.gif) top left repeat-y;
}

/* HEADINGS */
h1 
{
    position: absolute;
    top: 80px;
    left: 93px;
}
h1 a
{
    display: block;
    width: 400px;
    height: 400px;
    background: transparent url(images/home_h1.gif) top left no-repeat;
    text-indent: -9999px;
}

/*  MENU */

#menu
{
    position: fixed;
	/* left: 750px; */
	right: 100px;
    bottom: 40px;
    width: 150px;
    background: #fff url(images/background_menu.gif) top left no-repeat;    
}
#menu ul 
{
    margin-top: 160px;
}
#menu ul li 
{
    width: 100%;
    height: 20px;
    margin-bottom: 15px;
    padding-left: 23px;
}
#menu ul li a
{
    display: block;
    width: 100%;
    height: 20px;
    text-indent: -9999px;
}
#menu li.new-works 
{
    background: transparent url(images/home_bullet.new-works.gif) top left no-repeat;
}
#menu li.new-works a
{
    background: transparent url(images/new-works.20.gif) top left no-repeat;
}
#menu li.landscape 
{
    background: transparent url(images/home_bullet.landscape.gif) top left no-repeat;
}
#menu li.landscape a
{
    background: transparent url(images/landscape.20.gif) top left no-repeat;
}
#menu li.figurative 
{
    background: transparent url(images/home_bullet.figurative.gif) top left no-repeat;
}
#menu li.figurative a
{
    background: transparent url(images/figurative.20.gif) top left no-repeat;
}
#menu li.still-life 
{
    background: transparent url(images/home_bullet.still-life.gif) top left no-repeat;
}
#menu li.still-life a
{
    background: transparent url(images/still-life.20.gif) top left no-repeat;
}
#menu li.floral 
{
    background: transparent url(images/home_bullet.floral.gif) top left no-repeat;
}
#menu li.floral a
{
    background: transparent url(images/floral.20.gif) top left no-repeat;
}
#menu li.vignette 
{
    background: transparent url(images/home_bullet.vignette.gif) top left no-repeat;
}
#menu li.vignette a
{
    background: transparent url(images/vignette.20.gif) top left no-repeat;
}


/* CONTENT */
#content
{
    position: absolute;
	left: 450px;
    top: 100px;
    width: 500px;
}
#content blockquote 
{
	font-size: 140%;
	font-style: italic;
	line-height: 130%;
	color: #9F9D86;
}
#content blockquote span, #content blockquote cite { display: block; }
#content blockquote span.line1 { text-indent: 50px; } 
#content blockquote span.line2 { text-indent: 100px; } 
#content blockquote span.line3 { text-indent: 0px; } 
#content blockquote span.line4 { text-indent: 65px; } 
#content blockquote cite { text-indent: 125px; margin-top: 10px; font-style: normal; font-size: 80%; text-transform: uppercase; } 

/* SITE INFORMATION */

#siteinfo 
{
    position: fixed;
    left: 0px;
    bottom: 10px;
    width: 290px;
	background: #000;
}
#siteinfo, #siteinfo a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#siteinfo li 
{
	margin-bottom: 5px;
}
#copyright, #contact, #bio, #exhibitions-events, #workshops 
{
    display: block;
    height: 12px;
    width: 100%;
    text-indent: -9999px;
}
#copyright 
{
    background: transparent url(images/parkinX.12.gif) top right no-repeat;
}
#contact 
{
    background: transparent url(images/contact.12.gif) top right no-repeat;
}
#bio 
{
    background: transparent url(images/bio.12.gif) top right no-repeat;
}
#exhibitions-events 
{
    background: transparent url(images/exhibitions-events.12.gif) top right no-repeat;
}
#workshops 
{
    background: transparent url(images/workshops.12.gif) top right no-repeat;
}
