/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
body {
    border-top: 4px solid #386075;
    background: url(../images/bg_body.jpg) repeat 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1em;
    color: #333;
}


table {  border: none; }

img {
    max-width: 100%;
    height: auto;
}

ul { margin-left:1.25em;}

a:link, a:visited {
color: #9b3332;
text-decoration: none;
}

a:hover {
    color: #777;
}

#zone-content img {
    max-width: 100%;
    height: auto;
}

blockquote {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
 /*   background: #faf8f7;
border: 1px solid #e7e1d9;
padding: .25em;*/
    font-size: 1.5em;
    margin: .5em;
}

blockquote p {
    font-size: .50em;
    text-align:right;
    padding-right: 10em;
}

blockquote h2 {
    margin-bottom: 10px;
}

tr.even, tr.odd {
background-color: transparent;
border-bottom: none;
padding: 0.1em 0.6em;
}

tr.odd td, tr.even td {
    background-color: transparent;
}

button, input[type="reset"], input[type="submit"], input[type="button"] {
    background: #9d3232;
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    padding: .5em;
    text-shadow: none;
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    border-radius: 5px;
     -moz-border-radius: 5px;
    webkit-border-radius: 5px;
    border: 1px solid #d7d4d2;
    font-size:1em;

    }

.form-actions input:hover {
background: #6e1616;
}

.pager {
    background: transparent;
    border: none;
}

.pager li {
    border: none;
}
.pager li a {
    background: transparent;
    color: #9b3332;
}

.pager li.pager-next {
    border-left: none;
}

.pager li a:hover {
background: transparent;
color: #000;
}

.item-list .pager li {
    background: transparent;
}

.pager li.pager-first a, .pager li.pager-previous a, .pager li.pager-next a, .pager li.pager-last a {
width: 70px;
font-size: 14px;
}

.pager li.pager-current {
    color: #000;
    font-weight: bold;
}


/** commented by Jl
.region-page-top {
    display: none;
}*/

div.caption-inner {
   background: #faf8f7;
border: 1px solid #e7e1d9;
padding: .5em;
font-family: Arial, Helvetica, sans-serif;
font-size:.75em;
}

div.caption img {
    margin-bottom: 0;
}

#section-header {
    background: #133547 url(../images/bg_header.png) repeat 0 0;
    border-top: 1px solid #487084;
}

.logo-img {
    padding: 1em 0;
}

.site-name-slogan {
    text-indent: -9999em;
    float: none;
}

/* SEARCH BAR ****/

#zone-user {
    background: #0a2634;
    padding: .5em 0;
}

.region-user-second form input {
    color: #000;
    padding:.25em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Crimson, Georgia, "Times New Roman", serif;
    margin:0;
}

.region-user-second input#edit-submit,
.region-user-second input#edit-submit--2,
.region-user-second input#edit-submit--3 {
    background: #9d3232 url(../images/icon_search.png) no-repeat center center;
    border: none;
    text-indent: -9999em;
    width: 32px;
    height: 32px;
  }

/*Princeton Logo*/
.region-user-second .pu-logo {
    text-indent: -9999em;
    display: block;
    background: url(../images/pu-logo.png) no-repeat 0 0;
    height: 36px;
    width: 236px;
}

/* Main Navigation */
#region-menu {
 background: #9d3232;
    padding: .125em;
    border-bottom: 1px solid #b75454;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    display:inline-block;
}

.region-menu-inner {
 /* padding: .5em 0;*/
  padding:0;
  clear:none;
  display:inline-block;
  width: 100%;
}

.region-menu-inner .block-1 {
    padding: .25em 0;
    clear:none;
}

.region-menu-inner ul {
    list-style: none;
}

#region-menu ul.menu li {
    float: left;
    list-style-type: none;
    list-style-image: none;
    width: 95%;
    border-top: 1px dashed #9a2c2c;
    border-bottom: 1px dashed #cb6565;
}

#region-menu ul.menu li.active,
#region-menu ul.menu li.active-trail {
    background: #7a1e1e;
    /*border: 1px solid #731919;*/
}

