/**
 * @style.css
 * Styles for Law Library.
 */
 
@import url(http://fonts.googleapis.com/css?family=EB+Garamond);

body {
	background-color: #FFFFFF;
	color: #242021;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}




#main{
	min-height: 400px;
	margin: 30px 0 5px 0;
}

#page-wrapper{
	width: 960px;	
	margin: 0px auto;
	border-right: #999 solid 1px;
	border-left: #999 solid 1px;

}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

.banner{
	background: url('../images/banner.jpg') no-repeat center left; 	
	background-color: #DB8B51;
	height: 122px;
	position: relative;	
}

.lead-menu{
	position: absolute;
	right: 10px;
	top: 8px;
	padding: 0;
	
}

.lead-menu ul { 
	padding: 0;
	margin: 0px 12px 0px 0px;
}

.lead-menu ul li{ 
	padding: 0 0px 10px 0px;
	margin: 0;
	display: inline;
}



.lead-menu ul li a,
.lead-menu ul li a:visited { 
	text-decoration: none;
	font-size: 10px;
	letter-spacing: .08em;
	border-left: #BC7C4B 1px solid;
	padding: 12px 10px 0px 12px;
	color: #FFF;
	text-transform: uppercase;
}

.lead-menu ul li.first a{ 
	border: none;
}

#block-system-main-menu ul.menu a{
	color: #FFF;
}

.subbanner{
	background: url('../images/librarybanner.jpg') no-repeat center left; 
	height: 90px;	
	margin-top: 1px;
	position: relative;
}

#site-name{
	position: absolute;
	bottom: 20px;
	right: 30px;
}

#site-name a, #site-name a:visited {
	font-size: 28px;	
	text-decoration: none;
	color: #FFF;
	text-transform: capitalize;
}

.nav-menu {
	background:	#AF9D92;
	padding: 0px 0px 0px 0px;
	margin-top: -15px;
}

.nav-menu ul.menu {
	background:	#AF9D92;	
	padding: 9px 0px 9px 2px;	
}

.nav-menu ul.menu li.first{
	border-left: none;	
}

.nav-menu ul.menu li{
	display: inline;
	border-right: 1px solid #FFF;
	background:	#AF9D92;
	padding: 9px 14px 9px 3px;
}

.nav-menu ul.menu li a, a:visited {
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .08em;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}

.nav-menu ul.menu li a:hover{
	text-decoration: underline;
}

.region-sidebar-first, #content{
	display: inline;
	float: left;
	position: relative;
}

.region-sidebar-first{
	display: inline;
	float: left;
	position: relative;
	width: 240px;
	margin: 10px 5px 10px 0px;	
}
	
.region-sidebar-first .block-menu,
.region-sidebar-first .block {	
	border:	1px solid #AF9D92;
	margin: 0px 0px 15px 15px;
	padding: 5px 10px 10px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
}

.region-sidebar-first .block-menu h2,
.region-sidebar-first .block h2{	
	font-size: 16px;
	margin: 10px 10px 0px 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #AF9D92;
	color: #555;  
	
}

.region-sidebar-first .block .content {
	margin: 20px 10px 10px 15px;	
}

.region-sidebar-first .block-menu ul {
	margin-left: -20px;
}

.region-sidebar-first .block-menu ul li {

	
}
	
.region-sidebar-first .block-menu ul li a, 
.region-sidebar-first .block-menu ul li a a:visited {	
	color:  #CA4A00;
	font-size: 12px;
	text-decoration: none;
}

.region-sidebar-first .block-menu ul li a a:hover {
	text-decoration: underline;
}


.breadcrumb a,
.breadcrumb a:visited {
	color: #555;
	text-decoration: none;
	font-size: 12px;
}
	
#content{
	padding-top: 5px;
	width: 680px;
	padding-right: 15px;
	padding-left: 15px;	
}

