@charset "utf-8";
/* CSS Document */

/* Reset Start*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
body {
        line-height: 1;
        color: black;
        background: white;
}
ol, ul {
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: separate;
        border-spacing: 0;
}
caption, th, td {
        text-align: left;
        font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}
/* Reset End*/

/** {margin:0;padding:0}*/
img {border: none;}

body{
	background-color: none;
	background: transparent;
	}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#page_content {
	margin-left: -500px;
	position: absolute;
	top: -361px;
	/*left: 50%;*/
	width: 1000px;
	height: 722px;
	visibility: visible;
}

/* CSS Rules for custom scrollbars */
.scrollbar-vert{
	background-color: none;
	background-image: url(../images/vertical-line-scroll-bar-2.gif);
	height: 439px;
	width: 16px;
}

.scrollbar-vert-short{
	background-color: none;
	background-image: url(../images/vertical-line-scroll-bar-3.gif);
	height: 375px;
	width: 16px;
}

.scrollbar-horz{
	background-color: none;
	background-image: url(../images/horizontal-line-scroll-bar-2.gif);
	height: 16px;
	width: 712px;
}
.handle-vert{
	background-color: #d2d6a7;
	height: 100px;
	width: 4px;
	position: relative;
	left: 5px;
	border: 1px solid #b0b579;
}
.handle-horz{
	background-color: #d2d6a7;
	height: 4px;
	width: 100px;
	position: relative;
	top: 5px;
	border: 1px solid #b0b579;
}

.scroll_up {
	width: 16px;
	height: 17px;
	background-image: url(../images/vertical-line-scroll-bar-up.gif);
}

.scroll_down {
	width: 16px;
	height: 17px;
	background-image: url(../images/vertical-line-scroll-bar-down.gif);
}

.scroll_left {
	width: 17px;
	height: 16px;
	background-image: url(../images/horizontal-line-scroll-bar-left.gif);
}

.scroll_right {
	width: 17px;
	height: 16px;
	background-image: url(../images/horizontal-line-scroll-bar-right.gif);
}
/* End CSS rules for scrollbars*/

div#main_menu_content {
  position: relative;
  z-index: 3;
}

div#main_menu_content a {
	text-decoration:none;
}

div#background_img {
	/*REMINDER!!: paths to files are relative from this file's folder*/
	background: url(../images/2008-bkgnd-deckle-e2e7d2.jpg) no-repeat;
	position:relative;
	width:1000px;
	height:635px;
	z-index:0;
	margin-left:auto;
	margin-right:auto;
	top: -30px;
}

div#container {
	position:absolute;
	top: 85px;
	width: 100%;
	height: 531px;
	z-index: 1;
	background-color:transparent;
	background-image:url(../images/2008-white-toaster-panel.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}

div#container_contents {
	position: relative;
	top: 5px;
	left: 5px;
	width: 886px;
	height: 521px;
	overflow: hidden;
	margin-left:auto;
	margin-right:auto;
}

div#left_column {
	position:absolute;
	width: 290px;
	height: 521px;
	overflow: hidden;
	border-right: 1px solid #d2d6a7;
	}

div#left_column_content {
/*	top: 200px;  */
	color: black;
	position:relative;
	width: 290px;
	height: 521px;
	overflow: hidden;
}

div#left_column_content.about {
	padding-left: 30px;
}

div#contact_sideinfo_scroller {
	position: absolute;
	top: 60px;
	padding-left: 30px;
	padding-right: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: black;
	width: 220px;
	height: 456px;
	overflow: hidden;
}

div#artist_list_scroller ul {
	list-style: none;
	margin-left: 68px;
	}

div#artist_list_scroller li {
	margin-bottom: 1px; /* 34px;*/
	}

div#artist_list_scroller li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	}

div#artist_list_scroller li a:hover {
/*text-decoration: underline;*/
	color: #a1a864;	}

div#artist_list_scroller {
	width: 280px;
	height: 489px;
	overflow: hidden;
	position: absolute;
	top: 27px;
	}

div#artist_list_scrollbar, div#about_scrollbar, div#artist_detail_scrollbar, div#exhibit_list_scrollbar, div#contact_sideinfo_scrollbar {
	position:absolute;
	top: 61px;
	left: 264px;
}