#region-menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display:block;
    font-weight: bold;
    padding: .25em;
}

#zone-content {
    border-bottom: 1px solid #d7d4d2;
    padding-bottom: 1em;
}

/**** SIDEBAR ****/
.region-sidebar-first .menu-block-2 ul li {
    border-bottom: 1px solid #d8d6d4;
    border-top: 1px solid #faf9f7;
    padding: .5em 0;
    list-style-image: none;
    list-style-type: none;
}

.region-sidebar-first .menu-block-2 ul li.first {
    border-top: none;
}

.region-sidebar-first .menu-block-2 ul li.last {
    border-bottom: none;
}

.region-sidebar-first .menu-block-2 ul li a {
    color: #a72d2d;
    text-decoration: none;
}

.region-sidebar-first .menu-block-2 ul li a.active-trail {
    color: #0a2d3f;
}

.region-sidebar-second {
    font-size: 12px;
}

.region-sidebar-second h2 {
    font-size:1.75em;
    color: #555;
    margin-bottom: 0;
    border-bottom: 1px solid #D7D4D2;
    letter-spacing:0;
}

.region-sidebar-second .field-name-body,
.region-sidebar-second .view {
    border-top: 1px solid #fff;
    padding-top: 1em;
}


/**** FOOTER ****/

#zone-footer {
    border-top: 1px solid #fff;
}

#zone-footer .region {
    padding-top: .5em;
    font-size:.750em;
}

#zone-footer h2 {
    display:none;
}

/***** HOME *****/

.front h1 {
    display: none;
}

.front #zone-content {
border-bottom: none;
padding-bottom: 0;
}

.front #zone-postscript {
border-bottom: 1px solid #D7D4D2;
padding-bottom: 1em;
}

.front #zone-postscript h2.block-title {
 font-weight: bold;
 border-bottom: 1px solid #ccc;
}

.front #zone-postscript .block .content {
  /* border-bottom: 1px solid #fff; */
    padding-top: 1em;
}

.front #zone-postscript  img {
    display: block;
    padding: .5em;
}

.front .sponsor {
    text-indent: -9999em;
    display:block;
}

.front a.na {
    background: url(../images/logo_na.png) no-repeat 0 0;
    height: 120px;
    width: 95px
    }

.front a.humanities {
    background: url(../images/logo_humanities.png) no-repeat 0 0;
    width: 192px;
    height: 47px;
}

.front a.pu {
    background: url(../images/logo_pu.png) no-repeat 0 0;
    width: 126px;
    height: 34px;
}

.front a.pup {
    background: url(../images/logo_pupress.png) no-repeat 0 0;
    width: 312px;
    height: 57px;
}

/***** FAQ ******/
.faq-question-answer {
    background: #faf8f7;
    margin: .75em 0;
    padding: .5em;
    border: 1px solid #e7e1d9;
}

/*.expanded .faq-question {
    background: url(.../images/icon_faq_expanded.png) no-repeat 0 0;
}*/

.faq-question {
    background: url(../images/icon_faq.png) no-repeat 0 5px;
    padding-top: 0;
}

.expanded .faq-question {
    background: url(../images/icon_faq_expanded.png) no-repeat 0 9px;
}

.faq-answer {
    padding-left: 20px;
    margin-top: .75em;
}

/***** VOLUMES *****/

.page-all-volumes .region-sidebar-second h2.node-title {
    display: none;
}

.page-all-volumes .region-sidebar-second .field-name-body,
.page-all-volumes .region-sidebar-second .view {
    border-top: none;
    padding-top: 0;
}

.page-all-volumes .views-exposed-form {
      background: #faf8f7;
    border: 1px solid #e7e1d9;
    padding: .5em;
}

.page-all-volumes .views-exposed-form label {
    float: left;
    padding-right: .5em;
}

.page-all-volumes .views-exposed-form select {
    float: left;
}

.node-type-volume table {
    border: none;
    empty-cells: hide;
}

