a {
    color: black;
}

a:hover{
    color: gray;
}

p, li {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11px;
}


dt {
    width: 48%;
    text-align: right;
    position: relative;
    top: 1.5em;
}

dd {
	margin-left: 50%;
	text-align: left;
}

blockquote {
	text-align: center;
}


.caption p span.caps {
	/* sold dot */
/*
	color: #ff2900;
	display: block;
	text-align: right;
	margin-right: 80px;
	position: relative;
	top: -1.75em;
	z-index: 0;
*/
	
}
a.sold {
	font-size: 36px;
	line-height: 36px;
	text-decoration:none;
	cursor: default;
/*
	color: #ff2900;
	font-size: 36px;
*/
	margin-left: 6px;
	top: 2px;
	position: relative;
}

img.sold, object.sold {
	margin-left: 30px;
}

.bodyDiv li {
	list-style-type:square;
	margin-left: 50%;
	text-align: left;
}

.divider {
    margin-top: 6em;
    margin-bottom: 6em;
    border-top: 1px solid #f3f3f3;
}

.divider.smaller {
	margin: 3em 200px 3em 200px;
}

.littleHand {
    position: absolute;
    left: 0px;
}

.littleHand.image {
    position: static;
    left: 0px;
}


.littleHand img{
    background-color: transparent;
}


body {
	background-color: #F3F3F3;
	margin: 0;
	background-image: url(bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
.container {
	width: 720px;
	padding-top: 4em;
	text-align: center;
	background-color: white;
	position: relative;
}


.title {
    /* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-weight: 300;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 24px;
}
    .title a, .title p  {
	    /* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; */
	    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-weight: 300;
        text-decoration: none;
        line-height: 1.5em;
        font-size: 24px;
    }
    
    h3.title.artists  {
        text-transform: none;
        line-height: 1.5em;
        font-size: 18px;
        margin-top: 3em;
    }
    
     #exhibitions .caption .title a,  #exhibitions .title.artists a {
        text-transform: none;
        line-height: 1.5em;
        font-size: 18px;
        margin-top: 3em;
    }
    
    #exhibitions .caption h3.title.artists  {
        margin: 0em;
    }
    #exhibitions .caption p  {
        margin: 0em;
    }
    
    #exhibitions .caption   {
        margin-bottom: 6em;
    }
    
    .extrasDiv div.title p {
    	font-size: 18px;
    	text-transform: capitalize;
    }
    
    
    #head .title{
        margin-bottom: 1.3em;
    }

    #head .title a ,
    #foot .title a {
       /* border-bottom: 1px solid #f3f3f3;*/
    }

.menu ul {
	list-style-type: none;
    line-height: 1em;
    margin-top: 1.3em;
   /* margin-bottom: 1.5em;*/
}
    .menu a.active {
    	color: gray;
    }

#credit {
    margin-top: 12em;
	text-align: center;
}

#credit img {
    float: none;
	
}


/*




artist list  
----------------------------------------------------------------*/
.holder {
    width: 50%;
    margin-bottom: 4em;
    height: 8em;
}
    .holder a{
        display: block;
    }
    
    .holder img{
        width: 72px;
        height: 72px;
    }
    
    #exhibitions .holder img{
        width: auto;
        height: auto;
    }
    .holder h3 a {
    	margin: 0;
    	line-height: 1em;
    	/* margin-top: .5em;*/
    	font-size: 18px;
    	text-transform: none;
    	margin-top: 56px;
    	background-color: white;
    }
    #exhibitions .holder h3 a {
    	margin-top: 82px;
    }


.left {
   text-align: left;
    float: left;
}
    .left img {
        float: left;
    	margin-right: 8px;
    }
    .left h3 {
    	width: 280px;
    	float: left;
    }

    #exhibitions .left h3 {
    	width: 250px;
    }

.right {
    text-align: right;
    float: right;
    clear: right;
}
    .right img {
        float: right;
        margin-left: 8px;
    }
    .right h3 {
    	width: 280px;
    	float: right;
    }
    #exhibitions .right h3 {
    	width: 250px;
    }

    #exhibitions .left span img {
        margin-right: 0;
    }
    

.holder.centreMe.left,
.holder.centreMe.right {
	float: none;
	width: auto;
	text-align: center;
}

.centreMe.left img,
.centreMe.right img{
	float: none;
	margin-right: 0;
	margin-left: 0;
}
#exhibitions .centreMe h3{
	float: none;
	width: auto;
}


#exhibitions .centreMe h3 a{
	margin-top: 0;
}



/*




article body  
----------------------------------------------------------------*/
/*
h3.title.artists  {
    text-transform: none;
    line-height: 1.5em;
    font-size: 18px;
    margin-top: 3em;
}
*/

    
.excerptDiv {
    margin-left: 80px;
    margin-right: 80px;
    margin-bottom: 3em;
}
    .excerptDiv img {
        margin: .5em;
        float: none;
    }

.bodyDiv {
    margin-left: 80px;
    margin-right: 80px;
    text-align: justify;
    margin-bottom: 6em;
}

ul.imageList {
	list-style-type: none;
	margin: 0;
	margin-bottom: 6em;
}
ul.imageList li{
	margin-bottom: 6em;
}

.emailLink {
	visibility: hidden;
}
.emailLink a {
    /*display: block;*/
}


#home #stockroomGallery  {
        margin-bottom: 4.5em;
}
#home #stockroomGallery img {
/*
        width: 6em;
        height: 6em;
*/
        width: 72px;
        width: 72px;
}

.exhibition {
	position: relative;
	
}

.exhibition .titleSpecial {
	font-size: 1em;
}
.exhibition .bodyDiv {
	/*
font-style: italic;
	
	text-align: center;
	margin-bottom: 0;
*/

}
.calendar .titleSpecial {
	margin-bottom: -3em;
}



.pagePrev, .pageNext {
    width: 30%;
    position: relative;
    top: 1em;
}
.pagePrev.hoverMe, .pageNext.hoverMe {
    visibility: hidden;
}

.pagePrev  a, .pageNext a{
    text-decoration: none;
}

.pagePrev {
    float: left;
    text-align: left;
}
.pageNext {
    float: right;
    text-align: right;
}


.bodyDiv ul {
	margin-bottom: 0;
}
/*




stockroom  
----------------------------------------------------------------*/

#stockroom .excerptDiv  {
	margin: 0;
	
}
#emailLink  {
	text-align: center;
}


#emailLink a img {
    margin-right: 0;
    float: none;
    display: block;
    border: 1px solid red;
}


/*




register  
----------------------------------------------------------------*/
.zemContactForm {
	text-align: left;
	margin: 0 80px 0 80px;
	padding: 0;
}
label, legend {
	text-transform: uppercase;
    /* font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif; */
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*letter-spacing: -.05em;*/
    font-size: 1.5em;
   font-weight: normal;
    line-height: 1em;

}
/*
.zemContactForm legend {
    text-align: center;
    font-size: 2em;
}
*/


.zemContactForm label {
    width: 49%;
    display: block;
    text-align: right;
    float: left;
    padding-right: 1%
}

input,
textarea {
    width: 200px;
    display: block;
    margin-bottom: .5em;
    text-align: left;
}

.zemContactForm p.special{
    text-align: center;
    margin-bottom: 0;
}

textarea {
    height:  6em;
}

input.zemRadio {
    margin-left: 50%;
    margin-bottom: 0;
    width: 200px;
    position: relative;
    top: 1.35em;
}

.zemSubmit {
    text-align: center;
    clear: both;
    width: 200px;;
    margin: 6em auto;
}

.zemError {
    margin-left: 50%;
}


