/*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.
*/
/**
*
*EXHIBITIONS THEME
*No color should be added to this stylesheet with the exception of drupal specifics.  The rest will be controlled through the drupal admin
*and default colors should live in colorpicker.css.
**/
body {
	width: 100%;
	font-size: 10px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
body *{
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;*/
	line-height: 1.22em;
}
hr {
border-style: solid;
border-width: 1px;
}
h1 {
	font-weight: bold;
}
/*Transparent image hack (for pager buttons) and path needs to be relative to server, not drupal*/
* html img, * html div { behavior: url(iepngfix.htc);}
h2, h3 {
	font-weight: bold;
}
body.ntype-page #main h2, #main h3 {
	padding: 0em 0em 1.50em 0em;
}

p, sub {
	line-height: 1.6em;
	padding: 0em 0em .5em 0em;
}
a, li.active{
	line-height: 1.4em;
	text-decoration: none;
}
em {
	font-style: italic;
	font-weight: inherit;
}
strong {
	font-weight: bold;
}
strong em, em strong, h2 em, h3 em {
	font-weight: bold;
	font-style: italic;
}
img {
	display: block;
}
dl dt{
	font-weight: bold;
}

dl dd{
	margin: 0em 0em 1.00em 1.00em;
	line-height: 1.6em;
}
blockquote {
	margin-left: 2.3em;
	margin-bottom: 1.0em;
	margin-top: 0em;
	padding: 0;
	line-height: 1.6em;
}
#main #content ol {
	list-style-position: outside;
	list-style: decimal;
	margin-left: 3.5em;
	line-height: 1.4em;
}
#main #content ul {
	list-style-position: outside;
	list-style: disc;
	margin-left: 3.5em;
	margin-bottom: 1.0em;
	line-height: 1.4em;
}
#main #content ol li, #main #content ul li{
	padding-bottom: .5em;
}


#main #content .item-list ul, #main #content .item-list ol {
	list-style: none;
	margin-left: 0;
	margin-bottom: 1.0em;
}
#main #content .item-list ul li, #main #content .item-list ol li {
	padding-bottom: 0em;
}

.italic {
	font-style: italic;
}
#page {
/*background-image: url(../gfx/layout_grid.gif);
background-position: top left;
background-repeat: no-repeat;
height:1000px;*/
	/*position: absolute;
	height: 100%;
	top: 20.1em;*/
	float: left;
	margin-left: 0em;
	padding: 0em 0em;
	width: 95.0em;
}
#pagewrapper {
    margin: 0 auto;
    width: 950px;
}
h1#site-name {
	display: none;
}
/**
*DRUPAL SPECIFIC
**/

/*
** Collapsing fieldsets
*/
body.node-edit fieldset {
	margin: .8em 0em;
}
body.node-edit .form-item {
	margin: .8em;
}
body.node-edit input {
	padding: .2em;
}
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(menu-collapsed.png);
  background-position: 5px 50%;
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}
/**
*GENERAL FORM STYLES
**/
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
	left: 10.6em;
	overflow: hidden;
	padding: .2em;
  z-index: 100;
}
#illustratedworks #autocomplete {
	left: 13.7em;
}

#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  white-space: pre;
  cursor: default;
}
/***SEE COLOPICKER.CSS FOR #autocomplete li.selected ***/

/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 4px;
}
html.js input.throbbing {
  background-position: 100% -16px;
}

/*Tabs, pager and Messages*/
.messages, .citi-messages {
	clear: both;
	font-weight: bold;
	margin: 0em 0em 1.00em 0em;
	padding: .80em;
}
/*pager*/
.pager {
	font-weight: bold;
	float: left;
	clear: both;
	width: 65.0em;
	text-align: right;
	margin: 0em 0em 1.00em 0em;
 }
#main #content .pager img, #block-aicexhibitions-artwork_browser img {
	margin: 0;
	padding: 0;
	display: inline;
	float: none;
 }
#block-aicexhibitions-artwork_browser img{
	float: right;
 }
.page-words, .pager-list {
	float: left;
	padding: .4em .4em .4em .8em;
 }
#main #content .pager-list a {
	padding: 0em 0.2em 0em .2em;
	font-weight: normal;
  text-decoration: none;
}
.pager-list .pager-current{
	font-weight: bold;
	padding: 0em 0.2em 0em 0em;
	text-decoration: none;
}
#block-aicexhibitions-artwork_browser {
	float: left;
	clear: both;
	width: 21.5em;
	margin: 0em 0em 0em 0em;
	padding: 0;
}
#block-aicexhibitions-artwork_browser .content {
	width: 100%;
	float: left;
	margin: .2em 0em;
}
#block-aicexhibitions-artwork_browser .page-words {
	padding: .3em .5em;
 }