div.horizontal-tabs {
    margin-top: 20px;
}

.horizontal-tabs ul.horizontal-tabs-list li {
  width:100%;
}




.horizontal-tabs ul.horizontal-tabs-list,
.horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button {
    background: #386075;
}

.horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button a {
    color: #fff;
}

.horizontal-tabs ul.horizontal-tabs-list li:hover,
.horizontal-tabs ul.horizontal-tabs-list .horizontal-tab-button a:hover
{
    background: #18394a;

    color: #fff;
        border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}
.horizontal-tabs ul.horizontal-tabs-list .selected strong:hover,
.horizontal-tabs ul.horizontal-tabs-list .selected:hover,
.horizontal-tabs ul.horizontal-tabs-list .selected a:hover{
    color: #fff;
}

.node-type-volume h1.title {
    margin-bottom: 0;
    line-height: 1;
}

.field-name-field-subtitle {
    font-size:1.5em;
}

.field-name-field-copyright-text- {
    font-size:.85em;
}

/* Volume - TOC */

.field-name-field-table-of-contents- p {
    margin-bottom: 0;
}

/* Volume - Index */
.view-alphabetic-glossary .views-field-body h1, .view-alphabetic-glossary .views-field-body p.Main, .field-content p.Main, .field-item p.Main {
    font-family: Georgia, "Times New Roman", serif;
    font-size:1em;
    font-weight: normal;
    margin-bottom: 0;
}

.view-alphabetic-glossary .views-field-body h2, .view-alphabetic-glossary .views-field-body p.Subhead, .field-content p.Subhead, .field-item p.Subhead {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1em;
    padding-left: 1em;
    font-weight: normal;
    margin-bottom: 0;
}

.view-alphabetic-glossary .views-field-body h3, .field-content p.Sub-sub, .field-item p.Sub-sub {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1em;
    padding-left: 1.5em;
    margin-bottom: 0;
    font-weight: normal;
}

.view-alphabetic-glossary .views-field-body h4 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1em;
    padding-left: 2em;
    margin-bottom: 0;
    font-weight: normal;
}

/* Corrections of the padding for inserted Index content */
.field-content p.Main, .field-content p.Subhead, .field-content p.Sub-sub, .field-item p.Main, .field-item p.Subhead, .field-item p.Sub-sub{
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin:0;
}

.view-alphabetic-glossary .views-summary {
    padding: 0 .25em;
}

.attachment-before .view-alphabetic-glossary {
    border-bottom: 1px solid #faf9f7;
}

.attachment-before .view-alphabetic-glossary .view-content{
   border-bottom: 1px solid #d8d6d4;
}

 .view-alphabetic-glossary .view-empty {
   border-top: 1px solid #d8d6d4;
}
.attachment-after {
    border-top: 1px solid #d8d6d4;
}
.attachment-after .view-alphabetic-glossary {
    border-top: 1px solid #faf9f7;
    border-bottom: none;
}

.attachment-after .view-alphabetic-glossary .view-content {
    border-bottom: none;
}

.view-alphabetic-glossary a.active {
    font-weight: bold;
    color: #000
}

.view-alphabetic-glossary .views-row {
    padding-bottom: 1em;
}

/***** CHRONOLOGY *****/

.page-chronologies .block-volume-chronologies-block-1 {
    margin-top: 1em;
}

.page-chronologies .block-volume-chronologies-block-1 h2.block-title {
    background: #133648;
    color: #fff;
    padding: .5em
    }

.panel-separator {
    clear: both;
}
.flexslider {
    background: #faf8f7;
    border: 1px solid #e7e1d9;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%;
}



.flex-direction-nav {
    display: none;
}

.flex-direction-nav li .prev {
    left: .5em;
}

.flex-direction-nav li .next {
    right: .5em;
}

.flexslider ul li div.views-field-body {
    margin: 2em;
}
.flexslider #chronology-date-text .date {
    color: #487084;
    font-size: 2em;
}

