/* reset */
* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

/* utility */
.clear {
	clear: both;
}

/* layout */
body {
	background-color: #333;
	color: #999;
	font-family: arial, sans-serif;
	font-size: 12px;
}

#container {
	width: 1000px;
	margin: 36px auto;
	position: relative;
}

#title {
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	top: 18px;
	left: 18px;
	padding-bottom: 18px;
}

#title a {
	text-decoration: none; color: #fff; 
}

#left-col {
	width: 345px;
	float: left;
	margin: 365px 0 70px 0; 
	margin-top: 358px; /* testing :::CAR */
}

#right-col {
	width: 655px;
	float: left;
	margin: 18px 0 70px 0;
}

#footer {
	font-size: 10px;
	margin: 0 0 15px 18px;
	clear: both;
}

/* navigation */
ul.nav {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 18px;
}

ul#nav1 {
	top: 65px
}

ul#nav2 {
	top: 200px;
}

ul.nav li {
	margin-bottom: 10px;
}

ul#nav1 li,
ul.nav a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul#nav1 li ul {
	list-style: none;
}

ul#nav1 li ul li a {
	text-transform: none;
	font-size: 11px;
}

ul#nav1 li { color: #996; }

ul.nav a:link { color: #996; }
ul.nav a:visited { color: #996; }
ul.nav a:hover { color: #99c; }
ul.nav a:active { /* empty */ }

ul#nav1 li ul li a:link { color: #999; }
ul#nav1 li ul li a:visited { color: #999; }
ul#nav1 li ul li a:hover { color: #fff; }
ul#nav1 li ul li a:active { /* empty */  }

/* dropdown effect (suckerfish) */
ul#nav1 { /* all dropdown lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#nav1 li { /* all dropdown list items */
	/* float: left; */
	clear: left;
	position: relative;
	width: 10em;
}

ul#nav1 li ul { /* second-level lists */
	display: none;
	position: absolute;
	/* top: 1em; */
	/* left: 0; */
	left: 10em;
}

ul#nav1 li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	/* top: auto; */
	/* left: auto; */
	left: 10em;
}

ul#nav1 li:hover ul, ul#nav1 li.over ul { /* lists nested under hovered list items */
	/* display: block; */
	display: inline;
}

/* content elements */
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 95px 0 30px 18px;
	margin-bottom: 23px; /* testing :::CAR */
	text-transform: uppercase;
	color: #996;
	letter-spacing: 1px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 20px 0 14px 18px;
	text-transform: uppercase;
}

p {
	line-height: 18px;
	margin: 0 60px 2px 18px;
}

#right-col p a { color: #f5f5f5; }
#right-col p a:link { text-decoration: none; }
#right-col p a:visited { text-decoration: none; }
#right-col p a:hover { text-decoration: underline; }
#right-col p a:active { /* empty */ }

/* gallery */
h1#series-name {
	margin-top: 0;
}

#gallery-thumbstrip {
	margin-top: 18px;
	margin: 18px 0 55px 0; 
	white-space: nowrap;
}

#gallery-thumbstrip img {
	margin-right: 9px;
}

#gallery-thumbstrip a.strip-nav {
	font-size: 11px;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: none;
}

#gallery-thumbstrip a.strip-nav:link { color: #993; }
#gallery-thumbstrip a.strip-nav:visited { color: #993; }
#gallery-thumbstrip a.strip-nav:hover { color: #99c; }
#gallery-thumbstrip a.strip-nav:active { /* empty */ }


#gallery_detail {
	position: relative;
}

#gallery_detail #main-image {
	width: 505px;
	height: 505px;
	text-align: center;
	float: left;
	clear: both;
}

#gallery_detail .pad {
	height: 505px;
	width: auto;
}

#gallery_detail #piece-information {
	margin: 350px 0 0 20px;
	float: left; 
}

#gallery_detail #piece-information h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #993;
	margin: 0 0 15px 0;
	text-transform: none;
}

#gallery_detail #piece-information .attribute {
	font-size: 11px;
	color: #993;
	margin-bottom: 15px;
}

.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	margin: 20px 10px 0px 5px;
	font-size: 11px;
	font-style: italic;
	color: #993;
	cursor: hand;
	text-transform: uppercase;
}

.horizontal_accordion_toggle_active {
	display: none;
}

.horizontal_accordion_content {
	/* REQUIRED */
	height: 100px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	overflow: hidden;
}
	
#horizontal_container {
	height: 36px;
	width: 100%;
}


/* artist */
#quote {
	padding-top: 30px;
	font-style: italic;
}

#quote img {
	margin: 18px 0 62px 18px;
	margin-bottom: 20px; /* tightening this up per client :::CAR */
}

#quote p {
	margin-bottom: 0;
}

#quote p#quote-credit {
	font-style: normal;
	padding-left: 20px;
}

#quote p#quote-credit span {
	display: block;
	clear: left;
	padding-left: 10px;
}

#quote p#photo-credit {
	font-size: 10px;
	font-style: normal;
	margin-top: 20px;
}

/* links */
h3 a, .url a {
	color: #f5f5f5;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 18px;
}

h3 a:link { text-decoration: none; }
h3 a:visited { text-decoration: none; }
h3 a:hover { text-decoration: underline; }
h3 a:active { /* empty */ }

.cat-wrap {
	padding-bottom: 10px;
}

.url {
	padding-bottom: 25px;
	display: none;
}

.cat-wrap p {
	padding-bottom: 25px;
}


/* home */
#home #main-image {
	padding: 120px 0 70px 345px;
	height: 500px;
}

#home #main-image-wrap {
	width: 500px;
	height: 500px;
}

#home #keyword-rich-text {
	position: absolute;
	left: 0;
	bottom: -500px;
}