#block-aicexhibitions-artwork_browser .page-words a{
	font-weight: bold;
}
.tabs-wrapper {
	float: left;
	margin: 1.2em 0em 0em 0em; /*0px 0px 10px 0px*/
	padding: 0em .8em 0em 0em; /*55px 8px 0px 0px*/
}

body.page-blocks .tabs-wrapper {
	clear: both;
	padding: 1.00em .8em 0em 0em;
	width: 90%;
}
.tabs-wrapper ul.primary /*Blocks page*/ {
	margin: 0em 0em 0em 0em;
}
.tabs-wrapper ul {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	float: left;
	margin: 0em 0em 0em 1.00em;
}
.tabs-wrapper ul li{
	float: left;
	font-weight: bold;
	display: block;
}
.tabs-wrapper ul li a {
	display: block;
	padding: .5em .8em;
	border-right: 1px solid #999;
}

.tabs-wrapper ul li a.active, .tabs-wrapper ul li a:hover {
	display: block;
	padding: .5em .8em;
}
/***SEE COLOPICKER.CSS FOR .tabs-wrapper ul li a.active ***/
table#blocks th {
	font-size: 1.3em;
	font-weight: bold;
	padding: .3em;
}
table#blocks td{
	padding: .3em;
}
table#blocks td.region {
	background-color: #ccc;
}
/**
*DRUPAL DEBUGGING TOOLS
**/
.dev-query, .dev-memory-usage {
	display: none;
	float: left;
	clear: both;
}
.clear-block {
	clear: both;
}
/***HEADER - SEE COLLAGE-MANAGED.CSS FOR HEADER-NAV STYLES***/
/**/
#header {
/*	position: absolute;
    float: left;*/
	border-bottom-style: solid;
	border-bottom-width: 10px;
	height: 16.7em;
    margin: 0 auto;
}
#header-region {
	padding: 1.0em 0em 0em 4.1em;
	width: 95.00em;
	height: 16.7em;
	margin: 0 auto;
}
* html #header-region {
	width: 76.00em;
}
#logo-title {
	height: 2.60em;
	float: left;
	padding: 0em 0em 1em 0em;
}

/*BREADCRUMBS*/
#breadcrumb {
	float: left;
	padding: 0em 0em 0em 0em;
	margin: 1.00em 0em 2.0em 0em;
	width: 65.00em;
}
#breadcrumb .breadcrumb {
	float: left;
	padding: 0em 0em 0em 0em;
}
#breadcrumb a {
	font-weight: bold;
	text-decoration: underline;
}
#breadcrumb .sel {
	text-decoration: none;
}
#exhib-banner{
	clear: both;
	float: left;
}
#exhib-banner img{
	display: block;
	margin: -10px 0 0 0;
	padding: 0;
}
/**
*NAVIGATION - default drupal region used to hold page title and tabs
**/
#navigation {
	width: 100%;
	padding: 0em 0em 1.00em 0em;
}
h1#page-title {
	font-size: 116%;
	clear: both;
}
/*Editing page-title-wrapper affects tabs-wrapper*/
#page-title-wrapper {
    clear: both;
}
/*ie6 hack*/
* html #page-title-wrapper {
}
/**
*BODY CONTAINER
**/
#container {	
/*	position: absolute;
	height: 160%;
*/float: left;	
	width: 95.9em;
	margin: 0em 0em 0em 0em;
	padding: 0px 0px 0px 0px;/*Don't make this padding relative...keep as px not em*/
}
/**
*SIDEBAR-RIGHT 
**/
#sidebar-right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 108%; /*approx 12px*/
	float: left;
	padding: 0em 0em 2.0em 1.0em;
	width: /*23.7em*/21.5em;
	margin: 0;
	/*position: absolute;
	right: 0;
	top: 0;
	height: 100%;*/
}
#sidebar-right .block{
	padding: 1.0em 0em;
	margin: 0em 0em 0em 0em;
}
#sidebar-right #block-aicexhibitions-artwork_browser.block{
	padding: 0;
}
#sidebar-right li.leaf a {
	display: block;
	/*height: 1.3em;This is screwing up multi lined items except in ie6*/
	margin: 0;
	padding: 0;
}
#sidebar-right #relatedArtworksMore li,
#sidebar-right #relatedArtworksLess li {
	margin-bottom: 16px;
}
#sidebar-right #relatedArtworksMore p,
#sidebar-right #relatedArtworksLess p {
	padding-top: 5px;
}

/*IE6 hack*/
* html #sidebar-right li.leaf a {
	height: 1.3em;
}

/**
*MAIN
**/
#main {
	margin: 0em 0em 0em 0em;
	padding: 0em 1.00em 0em 2.5em;
	width: 67.0em;
	float: left;	
/*	position: absolute;
	left: 0;
	top: 0;
	height: 105%;*/
}