.flexslider #chronology-date-text .chrono-text {
    font-size: 1.5em;
}

.flexslider .image-caption,
.flexslider .image-title {
    font-size:.75em;
    color: #777;
}

.flexslider .views-field {
    padding: 1em;
}

.flex-direction-nav li a {
width: 19px;
height: 23px;
margin: 0 0 0;
display: block;
background: url(../images/bg_direction_nav.png) no-repeat 0 0;
position: absolute;
top: 50%;
cursor: pointer;
text-indent: -9999px;
}
.flex-control-nav li a {
background: url(../images/bg_control_nav.png) no-repeat 0 0;
}
.flex-direction-nav li .next {
background-position: -23px 0;
/*right: -21px;*/
}
.ui-widget-content, .ui-state-default {
    background: #faf8f7;
    border: 1px solid #e7e1d9;
}

.ui-widget {
    font-family: inherit;
    font-size: inherit;
}

.ui-state-active,
.ui-widget-content
.ui-state-active,
.ui-widget-header
.ui-state-active {
    background: #faf8f7;
    border: 1px solid #e7e1d9;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #9d3232;
}

/***** SELECTED DOCUMENTS *****/

.node-type-selected-documents-editorial- #zone-content .field-name-body .field-items p,
.node-type-selected-documents-editorial- #zone-content .field-name-field-notes .field-items p {
    text-indent: 32px;
}


.page-selected-documents .view-filters {
    background: #faf8f7;
    border: 1px solid #e7e1d9;
    padding: .5em;

}


.page-selected-documents .view-selected-documents-list .views-row {
    padding: 1em 0;
    border-bottom: 1px solid #d7d4d2;
    border-top: 1px solid #fff;
}

.page-selected-documents .views-exposed-form .bef-checkboxes label {
    font-weight: normal;
}

.page-selected-documents .views-widget {
    padding-bottom: 1em;
}

.page-selected-documents .form-radios label {
    font-weight: normal;
}

.page-selected-documents .bef-select-as-radios input[type="radio"] {
    margin-left: .1em;
}
.page-selected-documents .views-exposed-form .views-exposed-widget {
    float: none;
    overflow: hidden;
}

.page-selected-documents .view-selected-documents-list .views-row-first {
    border-top: none;
}

.page-selected-documents .view-selected-documents-list .views-row-last {
    border-bottom: none;
}

.node-type-selected-documents .node-selected-documents .field-name-body p {
    margin-bottom: 8px;
}

.node-type-selected-documents .field-name-field-doc-topic,
.node-type-selected-documents .field-name-field-doc-topic .field-label,
.node-type-selected-documents .field-name-field-doc-topic .field-items,
.node-type-selected-documents .field-name-field-doc-topic .field-item,
.node-type-selected-documents-editorial- .field-name-field-doc-topic,
.node-type-selected-documents-editorial- .field-name-field-doc-topic .field-label,
.node-type-selected-documents-editorial- .field-name-field-doc-topic .field-items,
.node-type-selected-documents-editorial- .field-name-field-doc-topic .field-item {
    display: inline;
}

.node-type-selected-documents .field-name-field-doc-topic .field-item,
.node-type-selected-documents-editorial- .field-name-field-doc-topic .field-item {
    padding-right: .5em;
    border-right: 1px solid #d8d6d4;
    margin-right: .5em;
    line-height: 1;
}

.page-taxonomy-term .node-teaser {
    padding: 1em 0;
    border-bottom: 1px solid #d7d4d2;
    /*border-top: 1px solid #fff; */
}

/*.page-taxonomy-term .node-teaser:nth-of-type(1) {
    border-top: none;
} */

.page-taxonomy-term .node-teaser:last-of-type {
    border-bottom: none;
}

.page-taxonomy-term .field-name-title h3 {
    margin-bottom: 0;
}

.node-type-selected-documents .field-name-field-doc-topic .field-item:last-of-type {
    border-right: none;
}


.node-type-selected-documents .field-name-field-copyright-text {
    font-size: .90em;
}