div#exhibit_scroll_up, div#artist_list_scroll_up, div#artist_detail_scroll_up, div#contact_sideinfo_scroll_up {
	position: absolute;
	top: 44px;
	left: 264px;
}

div#exhibit_scroll_down, div#artist_list_scroll_down, div#artist_detail_scroll_down, div#contact_sideinfo_scroll_down {
	position: absolute;
	top: 500px;
	left: 264px;
}

div#news_scroller {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 470px;
	height: 430px;
	padding-left: 25px;
	overflow:hidden;
}

div#news_scrollbar {
	position: absolute;
	top: 45px;
	left: 520px;
}

div#news_scroll_up {
	position: absolute;
	top: 28px;
	left: 520px;
}

div#news_scroll_down {
	position: absolute;
	top: 420px;
	left: 520px;
}

div#artist_detail_bio, div#about_scroller {
	width: 210px;
	height: 474px;
	overflow: hidden;
	position: relative;
	top: 27px;
	padding-left: 30px;
	padding-right: 15px;
	font-size: 12px;
	}

div#artist_detail_bio p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 17px;
	line-height: 16px;
	}

ul.artist_works_list {
	list-style: none;
	font-size: 10px;
	margin-bottom: 17px;
	}

ul.artist_works_list li {
	margin-bottom: 6px;
	}

div#header_artists, div#header_contact, div#header_about  {
	width: 596px;
	position: absolute;
	left: 290px;
	top: 0px;
	height:62px;
	border-bottom: 1px solid #d2d6a7;
}

div#header_artist_gallery {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 886px;
	height:62px;
	border-bottom: 1px solid #d2d6a7;
}

/*div#header_artists a#logo_small, div#header_artist_gallery a#logo_small, div#header_contact a#logo_small, div#header_about */

a#logo_small {
	float: left;
	display: block;
	width: 163px;
	height: 46px;
	margin-top: 10px;
	position: relative;
}

.header_left_side {
	width: 120px;
	float: left;
	border-right: 1px solid #d2d6a7;
	height: 38px;
	padding-top: 24px;
	color: black;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
}

div#header_artists a#logo_small.artists_logo {
	left: 120px;
	}
	
div#header_artists a#logo_small.exhibits_logo {
	left: 30px;
	}

a.artist_detail_logo {
	left: 20px;
}

div#header_artist_gallery a#logo_small {
	left: 29px;
	}

div#header_contact a#logo_small {
	left: 120px;
}

div#button_close {
	border-left: 1px solid #d2d6a7;
	position: absolute;
	left: 528px;
	width: 76px;
	height: 62px;
	}

div#button_close img {
	position: absolute;
	top: 22px;
	left: 22px;
	}

div#header_artist_gallery div#button_close{
	left: 808px;
	}

div#content, div#content.contact {
	width: 596px;
	height: 459px;
	position: absolute;
	top: 62px;
	left: 290px;
}

div#content.gallery {
	width: 886px;
	height: 459px;
	position: absolute;
	top: 62px;
	left: 0px;
}

div#content_inner {
	width: 596px;
	height: 459px;
	position: relative;
}

div#content_inner h2 {
	font-family: "Times New Roman", Times, serif;	
}

div#content_inner.about {
	font-family: "Times New Roman", Times, serif;
}

div#content_inner.contact {
	width: 528px;
	height: 459px;
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
}

div#content_inner.contact form {
	padding-left: 120px;
	padding-top: 30px;
	font-family: "Times New Roman", Times, serif;
}

div#content_inner.gallery {
	width: 886px;
	height: 459px;
}

div.artist_directory_imag {
	position:absolute;
	display: block;
	width: 425px;
	margin: 45px auto 0px auto;
	text-align: center;
	}

div.artist_image {
	position:absolute;
	top: 15px;
	display: block;
	width: 425px;
	margin: auto;
	text-align: center;
	left: 155px;
	}

div.artist_image img {
	text-align:center;
	margin: 0 auto;
	}

div#header_artist_gallery div#artist_title {
	font-family: "Times New Roman", Times, serif;
	width: 585px;
	float: left;
	border-right: 1px solid #d2d6a7;
	height: 38px;
	padding-top:24px;
	}

