/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #333333;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* resets */

html, body, h1, h2, h3, h4, h5, h6, p, div, section, article, form, ul, li, header, main, footer
{
    margin: 0;
    padding: 0;
}

html *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body
{
    background: url("/National_Library/20160930123623oe_/http://media.shelf-awareness.com/site/img/bg.gif") repeat;
}

h1, h2, h3, h4, h5, h6
{
    line-height: 1em;
}

/* custom */

a,
.site-article .more a,
.site-article .more a:hover,
.book-trade .bt-summary a,
.book-trade .bt-summary a:hover
{
    color: #117A97;
}

a,
.site-article .more a,
.starred-slider .site-article a,
.book-trade .bt-summary a
{
    text-decoration: none;
}

a:hover,
.primary a,
.site-article .share-links a:hover,
.site-article .more a:hover,
.book-trade .bt-summary a:hover
{
    background-color: transparent;
    text-decoration: underline;
}

.primary a:hover,
.starred-slider .site-article a:hover,
.book-trade .bt-summary .heading a:hover
{
    background: #117A97;
    color: #FFFFFF;
}

.global-wrap
{
    width: 1000px;
    margin: 10px auto;
    border: 1px solid #CECECE;
    background: #FFFFFF;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

.textbox
{
    padding: 0.2em;
    border: 1px solid #999999;
    background: #EEEEEE;
}

.textbox:focus
{
    background: #FFFFFF;
}

.button
{
    display: inline-block;
    padding: 0.5em 1em;
    border: none;
    -webkit-border-radius: 0.85em;
    -moz-border-radius: 0.85em;
    -ms-border-radius: 0.85em;
    -o-border-radius: 0.85em;
    border-radius: 0.85em;
    background: #3E98BA;
    text-transform: uppercase;
    color: #FFFFFF;
}


.button:active
{
    background: #3B91B0;
    color: #CECECE;
}

.button.simple
{
    border: 1px solid #C0BBC1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #E5E5E5;
    text-transform: none;
    color: #333333;
}

ul.simple
{
    list-style: none;
}

ul.inline li
{
    float: left;
}

hr.dotted
{
    border-top: 1px dotted #C2AC63;
}

hr.clearance
{
    margin: 2em 0;
}

.pgindex
{
    margin: 1em 0;
    text-align: center;
    line-height: 2em;
}

.scrollable.vertical
{
    overflow-y: auto;
}

.ad
{
    text-align: center;
    margin: 20px 0;
}

.ad.f-right
{
    float: right;
    margin-left: 10px;
}

.ad.f-left
{
    float: left;
    margin-right: 10px;
}

.ad.side-ad
{
    width: 23%;
    margin: 0 4% 0 0;
}

.ad a:hover
{
    background: none;
    text-decoration: none;
}

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

.ad .ad-caption
{
    margin-top: 1em;
}

.ad .ad-caption a
{
    color: #117A97;
}

.ad .ad-caption a:hover
{
    text-decoration: underline;
    color: #999999;
}

.ad.vertical img
{
    display: block;
    margin-top: 20px;
}

.ad.vertical > img:first-child,
.ad.vertical > a:first-child img
{
    margin-top: 0;
}

.heading,
.subheading,
.title,
.book-type,
.contact h3,
.place-ad h3,
.place-ad h4,
.press h4,
.bookstores h3,
.starred-slider .site-article .sub
{
    font-family: Georgia, "Times New Roman", serif;
}

.heading,
.contact h3,
.place-ad h3,
.place-ad h4,
.bookstores h3
{
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
    line-height: 1.25em;
    color: #2F7890;
}

.heading.heading-1
{
    font-size: 24px;
}

.heading.heading-2,
.contact h3,
.place-ad h3,
.bookstores h3
{
    font-size: 17px;
}

.heading.heading-tag
{
    margin: 3px 0 18px 0;
    font-size: 14px;
    color: #887034;
}

.heading.heading-tag a
{
    font-weight: bold;
}

.heading.centered,
.sidebar-article h4
{
    text-align: center;
}

.heading.bordered
{
    padding-bottom: 0.45em;
    border-bottom: 1px dotted #C2AC63;
}

.heading.star,
.site-article.star .title
{
    position: relative;
    padding-left: 40px;
}

.heading.star:before,
.site-article.star .title:before
{
    content: "";    
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    height: 30px;
    width: 30px;
    background: url("/National_Library/20160930123623oe_/http://media.shelf-awareness.com/site/img/star.png") center center;
}

.heading img
{
    max-width: 100%;
}

.subheading
{
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #887034;
    line-height:1.5em;
}

.subheading a
{
    font-weight:bold;
}

.more,
.site-article .review-info,
.site-article .share-links
{
    margin-bottom: 0;
    text-align: left;
}

.more.pager
{
    text-align: center;
}

.site-article.star .title:before
{
    top: 3px;
}

.book-type
{
    margin-bottom: 15px;
    padding: 5px;
    background: #EEEEEE;
    font-size: 17px;
    font-weight: normal;
}

.site-article
{   
    font-size: 13px;
    line-height: 1.7;
}

.site-article .title,
.site-article .sub,
.place-ad h4,
.press h4
{
    font-weight: bold;
}

.site-article .title,
.place-ad h4,
.press h4
{
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 1.25em;
    color: #333333;
}

.site-article .sub
{
    margin: -0.8em 0 1em 0;
    line-height: 1.3em;
    font-size: 0.93em;
    color: #888888;
}

.site-article.star .sub
{
    margin-left: 40px;
}

.site-article .article-image
{
    float: left;
    height: 125px;
    margin: 0 1em 1em 0;
}

.site-article img,
.site-article table
{
    max-width: 100%;
}

/*.site-article img
{
    height: auto;
}*/

.site-article table
{
    border-collapse: separate;
    border-spacing: 2px;
}

.site-article p,
.sidebar-article p
{
    margin-bottom: 1em;
}

.site-article ul
{
    padding-left: 3em;
}

.site-article .review-info
{
    margin-top: 1em;
    padding: 5px;
    border: 1px solid #CBCBCB;
    background: #EEEEEE;
    color: #888888;
    clear: both;
}

.site-article .share-links
{
    margin-top: 1.3em;
    z-index: 20;
    position: relative;
    float:left;
}

.site-listing .site-article
{
    margin-bottom: 1.2em;
}

.site-listing .categ
{
    font-size: 10px;
    text-transform: uppercase;
    color: #2D3238;
}


.site-listing ul {
    margin:15px 0px 15px 15px;
}

.site-listing li {
    margin-bottom:5px;
}

.info-box,
.info-box a
{
    color: #887034;
}

.info-box
{
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #C2AC63;
    background: #F4F4E2;
}

.info-box a:hover
{
    background: #887034;
    color: #FFFFFF;
}

.share-widget
{
    display: inline-block;
}

.share-widget label img
{
    width: 80px !important;
    height: 20px !important;
    cursor: pointer;
}

.share-bar
{
    padding: 0 30px 10px 30px;
    border-top: 1px solid #CCCCCC; 
    text-align: center;
    line-height: 22px;
}

.share-bar .share-label,
.share-links .label
{
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
}

.share-bar .share-label
{
    text-align: center;
}

.share-links .label
{
    padding: 3px 0;
}

.share-bar a,
.share-bar .share,
.share-links a,
.share-links .share
{
    display: inline-block;
}

.share-bar a,
.share-links a
{
    margin: 0 5px 10px 0;
}

.share-bar .share,
.share-links .share
{
    width: 20px;
    height: 20px;
    background: url("/National_Library/20160930123623oe_/http://media.shelf-awareness.com/site/img/widgets-20.png") no-repeat scroll 0px 0px;
    vertical-align: middle;
    line-height: 20px;
    text-indent: -9999px;
}

.share.share-forward
{
    background-position: 0px -80px;
}

.share.share-facebook
{
    background-position: 0px -100px;
}

.share.share-twitter
{
    background-position: 0px -440px;
}

.share.share-gbuzz
{
    background-position: 0px -180px;
}

.share.share-linkedin
{
    background-position: 0px -200px;
}

.share.share-digg
{
    background-position: 0px -60px;
}

.share.share-stumble
{
    background-position: 0px -400px;
}

.share-this-links {
    position: relative;
}
.share-more {
    background-color:#3998B6;
    width:250px;
    padding:5px;
    position: absolute;
    top:30px;
    left:0px;
    display: none;
    z-index: 10;
}

.share-more-content {
    padding:10px;
    background-color:white;
}

.share-more-title {
    color:white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

a.share-more-close,
a.share-more-close:hover {
    margin:0px !important;
    color:white;
    text-transform: uppercase;
    font-size:20px;
    position: absolute;
    top: 0px;
    right: 5px;
    text-decoration: none !important;
}

.share-more-content-col {
    float:left;
    width: 50%;
}

.share-more-content-col a {
    display: block;
    margin-right: 0px;
    color:#117a97 !important;
}

.share-more-content-col a .share {
    text-indent: 30px;
    width: auto;
    font-size: 12px;
}

.share-perm {
    font-weight: bold;
    display: block;
}

.share-perm-text {
    width: 100%;
    background-color: #eee;
    border: 1px solid #bbb;
    padding: 3px;
}

/***** header *****/

.header
{
    margin-bottom: 3em;
    background: #767D7B;
}

/* top */

.header .top
{
    position: relative;
}

/* logo */

.header .logo-image,
.header .logo-name
{
    display: inline-block;
}

.header .logo-image img
{
    position: absolute;
    top: 11px;
    left: 30px;
    width: 146px;
    height: 134px;
    z-index: 10;
}

.header .logo-name img
{
    margin: 8px 0 2px 185px;
    width: 370px;
    height: 70px;
}

/* search */

.header .site-search
{
    float: right;
    margin: 10px 18px 0 0;
}

.header .site-search .button
{
    margin-left: 0.8em; 
    padding: 0.9em 0.6em 0.8em 0.6em;
    background: #117A97;
    font-size: 9px;
    line-height: 1.3em;
    letter-spacing: 0.035em;
}

.header .site-search .textbox
{
    width: 180px;
    padding: 0.4em 0.5em;
    border: 1px solid #FFFFFF;
    background: #DFE0E1;
    font-style: italic;
    font-size: 12px;
    text-align: right;
    color: #333333;
}

/* main menu */

.nav-menu
{
    position: relative;
    padding-left: 200px;
    font-family: Georgia, "Times New Roman", serif;
}

/* menu list */

.nav-menu li
{
    float: left;
}

.nav-menu > li
{
    margin-left: -1px;
}

/* menu tabs */

.nav-menu li .tab
{
    position: relative;
    margin: 1px 0 -1px 0;
    border: 1px solid #FFFFFF;
    border-bottom: none;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    font-size: 14px;
    z-index: 5;
}

.nav-menu li.active .tab
{
    margin-top: -3px;
}

.nav-menu li.home .tab,
.nav-menu li.home .submenu
{
    background: #3A97B6;
}

.nav-menu li.readers .tab,
.nav-menu li.readers .submenu
{
    background: #CBCE73;
}

.nav-menu li.trade .tab,
.nav-menu li.trade .submenu
{
    background: #CBE6EF;
}

/* menu tab links */

.nav-menu a
{
    color: #555555;
}

.nav-menu a:focus
{
    outline: none;
}

.nav-menu .tab a
{
    display: inline-block;
    width: 130px;
    margin-bottom: -1px;
    padding: 6px;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
}

.nav-menu li.active .tab a
{
    width: 140px;
    margin-bottom: 0;
    padding: 7px;
    font-size: 16px;
}

.nav-menu li.active .tab a:hover
{
    text-decoration: none;
}

.nav-menu li.home .tab a,
.nav-menu li.home .submenu a
{
    color: #FFFFFF;
}

/* submenu */

.nav-menu .submenu
{
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding-left: 200px;
    border-top: 1px solid #FFFFFF;
}

.nav-menu li.active .submenu
{
    display: block;
}

/* submenu lists */

.nav-menu .submenu li
{
    position: relative;
    padding: 0.5em 0.7em 0.7em 1.2em;
}

.nav-menu .submenu li:first-child
{
    padding-left: 0.3em; 
}

.nav-menu .submenu li:before
{
    content: "|";
    position: absolute;
    top: 0.5em;
    left: 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #555555;
}

.nav-menu .submenu li:first-child:before
{
    display: none;
}

.nav-menu li.home .submenu li:before
{
    color: #FFFFFF;
}

/* submenu list links */

.nav-menu .submenu a
{
    display: inline-block;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    line-height: 1.5em;
    text-transform: lowercase;
}

.nav-menu .submenu a:hover,
.nav-menu .submenu li.active a
{
    border-bottom: 1px solid #237B99;
    text-decoration: none;
    color: #237B99;
}

.nav-menu li.home .submenu a:hover,
.nav-menu li.home .submenu li.active a
{
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}

/***** main *****/

.main
{
    position: relative;
    background: #EEEEEE;
}

/* primary */

.main .primary
{
    float: left;
    width: 77%;
    min-height: 470px;
    padding: 1.85em 20px;
    background: #FFFFFF;
}

.primary ul.site-list.full
{
    padding-left: 3em;
    margin-bottom: 2.5em;
}

.primary ul.site-list.full li
{
    margin-bottom: 0.3em;
}

/* intro */

.primary .intro
{
    margin-bottom: 2em;
}

.primary .issue-contents
{
    float: right;
    width: 73%;
}

/* starred review */

.primary .starred-review,
.primary .tweets
{
    float: left;
    width: 58%;
    margin-right: 3.5%;
}

.primary .starred-review
{
    padding-left: 12px;
}

.starred-review .heading,
.welcome .heading,
.starred-slider .site-article .title a,
.starred-slider .site-article .title a:hover
{
    color: #3B96B1;
}

.starred-review .heading
{
    margin-left: -12px;
}

.starred-slider
{
    padding: 0.35em 1em 0 1em;
    border-left: 5px solid #BFC165;
}

.starred-slider .site-article
{
    line-height: 1.5em;
}

.starred-slider .site-article .title,
.starred-slider .site-article .sub
{
    font-weight: normal;
}

.starred-slider .site-article .title
{
    font-size: 20px;
}

.starred-slider .site-article .title a,
.starred-slider .site-article .title a:hover
{
    background: none;
    text-decoration: none;
}

.starred-slider .site-article .sub
{
    margin-top: -0.5em;
    font-size: 16px;
    color: #333333;
}

.starred-slider .site-article .article-image
{
    max-width: 150px;
    height: auto;
    margin: 0 1em 0 0;
}

.starred-slider .site-article .more
{
    text-align: right;
    font-weight: bold;
}

/* intro welcome */

.primary .intro .welcome,
.primary .media-heat
{
    float: right;
    width: 38.5%;
    line-height: 1.7;
}

.intro .welcome p
{
    margin-bottom: 0.83em;
}

.intro .welcome .more
{
    font-weight: bold;
}

/* shelf discovery */

.shelf-discovery .heading
{
    margin-bottom: 0.9em;
    color: #00495A;
}

.shelf-discovery .left-col,
.shelf-discovery .right-col
{
    float: left;
    width: 50%;
}

.shelf-discovery .left-col
{
    padding-right: 1.2em;
    border-right: 1px solid #CECECE;
}

.shelf-discovery .right-col
{
    padding-left: 1.2em;
}

.shelf-discovery .site-article
{
    margin-bottom: 1em;
    font-size: 11px;
    line-height: 1.4;
}

.shelf-discovery .site-article img
{
    margin: 0 0.95em 0.95em 0;
}

.shelf-discovery .site-article .title
{
    font-size: 14px;
}

.shelf-discovery .site-article .title a,
.shelf-discovery .site-article .title a:hover
{
    text-decoration: none;
    background: none;
    color: #117A97;
}

.shelf-discovery .site-article .sub
{
    font-size: 1em;
    line-height: 1em;
    color: #777777;
}

/* media heat */

.primary .media-heat
{
    border: 1px solid #999999;
    background: #D8EAF0;
}

.media-heat .heading
{
    margin-bottom: 0;
    padding: 0.63em;
    background: #3998B6;
    color: #FFFFFF;
}

.media-heat .site-listing
{
    height: 555px;
    padding: 0.8em;
}

.media-heat .site-article
{
    padding-top: 1.3em;
    border-top: 1px solid #A4A4A4;
    font-size: 11px;
}

.media-heat .site-article:first-child
{
    padding: 0;
    border: none;
}

.media-heat .site-article .title
{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
    color: #00495B;
}

.media-heat .site-article p
{
    margin-bottom: 1.5em;
}

/* from my shelf */

.from-my-shelf .ad
{
    width: 29%;
    margin-top: -32px;
}

.from-my-shelf .ad.f-right
{
    margin-left: 3%;
}

.from-my-shelf .ad.f-left
{
    margin-right: 3%;
}

.from-my-shelf .share-links
{
    clear: both;
}

/* dedicated shelf */

.primary .dedicated-shelf
{
    padding: 15px;
    border: 5px solid #CCCCCC;
}

.dedicated-shelf .ad
{
    width: 23.5%;
    margin-top: 0;
    margin-right: 3%;
}

.dedicated-shelf .heading img
{
    max-width: 73%;
}

.dedicated-shelf-title img {
    max-width: 100%;
}

.dedicated-shelf .site-article .title
{
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    color: #939550;
}

.dedicated-shelf .site-article .share-links
{
    padding: 0.5em 0;
}

.vetted { 
    color: #888888;
    text-align: center;
    margin-bottom:10px;
}

.maximum-shelf {
    width:560px;
    margin-left:auto;
    margin-right:auto;
}

.maximum-shelf .sub {
    color:#666;
    font-size:14px;
}

.maximum-shelf .site-article .article-image {
    height:auto;
}

.maximum-shelf .ad {
    width:auto;
    margin-right:0px;
}


.advertorials .heading {
    color: #333333;
    font-size: 14px;
    text-align: center;
    font-family:arial,helvetica,sans-serif    
}


.advertorials .heading-img {
    text-align: center;
}

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

.advertorial {
    width:600px;
    margin: 0 auto 15px;
}

.advertorial table {
    line-height: 1.75em;
}

.issue-jobboard table {
    margin: auto;
}

.issue-jobboard table.hide {
    display:none;
}

/* Book Review */

.book-review .site-article .article-image
{
    margin-top: 3px;
    height: auto;
}

.book-review .site-article .sub
{
    font-size: 12px;
}

.book-review .site-article p
{
    float: right;
    width: 575px;
}

.book-review .site-article .share-links
{
    float: left;
    width: 140px;
}

/* book trade today's news */

.issue-news .site-article .title
{
    margin-bottom: 5px;
}

/* staff info */

.staff-list .site-article .title,
.press h4,
.book-trade .qotd .site-article .title
{
    color: #887034;
}

.staff-list .site-article
{
    font-size: 14px;
}

.staff-list .site-article .article-image
{
    width: 150px;
    height: 200px;
    margin: 0 20px 0 0;
    border: 1px solid #C2AC63;
}

/* place ad */

.place-ad h4
{
    color: #887034;
}

/* max issue */

.max-issue .site-article .ad.f-left
{
    margin: 0 1.5em 1.5em 0;
    width: 33%;
}

/* bookstores */

.bookstores div[style="float: right; width: 300px;"]
{
    margin-left: 1em;
}

.bookstores div[style="float: right; width: 300px;"] img
{
    margin-bottom: 2em;
}

/* book trade welcome */

.book-trade .welcome
{
    line-height: 22px;
}

.book-trade .welcome .heading
{
    margin-bottom: 3px;
    font-size: 3em;
    font-style: italic;
    letter-spacing: -1px;
}

.book-trade .bt-summary
{
    margin-bottom: 2em;
}

.book-trade .bt-summary .recent
{
    float: left;
    width: 62%;
    margin-right: 3%;
}

.book-trade .bt-summary .archives
{
    margin: 0 0 0 65%;
    padding-left: 15px;
    border-left: 1px solid #C2AC63;
}

.book-trade .bt-summary .heading,
.book-trade .bt-summary .heading a
{
    color: #00495A;
}

.book-trade .bt-summary .heading a
{
    border-bottom: 1px solid #88C1D4;
    text-decoration: none;
}

.book-trade .site-listing li
{
    font-size: 12px;
    margin-bottom: 0.5em;
}

.book-trade .bt-summary .archives li
{
    margin-bottom: 0.75em;
}

/* bt quote of the day */

.book-trade .qotd
{
    padding: 0;
    border: none;
    background: #FFFFFF;
}

.book-trade .qotd .heading
{
    float: left;
    width: 75px;
    margin: 0 5px 0 0;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #C2AC63;
}

.book-trade .qotd .heading .qicon
{
    display: block;
    margin-bottom: -0.1em;
    padding-top: 0.35em;
    font-size: 200px;
    text-indent: -3px;
}

.book-trade .qotd .heading .small
{
    font-size: 12px;
}

.book-trade .qotd .quote
{
    margin-left: 85px;
    padding-left: 17px;
    border-left: 1px solid #C2AC63;
}

.book-trade .qotd blockquote
{
    margin: 0 0 1em 0;
    line-height: 20px;
    color: #6E5A1B;
}

.book-trade .qotd .byline
{
    margin-left: 35%;
    font-size: 11px;
    line-height: 20px;
    text-indent: -1em;
}

/* upcoming events */

.upcoming-events .title
{
    margin-bottom: 0.5em;
    color: #887034;
}

/* search results */

.primary.search-result .heading-tag
{
    font-style: italic;
}

.site-article.search-result .title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #117A97;
}

.site-article.search-result p
{
    line-height: 1.3em;
}

.site-article.search-result a:hover
{
    color: #FFFFFF;
}

/* sidebar */

.main .sidebar
{
    float: right;
    width: 230px;
    padding: 1.85em 1.2em;
    margin-bottom: 2.5em;
    background: none;
}

/* sidebar subscribe and social links */

.main .sidebar a
{
    color: #3998B6;
}

.main .sidebar p
{
    margin-bottom: 15px;
}

.main .sidebar .cta
{
    position: relative;
    padding-top: 184px;
}

.main .sidebar .badge
{
    position: absolute;
    top: -39px;
    left: 50%;
    margin-left: -104px;
    width: 208px;
    height: 208px;
    padding-top: 105px;
    background: url("/National_Library/20160930123623oe_/http://media.shelf-awareness.com/site/img/medallion.png") no-repeat;
    font-size: 13px;
    text-align: center;
    z-index: 5;
}

.main .sidebar .badge .textbox
{
    width: 178px;
    height: 28px;
    margin-bottom: 10px;
    padding: px;
}

.main .sidebar .badge .button
{
    padding: 3px 10px;
}

.main .sidebar .soc
{
    margin-left: 1.3em;
}

.main .sidebar .soc a
{
    display: block;
    margin-bottom: 0.98em;
}

/* sidebar lists and separators */

.main .sidebar hr
{
    margin: 1.2em 0;
}

.main .sidebar .heading,
.main .sidebar ul,
.main .sidebar .content-list h3,
.main .sidebar .sidebar-article,
.main .sidebar .sidebar-article h4
{
    font-size: 12px;
}

.main .sidebar .heading,
.main .sidebar .sidebar-article h4
{
    margin-bottom: 1.2em;
    padding-top: 0.75em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #887034;
}

.main .sidebar ul
{
    padding-left: 1em;
    list-style: url("/National_Library/20160930123623oe_/http://media.shelf-awareness.com/site/img/list-diamond.png");
}

.main .sidebar ul.nested
{
    padding-left: 0;
    list-style: none;
}

.main .sidebar ul li,
.main .sidebar .content-list h3,
.main .sidebar ul.nested .nest-head
{
    margin-bottom: 0.923em;
}

.main .sidebar ul.nested .nest-head
{
    display: block;
    background: #E1E1E1;
    font-weight: bold;
}

.main .sidebar ul.nested .nest-head a:hover
{
    text-decoration: none;
}

.main .sidebar .sidebar-article
{
    color: #00495A;
}

/*.main .sidebar .sticky-pane
{
    position: relative;
    width: 200px;
}

.main .sidebar .sticky-pane.fixed
{
    position: fixed;
    top: 0;
}

.main .sidebar .sticky-pane.absl
{
    position: absolute;
    bottom: 1.85em;
}*/

/***** job board *****/

.jobboard-listing .heading span {
    float:left;
}
.jobboard-listing .rss,
.jobboard-listing .rss:hover {
    background-image: url("https://web-archive.nli.org.il/National_Library/20160930123623oe_/http://media.shelf-awareness.com/js/rss.png");
    float: left;
    height: 12px;
    margin-left: 10px;
    margin-top: 12px;
    text-indent: -9999px;
    width: 12px;
    text-decoration: none;
}

.jobboard-listing .head-img {
    background-color:#3998b6;
    text-align:center;
    margin:20px 0;
}

.jobboard-listing .head-img img {
    max-width:100%;
}

.jobboard-items {
    font-size:12px;
    width:100%;
}
.jobboard-items .nowrap{
    white-space:nowrap;
}

.jobboard-items th {
    background-color:#3a97b6;
    color:white;
    font-weight: bold;
    text-transform: uppercase;
}

.jobboard-item {
    background-color:#dfdfdf;
    border-bottom:1px solid white;
}

.jobboard-item:nth-child(even) {
    background-color:#efefef;
}

.jobboard-item:hover,
.jobboard-item:nth-child(even):hover {
    background-color:#cbe6ef;
}

.jobboard-av h1 a {
    text-decoration: none;
}

.jobboard-av hr {
    background-color:#ccce6d;
    height:5px;
}

.jobboard-av article {
    background-color:#cbe6ef;
    border:1px solid #999;
    padding: 15px;
    margin-bottom: 15px;

}

.jobboard-av article h2 {
    margin-bottom: 10px;
}

.jobboard-av article h3 {
    margin-bottom: 15px;    
}

.sidebar-special {
    font-size:12px;
}

.sidebar-special hr {
    margin:20px 0px;
}
.sidebar-special h3 {
    font-family: Georgia,"Times New Roman",serif;
    font-size:18px;
    color:#2f7890;
    font-weight: normal;
}

.sidebar-form {
    background-color: #cbe6ef;
    padding:10px;
    width: 100%;

}

.sidebar-form span {
    font-weight: bold;
}

.sidebar-form form {
    margin-bottom:10px;
}

.sidebar-form label {
    font-weight: 100;
    display: block;
    margin-bottom: 10px;
    text-indent: -5px;
}

.sidebar-form input[type=checkbox] {
    position: relative;
    margin-right: 5px;
}

.sidebar-form-loggedin {
    color:#3998b6;
}

.survey-div input[type=submit],
.survey-div input[type=submit]:hover,
.form-button,
.form-button:hover {    
    border: 0 none !important;
    border-radius: 5px;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    padding: 5px 15px !important;
    text-decoration: none;    
    background-color:#3e98ba;
    font-weight: bold;
}

.form-button-green,
.form-button-green:hover {
    background-color:#cbce73;
    color:#555 !important;
}

.form-button-dgray,
.form-button-dgray:hover {
    background-color:#767d7b;
}

.form-button-mtop {
    margin-top: 7px;
}
.form-button-mright {
    margin-right: 7px;
}

.form-button-mleft {
    margin-left: 7px;
}

.survey-div input[type=submit],
.form-button-uppercase {
    text-transform: uppercase;
}

.survey-div input[type=submit],
.form-button-fs14,
.form-button-fs14:hover {
    font-size:14px !important;
}

.form-button-lblue,
.form-button-lblue:hover {
    background-color: #cbe6ef !important;
}

.form p {
    margin-bottom:1em;
}

.form textarea {
    max-width:100%;
}

.form-relative { 
    position:relative;
}

input.clean,
select.clean {
   -moz-border-bottom-colors: none;
   -moz-border-left-colors: none;
   -moz-border-right-colors: none;
   -moz-border-top-colors: none;
   -moz-box-sizing: border-box;
   background: none repeat scroll 0 0 #FFFFFF;
   border-color: #C0C0C0 #D9D9D9 #D9D9D9;
   border-image: none;
   border-radius: 1px 1px 1px 1px;
   border-right: 1px solid #D9D9D9;
   border-style: solid;
   border-width: 1px;
   display: inline-block;
   height: 29px;
   margin: 0;
   padding: 0 8px;
   border-radius:5px;
   margin-right:10px; 
   margin-bottom:10px;
   
   font-size:13px;
   font-family:inherit;
   width:100%;
}

input.clean.w300 {
    width:300px;
}

input.clean:hover,
select.clean:hover {
   -moz-border-bottom-colors: none;
   -moz-border-left-colors: none;
   -moz-border-right-colors: none;
   -moz-border-top-colors: none;
   border-color: #A0A0A0 #B9B9B9 #B9B9B9;
   border-image: none;
   border-right: 1px solid #B9B9B9;
   border-style: solid;
   border-width: 1px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

input.clean:focus,
select.clean:focus {
   border: 1px solid #4D90FE;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
   outline: medium none;
}

.error, 
.notice, 
.success { 
    border:2px solid #666; 
    background-color:#ddd; 
    padding:15px; 
    text-align:center;
    margin-bottom:1em;
}

.error p, 
.notice p, 
.success p { 
    margin-bottom:1em;
}

.error .message, 
.notice .message, 
.success .message {
    font-size:1.5em;
}

.error p:last-child, 
.notice p:last-child, 
.success p:last-child { 
    margin-bottom:0px;
}

.error { 
    background:#fbe3e4; 
    border-color:#fbc2c4; 
}

.error * {
    color:#8a1f11; 
}

.error a,
.error a:hover { 
    color:#8a1f11; 
    background-color:transparent;
    text-decoration: underline;
}

.notice { 
    background:#fff6bf; 
    border-color:#ffd324; 
}

.notice * {
    color:#514721; 
}

.notice a,
.notice a:hover { 
    color:#514721; 
    background-color:transparent;
    text-decoration: underline;
}

.success { 
    background:#e6efc2;
    border-color:#c6d880;
}

.success * {
    color:#264409; 
}

.success a,
.success a:hover { 
    color:#264409; 
    background-color:transparent;
    text-decoration: underline;
}


.error .message,
.notice .message,
.success .message,
    font-size:16px; 
    font-weight:bold;
}

.error a,
.notice a,
.success a { 
    text-decoration: underline;
}

p.mleft-20 {
    margin-left:20px;
}

.required {
    color:red;
    font-weight:bold;
}

label.strong {
    font-weight: bold;
}

.col {
    width:48%;
    margin-right: 2%;
    float:left;
}

.regform-app-check {
    float:left;
    width:16px;
}

.regform-app-info {
    margin-left:20px;
}

.option-list {
   float:left;
   width:33%;
   margin-bottom:10px;
}

.option-list .options {
   margin-bottom:5px;
}

.options input[type=checkbox],
.options input[type=radio] {
   margin-right:5px;
}

.option-list-4 {
   width:25%;
}

.survey-div h2 {
    display: none;
}

.survey-div .form-element {
    margin-bottom:20px;
}

.survey-div .form-element label {
    font-weight: bold;
    margin-bottom:10px;
    display: block;
}

.survey-div .form-options-list {
    margin-bottom:5px;
}

.survey-div .form-options-list input {
    margin-right:5px;
}

.survey-div .form-options-list label {
    font-weight: normal;
}

#pass_meter{
    background: #aaa;
    color: #FFFFFF;
    width: 100%;
    text-align:center;
    font-weight:bold;
    padding:5px;
}