#edit-sort-by .form-type-radio,
.form-item-sort-order label[for="edit-sort-order"] {
    display: none;
}


.page-selected-documents .views-exposed-form .views-widget-sort-order {
    padding-top: 0;
}

.view-selected-documents-list .views-row .views-field-body {
    font-size: .90em;
}

.field-name-field-document-source-line-1 {
    font-style: italic;
}

.field-name-back {
    text-align: right;
    font-size: .85em;
}

.field-name-related-documents,
.field-name-related-documents-2,
.field-name-retuen-to-editorial-note {
    background: #faf8f7;
    margin: .75em 0;
    padding: .5em;
    border: 1px solid #e7e1d9;
}

.field-name-retuen-to-editorial-note ol {
    margin-bottom: 0;
}

.field-name-field-complementary-closing {
    margin-left: 32px;
}

.field-name-field-descriptive-note {
    padding-top: 3em;
}

.field-name-field-signature {
    text-align: right;
    padding: 1em 0;
}

.field-name-field-place-and-date {
    text-align: right;
    margin-bottom: 1em;
}

.view-selected-documents-list ol {
    list-style-type:upper-roman;
}

.view-selected-documents-list .item-list li {
    list-style: upper-roman;
    margin-left: 35px;
}

.page-node-538 .view-selected-documents-list .item-list li {
    list-style: disc;
}

.field-name-field-explainatory-notes {
    margin-top: 1em;
}

.node-type-selected-documents-editorial- h1.title,
.node-type-selected-documents h1.title{
margin-bottom: 10px;
line-height: 1;
}


/* Search Page */
.page-search .search-results li {
    border-bottom: 1px solid #d7d4d2;
    border-top: 1px solid #fff;
    margin-bottom: 0;
    padding: .75em 0;
}

.page-search .search-results li:first-child {
    border-top: none;
}

.page-search .search-results li:last-child {
    border-bottom: none;
}

.page-search .search-results li.search-result h3 {
    margin-bottom: 0;
    font-family: Georgia, 'Times New Roman', serif;
}

.page-search .search-results .search-snippet-info {
    padding-left: 0;
}

.page-search .search-results p.search-snippet {
    margin-bottom: 0;
}

.page-search form.search-form {
    background: #faf8f7;
border: 1px solid #e7e1d9;
padding: .5em;
}

.page-search .block-7 h2 {
    display:none;
}

.page-search .block-7 ul {
    font-size:.85em;
}

.page-search #edit-submit--2 {
    display: none;
}

.page-search #edit-submit {
    margin-top:.5em;
}
.node-type-volume-index .field-name-body h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size:1em;
    font-weight: normal;
    margin-bottom: 0;
}

.node-type-volume-index .field-name-body h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1em;
    padding-left: 1em;
    font-weight: normal;
    margin-bottom: 0;
}

.node-type-volume-index .field-name-body h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1em;
    padding-left: 1.5em;
    margin-bottom: 0;
    font-weight: normal;
}

.node-type-volume-index .field-name-body h4 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1em;
    padding-left: 2em;
    margin-bottom: 0;
    font-weight: normal;
}






/* OVERRIDES FOR OVERLAY Z-INDEX VALUES */
#overlay-container,
.overlay-modal-background,
.overlay-element {
z-index: 2500;
}
.overlay-element {
z-index: 2501;
}
html.overlay-open .displace-top,
html.overlay-open .displace-bottom {
z-index: 2600;
}
/* also added this so you can see the admin menu bar at the top while an overlay is open */
#toolbar {
z-index: 2600;
}

.horizontal-tab-button {
    font-family: Oswald;
}

/* Styles for WYSIWYG Dropdown */

.imgleft {
    float: left;
    padding: 0 10px 10px 0;
    margin-bottom:0;
}

.imgright {
    float: right;
    padding: 0 0 10px 10px;
    margin-bottom: 0;
}

.indent {
    text-indent: 20px;
}

.uppercase {
    text-transform: uppercase;
}

.feed-icon {
    display: none;
}