div#header_artists div#artist_title {
	font-family: "Times New Roman", Times, serif;
	width: 324px;
	float: left;
	border-right: 1px solid #d2d6a7;
	height: 62px;
	}

div#artist_thumb_back {
	font-family: "Times New Roman", Times, serif;
	float: left;
	position: absolute;
	left: 470px;
	height: 40px;
	width: 100px;
}


div#artist_title a.back_to_artist_list {
	line-height: 20px;
	padding-left: 22px;
	background: url(../images/back_button.gif) left no-repeat;
	width: 50px;
	float:left;
	margin-top: 21px;
	text-decoration: none;
	color: #665356;
	font-style: italic;
	font-size: 12px;
	margin-left: 18px;
	}

div#artist_title a.back_to_artist_bio {
	line-height: 20px;
	padding-left: 22px;
	background: url(../images/back_button.gif) left no-repeat;
	text-decoration: none;
	color: #665356;
	font-style: italic;
	font-size: 12px;
	margin-top: -3px;
	margin-left: 18px;
	}

div#artist_title a.back_to_exhibit_list {
	line-height: 20px;
	padding-left: 22px;
	background: url(../images/back_button.gif) left no-repeat;
	width: 200px;
	float:left;
	margin-top: 24px;
	text-decoration: none;
	color: #665356;
	font-style: italic;
	font-size: 12px;
	margin-left: 18px;
}

div#artist_title_inner {
	padding-top: 24px;
	font-weight: bold;
	font-size: 12px;
}

div#artist_title a.back_to_artist_list:hover {
/*text-decoration: underline;*/
	color: #a1a864;	
	}

div#artist_title a.back_to_artist_bio:hover {
	text-decoration: none;
	color: #a1a864;	
	}

.artist_exhibit_menu {
	font-family: "Times New Roman", Times, serif;
}

div#artist_title h2 {
	color: #432b2f;
	font-size: 11px;
	font-weight: normal;
	display: inline;
	float: left;
	margin-top: 25px;
	margin-left: 18px;
	}

div#content_inner h2 {
	color: #432b2f;
	font-size: 11px;
	font-weight: normal;
	/*display: inline;*/
	float: left;
	margin-top: 10px;
	margin-left: 16px;
}

div#header_artist_gallery div#artist_title h2 {
	color: #432b2f;
	font-size: 11px;
	font-weight: normal;
	margin-left: 60px;
	display: inline;
	margin-right: 12px;
	margin-top: -3px;
	}

div#header_artist_gallery div#artist_title span.exhibit {
	font-size: 11px;
	font-style: italic;
	color: #432b2f;
	}

div#header_artist_gallery div#artist_title span.exhibit_type {
	font-size: 11px;
	font-weight: bold;
	color: #677719;
	}

div#header_artist_gallery div#artist_title span.exhibit_name {
	font-size: 11px;
	font-weight: bold;
	color: #432b2f;
	}

div#header_artist_gallery div#artist_title p {
	line-height: 11px;
	}

div#artist_title h2 span {
	color: #b0b579;
	}

div#click_to_expand {
	position: absolute;
	top: 6px;
	left: 10px;
	color: #bfc29a;
	font-size: 10px;
	margin-bottom: 23px;
}

div#inner_left_list_outer {
    display: table-cell;
    vertical-align: middle;
    height: 459px;
}


div#view_exhibits {
	position: relative;
    /* top: 20px;  */
	left: 25px;
	color: #bfc29a;
	font-size: 10px;
	margin-bottom: 23px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div#exhibits_list {
	position: relative;
	left: 25px;
/*    top: 80px;*/
	width: 130px;
	}

div#exhibits_list a:hover {
	text-decoration: none;
	color: #a1a864;
}

div#exhibits_list ul {
	/*display: block;*/
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

div#exhibits_list p {
	color: #bfc29a;
	font-size: 12px;
	margin-bottom: 23px;
	}

div#exhibits_list li {
	/*display: block;*/
	line-height: 20px;
	}

div#exhibits_list li a{
	/*display: block;*/
	font-size: 14px;
	color: #5b4649;
	text-decoration: none;
	line-height: 20px;
	}

/*div#exhibits_list li ul {
	margin-top: 11px;
	}

div#exhibits_list li ul li {
	margin-bottom: 13px;
	margin-left: 6px;
	font-style: italic;
	}
*/
div#gallery_scrollbar {
	width: 712px;
	height: 16px;
	position: absolute;
	left: 87px;
	top: 400px;
}

