* {
	margin:0;
	padding:0;
	}

body {
	background:#000 url(../pix/background.jpg) top left repeat-x;
	color:#fff;
	font-family:"Myriad Pro", Geneva, Arial, sans-serif;
	text-align:center;
	margin:25px 0;
	font-size:100%;
	padding-bottom:25px;
	}

img {
	border:none;
	}

p {
	margin:1em 0;
	}

a:link, a:active, a:visited {
	color:#ffab7c;
	text-decoration:none;
	cursor:pointer;
	}

a:hover {
	color:#fff;
	}

h1 {
	font-weight:normal;
	padding:0 0 1em 0;
	}

h2 {
	font-weight:normal;
	font-size:150%;
	color:#999999;
	}

h3 {
	font-size:120%;
	}

.skipNav {
	position:absolute;
	left:-4000px;
	}

/* PAGE STRUCTURE */

#pageContainer {
	margin:0 auto;
	text-align:left;
	width:900px;
	position: relative;
	}

#nav {
	float:right;
	width:auto;
	text-align:right;
	height:25px;
	}

#content, #footer {
	clear:both;
	position: relative;
	}

#footer {
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #333;
	color:#333;
	font-size:.75em;
	clear:both;
	}


/* NAV STYLES */

ul#nav {
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:75%;
	}

#nav li {
	margin:0;
	padding:0;
	float:left;
	margin-left:8px; /* space between nav links */
	}

#nav a {
	height:25px;
	display:block; 
	margin:0;
	cursor:pointer;
	}

#nav a span { 
	display:none; 
	}

#nav .photoGallery a {
	background:url(../pix/nav_photoGallery.png) no-repeat 0 0;
	width:127px;
	}

#nav .exhibit a {
	background:url(../pix/nav_exhibit.png) no-repeat 0 0;
	width:102px;
	}

#nav .artist a {
	background:url(../pix/nav_artist.png) no-repeat 0 0;
	width:93px;
	}

#nav .press a {
	background:url(../pix/nav_press.png) no-repeat 0 0;
	width:50px;
	}

#nav .moreInfo a {
	background:url(../pix/nav_moreInfo.png) no-repeat 0 0;
	width:160px;
	}
	
#nav a:hover { 
	background-position:0 -25px;
	}
/*********************

CSS FORM STYLES

***********************/

.cssForm div{
	width: 400px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 150px; /*width of left column containing the label elements*/
	height: 1%;
	}

.cssForm label{
	float: left;
	margin-left: -150px; /*width of left column*/
	width: 130px; /*width of labels. Should be smaller than left column (175px) to create some right margin*/
	text-align:right;
	color:#666666;
	}

.cssForm input[type="text"], 
.cssForm input[type="file"], 
.cssForm input[type="password"], 
.cssForm textarea, 
.cssForm select, 
.cssForm input[type="checkbox"], 
.cssForm input[type="radio"] {
	border:2px solid #ccc;
	}

.cssForm input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 150px;
	}

.cssForm textarea{
	width: 250px;
	height: 150px;
	}

.cssForm .noFormat {
	float:none;
	margin:0;
	padding:0;
	}

.cssForm input[type="text"]:focus, 
.cssForm input[type="file"]:focus, 
.cssForm input[type="password"]:focus, 
.cssForm textarea:focus, 
.cssForm input[type="checkbox"], 
.cssForm select:focus, 
.cssForm input[type="radio"]   {
	border-color:#f00;
	}

.cssForm fieldset {
	border:none;
	margin:25px 0;
	}

.cssForm legend {
	margin-bottom:1em;
	}

input.invalid {
	background: #fff6bf;
	border: 2px solid #ffd324;
    }
    
.error {
  color: #ff0000;
  font-size:90%;
  margin-left:1em;
  width:200px;
  float:right;
  }
    
.errorlist {
    margin: 0;
    padding: 0;
	display:none;
    }

