/* CSS Document */
body {
	width: 100%;
	background-color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #666666;
}
#page {
	width: 730px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#header, #content, #footer {
	width: 100%;
	clear: both;
}
#footer {
	margin: 10px auto 10px auto;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
#logo {
	margin: 0px 0px 5px 2px;
}
#search {
	position: relative;
	width: 135px;
	float: right;
}
#search #text {
	position: absolute;
	top: 0;
	left: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 110px;
	height: 14px;
	padding: 2px;
	margin: 0px;
	background-color: #eee;
	border: none;
}
#search #submit {
	position: absolute;
	top: 0;
	right: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 18px;
	height: 19px;
	padding: 0;
	margin: 0px;
	background-color: #ccc;
	border:none;
	background-image:url(../images/search_go_button.gif);
	background-repeat:no-repeat;
	background-position: top left;
}
#topnav {
	font-size: 1.1em;
	display: block;
	margin: 5px 0px 0px -10px;
	padding-left: 5px;
}
#topnav a {
	padding: 0px 6px 0px 6px;
	color: #666666;
	text-transform: uppercase;
}
#topnav a:hover {
	color: #FF3399;
}
#topnav a.active {
	color: #FF3399;
}
#subnav {
	position: relative;
	font-size: 1.1em;
	width: 100%;
	padding: 5px 0px 5px 5px;
	border-bottom: 2px solid #E5E5E5;
}
#subnav a {
	padding: 0px 2px 0px 2px;
	text-transform: uppercase;
	color: #666666;
}
#subnav a:hover {
	color: #FF3399;
}
#subnav a.active {
	color: #FF3399;
}
a {
	color: #FF3399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	display: block;
}
h3 {
	font-size: 1.1em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
}
h1.pagetitle, h1.show {
	text-transform: uppercase;
	
}
h1.show {
	margin-top: 0px;
	font-size: 1.1em;
}
h1.exart {
	margin: 0px 0px 0px 0px;
}
h1.artwork_title {
 	margin-bottom: -10px;
	padding-bottom: 0px;
}
p.exartdates {
	margin: -20px 0px 0px 0;
}
p.exart {
	margin: 0px 0px 0px 0px;
}
h1.current_multi { /* BUMPS THE HEADER DOWN UNDER MULTIPLE CURRENT EX IMGS*/
	margin-top: 10px;
}
table.page {
	width: 100%;
	min-height: 340px;
	margin-top: 10px;
}
table.page td {
	background-color: #eee;
	vertical-align: top;
	padding: 20px;
	margin: 0px; 
}
table.exartwork {
	height: 440px;
}
table.about td, table.contact td, table.page td {
	width: 50%;
}
table.artists td {
	width: 33%;
}
table.exartwork td.image {
	width: 400px;
	text-align: center;
	vertical-align: middle;
}
table.page td.column {
	border-left: 1px solid #ddd;
	width: 200px;
}
table.page td.caption {
	vertical-align: bottom;
}
table.page td.pagecontent {
}
table.artist_artwork td {
	background-color: #eee;
	padding: 20px;
}
table.artist_artwork td h1.pagetitle {
	margin: 0px auto 0px auto;
}
#artwork_slide_browser {
	border-right: 2px #e5e5e5 solid;
}
#arrow {
	margin-top: 5px;
	padding-top: 3px;
	border-top: 1px solid #ddd;
}
#artwork_slide_browser a {
	font-size: 1.0em;
}
table.publication td.pubcolumn {
	border-left: 2px solid #E5E5E5;
}
table.catalogue {

}
#artiststable {
	background-color: #ECEEF0;
}
#artiststable td {
	/*background-color: #ECEEF0;*/
	border-left: 5px solid #E3E6E8;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
#artiststable td ul{
	margin: 10px 0px;
	padding: 0px;	
}
#artiststable td li{
	list-style-type: none;	
}
#otherexhibitions {
	width: 100%;
	margin-top: 5px;
}
#contactformtable {
	width: 100%;
}
#contactformtable td {
	padding: 5px;
	border-style: none;
}
#exartworknav {
	vertical-align: middle;
	font-weight: normal;
	padding-bottom: 2px;
	letter-spacing: 1px;
	height: 30px;
}
#exsubtitle {
	font-size: 1em;
	font-style: italic;
	margin: 0px;
}
#exdates {
	display: block;
	margin: 5px 0px 5px 0px;
	font-size: .9em;
}
#ex_year {
	float: right;
	margin: 0 10px 0 0;
	border: none;
	font-size: .9em;
}
* html #ex_year {
	margin: -15px 10px 0 0;
}
*:first-child+html #ex_year {
	margin: -15px 10px 0 0;
}
.exborder {
	border: none;
}
.exhibitlinks a {
	padding: 0px 7px 0px 0px;
}
p.ex_img_caption {
	font-size: .85em;
	/*margin-top: 30px;
	padding: 0px 5px 0px 0px;*/
}
p.exhibitlinks {
	padding: 0px;
	margin: 0px;
}
p.exhibitlinks a:hover {
	color: #FF6699;
	text-decoration: underline;
	
}
#exhibit_rows img {
	/*float: left;
	margin: 0px 20px 0px 0px;*/
}
#exhibit_rows div {
	/*display: block;
	padding-left: 220px;*/
}
ul.link {
	padding: 0px;
	margin: 100px 0px 0px 0px;
	list-style-type:none;
}
ul.ex {
	margin: 0px;
}
