.exhibitImage {
float: right;
}

#upcomingExhibitions #content {
width: 545px;
}

#upcomingExhibitions #content .feature {
float: left;
clear: left;
width: 90%;
padding: 20px 0;
border-bottom: 1px solid #E6E7E8;
}

.artist { padding-bottom: 4px; }
.medium { padding-bottom: 4px; }

/* --------------------------------------------------------------    
typography.css
* Sets up some sensible default typography.  
Based on work by:
* Nathan Borror     [playgroundblues.com]
* Jeff Croft        [jeffcroft.com]
* Christian Metts   [mintchaos.com]
* Wilson Miner      [wilsonminer.com]
* Richard Rutter    [clagnut.com]   
Read more about using a baseline here:
* alistapart.com/articles/settingtypeontheweb
-------------------------------------------------------------- */
/* This is where you set your desired font size. The line-heights 
and vertical margins are automatically calculated from this. 
The percentage is of 16px (0.75 * 16px = 12px). */

body { font-size: 75%; }

/* Default fonts and colors. 
If you prefer serif fonts, remove the font-family 
on the headings, and apply this one to the body:
font: 1em Georgia, "lucida bright", "times new roman", serif; */

body { 
color: #222; 
font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
color: #111; 
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 0.25em; }
h4 { font-size: 1em; font-weight: bold; line-height: 1; margin-bottom: 1em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1em; }
h6 { font-size: 1em; font-weight: bold; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
img         { margin: 0 0 1.5em; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }

/* ------------------------------------------
Gallery 101 screen stylesheet V1 - 13/06/2007
Author - benbailey.com.au
------------------------------------------ */
#wrapper {
position:relative;
width:770px;
margin:0 auto;
background: url(../i/bg-secondary-nav.png) repeat-y;
}

#home #wrapper {
background: url(../i/features/bg-home.png) bottom no-repeat;
height: 520px;
}

#header {
height: 79px;
background: #FFF;
}

#header a { border-bottom: 0; }

/* =navigation - primary navigation of the website 
--------------------------------------------------------------------------
*/
#primaryNavigation ul {
position: absolute;
top: 0;
left: 214px;
_left: 205px;
margin: 0;
}

#primaryNavigation li {
display: inline;
list-style-type: none;
letter-spacing: 1px;
font-size: 12px;
}

#primaryNavigation a {
display: block;
float: left;
width: 88px;
min-height: 24px;
_height: 24px;
padding: 41px 5px 0 10px;
background: #E6E7E8;
color: #231F20;
text-transform: uppercase;
text-decoration: none;
margin-left: 8px;
white-space: nowrap;
border-bottom: 0;
}

#primaryNavigation a:hover, #primaryNavigation a:focus, #primaryNavigation a.current {
color: #FFF;
background: #6C6E70;
border-bottom: 0;
}

/* =secondary-navigation 
--------------------------------------------------------------------------
*/
#secondaryNavigation {
float: left;
width: 105px;
margin-bottom: 30px;
}

#secondaryNavigation ul {
list-style-type: none;
background: #6C6E70;
border-bottom: 10px solid #FFF;
padding: 10px 0;
margin: 0;ß
}

#secondaryNavigation ul ul {
border-bottom: none;
margin: 0 0 0 7px;
padding: 5px 0 0 0;
}

#secondaryNavigation li {
line-height: 1.5em;
text-transform: uppercase;
padding: 0.5em 0;
}

#secondaryNavigation ul ul li {
text-transform: none;
padding: 0.15em 0;
line-height: 1.2em;
font-size: 100%
}

#secondaryNavigation li a {
display: block;
padding: 0.3em;
margin: 0 8px;
text-decoration: none;
color: #FFF;
border-bottom: 0;
}

#secondaryNavigation li a:hover, #secondaryNavigation li a:focus {
background: #FFF;
color: #333;
border-bottom: 0;
}

#secondaryNavigation li a.current {
background: #FFF;
color: #333;
}

/* =content - Main content of the website
--------------------------------------------------------------------------
*/
#content {
float: left;
margin: 0 0 30px 116px;
width: 215px;
}

#home #content {
position: absolute;
float: none;
top: 85px;
left: 0;
height: 379px;
margin-left: 10px;
}

#home #content p {
position: relative;
top: 10px;
color: #FFF;
width: 200px;
}

#home #content img.main {
position: absolute;
top: -1px;
left: 212px;
}

#content .small {
font-size: 80%;
}

#content ol, #content ul {
padding-left: 20px;
padding-right: 20px;
}

#content ol li, #content ul li {
list-style: decimal;
margin-bottom: 0.5em;
line-height: 1.2em;
}

#content ul li {
list-style: outside;
}

#intro {
min-height: 10em;
_height: 10em;
}

#intro h1, #intro h2, #intro h3 {
margin-bottom: 0.25em;
margin-top: 0;
}

#priceList {
min-height: 10em;
_height: 10em;
}

#priceList ul {
padding: 20px 0 85px 128px;
}

{!--
#priceList ul img {
float: left;
padding-right: 5px;
}
--}

#priceList a {
/*display: block;
float: left;
width: 88px;*/
color: #000;
border-bottom: 0;
}

#priceList a:hover {
text-decoration: underline;
}

