/**COLORS
*	#a9994e - gold
*	#848070 - gray-gold
*	#e6e2bd - light gold
*	#7c7109 - olive
*/

* {
	margin:0;
	padding:0;
}
body {
	font:.75em Verdana, Helvetica, Arial, sans-serif;
	color:#848070;
}

a {
	color:#848070;
	text-decoration:none;
}
a:hover {
	color:#535353;
	text-decoration:none;
}

a img {
	border:none;
}

div.center {
	text-align:center;
}

a.logo {
	margin:0 auto;
	display:block;
	width:458px;
	height:94px;
	background:url(../img/assets/l-logo.gif) no-repeat top left;
}
a.logo:hover {
	background-position:bottom left;
}
a.logo span {
	display:none;
}

#wrapper, #link {
	margin: 0 auto;
	width: 918px;
}
#link a {
	font-size:80%;
	float:right;
}
#wrapper {
	border:1px solid #7c7109;
	border-top:18px;
	background:#fff;
	margin-bottom:10px;
	margin-top:0;
	padding-bottom:30px;

	min-height:700px;
	
	overflow:auto;
	
	/*ie6 hack*/
	height:auto !important;
  	height:700px;

}

/*TOP*/
#topspacer {
	width:918px;
	background:#7c7109;
	position:relative;
	height:18px;
}

#header {
	position:relative;
	text-align:center;
}
div#menu {
	width:100%;
	padding:10px 0;
	margin:0;
	border-top:1px solid #7c7109;
	border-bottom:1px solid #7c7109;
}

table.menu {
	width:90%;
}
table.menu td {
	padding:0;
}
table.menu a {
	font-size:.9em;
	color:#7c7109;
	text-decoration:none;
}
table.menu a:hover {
	color:#535353;
}

/*CONTENT*/
#content {
	text-align:center;
	padding:15px;
	padding-top:20px;
	font-size:.9em;
	position:relative;
}
#content table {
	text-align:left;
}

/*Exhibitions Tables*/
table {
	margin:0 auto;
}
table td, table th {
	padding:10px;
}

table td.left {
	width:113px;
	text-align:center;
}

/*exhibition page*/
table.artwork-grid {
	float:left;
	width:500px;
	margin-left:40px;
	display:inline;
}
table.artwork-grid th {
	margin:0;
	padding:0;
	color:#999;
}
table.artwork-grid td {
	width:90px;
	height:90px;
	padding:0;
	margin:0;
	text-align:center;
	vertical-align:middle;
}

/*default center column width*/
td.center, th.center {
	width:20px;
}
table td.right {
	width:230px;
	text-align:left;
}

table.artists td {
	width:184px;
	vertical-align:top;
}
table.artists td.center {
	width:32px;
}

/* Artist pages */
table.artist {
	width:579px;
}
table.artist td.left {
	width:329px;
}
table.artist td.right {
	width:222px;
}

table.biography {
	width:886px;
}

/*GOLDBOX*/
div.goldbox {
	float:right;
}
div.goldbox, img.goldbox {
	border:1px solid #e6e2bd;
	padding:5px;
}
div.goldbox {
	width:260px;
	text-align:left;
}
img.goldbox {
	padding:4px;
}
div.goldbox ul {
	color:#535353; /*this only shows up on the selected li*/
	list-style:none;
	padding:0;
	margin:0;
	margin-left:8px;
}
div.goldbox ul li {
	margin:7px 0;
}
/*TOP LEFT IMAGE*/
div.top-left-image {
	width:180px;
	float:left;
	text-align:center;
	margin-left:10px;
}
div.top-left-image img {
	width:170px;
}
div.text, table.exhibitions, table.press, table.exhibitions-list {
	width:415px;
	float:left;
	margin-left:10px;
	
	display:inline; /*IE*/
}
table.exhibitions-list {
	width:550px;
	margin-left:220px;
}
table.exhibitions-list td.right {
	width:365px;
}
div.text {
	margin-top:10px;
	text-align:left;
}
div.text a {
	text-decoration:underline;
}

/*CONTACT PAGE*/
table.contact {
	width:692px;
}
table.contact tr td p a {
	color:#a9994e;
	text-decoration:underline;
}



/*INTRO*/
table.introImages td {
	text-align:center;
	font-size:1.1em;
}
table#intro td {
	width:100px;
	height:100px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}

/*ARTWORK CARD*/
table.artworkCard td {
	text-align:center;
}
table.artworkCard td.image-holder {
	width:500px;
	height:400px;
}

ul.dates {
	color:#535353; /*this only shows up on the date that is not a link*/
	list-style:none;
	font-size:105%;
	margin-top:20px;
	margin-right:80px;
	float:right;
	display:inline; /*ie fix*/
}

span.title, li.title, a.title {
	font-size:120%;
}
span.title a {
	text-decoration:none;
}
span.pressTitle {
	font-size:110%;
}

div.details {
	margin:0 auto;
	width:auto;
}
div.details a.detail {
	margin:5px;
}

/*FLASH MESSAGE*/
.message {
	color:red;
}
/*DEBUG*/
table.cake-sql-log {
	font:12px courier;
	bottom:10px;
}

span.currentText {
	line-height:1.4;
}
span.currentText a span.title {
	color:#535353;
}

/*POPUP*/
body.popup {
	text-align:center;
	font-size:.7em;
}
tr#arrows {
	font-size:130%;
	font-weight:bold;
}
tr#arrows td {
	padding-top:.2em;
}
tr#arrows a {
	color:#999;
}
tr#arrows a:hover {
	color:#535353;
}

span.bold {
	font-weight:bold;
}