div#gallery_scroll_left {
	position: absolute;
	top: 400px;
	left: 70px;
}

div#gallery_scroll_right {
	position: absolute;
	top: 400px;
	left: 799px;
}

div#gallery_scroller {
	width: 750px;
	overflow: hidden;
	margin: auto;
	margin-top: 100px;
	position: absolute;
	left: 68px;
	}

div#gallery_scroller a:hover {
	text-decoration: none;
}

div#gallery_scroller td {
	vertical-align:middle;
	padding-right: 40px;
	}

div#gallery_scroller td img {
	margin-bottom: 6px;
	}

div#gallery_scroller p {
	font-size: 11px;
	color: #b0b579;
	text-decoration: none;
	}
	
p.artist_gallery_author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #b0b579;
	text-decoration: none;
	}

p.artist_gallery_detail {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #b0b579;
	text-decoration: none;
	}

div#exhibit_list_scroller {
	width: 210px;
	height: 489px;
	overflow: hidden;
	position: absolute;
	top: 27px;
	left: 0px;
	padding-left: 40px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}

div#exhibit_list_scroller a {
	text-decoration: none;
	}

div#exhibit_list_scroller ul {
	list-style: none;
	}

div#exhibit_list_scroller ul li {
	padding-bottom: 38px;
	}

p.exhibit_type_heading {
	color: #949c51;
	font-size: 10px;
	margin-bottom: 20px;
	}

span.exhibit_title {
	font-style: italic;
	font-weight: bold;
	color: #949c51;
	}

span.exhibit_artist {
	text-transform: uppercase;
	color: #432b2f;
	}

span.exhibit_date {
	font-size: 10px;
	color: #432b2f;
	}

div#header_artists div#exhibits_type_title {
	width: 128px;
	float: left;
	border-right: 1px solid #d2d6a7;
	height: 38px;
	padding-top:24px;
	padding-left: 14px;
	}

div#header_artists div#exhibits_type_title h2 {
	color: #432b2f;
	font-size: 11px;
	font-weight: normal;
	margin-left: 60px;
	display: inline;
	margin: 0;
	}

div#header_artists div#exhibits_buttons {
	width: 146px;
	float: left;
	border-right: 1px solid #d2d6a7;
	height: 38px;
	padding-top:24px;
	padding-left: 14px;
	}

a.exhibits_button_current {
	display: block;
	width: 37px;
	font-size: 8px;
	color: #949c51;
	text-transform: uppercase;
	padding-left: 18px;
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	text-decoration: none;
	float: left;
	}

a.exhibits_button_previous {
	display: block;
	width: 44px;
	font-size: 8px;
	color: #949c51;
	text-transform: uppercase;
	padding-right: 18px;
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-right: 12px;
	}	
	
	
	
div#links_list_scroller ul {
	list-style: none;
	margin-left: 68px;
	}

div#links_list_scroller li {
	margin-bottom: 1px;
	}

div#links_list_scroller li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	}

div#links_list_scroller li a:hover {
	/*text-decoration: underline;*/
	color: #a1a864;	
	}

div#links_list_scroller {
	width: 280px;
	height: 489px;
	overflow: hidden;
	position: absolute;
	top: 27px;
	}

div#footer_bottom_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	/*color: #696e4e;*/
	color: #a1a864;
	position: relative;
	top: -20px;
}

.category {
	font-size: 12px;
}

.category_leaf {
	font-size: 10px;
	font-style: italic;
}

.ArtistIconCaption, .ArtistCatIconCaption {
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #a1a864;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.ArtistIconCaption_Link {
	margin: 20px 80px;
}

div#content_inner.about .artist_directory_image {
	/*Slideshow on about page*/
	position: absolute;
	width: 400px;
	height: 335px;
	top: 62px; left: 98px;
	text-align: center;
}

div#exhibit_details_xfade {
	position: absolute;
	left: 160px;
	top: 40px;
	width: 432px;
	height: 432px;
	text-align: center;
	
}

#news_img {
	position: relative;
	width: 100%;
	height: 1px;
	margin: 55% auto;
	text-align: center;
}