/* CONTENT STYLES */

#content {
	font-size:.875em;
	position: relative;
	}

.logo {
	float:left;
	}

	/********************************************************
	
	Installation fader
	
	********************************************************/

		.largeInstallation {
			width:	875px;
			height:	384px;
			position: relative;
			top:30px;
			right:-50px;
			margin-bottom:30px;
			z-index: 0;
			font-family:"Myriad Pro", Geneva, Arial, sans-serif;
			color:#fff;
			text-shadow: 1px 1px 1px black;
		}
		
		.clawTable {
			position: absolute;
			right: 0;
			opacity: 0;
		}
		
		.largeInstallation #words1 {
			position: absolute;
			top:175px;
			left:30px;
			font-size: 2em;	
			opacity: 0;
		}
		
		.largeInstallation #words2 {
			position:absolute;
			top:210px;
			left:80px;
			font-size: 2.5em;
			opacity: 0;
		}
		
		.largeInstallation #words3 {
			position: absolute;
			top:250px;
			left:200px;
			font-size: 1em;
			color:#00c9ff;
			font-style: italic;				
			opacity: 0;
		}


.smallInstallation {
	float:right;
	position:relative;
	top:-70px;
	right:-15px;
	margin-bottom:-70px;
	}

.smallInstallation {
	float:right;
	}

.quote {
	float:left;
	position:relative;
	top:-200px;
	}

.threeColumn {
	clear:both;
	background:url(../pix/threeColumnBG.gif) top center repeat-y;
	float:left;
	font-size:.85em;
	margin-bottom:20px;
	margin-top:40px;
	width:100%;
	}

.threeColumn .column1, .threeColumn .column2, .threeColumn .column3 {
	width:286px;
	margin-left:21px;
	float:left;
	}

.threeColumn .column1 {
	margin-left:0;
	}

.threeColumn img, .twoColumn .column2 img {
	float:left;
	margin-right:10px;
	}

.threeColumn .column1 .text, 
.threeColumn .column2 .text, 
.threeColumn .column3 .text {
	float:right;
	width:140px;
	}

.twoColumn .column2 .text {
	width:140px;
	float:right;
	}

.threeColumn p, .twoColumn .column2 p {
	color:#999;
	}

.threeColumn ul, .twoColumn .column2 ul {
	list-style:none;
	}

.threeColumn strong, .twoColumn .column2 strong {
	font-weight:normal;
	color:#fff;
	}

.twoColumn {
	clear:both;
	}

.twoColumn .column1 {
	float:left;
	width:583px;
	}

.twoColumn .column2 {
	width:286px;
	float:right;	
	border-left:1px solid #333;
	padding-left:20px;
	font-size:.85em;
	}

.column2 .section {
	clear:both;
	border-bottom:1px solid #333333;
	margin-bottom:2em;
	padding-bottom:2em;
	width:100%;
	float:left;
	}

dt, .press-links li {
	border-top:1px solid #212121;
	padding-top:1em;
	margin-top:1em;
	}

.press-links {
	list-style: 	none;
	margin: 0;
	padding: 	0;
}

.press-links li {
	margin-left: 		20px;
}

dt.first {
	margin:0;
	padding:0;
	border:none;
	}

dd {
	margin-left:20px;
	}

.thumbnails {
	clear:both;
	}

.thumbnails img {
	width:130px;
	display:block;
	}

.thumbnails a {
	margin:0 10px 10px 0;
	border:2px solid #999;
	display:block;
	float:left;
	}

.thumbnails a.lastInRow {
	margin-right:0;
	}

#footer ul {
	list-style:none;
	float:left;
	width:100%;
	}

#footer li.left {
	float:left;
	width:50%;
	}

#footer li.right {
	float:right;
	width:50%;
	text-align:right;
	}

#footer li.right a:link,
#footer li.right a:active,
#footer li.right a:visited,
#footer li.right a:hover {
	color:#333;
	}