#content h1.title {
	padding-top: 0;
	margin-top: 0;	
	font-size: 24px;
	color: #000;
	font-weight: normal;
}

#content a,
#content a:visited {
	color: 	#CA4A00;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;	
}

#content h2{
	color: 	#555;
	font-size: 18px;
}

#content h3{
	color: #CA4A00;
	font-size: 16px;
	margin-top: 0;	
}

#content p {
	font-size: .8em;
	line-height: 1.5em;
	text-align: justify;
}

#content img.content-image,
.pc-banner img,
.content .field-name-field-record-thumb img,
.content .field-name-field-person-image img ,
.content .node-page img {
	margin: 0px 0px 8px 0px;
	padding: 2px;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 3px 3px 10px #000;
	-webkit-box-shadow: 3px 3px 10px #000;
	box-shadow: 3px 3px 10px #000;	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');		

}

.content .node-page img {
	margin: 10px;
	vertical-align: top;	
}

#content figure{
	display: table;
	width: 100px;
	margin: 0;
	padding: 0;
}

#content .right {
	float: right;
	margin-left: 15px;	
}

#content .left{
	float: left;
	margin-right: 15px;	
}

#content figcaption{
	color: #444;
	font-size: .7em;
	margin-top: 0px;
	padding: 0px 3px 5px 3px;
}


#archives figure {
	margin-left: 2em;	
}

#exhibits h2.pane-title {
	margin-top: 0;	
}

#exhibits .panels-flexible-row {
	margin-bottom: 2em;
}

#archives .panels-flexible-row{
	margin-bottom: 1em;	
}

.content h2.pane-title{
	margin-top: 0;	
}

p span.flare {
	font-size: 14px;
	color: #8C98B3;	
	
}

ul.pager{
	padding-top: 30px;	
}

#main-wrapper{
	padding-bottom: 40px;	
}
/* ----------------- Home --------------- */

#home-page {
	margin: 0px 20px 0 0;
	padding: 0;	
	background: url('../images/mare_liberum_grotius_1828_1633_bg.jpg') no-repeat top left ;
}

.home-content {
	
}

#home-page .home-column {
	margin-left: 80px;
}

#home-page .titles {
	height: 40px;
	
}

#home-page .titles {
	margin: 0px 20px 50px 0;
	
}

#home-page .titles h1,
#home-page .titles h2 {
	font-family: 'EB Garamond', serif;
	text-align: right;	
	margin: 0;

}



#home-page .titles h1 {
	letter-spacing: 2px;
	font-size: 70px;	
	color: #3B5164;
	
}

#home-page .titles h2 {
	font-size: 22px;	
	color: #CA4A00;
	margin-top: -15px;
	
}

#home-page h2{
	font-size: 15px;
	font-weight: bold;
	color: #DA9360;
	padding: 0px;
	text-transform: uppercase;
}


#home-page .home-about {
	float: right;	
	width: 520px;
	margin: 40px 20px 20px 0px;
}

#home-page p.first:first-child::first-letter{
	font-family: 'EB Garamond', serif;
	font-size: 5em;
	color: #302B2C;
	float: left;
	line-height: 1.1em;
	margin-top: -5px;
	padding-right: 0.1em;
}

#home-page .home-about img {
	float: right;	
	
}

#home-page .nav-box {
	margin: 0px 0px 35px 10px;
}

#home-page .nav-box h2{
}

#home-page .nav-box img {
	float: left;	
	margin-right: 20px;
}

#home-page .nav-box p {
	font-size: 14px;
	letter-spacing: .06em;	
	
}

.home-base .panels-flexible-region {	
	margin: 0px 5px 10px 5px;
	
	
}

.home-base {
	border-top: 1px solid #EBEAE9;
	margin: 5px;
}

.home-base .panels-flexible-region .pane-content{
	background: #EBEAE9;
	padding-bottom: 5px;
}

