* {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
	
body {
	margin: 0;
	padding: 0;
	font: 11px/1.5em Arial, sans-serif;
	color: #2F2F2F;
	background-color: white;
}

li {
	list-style: none;
}


/* general typography */

a:link,
a:visited {
	text-decoration: none;
	color: black;
	outline: none;
	font-weight: bold;
}

a u {
	font-weight: bold;
}

a:link img,
a:visited img {
	border: none;

}

a:hover {
	text-decoration: underline;
}

b, strong {
	font-weight: normal;
	text-transform: uppercase;
}

p {
	margin: 0 0 10px 0;
}

h1 a {
	background: url(/images/artspeak.gif) no-repeat top left;
	display: block;
	height: 100px;
	width: 320px;
	text-indent: 1000em;
	overflow: hidden;
	float: left;
	margin-right: 40px;
}

h2 {
	font: 18px helvetica, arial, sans-serif;
	text-shadow: #000 0 0 0;
	margin-bottom: 10px;
	color: #000;
}

.searchresults h2 {
  margin-top: 27px;
}

h3 {
	font: 11px Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 2.5em;
}

h3 span.date {
  display: block;
	font: 11px Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
	margin-top: 5px;
	text-decoration: underline;
}

.imagedetail h3 {
	margin-top: 0;
	margin-bottom: 1em;
}

h5 {
	height: 11px;
	display: block;
	text-indent: 1000em;
	overflow: hidden;
	margin: 30px 0 10px 0;
}

h5.aboutus {
	background: white url(/images/about.gif) no-repeat bottom left;
}

h5.upcomingevents {
	background: white url(/images/upcomingevents.gif) no-repeat bottom left;
}

h5.publications {
	background: white url(/images/publications.gif) no-repeat bottom left;
}

h5.recentexhibitions {
	background: white url(/images/recentexhibitions.gif) no-repeat bottom left;
}

.frontpage h5.recentexhibitions {
	width: 55px;
}

h5.recentpublications {
	background: white url(/images/recentpublications.gif) no-repeat bottom left;
}

h5.biographical {
	background: white url(/images/biographical.gif) no-repeat bottom left;
}

h5.related {
	background: white url(/images/relatedlinks.gif) no-repeat bottom left;
}

h5.exhibitions {
	background: white url(/images/exhibitions.gif) no-repeat bottom left;
}

h5.specialeditions {
	background: white url(/images/editions_header.gif) no-repeat bottom left;
}

h5.availableeditions {
	background: white url(/images/availableeditions.gif) no-repeat bottom left;
}

h5.texts {
	background: white url(/images/texts.gif) no-repeat bottom left;
}

h5.people {
	background: white url(/images/people.gif) no-repeat bottom left;
}

h5.offsite {
	background: white url(/images/offsite.gif) no-repeat bottom left;
}

h5.onsite {
	background: white url(/images/onsite.gif) no-repeat bottom left;
}

h5.aboutartspeak {
	background: white url(/images/onsite.gif) no-repeat bottom left;
}

h5.eventsandpublications {
	background: white url(/images/onsite.gif) no-repeat bottom left;
}

h5.current {
	background: white url(/images/current.gif) no-repeat bottom left;
}


h6 {
	margin-top: 5px;
}


/* layout */

#container,
#contentmain  {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 50px;
	overflow: hidden;
}

#content {
	width: 500px;
	float: right;
}

#container #content .press {
	clear: both;
	margin-bottom: 50px;
}

.column {
	width: 48%;
	float: left;
	margin-right: 1%;
	margin-bottom: 25px
}

#content .press {
	padding-top: 20px;
}

#container #menu {
	width: 320px;
	float: left;
	margin-top: 55px;
	font-size: 10px;
}


#header  {
	width: 900px;
	margin: 0 auto;
	height: 140px;
	position: relative;	
	overflow: hidden;
	margin-top: 40px;
}

/* front page */


.frontpage #container {
  background: #fff url(/images/artspeak-large.gif) no-repeat 0 30px;
margin-top: 0;
padding-top: 320px;
}

.frontpage #container #menu {
	font-size: 10px;
	margin-top: 60px;
}

.frontpage #container #menu .column {
  margin-bottom: 35px;
  float: left;

}

.frontpage #container #menu .column.first {
  margin-right: 0px;
}

.frontpage #container #content {
margin: 60px 0 0 0;
}

.frontpage #container #content .column {
  width: 215px;
  min-height: 200px;
}

.frontpage #container #content .column.first {
  border-right: 1px dotted #CCC;
  margin-right: 30px;
  padding-right: 30px;
}

.frontpage #container #content .column li {
  margin-bottom: 20px;
}

.frontpage h1 {
	display: none;
}

.frontpage h5 {
	margin: 0 0 15px 0;
}

.frontpage strong {
  font-weight: bold;
  text-transform: none;
}

.frontpage h5,
.frontpage #menu p {
  float: none;
  clear: both;
}

.frontpage #menu p {
  margin-bottom: 1.5em;
}

.frontpage h1 {
	height: 11px;
	display: block;
	text-indent: 1000em;
	overflow: hidden;
	margin: 0 0 15px 0;
	background: white url(/images/artspeak-small.gif) no-repeat top left;
	width: auto;
}

.frontpage .email {
  font-weight: normal;
  color: #2F2F2F;
}

/* header (nav) */

ul#nav {
  list-style: none;
  float: right;
  width: 500px;
  overflow: hidden;
  margin-top: 1px;
}