.password-veryweak {
    background: #ff8080 !important;
}
.password-weak {
    background: rgb(220, 220, 0) !important;
}
.password-medium {
    background: rgb(0, 150,250) !important;
}
.password-strong,
.password-verystrong,
.password-perfect {
    background: rgb(0, 200, 100) !important;
}

.archive-date {
    font-size:9px;
}

figure.ad {
    margin-top:0px;
}

/***** footer *****/

.footer,
.footer a
{
    text-align: center;
    color: #FFFFFF;
}

.footer > div
{
    border-top: 1px solid #FFFFFF;
}

.footer .top
{
    padding: 0.7em 1em 0.5em 1em;
    background: #3998B6;
    font-size: 0.73em;
    text-transform: uppercase;
}

.footer .top a
{
    display: inline-block;
    margin-left: 1em;
    text-decoration: underline;
}

.footer .bottom
{
    padding: 0.7em 1em 0.5em 1em;
    background: #767D7B;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.93em;
    line-height: 1.8em;
}

.cred
{
    margin-bottom: 5px;
    text-align: center;
}

.cred a
{
    font-size: 9px;
    text-transform: uppercase;
    color: #999999;
}

#btnTop
{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: 0;
    z-index: 30;
}

.link-top
{
    margin-bottom: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
}

.link-top a
{
    color: #999999 !important;
}


.form-option-text {
font-size:0.8em;
}

.forward iframe {
    border:5px solid #ddd;
}

textarea,
.form-options input[type=text] {
    max-width: 100%;
}

/*** subscriber overlay ***/

#subpopform
{
    display: none;
    padding: 15px;
    background-color:white;
}

#subpopform p
{
    margin-bottom: 1em;
}

#subpopform input.clean
{
    margin-right: 0;
    margin-left: 0;
}

#subpopform .subpopform-submit
{
    text-align: center;
    margin-bottom:0px;
}

#subpopform .error,
#subpopform .success
{
    display: none;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