.home-base .panels-flexible-region .pane-content h2{
	background: #A49A91;
	padding: 7px 10px 7px 15px !important;
	color: #fff !important;
	border-bottom: 2px solid #fff;
	margin-bottom: 0;
}

.home-base .panels-flexible-region .pane-content p {
	padding: 15px 20px 3px 20px !important;	
	
	margin-top: 0;
}

/* ------------------ Rule ------------------ */

.logo-rule {
	height: 18px;
	width: 461px;
	margin: 10px auto 40px auto;	
}

.logo-rule .line-right,
.logo-rule .line-left{
	width: 175px;	
	height: 1px;
	background: #DDDCD6;
	margin-top: 14px;
}

.logo-rule .logo {
	background: url('../images/logo_black.jpg') no-repeat;
	width: 23px;
	height: 25px;
	margin: 0 18px;
}

.logo-rule span {
	display: block;
	float: left;	
}

.sharethis-wrapper{
	text-align: right;
}

.sharethis-wrapper {
	padding-bottom: 4px;
}

/* ------------------ Table Styles ------------------ */

table {
  border: 0;
  border-spacing: 0;
  font-size: 0.75em;
  margin: 10px 0;
  width: 100%;
}
table table {
  font-size: .7em;
}
#footer-wrapper table {
  font-size: .7em;
}
table tr th {
  background: #555;
  background: rgba(0, 0, 0, 0.51);
  border-bottom-style: none;
  
}
table tr th,
table tr th a,
table tr th a:hover {
  color: #FFF;
  font-weight: bold;
}
table tbody tr th {
  vertical-align: top;
}
tr td,
tr th {
  padding: 4px 9px;
  border: 1px solid #fff;
  max-width: 500px;
  text-align: left; /* LTR */
}
#footer-wrapper tr td,
#footer-wrapper tr th {
  border-color: #555;
  border-color: rgba(255, 255, 255, 0.18);
}
tr.odd {
  background: #e4e4e4;
  background: rgba(0, 0, 0, 0.105);
}
tr,
tr.even {
  background: #efefef;
  background: rgba(0, 0, 0, 0.063);
}
table ul.links {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
table ul.links li {
  padding: 0 1em 0 0;
}

/* -------------- Special Banners Banner ---------------- */

.banners{
		
}

.banners tr td, tr th {
	text-align: center;
	width: 110px;
}

.banners td {
	vertical-align: top;	
}

.banners img {
	margin: 0px 0px 10px 0px;
	padding: 3px;
	
}

.banners tr{
	background: none;
	padding-bottom: 30px;	
}

.banners .views-field-title span.field-content {
	color: #444;
	font-size: 10px;
	margin-top: 10px;		
}


/* -------------- Record ---------------- */

.node-collections-record .field-group-format-toggler{
	display: none;
}

.content .field-name-field-record-thumb img,
.content .field-name-field-person-image img{
	float: left;
	margin-right: 20px;	
}

.node-collections-record .group-record-header{
	min-height: 220px;
}

.view-id-collection_filtering {
	font-size: 12px;	
}

.node-collections-object tr {
  background: #FFF;
}

.object-transcript .transcript{
	border: #e4e4e4 1px solid;
	background: #efefef;
	padding: 0 2em 2em 2em;
	border-radius: 10px;
	
}

.object-transcript table {
	border-radius: 5px;
	border: 1px solid #e4e4e4;
}

.content .view tbody img{
	-webkit-box-shadow: 2px 2px 2px 2px #333;
	-moz-box-shadow: 2px 2px 2px 2px #333;
	box-shadow: 2px 2px 2px 2px #333; 
	border: black 1px solid;
	padding: 4px;	
}

.content .view td.views-field-field-record-thumb {
	text-align: center;	
}

.group-object-images {
	margin-bottom: 40px;	
}

.node-person-header .field-group-format-toggler{
	display: none;
}



.fieldset-wrapper {
	margin: 20px;
	font-size: 12px !important;
}

.fieldset-wrapper .field-label {
	margin-bottom: 2px;
	color: #606060;
	font-size: 13px;
}

.fieldset-wrapper .field-items {
	margin: 0px 0px 10px 5px;
}

.fieldset-wrapper p,
.fieldset-wrapper p span{
	font-size: 12px !important;	
	margin: 0;
	text-indent: 20px;
}

.fieldset-wrapper table {
	font-size: 12px;	
}

#zoomify {
	width: 100%;
	height: 549px;
	border: 1px solid #666;
}