ul#artistList {
margin-left: 0;
padding-left: 0;
}

ul#artistList li {
list-style-type: none;
text-transform: uppercase;
}

ul#exhibitionsArchive {
margin-left: 0;
padding-left: 0;
}

ul#exhibitionsArchive li {
list-style-type: none;
margin-bottom: 2.75em;
}

/*ul#exhibitionsArchive li h2 {
text-transform: uppercase;
}*/

ul#exhibitionsArchive li h3 {
text-transform: none;
margin-top: -5px;
margin-bottom: 5px;
}


/* =News items
--------------------------------------------------------------------------
*/
.newsItem {
border-bottom: 1px solid #999;
width: 530px;
padding: 15px 0 5px 0;
}

.newsItem h2 {
font-size: 1.25em;
}

.newsItem .date {
margin-bottom: 15px;
}

.newsItem p {
width: 210px;
}

.newsItem img {
float: right;
margin: 2px 0 20px 20px;
}

/* =related - usuall the right hand column of most layouts
--------------------------------------------------------------------------
*/
#related {
float: left;
width: 333px;
_width: 310px;
}

#related img {
float: right;
clear: left;
}

.slideShow {
float: right;
width: 297px;
_width: 277px;
_overflow: hidden;
}

.slideShow ul li {
list-style-type: none;
display: inline;
}

#related .slideShow ul li img {
float: left;
clear: left;
border: 1px solid #999;
padding: 8px 16px;
margin: 0 0 10px 8px;
}

.slideShow ul li img:hover {
border: 1px solid #000;
}

.caption {
float: right;
width: 270px;
text-align: right;
clear: both;
font-size: 0.95em;
}

.caption p {
margin-bottom: 0;
}

.slideShowNav {
float: right;
font-size: 1.1em;
}

/* =footer
--------------------------------------------------------------------------
*/

#footer {
clear: both;
background: url(../i/bg-nav.jpg) repeat-x bottom;
padding: 1.5em 0 1em 0;
font-size: 1em;
}

#footer a {
padding: 1.5em;
color: #FFF;
text-decoration: none;
}

#footer ul {
margin: 0;
line-height: 0;
}

#footer li {
display: inline;
list-style-type: none;
font-size: 1.1em;
margin: 0;
line-height: 0;
}

/* =form layout
--------------------------------------------------------------------------
*/
form label {
display: block;
}

form input, form textarea {
margin-bottom: 14px;
margin-top: 3px;
border: 1px solid #ddd;
}

form input:focus, form textarea:focus {
border: 1px solid #000;
}

#message { 
height: 10em;
}

/* =html - all html elements here. they are listed alphabetically.
--------------------------------------------------------------------------
*/
/*dt, dl, label, li, p, th, tr {
font-size:1.1em;
}

p, ol, th, tr, ul {
line-height:1.35em;
margin-bottom:1.25em;
}*/

a:link {
color:#004372;
text-decoration: none;
}

a:visited {
color:#666;
text-decoration: none;
}

a:focus, a:hover {
color:#666;
text-decoration: none;
}

body {
background: #FFF;
color: #333;
}

em { background: #FFF; }

/*blockquote {
font-size: 1.4em;
padding: 1em 20px;
}

blockquote p {
margin: 0;
padding: 0;
}*/

hr {
display:none;
}

h1, h2, h3, h4, h5, h6 { color: #3e3e3e; /*font-weight: bold;*/ line-height: 1.35 }
h1 { font-size: 1.2em; text-transform: uppercase; }
h2, h3, h4, h5, h6 { font-size: 1.2em; }
h3, h4, h5, h6 { font-size: 1.2em; }

p, li { line-height: 1.35 }

/*img {
border:0;
}

legend {
font-weight:bold;
font-size:1.25em;
color:#666;
}

th { 
font-weight: bold;
}

td {
padding: 5px;
}*/

/*dt label, dl dl dt, dl dl dd, td p,td li,ul p,ol p,ol li ul li,ul li ol li,ul li ul li,ul h3,ul h4,ol h3,ol h4
{
font-size:100%;
}
*/

/* =Slimbox CSS declarations - see www.digitalia.be/software/slimbox
--------------------------------------------------------------------------
*/
#lbOverlay {
position: absolute;
left: 0;
width: 100%;
background-color: #fff;
cursor: pointer;
}

#lbCenter, #lbBottomContainer {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #fff;
}

.lbLoading {
background: #fff url(../i/slimbox/loading.gif) no-repeat center;
}

#lbImage {
position: absolute;
left: 0;
top: 0;
border: 10px solid #fff;
background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
display: block;
position: absolute;
top: 0;
width: 50%;
outline: none;
}

#lbPrevLink {
left: 0;
}

#lbPrevLink:hover {
background: transparent url(../i/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
right: 0;
}

#lbNextLink:hover {
background: transparent url(../i/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #fff;
border-top-style: none;
}

#lbCloseLink {
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url(../i/slimbox/closelabel.gif) no-repeat center;
margin: 5px 0;
border-bottom: 0;
}

#lbCaption, #lbNumber {
margin-right: 71px;
}

#lbCaption {
font-weight: normal;
font-size: 0.8em;
}
#lbNumber {
font-size: 0.5em;
}








#priceList a.pdf {
padding-left: 5px;
}
