body, html{
	background-color: #85847f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0px;
	color: #48484A;
}
p { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #48484A;
}   

.hide {
	display: none;
}
.active span.show {
	display: none !important;
}
.active span.hide {
	display: inline !important; 
}

a {
	outline: none !important;
	word-wrap: break-word;
}
a, a:active, a:visited {
	text-decoration: none; 
	font-weight: bold;
	color: #35335E;
}
a:hover {
	text-decoration: underline;
	color: #35335E;
}

div.input_container {
	margin: 20px 0px;
}
#main_search_form label.heading {
	font-weight: bold;
	font-size: 11px;
}


div.cou {
	padding-top:20px;
	font-size:10px;
}

/* ----- MAIN STRUCTURE ----- */

#wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 17px 0px; 
	text-align: left; 
	width: 802px; 
	/*height: auto;*/
}

#page{
	width: 802px;
	/*float: left;*/
	/*height: auto;*/
	min-height: 500px; /* was 700px */
	background-color: #fff;
} 


div.clear {
	clear: both;	
}

div.dots {
	border-bottom: 2px dotted #CCC;
	margin-bottom: 4px;
	margin-top: 30px;
}

div.dots2 {
	border-bottom: 2px dotted #CCC;
	margin-bottom: 4px;
	margin-top: 10px;
}

/* -----  NAV BAR ----- */

#top {
	width: 762px;
	margin: 0px;
	height: 85px;
	padding: 10px 20px 5px 15px;
}

#logo {
	float: left;
}
#claim {
	float: right;
	color: #8B6BB5;
	text-transform:uppercase;
	height: 20px;
	padding-top: 33px;
	padding-left: 10px;
}
ul.nav {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	float: left;
}
ul.nav li {
	list-style: none;
	margin: 0px;
	letter-spacing: 1px;
	color: #ccc;
	display: inline;
	font-size: 10px;
	font-family: HelveticaLTStd, Helvetica, Arial;
}
ul.nav a:link, ul.nav a:active, ul.nav a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 10px;
	color: #ADADAD;
	font-weight: normal;
}
ul.nav li a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 10px;
	color: #ADADAD;
	font-weight: normal;	
}
ul.nav a.selected,
ul.nav a.selected:active,
ul.nav a.selected:visited,
ul.nav a.selected:hover {
	color: #754E9F;
	text-decoration: none;
}
#search {
	float:right;
	height:13px;
	margin-top:2px;
}

/*-- SUBNAV --*/

ul.subnav {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 20px;
	/*float: left;*/
}
ul.subnav li {
	list-style: none;
	margin: 0px;
	letter-spacing: 1px;
	color: #aaaaaa;
	display: inline;
	font-size: 11px;
	font-family: HelveticaLTStd, Helvetica, Arial;
}
ul.subnav li a:link, ul.subnav li a:active, ul.subnav li a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #ADADAD;*/
	color: #754E9F;
	font-weight: normal;
}
ul.subnav li a:hover {
	text-decoration: underline;
	/*font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 10px;
	color: #ADADAD;
	font-weight: normal;*/
}
ul.subnav span.selected {
	text-decoration: underline;
}

/* ----- FRONT PAGE ----- */



#mainleft {
	padding: 20px 0 20px 20px;
	width: 240px;
	height: 210px;
	float: left;
}
.mainleftcontent {
/*	width: 244px;     */
	float: left;
	/*border-right: 2px dotted #CCC; */
	padding: 5px 0 5px 5px;
}
#mainmiddle {
	padding: 20px 0 20px 21px;
	width: 240px;
	height: 210px;
	float: left;
}
.mainmiddlecontent {
/*	width:  242px;  */
	/*border-right: 2px dotted #CCC; */
	padding: 5px 0 5px 5px;
}
#mainright {
	padding: 20px 0 20px 21px;
	width: 240px;
	/*height: 210px;*/
	float: left;
}
.mainrightcontent {
/*	width: 239px;      */
padding: 5px 0 5px 5px;
}

.recently_added {
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
}
.recently_added_date {
	color: #000;
	font-weight: bold;
}

#footer {
	text-transform: uppercase;
	padding: 0 20px 3px 20px;
	margin-bottom: 30px;
}      
#footer a, #footer a:active, #footer a:visited {
	font-weight: normal;
}

#footer .photo-credit {
	float: right;
	text-transform: none;
}

img {
	border: 0;
}
/*-- TYPO --*/

.mainheader {
	padding: 5px;
	border-top: 2px dotted #CCC;
	border-bottom: 2px dotted #CCC;
	font-size: 14px;
	font-family: GothamBold, Helvetica, Arial;
	color: #333;
	font-weight: bold;
}

a.textlink:link, a.textlink:active, a.textlink:visited {
	color: #35335E;
	font-weight: bold;
	text-decoration: none;
}
a.textlink:hover { 
	text-decoration: underline; 
}

