/* UPenn GSE - Scribble Theme for OpenScholar
 *   Design:    Rebecca Leech
 *   CSS:   Dan Hoover & Chad Whitman
 */

@import url(//fonts.googleapis.com/css?family=Oswald);


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-size: 1.05em;
}

body.admin-menu {
    margin-top: 30px !important;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End Meyer Reset */

body {
    font-family:'Crimson Text', Georgia, serif;
    color:#000000;
    background-color: #fff;
    margin: 0px auto;
    text-decoration: none;
    line-height: 1.5;
}

hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    margin: 5px 0px 10px 0px;
}

#top-container {
    height: 235px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    margin-bottom:20px;
    background-color: #000;
    padding: 20px;
}

#profile-img {
    float:left;
    vertical-align:bottom;
}

#logo img {
    border: 2px solid #ccc;
}


h1.vsite_title {
    font-family:'Crimson Text', Georgia, serif;
    font-size: 36px;
    color: #DBF9FF;
    text-decoration: none;
    font-weight: normal;
    padding-bottom: 0px !important;
    margin-bottom: 10px;
}

a h1.vsite_title, h1.vsite_title a{
    color: #DBF9FF !important;
}

h1, h2, h3 {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 0px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc;
    letter-spacing: 0.1em;
    color: #924040 !important;
}

h4 {
    margin-top: 5px;
    font-size: 1.1em;
    font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a {
    color: #924040 !important;
}

#search-input {
    margin-top:183px;
    float:right;
    border:1px solid #bbbaba;
    height:16px;
    width: 175px;
}

#navbar .menu {
    list-style-type:none;
    text-align:center;
    background-color:#b81f33;
    border:1px solid #bbbaba;
    padding-top:5px;
    padding-bottom:5px;
}

#navbar .menu li{
    display:inline;
    font-family: Palatino, sans-serif, Helvetica;
    font-size:20px;
    color:#ffffff;
    text-transform:uppercase;
    text-decoration: none;
    padding:0 10px 0 10px;
}

#navbar a {
    text-decoration:none;
    color:#ffffff;
}

#bottom-container {
    display: table;
    min-height:320px;
    margin-top:20px;
    margin-bottom:0;
    margin-left:auto;
    margin-right:auto;
    padding:0;
    font-size: 1.05em;
    line-height: 1.3em;
}

#bottom-container span,
#bottom-container p {
    color: #333;
}

#sidebarleft,
#sidebar-left{
    margin-left: 0px;
    float:left;
    width:195px;
    right: 0px !important;
    padding: 0px;

}

#sidebar-left > div {
    border:1px solid #bbbaba;
    margin-bottom: 15px !important;
    background-color: #ffffff;
}

#sidebar-left ul.menu {
    list-style-type:none;
}

#sidebar-left .menu li{
    font-family: Palatino, sans-serif, Helvetica;
    color:#b81f33;
    text-decoration:none;
    padding-bottom:12px;
}

#sidebar-left .menu li a{
    text-decoration:none;
    color:#b81f33;
}

#sidebar-left .menu li a.active,
#sidebar-left .menu li a:hover{
    color:#bbbaba;
    font-style:italic;
}

a {
    text-decoration:none;
    color: #bb5f5f;
}

#footer-container {
    margin-top:20px;
    margin-bottom:30px;
    margin-left:auto;
    margin-right:auto;
    padding-top:10px;
    border-top:1px solid #444444;
}

#footer-container {
    font-style:italic;
    text-align:right;
    font-size:13px;
    color:#444444;
}

#upenn-logo{
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 60px;
    position: relative;
}

/* Customization for Hiding Confusing things */
#header-main #block-scholar_project-1{
  display: none;
}

#block-scholar-0 #logo{
  display: none;
}
.block-scholar_project #logo img{
  border: 1px solid #CCC;
}
#scholar-shield{
  display: none;
}
a:visited{
    color: #924040 !important;
}

#top-container{
  position: relative;
}

#header-wrapper h1{
    font-size: 2.4em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    letter-spacing: 0.05em;
}
#header-wrapper h1 a:hover{
    text-decoration: none;
}
#header-wrapper h2{
    margin-bottom: 0px;
}
#header-wrapper p{
    color: #fff;
    font-size: 0.9em;
    margin-left: -4px;
}
.tabs{
    margin-top: 5px !important;
}

a.hi-resolution-link,
#header-wrapper p a,
#header-wrapper p a:visited {
    color: #bb5f5f !important;
}

/* SAS Banner */

#sasbanner {
    height: 40px;
    /*height: 10px;*/
    background-image: url("images/sas_header_fill_grey.jpg");
    color:#b81f33;
}
#sasbanner-inner{
    margin: 0px auto;
    width: 928px;
}
#sasbanner p.saslinks {
  text-align: right;
  clear: none;
  color: white;
  margin: 0px 1em 0px 0px;
  padding:0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  line-height: 40px;
}
.saslinks a, .saslinks a:visited {
  color: #ffffff;
  font-weight:normal;
}
.saslinks a:hover {
  color: #64323a;
    color: #800000; /* Penn Red. */
}
.saslogo  {
    background:url(images/sas_header_logo_grey.jpg);
    background-repeat: no-repeat;
    width: 249px;
    height: 40px;
    border: 0px;
    outline: medium none;
    float: left;
    margin-left: 5px;
    margin-right: 180px;
}

