/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
margin: 0; padding: 0;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Removes list-styles from lists  */
ol, ul {
list-style: none;
}

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

em {
font-style: italic;
}

/* Removes list-style from lists */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img {
border: 0;
}

/* Left-aligns text in caption and th */
caption, th {
text-align: left;
}

/* Removes quotation marks from q */
q:before, q:after {
content: '';
}


html {
	text-align: left;
}

body {
	position: relative;
	width: auto;
	margin: 0;
	text-align: left;
	font-family: Avenir,Futura,"Century Gothic",Verdana, sans-serif;
	line-height: normal;
	background: transparent url(img/bg2.gif) repeat-y 0 0;
	font-size: 15px;
}

div#branding {
    background: #093872;
    color: #eee;
    padding: 8px;
}
div#title
{
  float: left;
}
div#branding h1 {
    font-size: 30px;
    padding: 0 0 4px 0;
}
div#branding h1 a {
    color: #fff;
	text-decoration: none;
}
div#branding blockquote p {
    padding: 0 10px 0 30px;
	font-size: 15px;
}
div#navigation
{
  text-align: right;
  font-size: 12px;
  padding: 2em;
}
div#navigation a
{
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #ddf;
}

div.browse-panel {
	float: left;
	width: 210px;
	padding-left: 15px;
}
div.browse-panel div.article-info
{
    font-family: Georgia, serif;
	margin: 10px auto;
	padding: 0.75em 10px 0 0;
	font-size: 13px;
	font-weight: bold;
}

div.browse-panel h3 {
	margin: 10px auto;
	margin-bottom: 5px;
	padding: 0.25em 0 0 0;
	font-family: Georgia, serif;
	font-size: 13px;
	font-weight: bold;
}
div.browse-panel blockquote
{
  padding: 10px 10px 5px 0;
  font-size: 12px;
  font-weight: normal;
}

div#about {
	/*font-family: Avenir,Futura,"Century Gothic",Verdana, sans-serif;*/
    margin-top: 1em;
    font-weight: normal;
    font-size: 11pt;
    color: #444;
}
div#about p
{
  margin-bottom: 0.75em;
}

div.article-info h4 {
	margin-top: 10px;
	padding: 0 0 0 0px;
	font-weight: bold;
}
div.article-info p {
	margin-top: 4px;
	padding-left: 0.5em;
	font-weight: normal;
}
div.article-info strong {
  font-weight: bold
}
div.article-info a {
  font-size: 0.9em;
}
div.article-info ul.post-meta {
	margin-top: 4px;
	padding-left: 1em;
	font-size: 0.9em;
}
div.browse-panel ul.post-meta li {
	margin-top: 4px;
	margin-left: 2em;
	font-weight: normal;
}
div.browse-panel ul.post-meta span.post-meta-key {
    display: block;
    margin-left: -2em;
    font-weight: bold;
}



div.browse-panel div.exhibit-facet-frame {
	padding: 0; margin: 0;
	width: 192px;
	float: left;
	display: inline;
}
div.browse-panel div.exhibit-facet-frame div.exhibit-facet {
	padding: 0; margin: 0 0 0 10px;
}
div.browse-panel div.exhibit-facet-frame div.exhibit-facet div.exhibit-facet-body-frame {
	background-color: #D1E0EF;
	border: 1px solid #798EA6;
}
div.browse-panel div.exhibit-facet-frame div.exhibit-facet div.exhibit-facet-body-frame div.exhibit-facet-body {
	border: 1px solid #FFFAEF;
	height: 80px;
}
div.browse-panel div.exhibit-facet-header {
	font-family: Georgia, serif;
	font-size: 11px;
	margin-top: .75em;
}
div.browse-panel div.exhibit-facet-value-count {
	color:#AAAAAA;
	left: -4.2em;
	position: absolute;
	text-align: right;
	width: 3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.browse-panel div.exhibit-facet-value-inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.browse-panel div.exhibit-facet-resizer {
	display: none;
}
div.browse-panel div.exhibit-browsePanel-logoContainer {
	text-align: right;
}
div.browse-panel div.exhibit-browsePanel-logoContainer img {
	margin: 1em 18px 0 0;
}

div.content-frame {
    margin-left: 270px;
	width: 650px;
	font-family: Georgia, serif;
	font-size: 14px;
}
div.exhibit-viewPanel-viewContainer div.exhibit-collectionView-header {
    color: #778da5;
    margin-top: 17px;
	margin-bottom: 0;
}
div.content-frame span.exhibit-collectionView-header-count, 
div.content-frame span.exhibit-collectionView-header-types {
	font-family: Georgia, serif;
	font-size: 28px;
	font-weight: bold;
}
div.content-frame span.exhibit-collectionView-header-details {
	font-family: Georgia, serif;
	font-size: 12px;
}
div.content-frame div.exhibit-collectionView-header-sortControls {
	visibility: hidden;
	margin: 0 0 0 25px;
}
div.content-frame .exhibit-copyButton, 
div.content-frame td.exhibit-tileView-itemIndex {
	display: none;
}
div.content-frame div.exhibit-collectionView-group h1 {
	margin-bottom: 0;
	margin-top: 0;
}
table.exhibit-tileView-body tbody tr {
	border-bottom: 5px dotted #fff;
}
table.exhibit-tileView-body .item {
	background-color: #D1E0EF;
	font-size: 18px;
	padding: .4em .6em;
}
table.exhibit-tileView-body .item span.value.ttl {
	font-style: italic;
}

table.exhibit-tileView-body .item span.itemLabel {
  margin-left: 1em;
  float: left;
  width: 100px;
  font-size: 0.8em;
  font-weight: bold;
}
table.exhibit-tileView-body .item div.itemProp {
  margin-left: 100px;
  padding-left: 1em;
  font-size: 0.8em;
}

table.exhibit-tileView-body .item div.synopsisFrame
{
  margin-top: 4px;
}

table.exhibit-tileView-body .item em {
	font-style: normal;
}
.exhibit-collectionView-group-content {
	border-top: 1px dotted #7A8FA6;
}
.exhibit-collectionView-body tr {
}
div.item div.links {
	text-align: right;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: .6em 0 .5em 0;
}
div.item div.links a, 
div.content-frame span.exhibit-collectionView-header-details a.exhibit-action {
	color: #174379;
}
div.item div.links a:hover, 
div.content-frame span.exhibit-collectionView-header-details a.exhibit-action {
	text-decoration: none;
}

div.content-frame h3#article-title
{
  font-size: 1.5em;
  font-weight: bold;
  margin: 1.5em 0 0.5em 0;
}

div#searchResults
{
  background: #fff;
  display: none;
}


