/*EM calculator: http://riddle.pl/emcalc/
The base font for the site is 10px or x-small.  To calculate the padding, width, etc with ems, 
you have to base it off the font of that element, or the next containing element.

This page intentionally uses pixels instead of ems because we do not want the table or the images to be resized by the browser.
*/

/*
*Light green: #bacbc3
*Dark green: #84948a
*Orange: #BD8440
*
* colorpicker:
* Background/Header color/Messages/Artwork Horizontal rules: #bacbc3 (#818054)
* Body color/Button color/Exhibition Splash header color: #84948a (#e8dfc5)
* Exhibition splash background/Tab Active Background color/Heading text colors: #fff (#3f4b00)
* Header bottom border/Active link/Sidebar Horizontal Rule: #bd8440 (#e8dfc5)
* Breadcrumb link color: #4B5650 (#3f4b00)
* Tab Background color: #ebebeb (#ebebeb)
* Tab Hover Background color: #aaa ()
* Tab border: #999 (#999)
* Body text color: #000 (#000)
*
*THESE WILL BE THE DEFAULT VALUES
*/

body, .pager, .messages, .citi-messages {
	background-color: #818054;
}
.tabs-wrapper ul li a {
	background-color: #ebebeb;
}
.tabs-wrapper ul li a:hover {
	background-color: ;
}
#main, #edit-submit, #block-aicexhibitions-artwork_browser .content {
	background-color: #e8dfc5;
}

#column_container, #container, #sidebar-right { background-color: #818054; }

body.ntype-exhibition #header {
	background-color: #FFFFFF;
}

body.ntype-exhibition, body.ntype-exhibition #main, .tabs-wrapper ul li a.active {
	background-color: #818054;
}

#header {
	background-color: #c13b32;
}

#block-aicexhibitions-artwork_browser img {
	background-color: #818054;
}

.tooltip { background-color: #ffffff;}

#filterMenu { background-color: #818054; }

#galleryContent { background-color: #C3BFAA; }

/**
*FONT COLORS
**/
body, a, li.active, a:link, a:visited, #breadcrumb{
	color: #000;
}	
#breadcrumb .sel {
	color: #3f4b00;
}

#sidebar-right li a.active, 
.tabs-wrapper ul li a.active {
	color: #e8dfc5;
}
#main #content  .bodycopy .right, 
#main #content  .bodycopy .right a, 
body.ntype-exhibition #main #content .content {
  color: #c13b32;
}
#sidebar-right .content,
#sidebar-right #hoverify-target div,
#sidebar-right .content a,
#sidebar-right li a, 
#sidebar-right li a.link, 
#sidebar-right li a.visited, 
#sidebar-right h2,
#hoverify-target .event-item a{
	color: #323d15;
}
#breadcrumb a,
#block-aicexhibitions-artwork_browser .page-words a {
	color: #3f4b00;
}

.messages, .citi-messages, .pager, #main #content .pager-list a, #edit-submit  {
	color: #3f4b00;
}
h1 {
	color: #c13b32;
}
h3 {
	color: #3f4b00;
}
.tooltip { color: #3f4b00; }

ul#filters, a.filterLink, a:link.filterLink, a:visited.filterLink, #main #content ul.artistName li a:link, ul.artistName li a:visited, #main #content ul.typeName li a:link, #main #content ul.typeName li a:visited, #main #content #filters .tagName li a, a#resetBox:hover { color: #e8dfc5; }

#filters li .sub { border: 1px solid #e8dfc5; }

#filterMenu h3, #filterControls, #filterControls a:link, #filterControls a:visited, #filterControls a:hover, #filterControls a:active { color: #e8dfc5; }

ul#dateRange { color: #818054; }

.form form div.form-item label, .form #edit-submit { color: #c13b32;}

.form #edit-submit { border: 1px solid #c13b32;}

/*#main #content .bodycopy .left, #main #content .bodycopy .left a {
	color: #e8dfc5;
}

*/
/**
*BORDER COLORS
**/
#header {
	border-color:#3f4b00;
}
#sidebar-right #block-menu_trim-475, #sidebar-right .block {
	border-color:#e8dfc5;
}

#edit-submit{
	border-color: #3f4b00;
}
#artwork-body {
		border-color: #818054;
}
hr {
		border-color: #818054;
}
.tabs-wrapper ul, .tabs-wrapper ul li a {
	border-color: #999;
}
.form form div.form-item input, .form form div.form-item select {
 border-color: #818054; 
}
a#resetBox:link, a#resetBox:visited {
  border-color: #e8dfc5;
}
a#resetBox:hover {
  border-color: #e8dfc5;
}