#block-scholar_project-0 #logo img{
    margin-top: 20px;
    max-width: 150px;

}

#block-scholar-1 .content h2{
    font-size: 19px;
}


div.item-list{
    float:right;
}


body.classes .node-teaser .content{
    display: none;
}

ol.message_list { position: relative }

dd {
    margin-left: 20px;
}

.search-results .meta{
    display: none;
}

#sidebarleft{
    margin-right: 20px;
}
.center{
    text-align:center;
}

.sidebar-small{
    width: 145px !important;
}

p.single-space{
    margin: 0px !important;
}

.grey{
    color: #444 !important;
}

.toggle-look{
    margin-left: 20px; color: #444; padding-bottom: 10px;
}

#sidebarright{
    float: right;
    margin-left: 20px !important;
    padding-left: 10px !important;
    border-left: 1px solid #ccc;
}

p.toggler{
    padding-left: 0px !important;
}

p.toggler.single-space{
    padding-bottom: 0px !important;
}
.node-inner .terms-inline .links li a,
.terms-inline{
    font-size: 13px;
    font-style: italic !important;
    margin-bottom: 20px;
}


#header-wrapper p {
    margin: 0px;
}

#header-left {
    width: 21%;
    margin: 0px;
    padding: 0px;
    position: absolute;
    left: auto;
    bottom: 5%;
}

#content-main {
    width: 100%;
    font-size: 0.9em;
}

#content-top-main {
    width: 64%;
    float: left;
}

#content-main.full-width #content-top-main {
    width: 100%;
}

#content-top-right {
    width: 36%;
    float: left;
}

#context-links {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 100px;
    margin-top: 50px;
}

.ctools-dropdown-link-wrapper {
    height: 20px;
}

#header-main {
    padding: 10px;
    margin: 0px;
    width: 70%;
    position: absolute;
    left: 25%;
    bottom: 5%;
}
#header-right {
    width: 200px;
    margin: 0px;
    padding: 100px 0px 0px 0px;
    float: left;
}

#sidebar-left > div {
    width: 235px;
    padding: 10px;
}

#content-main {
    min-height:300px;
}

#content-bottom-main.full-width,
#content-main.full-width {
    width: 100% !important;
}

#bottom-container p {
    padding: 7px 0px 7px 0px;
}

.node-type-bio ul.links.inline li.print_pdf {
    display: none;
    margin-left: 0px;
    padding-left: 0px;
}

ul.links.inline li {
    margin: 0px;
    padding: 0px;
}

ul.links.inline {
    text-align:center;
}


/*** PDF STYLING ***/

.field-type-text {
    color: #64323a;
    margin-top: 22px;
    font-size: 17px;
    letter-spacing: 1px;
}

.field-type-text .odd {
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    font-family: Palatino, sans-serif, Helvetica;
}

#bottom-container .field-type-text .odd p {
    padding-bottom: 0px;
}

.field-type-text.field-field-cv-education {
    margin-top: 0px;
}


.node .node-inner .links li.print_pdf {
    display: none;
}

.node-type-cv .node-inner .links li.print_pdf  {
    display: inline;
}
#block-views-Header_PDF-block_1 {
    float: left;
    font-size: 11px;
}

/*** Calendar Theming ***/

#content-main .view-scholar-events {
    width: 600px;
}

div.litecal .litecal-title h3.litecal-title {
    margin-right: 15px;
}

#sidebar-left div.item-list {
    float: none;
}

#block-views-Hi_Resolution_Image-block_1 {
    float:left;
}

#block-views-Hi_Resolution_Image-block_1 a {
    font-size: 11px;
}

.header-cv {
    font-size: 11px;
    float: left;
    width: 60px;
}

.header-hi-res-image {
    font-family: 'CrimsonItalic', Georgia, serif;
    font-style: normal;
    font-size: 12px;
}

.header-hi-res-image a {
    text-decoration: none;
    font-family: 'CrimsonItalic', Georgia, serif;
    font-style: normal;
    font-size: 12px;
}

a.hi-resolution-link {
    text-align: center;
    text-decoration: none;
    font-family: 'CrimsonItalic', Georgia, serif;
    font-style: normal;
    font-size: 12px;
    display: block;
    }

/* === Header Box === */
#boxes-box-site_info p, #boxes-box-site_info span {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5em;
}

#boxes-box-site_info .site_info-phone,
#boxes-box-site_info .site_info-email {
    margin-right: 5px;
    display: inline;
}

.header-hi-res-image {
    text-align: center;
    font-style: italic;
}

#boxes-box-site_logo img {
    border: 1px solid #333;
}

#block-boxes-scholar_biocv_bio h2 {
    margin-top: 15px;
}

#block-vsite-site_search {
    display: none; /* Search bar for one page site is confusing. */
}