#main #content{
	float: left;
	width: 64em;
	line-height: 1.22em;
	margin: 0em 1em 1em 0em;
	padding: 0em;

}
#main #content p{
	line-height: 1.6em;
	margin: 0em 1.0em 0em 0em;
	padding: 0em  0em 1.5em 0em;
	width: auto; /*this breaks in ie7*/
}

#main #content a {
	text-decoration: underline;
}
#main #content img {
	display: block;
	float: left;
	margin-bottom: .8em;
}
#main #content .image {
	float: right;
	clear: both;
	width: auto;
}
#main #content .wrap {
	float: right;
	width: 25.0em;
	padding: .8em 0em .8em 1.5em;
}
#main #content .caption {
	float: right;
	clear: both;
	width: 25.0em;
	margin: -.8em 0em 0em 0em;
	padding: 0em 0em .8em 2.0em;
	font-style: normal;
}
#main #content .twotwentyfive {
	width: 22.5em;
}
#main #content .twofifty {
	width: 25.0em;
}

#main #content .onefifty {
	width: 15.0em;
}

/**
*FOOTER
**/
#footer {
	/*Do NOT clear or float this div, or your footer will not sit correctly*/
	margin: 2.00em 0em 2.0em 0em; /*0px 0px 0px 0px*/
	padding: 0em 0em 0em 0em;
	width: 57.1em;
}
/**
*END GLOBAL STYLES
**/

/**
*BEGIN MENU STYLES
**/
#sidebar-right a{
	font-weight: normal;
}
#sidebar-right a:hover{
	text-decoration: underline;
}

#sidebar-right li{
	list-style: none;
	list-style-position: outside;
	margin: 0em 0em 0em -1.0em;
}
#sidebar-right .block {
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
/***SEE COLORPICKER CSS FOR #sidebar-right li a.active***/


#sidebar-right ul.menu ul.menu li a{
	font-weight: normal;
	padding: 0em 0em 0em .8em;
}

#sidebar-right h2{
	display: none;
}
#block-devel-1 h2, .block-user h2, #block-aic-user_status h2, #block-menu-220 h2, #block-user-1 h2, #block-devel-0 h2 {
	display: block;
}

.firstword{
  font-weight: bold;
}

#edit-submit{
	float: left;
	clear: both;
	font-weight: bold;
	border: 1px solid;
	padding: .2em;
	margin: 0em  1.0em 0em .8em;
	font-size: 100%;
}

#block-aicexhibitions-artwork_related_categories h2, #block-aicexhibitions-artwork_related_resources h2, #block-aicexhibitions-resource_related_artworks h2, #block-menu-1585 h2 {
	display: block;
	clear: both;
	padding-bottom: .8em;
	padding-top: 1.20em;
}
#block-menu_trim-475 a {
	font-weight: bold;
}
#block-aicexhibitions-artwork_related_categories li, #block-aicexhibitions-artwork_related_resources li{
  list-style-type: disc;
	font-size: 100%;
	margin-left: .3em;
}

#block-aicexhibitions-resource_related_artworks img {
margin-bottom: .5em;
margin-top: 1.0em;
}
#hoverify-target div {
padding: .5em;
margin-bottom: 1.0em;
}
#hoverify-target div a{
	color: inherit;
}
body.citi-artwork #hoverify-target div {
	font-style: italic;
}
/*Press pages*/
table#attachments  {
	width: 64.0em;
	clear: both;
}

table#attachments th {
	font-weight: bold;
}
table#attachments td {
	width: 22.0em;
	padding: 1.0em 0em;
}
/*Events*/
body.exhib-event #main #content .item-list ul li {
	margin: 1.00em 0em;
	display: block;
}
#main #content  .bodycopy .black {
	color: #000;
}

/* Form styling */
.form form div { 
  display: block;
  margin: 0 auto;
  width: 48em; 
}
.form form div.form-item { 
  display: block;
  width: 48em; 
}
.form form div.form-item label {
  font-weight:bold;
  float: left;
  height: 1.2em;
  margin-right: 1em;
  padding-top: 0.25em;
  text-align: right;
  width: 12em;
}

.form form div.form-item input, .form form div.form-item select { 
  color: #000000;
  float: left;
  margin-bottom: 1em;
  text-align: left;
  width: 25em;
  font-size:1.1em;
  border-width: 1px;
  border-style: solid;
  outline: none; 
}

.form form div.form-item input { 
  height:1.4em; 
}

.form form div.inline-form-items div.form-item {
  display: inline;
  width: 24em;
}

.form form div.inline-form-items div.form-item input {
  width: 11.65em;
  float: none;
}

.form form div.inline-div {
  display: inline;
  width: 2em;
}

.form #edit-submit { 
  float:right; 
  margin-right: 70px; 
  margin-bottom: 40px;
}

#column_container, #container {
    float:left;
    width:100%;
}

.theme_topic { margin:20px 0; }
.theme_topic_image { margin-right:5px; float:left; width:12em; }
.theme_topic_text { margin-left:5px; float:left; width:51em; }