ul#nav li {
	position: relative;
	height: 10px;
	text-indent: -1000em;
	display: block;
	padding: 4px 0;
}

ul#nav li.about {
  background: url(/images/about.gif) no-repeat top left;
  width: 68px;
}

ul#nav li.exhibitions {
  background: url(/images/exhibitions.gif) no-repeat top left;
  width: 156px;
}

ul#nav li.editions {
  background: url(/images/editions.gif) no-repeat top right;
  width: 62px;
}

ul#nav li.publications {
  background: url(/images/publications.gif) no-repeat top left;
  width: 98px;
}


ul#nav li.search {
	background: url(/images/search.gif) no-repeat top left;
	width: 70px;
}

ul#nav:hover li {
  width: 100%;
	background-position: top left;
}

ul#nav li:hover {
  height: 28px;
	background-position: 0 -18px;
}

ul#nav li ul {
  padding: 10px 0;
  background: transparent;
	display: block;
  	text-indent: 0;
  	position: absolute; 
    top: 8px;
    left: 0;
}

ul#nav li ul li {
  float: left;
  position: relative;
  display: none;
  height: 8px;
  padding: 0 0;
  text-indent: 0;
}

ul#nav li ul li:hover {
  height: 8px;
  padding: 0 0;
	background-position: top left !important;
}

ul#nav li:hover ul li,
ul#nav li.over ul  {
  display: block;
  margin-right: 19px;
}

ul#nav #search.stayopen {
  height: 28px !important;
    display: block !important;
	background-position: 0 -18px;
}

ul#nav #search.stayopen li {
	  width: 200px !important;
}

ul#nav #search.stayopen ul li {
  height: 28px !important;
    display: block !important;
}



ul#nav li ul li a {
  display: block;
  text-indent: -1000em;
}

ul#nav li.about ul {
  width: 485px;
}

ul#nav li.about ul li.contact {
	background: url(/images/contact.gif) bottom left no-repeat;
	width: 47px;
}

ul#nav li.about ul li.mandate {
	background: url(/images/mandate.gif) bottom left no-repeat;
	width: 49px;
}

ul#nav li.about ul li.membership {
	background: url(/images/membership.gif) bottom left no-repeat;
	width: 70px;
}

ul#nav li.about ul li.submissions {
	background: url(/images/submissions.gif) bottom left no-repeat;
	width: 70px;
}

ul#nav li.about ul li.supporters {
	background: url(/images/supporters.gif) bottom left no-repeat;
	width: 68px;
}

ul#nav li.about ul li.links {
	background: url(/images/links.gif) bottom left no-repeat;
	width: 31px;
}

ul#nav li.exhibitions ul li.artists {
	background: url(/images/artists.gif) bottom left no-repeat;
	width: 42px;
}

ul#nav li.exhibitions ul li.upcoming {
	background: url(/images/upcoming.gif) bottom left no-repeat;
	width: 55px;
}

ul#nav li.exhibitions ul li.history {
	background: url(/images/history.gif) bottom left no-repeat;
	width: 43px;
}

ul#nav li.publications ul li.newpublications {
	background: url(/images/newreleases.gif) bottom left no-repeat;
	width: 79px;
}

ul#nav li.publications ul li.complete {
	background: url(/images/completelist.gif) bottom left no-repeat;
	width: 80px;
}

ul#nav li.publications ul li.purchase {
	background: url(/images/purchase.gif) bottom left no-repeat;
	width: 55px;
}

ul#nav li.editions ul li.purchase {
	background: url(/images/purchase.gif) bottom left no-repeat;
	width: 55px;
}

ul#nav li.editions ul li.current {
	background: url(/images/currenteditions.gif) bottom left no-repeat;
	width: 100px;
}

ul#nav li.editions ul li.alleditions {
	background: url(/images/alleditions.gif) bottom left no-repeat;
	width: 70px;
}


ul#nav li.search ul li {
  height: 100px;
}

ul#nav li.search input {
  border: none;
  padding: 2px 2px;
  background: #f2f2f2;
}

ul#nav li.search input:focus {
  outline: 0 none;
  background: #dadada;
}

ul#nav li.search input.submit {
  border: none;
  background: #fff;
  cursor: pointer;
  font-family: arial;
  font-weight: bold;
}


/* listings */

.listing h2 {
	margin-bottom: -30px;
}

.listing h3 {
	margin-top: 4em;
	margin-bottom: .5em;
}

.listing ul {
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

.listing ul li.date {
	font-style: italic;
}

.listing ul li img {
	float: left;
	margin-right: 30px;
	
}

#menu ul {
	margin-bottom: 10px;
}

/* editions */

.new-editions .product {
  float:  left;
  width: 200px;
  margin-right: 75px;
}

.new-editions .product a.img {
	margin-bottom: 20px;
	height: 300px;
	display: block;
}


/* images */

#contentmain img {
	margin-right: 50px;
}

#menu img {
	margin-bottom: 15px;
}

#menu #caption,
#menu #image-nav {
  margin-bottom: 0;
}

#menu #image-nav {
  color: #afafaf;
}

#menu #image-nav a {
  color: #afafaf;
  margin-right: .5em;
}

#menu.publications img, #menu.editions img {
	margin-bottom: 10px;
}

.eventdetail img {
	float: left;
	margin-right: 30px;
}



/* forms */


.clear {
  clear: both;
}