#content-right {
    float: left;
    width: 30%;
}

#sidebar-right {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 0px;
}

.callout {
    font-family: 'Lato', Arial, sans-serif;
    background-color: #dbf9ff;
    padding: 20px;
    color: #000;
    overflow: auto;
    margin: 15px 0px;
}

.callout h2 {
    color: #000 !important;
    border: 0px;
    font-weight: 300;
    letter-spacing: 0.15em;
    font-size: 1.2em;
}

.callout h2 a,
.callout a h2 {
    color: #000 !important;
}


.callout > a:hover {
    text-decoration: none;
}

.callout h3 {
    color: #000;
    font-size: 1.25em;
    letter-spacing: 0.1em;
    margin-top: -1.0em;
}

.callout img {
    float: left;
    margin-right: 15px;
    width: 40%;
    height: auto;
    margin-bottom: 0.5em;
}

#content-bottom-left {
    padding-right: 3%;
    width: 35%;
    float: left;
}

#content-bottom-main {
    width: 62%;
    float: left;
}

#content-bottom {
    width: 100%;
}

strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

.quoteSignature {
    text-align: right;
}

.quoteSubSignature {
    text-align: right;
    font-size: 1.0em !important;
}

.citation strong {
    font-family: 'CrimsonBold';
    font-weight: normal;
}

.citation em {
    font-family: 'CrimsonItalic';
    font-style: normal;
}

#copyright {
    font-family: 'CrimsonItalic';
    font-style: normal;
}

.download-cv-widget {
    font-size: 18px;
    background: url('/sites/all/themes/custom/upenn/upenn_basic/images/pdf-button.png');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 22px;
}

#edit-description-wrapper label, #edit-title-wrapper label  {
    padding-bottom: 10px;
}

#edit-nid-wrapper label {
    padding-bottom: 10px;
}

.box-os_boxes_node h3.title {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 4px;
}

.cv-direct-download {
    padding-top: 8px;
    border-bottom: 0px;
}

.boxes-box h3.title {
    border-bottom: 1px solid #ccc;
}

.views-field-field-url-to-cv-url {
    font-size: 18px;
    background: url('/sites/all/themes/custom/upenn/upenn_basic/images/pdf-button.png');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 22px;
}

#content-bottom-left .box-os_boxes_modal_image .boxes-box-content img {
    float: left;
    padding: 8px;
}

#block-views-quote_view-block_1 {
    background-color: #dcf9ff;
    padding: 10px 15px 10px 15px;
    margin: 9px 0px 9px 0px;
}

#block-views-quote_view-block_1 .field-content {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 15px;
    font-weight: none;
    color: #5c5d5d;
}

#block-views-book_highlight-block_1 {
    padding-right: 10px;
    background-color: #dcf9ff;
    height: 250px;
}

#block-views-book_highlight-block_1 .field-content {
    padding: 10px;
}

#block-views-book_highlight-block_1 .field-content img {
    float: left;
    padding: 10px;
}

#block-views-book_highlight-block_1 .views-field-field-book-hl-text-value .field-content {
}

.box-os_boxes_node h3.title {
    border-bottom: 1px solid #ccc;
}

.node-type-page h3.title {
    border-bottom: 0px;
}

.box-os_boxes_oembed {
    margin-bottom: 17px;
}

.box-os_boxes_modal_image img {
    padding-top: 10px;
}

.page-node .content p img {
    padding: 0 10px 10px 0px;
}

#block-views-areas_of_expertise-block_1 p , #block-views-education_view-block_1 p {
    padding: 0px;
}

#sidebar-right .box-os_boxes_simple .boxes-box-content p {
    padding: 0px;
}

#sidebar-right .box-os_boxes_simple {
    margin-bottom: 10px;
    margin-top: 10px;
}

#sidebar-right .box-os_boxes_modal_image {
    margin-bottom: 20px;
}
.callout h1 {
    color: #000 !important;
    font-weight: 300;
    border: none;
    padding-bottom: 10px;
}
.callout {
    margin: 0px 0px;
}
.callout img {
    margin-bottom: 0;
    width: auto;
}
.callout .margin {
    margin-bottom: 15px;
}
.site-practice-area {
    color: #ffffff;
}

/** Ingersoll, Enynon and Stanton **/

.og-context-60 #content-middle #node-63, .og-context-99 #content-middle #node-101 {
    display:none;
}

#header-wrapper p a.division,
#header-wrapper p a.division:visited,
.site-practice-area a:visited,
.site-practice-area a {
   color: #A1D0DA !important;
}

/** Johanek's many titles. **/
.og-context-784 #top-container {
    height: 265px;
}


/*** ADDITIONAL STYLES 07-31-18 for Scholar-7 Launch ***/
a.division, a.division:hover, a.division:visited {
    color: #A1D0DA !important;
}

/* - Hover color for header links - */

#header a:hover {
    color: #bb5f5f !important;
    text-decoration: underline;
}

 #header a:visited {
    color: #bb5f5f;
}

/* - Hover color for content links - */

a:hover {
    color: #924040 !important;
}