.foot-body ul{
	padding-left: 20px;
}
.foot-body li{
	font-size: 12px;
	margin-bottom: 2px;
	list-style: none;
	
}



/* -------------- Footer ---------------- */

@charset "utf-8";
/* CSS Document */

.footerbox {
	background-color: #AF9D92;
	height: 113px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E1DAD7;
	background-image: url(../images/footerbkg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 10px;
	padding-left: 184px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 0px;
	color: #FFF;
	margin-left:-1px;
	text-decoration: none;
}
.textshare {
	border: 1px solid #FFF;
	padding: 2px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footerinfo {
	width: 325px;
	border-right-color: 69533B;
	float: left;
	padding: 0px;
}
.footerheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #FFF;
}
.footercontacttext {
	line-height: 18px;
}

.footerlinks01 {
	width: 80px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9C897A;
	padding-left: 25px;
	float: right;
	line-height: 100%;
	font-size: 14px;
	
}
.footerlinktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 187%;
}

.footerlinks02 {
	width: 100px;
	float: right;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9C897A;
	line-height: 171%;
}
.footerlinks03 {
	float: right;
	width: 60px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9C897A;
	padding-left: 17px;
}
.footersocialmedia {
	height: 90px;
	width: 117px;
	padding-left: 10px;
	float: right;
	padding-top: 6px;
	text-align: center;
	padding-right: 10px;
}
.footertextshare {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	height: 12px;
	width: 40px;
	float: right;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-right: 8px;
}
.footertextsharebox {
	padding-top: 14px;
}

.legaltext {
	font-size: 9px;
	line-height: 5px;
}
.footerlinktext a:link {color:#FFFFFF; text-decoration:none}
.footerlinktext a:visited {color:#FFFFFF;text-decoration:none}
.footerlinktext a:hover {color:#FFFFFF;text-decoration:underline}
.footerlinktext a:active {color:#FFFFFF;text-decoration:underline}

.footerheadline a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.footerheadline a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.footerheadline a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: bold;
}
.footerheadline a:active {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight: bold;
}

.footercontacttext a:link {color:#FFFFFF; text-decoration:none}
.footercontacttext a:visited {color:#FFFFFF;text-decoration:none}
.footercontacttext a:hover {color:#FFFFFF;text-decoration:underline}
.footercontacttext a:active {
	color:#FFF;
	text-decoration:underline;
	font-style: italic;
	font-weight: bold;
}

.footertextshare a:link {color:#FFFFFF; text-decoration:none}
.footertextshare a:visited {color:#FFFFFF;text-decoration:none}
.footertextshare a:hover {color:#FFFFFF;text-decoration:underline}
.footertextshare a:active {color:#FFFFFF;text-decoration:underline}


/************  No Menu Pages  ******************/

#no-menu{}



/************  SOLR  ******************/
.block li a,
.block li a:visited{
	color: #CA4A00; 
	list-style-image: url(../../misc/menu-leaf.png);
	
	text-decoration: none;
}

.item-list li {
	font-size: 12px;	
}

/************  Search Results  ******************/



.search-result-container {
	clear:both;
	padding-top: 25px;
}

.search-result-interior {
	position: relative;	
	
}

.search-result-thumb {
	float: left;
	
}

.search-result-thumb img{
	padding: 2px;
	border: 1px solid #333;	
	 
}

.search-result-info {
	width: 500px;
	float: right;

	
}