.updated {
	color: #DFB408;
}
.new {
	color: #35335E;
}
.selected {
	color: #754E9F;
}

h2 { 
	color: #35335E;
	font-size:18px;
	margin-top: 0px;
}
h3 {
	color: #35335E;
	font-size: 14px;
	font-weight: normal;   
	text-transform: uppercase;
}

h3.record_title {
	text-transform: none;
}

.about_leadin h3 {
	text-transform: none;
}

/*-- ABOUT PAGE --*/

div.header_image {
	margin-top: 10px;
	border-top: 2px dotted #CCC; 
	border-bottom: 2px dotted #CCC; 
}

div.about_leadin {
	width: 740px;
	margin: 20px 0 30px 20px;
}

.dotted_header {
	border-top: 2px dotted #CCC;
	border-bottom: 2px dotted #CCC;
	color: #35335E;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;  
	text-transform: uppercase;
}
.dotted_header_small {
	border-top: 2px dotted #CCC;
	border-bottom: 2px dotted #CCC;
	color: #35335E;
	font-size: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
div.about_wrapper {
	margin-left: 20px;
}
.about_left {
	width: 370px;
	float: left;
	margin-right: 20px;
}
.about_right {
	width: 370px;
	float: left;
}
.sponsor_text {
	display: block;
	float: left;
	width: 761px;  
	margin-top:15px;
	font-size: 8px;
}
.sponsor_image {          
	display: block;         
	float: left; 
}
.sponsor_subtext {
	float: right;
	font-size: 8px;
	margin-right: 20px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
}

/*-- ARTISTS LIST --*/

#artists_container {
	color: #3E3E3F; 
	margin-top:20px;
}
#artists_thumbs {
	float: left;
	padding-left:20px;
	width:395px;
}
#artists_list {
	padding-left: 2px;
	padding: 5px 0 10px 5px;
	float: right;
	width: 346px;   
	margin-right: 20px;
	background-color: #f2f5f5;
}
#artists_list_a {
	width: 165px;
	float: left;
	color: #3E3E3F;	
	margin-right: 10px;
}
#artists_list_b {
	width: 165px;
	float: left;
	color: #3E3E3F;
	margin-right: 0px;
}        

/*     NOT IN USE ANYMORE!
#artists_list_c {
	width: 110px;
	float: left;
	color: #3E3E3F;
}   */

.artists_dotted_header {
	border-top: 2px dotted #CCC;
	border-bottom: 2px dotted #CCC;
	color: #3E3E3F;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*-- INDIVIDUAL ARTIST  --*/


#indiv_artists_container {
}
#indiv_artists_left {
	float: left;
	padding-left:5px;
	width:560px;
	padding-left: 10px;
}
#indiv_artists_right {
	padding-left: 5px;
	padding-right: 5px;
	float: right;
	width: 206px;
	background-color: #F7F3EE;
	margin-top:-10px;
	height: 706px;
}
.artists_dotted_header_right {
	border-top: 2px dotted #CCC;
	border-bottom: 2px dotted #CCC;
	color: #3E3E3F;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.indiv_artists_dotted_header_left {
	border-top: 2px dotted #CCC;
	border-bottom: 2px dotted #CCC;
	color: #3E3E3F;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.artists_subhead {
	color: #754E9F;	
	margin-bottom: 10px;
	margin-left: 20px;
}
.artist_bio {
	width: 230px;
	float: left;
}


/*-- SELECTED WORK --*/

#selected_work_container {
}
#selected_work_left {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 196px;
	height: 515px;
	margin-left: 20px;
	background-color: #F7F3EE;

}
.selected_work_conditions {
	position: absolute;
	bottom: 5px;
	left: 5px;
}
#selected_work_right {
	float: right;
	padding-left: 10px;
	padding-right:10px;
	width:501px;
}
.work_navigation_back {
	padding-left: 10px;
	color: #000;
	width: 100px;
	float: left;
}
.work_navigation_previous {
	width: 588px;
	color: #000;
	float: left;
}
.work_navigation_next {
	color: #000;
	float: left;
}

/*div.pagination a {
	display: block;
	float: left;
	padding: 0px 2px;
}*/

/*------------ artist detail page --------------*/
#detail_left_column {
	float: left;
	padding: 20px 0px 0px 20px;
	width: 501px;
}
#detail_right_column {
	float: right;
	padding: 10px;
	width: 220px;
	background: #f7f6f1;   
	margin:20px 20px 0 0 ;
}

.dots_top {
	border-top: 2px dotted #CCC;
	margin-top: 10px;
}

.dots_bottom {
	border-bottom: 2px dotted #CCC;
}

.dots_left {
	border-left: 2px dotted #CCC;
}

.dots_right {
	border-right: 2px dotted #CCC;
}
.works_gallery{
	padding-left: 25px;
}      

.work {
	display: inline-block;
	vertical-align: top;  
	margin: 0 30px 0 0;
	width: 125px;
	padding: 15px 0 0 0;
}

.work a {
	display: block;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	text-align: center;
	background: #eeeeee;
}
  
.work_info {
	padding-top: 3px;
}
ul.doc_list, ul.link_list {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.doc_list li, ul.link_list li {
	margin: 4px 0px;
}

/*--------- record detail pages -------------*/
#record_detail_container {
	padding: 20px 20px 0 20px;
}
#record_detail_left_column
{
	/*margin: 0px 0px 0px 10px; */
	width: 240px;
	float: left;
}
#record_detail_right_column
{
	float: right;
	overflow: hidden;
	width: 501px;
	padding: 0;
}

#record_detail_info {
	padding: 10px 7px;
	background: #f7f6f1; 
}
#record_slideshow_container {
	padding: 0px 0px 32px;
	position: relative;
}
#record_slideshow_container img {
	width: 501px;
}
#record_image_navigation {
	margin: 8px 0px 0px;
}
#record_image_navigation .image_details {
	float: left;
	width: 40%;
}
#record_image_navigation .image_thumbnails {
	float: right;
	width: 60%;
}
#record_image_navigation .image_thumbnails img{
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#record_image_navigation .image_thumbnails img.active {
	width: 48px;
	height: 48px;
	border: 2px solid yellow; /*#575083;*/
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.record_navigation {
	padding: 4px;
}
#record_navigation_bottom {
	margin: 35px 0px;
}
.record_previous{
	float: left;
}
.record_next{
	float: right;
}

/* search page */
.narrowing_container {
	overflow: hidden;
}
.narrowing_select {
	float: left;
	margin: 15px 0px 0px 10px;
}
.narrowing_select select {
	height: 320px;
}

/* search results page */
div.pagination {
	margin: 0px 0px 15px 0px;
}
div.pagination b {
	font-weight: bold;
}

ol.results {
	list-style-type: disc;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
ol.results li {
	margin: 0px 0px 15px 0px;
}

div.search_result {
	overflow: hidden;
}
div.search_result img {
	float: right;
	width: 100px;
	margin: 0px 0px 10px 10px;
}

/* browse page */
ul.letter_links {
	width: 100%;
	list-style-type: none;
	overflow: hidden;
	margin: 0px 0px 15px;
	padding: 0px;
	font-size: 10pt;
}
ul.letter_links li {
	float: left;
	margin: 0px 7px;
}
div.options {
	margin-left: 10px;
}
div.option {
	clear: both;
}
div.options h2 {
	margin: 10px 0px 0px;
}
a.top_link {
	display: block;
	margin-bottom: 7px;
}
/* finding aid */
ul#folder_list {
	list-style-type: none;
}
ul#folder_list li h3 {
	background: transparent url('/dev/assets/images/plus.gif') no-repeat center left;
	padding: 0px 0px 0px 14px;
}
ul#folder_list li h3.active {
	background: transparent url('/dev/assets/images/minus.gif') no-repeat center left;
}

.padded_container {
	padding: 20px 20px 0px 20px;
}
#finding_aid .section {
/*
	margin: 0px 0px 0px 20px;
*/
}

ul#faq {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

span.highlight {
	background: yellow;
	font-weight: bold;
}

a.slideshow_next, a.slideshow_prev {
	position: absolute;
	z-index: 999;
	outline: none !important;
	width: 50%;
	height: 100%;
}
a.slideshow_next{
	right: 0px;
	top: 0px;
}
a.slideshow_prev {
	left: 0px;
	top: 0px;
}
a.slideshow_next:hover {
	background: url('/dev/js/lightwindow/images/nextlabel.gif') no-repeat center right;
}
a.slideshow_prev:hover {
	background: url(/dev/js/lightwindow/images/prevlabel.gif) no-repeat center left;
}

.standout {
	/*width: 90%;    */
	background: #eeeeee;
	border: 1px solid #f9de59;
	margin: 0px auto 15px;
	padding: 0 0 0 10px;
}
                 
/* NEW CLASSES MARCO & OLAF */    

.recently_added + h3 {
	margin-top: 20px;
}

.recently_added + h3.h3home {
	margin-top: 20px;
}

p + h3, ul + h3 {
	margin-top: 30px;
} 

p + h2 {
	margin-top: 30px;
}
 
.breadcrumbs {  
	padding: 0 0 20px 0;
	font-size: 11px;
}
                       
#detail_right_column h3 {    
	margin-top: 0;
	        
}

h3.h3home {
	color: #35335E;
	font-size: 14px;
	font-weight: normal;   
	text-transform: uppercase;
	margin: 5px 0px 0px 0px;
}
.homeimageupload p{
    color:red; 
    text-align:center;
}
