/*
Theme Name: Clean Gray LPL
Author: Jake Paris | JMC Creative
Author URI: http://jmc-creative.com/
Description: Brand new theme for lplonline.org 2013
Version: 1.0
*/

@import url(//fonts.googleapis.com/css?family=Nobile:400,400italic,700,700italic);

/* html5 reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}



* { position: relative; }

body { font-size: 10pt;
    font-family: 'Nobile', sans-serif;
    background: #363636;
    }

form #salutation {
    /* honeypot */
    display: none !important;
    }

a{ text-decoration: underline;
    color: #0073a0;}
a:hover { text-decoration: none; }
a.reverse, a.reverse { text-decoration: none; }
a.reverse:hover { text-decoration: underline; }

h1, h2, h3, h4, h5 {
}
h1 {
    font-size: 2em;
    font-family: Lora, serif;
    margin: 3px 0 18px;
    }
h2 {
    font-size: 1.6em;
    font-family: Lora, serif;
    margin: 12px 0 12px;
    color: #333;
    }
h3 {
    font-size: 1.4em;
    font-family: Lora, serif;
    font-style: italic;
    margin: 5px 0 7px 8px;
    color: #333;

	}
h4 {
    font-size: 1.2em;
    color: #333;
    font-family: Lora, serif;
    }
h5, h6 {
    font-size: 1em;
    color: #063c51;
    margin: 5px 5px 5px 0;
    letter-spacing: 1px;
    }
h6 {
    color: #c67f10;
}
p {
    font-size: 1em;
    line-height: 1.2em;
    margin: 5px 0;
    padding: 5px 0 5px 8px;
    }
hr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #999;
    box-shadow: 0px 0px 4px #888;
    margin: 15px 0;
}

ul, ol {
    margin: 6px 0 6px 40px;
}
li {
    padding: 3px 0;
}

sup{
    font-size: .8em;
    top: -.5em;
}
sub {
    font-size: .8em;
    top: .3em;
}

acronym, abbr {
    cursor: help;
    border-bottom: dashed 1px orange;

}
pre, code {
    margin: 10px;
    padding: 10px 20px;
}
blockquote {
    background: #ddd;
    padding: 3px;
    margin: 4px;
    border-radius: 5px;
    width: 65%;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    padding: 10px 5px;
    border: 1px solid #999;
    border-radius: 3px;
    background: #fff;
    /* font-size: .9em; */
    /* text-shadow: 1px 1px 1px #ccc; */
    font-family: nobile, sans-serif;
    width: 250px;
    color: black !important;
    }
input[type="submit"], a.goButton, a.goLink, a.buttonLink {
    text-decoration: none;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 7px;
    background: #bad3d8;
    font-size: .9em;
    text-shadow: 1px 1px 1px #ccc;
    font-family: nobile, sans-serif;
    cursor: pointer;
    margin: 10px 0;
    display: inline-block;
    background: rgb(239,239,239); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(239,239,239) 0%, rgb(206,206,206) 71%, rgb(209,209,209) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(239,239,239)), color-stop(71%,rgb(206,206,206)), color-stop(100%,rgb(209,209,209))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(239,239,239) 0%,rgb(206,206,206) 71%,rgb(209,209,209) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(239,239,239) 0%,rgb(206,206,206) 71%,rgb(209,209,209) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(239,239,239) 0%,rgb(206,206,206) 71%,rgb(209,209,209) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(239,239,239) 0%,rgb(206,206,206) 71%,rgb(209,209,209) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
}
input[type="submit"]:hover, a.goButton:hover
{
    text-decoration: underline;
    color: #000;
    xbackground: #9ceaf8;
}
input[type="submit"]:action, a.goButton:action {
    box-shadow: inset 2px 2px 3px #bbb;
}
select {
    padding: 3px;
    border: 1px solid #999;
    font-size: 1em;
    width: 250px;
    padding-top: 6px;
}
option {
    padding: 3px 0;
}

optgroup {
    background: #333;
    color: #fff
}

optgroup option{
    padding-left: 9px;
    background: #fff;
    color: #000;
}

fieldset {
    padding: 10px;
    margin: 20px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
legend {
    font-weight: bold;
}
label {
    cursor: pointer;
}
.bold {
    font-weight: bold;
}

.hilite {
    background: #fffaa6;
}

.hideFromMobile {
    display: none;
}

.error {
    color: #a80101;
}
.success {
    color: #3d7500;
}
.clear {
    clear: both;
}
.required {
    font-weight:bold;
}
.required:after{
    content: ' *';
}

.alignleft {
    float: left;
    padding-left: 0px;
}
.alignright {
    float:right;
    padding-right: 0px;
}

.showBorders td {
    border: #dfe0e1 solid 1px;
}

#message {
    padding: 20px;
    background: #edffb6;
    border-radius: 5px 5px 5px 5px;
    font-size: 1.2em;
}

/***STRUCTURE***/

header {
    background: #e7e7e7;
    padding-bottom: 10px;
}

#logo {
    margin: 10px auto 0px;
    width: 95%;
}

#topLinks {
    margin: 10px 0;
}
    #topLinks a {
	text-decoration: none;
	display: block;
	background: #053a4f;
	color: #eee;
	padding: 10px 0px;
	width: 30%;
	float:left;
	margin: 5px 1px;
	text-align: center;
	height: 2em;
    }
    #topLinks a:first-child {
	margin-left: 4%;
    }

#topSearch {
    margin: 0 10px;
    clear: both;
}

#topSearch form {
    padding: 5px;
    margin: 0 0 10px;
    border: 1px solid #999;
    border-radius: 3px;
    background: #fff;
    font-size: .9em;
    text-shadow: 1px 1px 1px #ccc;
    overflow: hidden;
    z-index: 99;
}
    #topSearch input[type="text"] {
	border: none;
	font-size: 1.2em;
	font-weight: normal;
	margin: 7px;
	width: 75%;
	padding: 0px;
	border-radius: 0px;
    }
    #topSearch.built-in-search input[type="text"] {
        display:  block;
    }
    #multi-search input[type="submit"] {
        padding:  5px 8px;
    }

    #multi-search .lms-search-options {
        padding:  0 1em 1em;
    }

    #topSearch input[type="text"]:focus {
       outline:none;
       font-style: normal;
    }
    #topSearch button[name="searchbutton"] { /* using submit button did not let IE show a background img */
	background: url('i/mag-glass.png');
	/* background-size: cover; */
	border: none;
	cursor: pointer;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 6px;
	right: 6px;
	margin: 0px;
    }

    #openSearchFeatures {
	xdisplay: none;
	font-size: .9em;
	text-shadow: none;

	position: absolute;
	top: 4px;
	right: 55px;
    }
    #openSearchFeatures a {
	color: #ddd;
    }

    #searchFeatures {
	display: none;
	margin: 15px;
	border-top: 1px dashed gray;
	text-shadow: none;
    }
    #searchFeatures label {
	cursor: pointer;
	padding: 10px;
	display: block;
	border-bottom: 1px dotted #ddd;
    }

#topContactInfo {
}
#topContactInfo span, #topContactInfo #clearmeonsize{
    display: block;
    height: 0px;
    overflow: hidden;
    margin-bottom: 2px;
}

/*
 * THIS PART ADDS A COLORED BACKGROUND TO THE LINKS
 * ON HOVER. I'M NOT CONVINCED THE STYLE IS
 * RIGHT
 */ /* * /
#topSectionButtons img {
    border-radius: 20px;
    padding: 20pxpx;
}

#topSectionButtons a[href*="kids"] img:hover {
    background: #a7d4ba;
}
#topSectionButtons a[href*="teens"] img:hover {
    background: #ebcbe7;
}
#topSectionButtons a[href*="libraryla"] img:hover {
    background: #fce6d4;
}
/* */

#topSectionButtons img{
    height: 30px;
    display: block;
    margin: 5px auto;
}

body.home #hideAllMenusButton {
    display:none;
}

body.nothome #hideAllMenusButton {
    display: block;
    padding: 9px;
    margin: 0;
    background: #3fc7ff;
    color: #000;
    text-align: center;
    border-radius: 4px;
}

#mainNav {
    background: #363636;
    font-family: Lora, serif;
    font-size: 1.2em;
    margin: 0px;
}
    #mainNav li {
	list-style-type: none;
    }

    #mainNav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px;
	border-bottom: 1px solid #555;
    }


#mainNav {
    font-family: Lora, serif;
}
    #mainNav .bold {
	font-weight: normal;
    }
    /* hide all the non-current submenus */
    #mainNav ul {
	display: none;
  }
  #mainNav li {
    padding: 0px; /* because of the weird submenu stuff */
  }
  #mainNav > li > ul {
    padding: 4px 0 0;
    margin: 0;
  }
    #mainNav ul ul li {
	font-size: .8em;
	font-family: nobile,sans-serif;
    }

    #mainNav ul .current-menu-item, #mainNav ul .current_page_item {
	background: #c8fc6e;
    }
    #mainNav ul .current-menu-item a, #mainNav ul .current_page_item a {
	color: #000;
    }

    #mainNav > li.current-menu-item ul, #mainNav .current-menu-parent ul, #mainNav .current-menu-ancestor ul {
	display: block;
	xmargin: 0;
	background: #262626;
    }
    #mainNav > li.current-menu-item ul li a, #mainNav .current-menu-parent ul li a, #mainNav .current-menu-ancestor ul li a {
	padding: 6px;
    }

    #mainNav a[href="#"] {
	display: none;
    }
    /* hide the column delimiters */
    #mainNav > li > ul > li > a {
	display: none !important;
    }
    /*** END MENU ***/






#middle {
    background: #cecece;
    overflow: auto;
    clear:both;
}

#middleHome {
    clear:both;
    overflow: auto;
    background: #fff;
    padding: 20px 5px 5px;
}
.meta {
    font-size: .9em;
    border-top: 1px dashed gray;
    margin-top: 20px;
    padding-top: 5px;
    clear:both;
}
.breadcrumbs {
    line-height: 2em;
}

.popularPages {
   margin: 3px;
   clear: both;
   overflow: auto;
}
.popularPages li {
    float: left;
    list-style-type: none;
    width: 31%;
    margin: 0 3px;
}
.popularPages a {
    display: block;
    padding: 15px;
    background: #053a4f;
    color: #eee;
    height: 2em;
    text-align: center;
}

.frontCol {
    margin: 10px 2%;
}
.frontCol h2 {
    padding: 0px 0 4px 8px;
    background: #e9e9e9;
}
.frontCol h2 img {
    margin-right: 9px;
    height: 35px;
}

.filterEventsLinks {
    font-size: .9em;
    text-align: left;
}
    .filterEventsLinks a {
	border-radius: 4px;
	padding: 8px;
    }
    .filterEventsLinksOn {
	background: #f7e657;
	color: #000;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2) inset;
	text-decoration: none;
    }
    .filterEventsLinksInitial {
	background: #fff7b7;
	box-shadow: none;
	}

.singleEvent, .singleNews {
    overflow: auto;
    margin: 10px 0;
}
.eventDate {
    font-weight: bold;
    text-align: center;
    background: #f8f8f8;
    padding: 10px 10px 8px;
    margin: 0px;
}

.singleEvent h4 {
    background: #e9e9e9;
    padding: 4px 0 2px 4px;
}
.singleEvent h4 a, .singleNews h4 a {
    color: #000;
    text-decoration: none;
    }
    .singleEvent h4 a:hover, .singleNews h4 a:hover{
	text-decoration: underline;
    }
.singleEvent img {
    max-width: 30%;
    height: auto;
    float: left;
    padding: 3px 5px 3px;
    z-index: 50; /* to move in front of .eventDate */
}
.singleNews {
    padding: 4px 0;
    border-bottom: 1px dotted gray;
}
.singleNews img {
    float: right;
    max-width: 25%;
    height: auto;
    padding: 0 0 5px 8px;

}
/*** CONTENT AREA ***/

#main {
    clear: both;
    overflow: auto;
    padding: 15px 10px;
    background: #fff;
}
.hasSubPageList {

}

#contentWrap {
    overflow: auto;
}
#main p img {
    box-shadow: 0px 0px 6px #888;
    background: #fff;
    padding: 5px;
}
img.alignleft {
    float: left;
    margin: 0 8px 2px 0;
}
img.alignright {
    margin: 0 0 2px 8px;
    float: right;
}

img.aligncenter {
    margin: 0 auto;
    float: none;
    display:block;
}

.noShadow, .no-shadow, .noshadow {
    box-shadow:none !important;
    text-shadow: none !important;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}
.aligncenter {
    text-align: center;
}

#main table {
    margin: 8px 0;
}
#main th, #main td {
    padding: 6px 10px;
}
#main th {
    border-bottom: 1px solid #555;
    border-left: 1px solid #aaa;
    text-align: center;
}
#main th:first-child {
    border-left: none;
}

/*** END CONTENT AREA ***/


.helpForm {
    padding: 8px 15px 15px;
}

.helpForm label, .helpForm input[type="text"], .helpForm input[type="email"], .helpForm textarea {
    display: block;
    width: 100%;
    margin-left: 0;
}
.helpForm label {
    font-family: Lora, serif;
    margin: 10px 0 0;
    font-size: .9em;
    color: #333;
}
.helpForm input[type="text"], .helpForm input[type="email"], .helpForm textarea {
    font-family: nobile, sans-serif;
    font-size: .9em;
    padding: 8px 5px;
    background: #eee;
}
.helpForm input[type="submit"] {
    background: #898989;
    padding: 8px;
    font-weight: bold;
    border: 1px solid #000;
    cursor: pointer;
    margin-top: 19px;
    }
    .helpForm input[type="submit"]:hover {
	text-decoration: underline;
    }

    .ajaxLoader {
	display: none;
	position: absolute;
	top: 100px;
	left: 130px;
	margin: 0 auto;
    }
    .helpForm .error {
	font-style: italic;
    }
    #helpFormMailingLists {
	display: none;
	padding-left: 10px;
    }
    #helpFormMailingLists label {
	display: inline;
    }

    #chatSplash { /*
	display:block;
	text-align:center;
	*/
    }
    #chatSplash img {
	border-radius: 7px;
	border: 1px solid #aaa;
	margin: 10px 0;
	opacity: .8;
    }
    #chatSplash:hover img {
	opacity: 1;
    }

    #homeBanners {
	overflow: hidden;
	margin: 10px auto 0;
	height: 250px;
	width: 200px;
    }
    #homeBanners ul {
	width: 5000px;
	overflow: auto;
	margin: 0;
    }
    #homeBanners li {
	overflow: auto;
	float: left;
	padding: 0;
    }
    #homeBanners img {
	border-radius: 7px;
	border: 1px solid #aaa;
	max-height: 225px;
	max-width: 200px;
    }

    .bx-controls-direction {
	padding: 1px 5px;
    }
    .bx-prev, .bx-next {
	font-size: .8em;
	color: gray;
	text-decoration: none;
	position: absolute;
    }
    .bx-prev {
	left: 0;
    }
    .bx-next {
	right: 0;
    }
    .bx-prev:hover, .bx-next:hover {
	color: blue;
	text-decoration: underline;
    }
    .bx-prev:before {
	content: '< ';
    }
    .bx-next:after {
	content: ' >';
    }


#suggestedContent {
    padding: 8px;
}
.suggestedSingle {
    overflow: auto;
    margin: 5px 0;
    padding-bottom: 8px;
    color: #333;
}
.suggestedSingle img {
    float:left;
    padding: 1px 4px 11px 4px;
    margin: 0px 6px 4px 0;
    border: 1px solid #999;
    background: #333;
    max-height: 94px;
    max-width: 91px;
    width: auto;
    height: auto;
}
    .suggestedSingle img[src*=".png"] {
	/* clear background for all pngs */
	background: transparent;
	border: none;
    }
.suggestedSingle p {
    text-align: justify;
    margin-top: 0px;
    overflow: auto;
    line-height: 1.3em;
}

#bookCarousel {
    display: none;
}

footer {
    color: #ddd;
    background: #363636;
    padding: 20px 3%;
    overflow: auto;
    line-height: 1.5em;
}
footer p {
    line-height: 1.5em;
}
footer ul {
    margin-left: 15px;
}
footer a {
    color: #fff;
}
#aweBox {
	padding: 3 px;
}
#facebookStream {
    display: none;
}
#socialIcons {
	margin: 1.4em auto;
	clear: both;
	display: grid;
	gap: 1em;
	grid-template-columns: repeat(3, 85px);
	grid-template-rows: 85px;
}
.social-icon {
	--iconSize: 55px;
    width: var(--iconSize);
    height: var(--iconSize);
    display: inline-block;
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	border-radius: var(--iconSize);
	border: 3px solid white;
	transition: .2s transform;
	transform: rotate(0);
	margin: 0 auto;
}
.social-icon:hover {
	transform: rotate(12deg);
}
.social-icon[href*="goodreads.com"] {
	background-image: url('i/social-goodreads.png');
}
.social-icon[href*="youtube.com"] {
	background-image: url('i/social-youtube.png');
}
.social-icon[href*="facebook.com"] {
	background-image: url('i/social-facebook.png');
}
.social-icon[href*="twitter.com"] {
	background-image: url('i/social-twitter.png');
}
.social-icon[href*="pinterest.com"] {
	background-image: url('i/social-pinterest.png');
}
.social-icon[href*="instagram.com"] {
	background-image: url('i/social-instagram.png');
}

/* can be deleted */
#socialIcons img {
    width: 65px;
    margin: 0 12px;
}


#copyright {
    font-size: .8em;
    text-align: center;
    color: #ddd;
    clear:both;
}

.resultRow {
    overflow: hidden;
    padding: 5px 10px;
}
    .resultRow img {
	background: none;
	float: right;
	max-width: 40%;
	height: auto;
	border: 1px solid #fff;
	margin-left: 5px;
    }
    .resultRow p {
	line-height: 1.7em;
    }
    .resultRow a {
	color: #1a235f;
	text-decoration: none;
	border-bottom: 1px solid silver;
    }
    .resultRow a:hover {
	border-bottom: none;
    }
.odd {
    background: #e6e6e6;
}
.singleResult p {
    padding-left: 10px;
    border-left: 1px solid #ddd;
}

#importantMsg {
    padding: 30px;
    background: #fff071;
    margin-bottom: 15px;
}

    .pageForm label {
	display: block;
	margin-top: 15px;
    }
    .pageForm input[type="text"], .pageForm input[type="email"], .pageForm textarea {
	display: block;
	width: 95%;
    }

#audioPopup {
    display: none;
}

#ajaxFoundBook {
    background: #fbf19f;
    max-width: 500px;
    padding: 13px;
    display: none;
    z-index: 90;
    position: absolute;
    left: 35px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #aaa;
}
    #ajaxFoundBook a {
	xcolor: #400b98;
    }
    #ajaxFoundBook ul {
	margin-left: 20px;
    }

#closeMatchingItems {
    position: absolute;
    top:10px;
    right: 10px;
    font-size: 1.3em;
    text-decoration: none;
    color: #000;
}

#qpchatwidget {
    height: 80% !important;
}

#chatWrap {
    max-width: 400px;
    height:420px;
    overflow:visible;
}

.bookLetterIframe {
    width:90%;
    height:1000px;
    border:1px solid silver;
}
.bookLettersSignupForm {
    border: 1px solid gray;
    padding: 9px;
    margin: 10px 5px;
}
.sectionPageList {
    float: right;
    list-style-type: none;
    padding: 10px 20px 20px;
    line-height: 1.5em;
    background: #e1e1e1;
    z-index: 85;
    font-size: .9em;
    border-radius: 2px;
    max-width: 33%;
    right: -10px;
}
.sectionPageList > li:first-child {
    margin: 3px 0;
    font-style: italic;
}

/* registration/renewals form */

#secondRegQuestions {
    display: none;
}

.choicesBlock {
    margin: 8px 12px 20px;
}

/* GoodReads
 */
.gr_grid_container {
  /* customize grid container div here. eg: width: 500px; */
}

.gr_grid_book_container {
  /* customize book cover container div here */
  float: left;
  padding-right: 18px;
}

.gr_grid_branding {
    display: none;
}


/**************TABLET *********************/
@media only screen and (min-width: 450px) {

    .hideFromMobile {
	display: block;
    }

    header {
	overflow: hidden;
	background-position: right top;
	background-size: cover;
	background: url('i/headBack.jpg') no-repeat #f2f2f2;
    }

    #logo {
	max-width: 50%;
	margin: 15px auto;
    }

    #topLinks {
	float: right;
	clear: right;
	text-align: right;
	padding-right: 15px;
    }
    #topLinks a {
	text-decoration: underline;
	background: none;
	color: #0073a0;
	border: none;
	padding: 5px;
	float: none;
	text-align: right;
	width: auto;
	height: auto;
	margin: 0px;
    }
    #topLinks a:hover {
	text-decoration: none;
    }
    #topLinks a:first-child {
	margin-left: 0px;
    }

    #topContactInfo {
	float: right;
	max-width: 45%;
	margin: 5px 3% 0 0;
	text-align: center;
	text-shadow: 1px 1px 1px #999;
    }
    #topSectionButtons {
	float:left;
	margin: 0 0 0 3%
    }
	#topSectionButtons img {
	    margin: 5px 0 5px 15px;
	}


    #searchFeatures label {
	padding: 1px;
	display: inline;
	border-bottom: none;
    }


    #mainNav {
	box-shadow: 0 3px 3px #000 inset, 0 3px 5px #000;
	z-index: 70;
    }
    #mainNav ul {
	overflow: auto;
    }
    #mainNav ul ul li {
    	border-left: 1px solid #444;
	width: 100px;
	height:50px;
    	border: 1px solid #444;
    }
    #mainNav li {
	padding: 3px 0;
	float: left;
    }

    #mainNav a {
	border: none;
	padding: 15px 10px;
	}
    #mainNav a:hover {
	text-decoration: underline;
    }

    #mainNav .bold {
	font-weight: bold;
    }


    #main {
	padding: 20px;
	background: url('i/mainBack.jpg') repeat-y #fff;
	background-size: 180px;
    }

    #middle h5 {
	text-shadow: 1px 1px 2px #eee;
    }
    #middleHome {
    }

    .popularPages {
	float:left;
	width: 50%;
    }
    .popularPages li {
	width: auto;
    }
    .popularPages a {
	height: auto;
	background: transparent;
	color: blue;
	padding: 8px;
    }

    .singleEvent img {
	max-width: 150px;
	height: auto;
    }
    .singleNews img {
	max-width: 100px;
	height: auto;
    }
    .helpForm {
	float:left;
	clear: left;
	width: 50%;
    }
    #suggestedContent {
	width: 40%;
	float: left;
    }

    #bookCarousel {
	display:block;
	background: url('i/bookCarouselBack.jpg') #242424;
	height: 170px;
	padding: 20px 0 0;
	width: 100%;
    }
    #bookCarousel div {
	height: 100%;
	white-space: nowrap;
	overflow: auto;
	padding-bottom: 0px;
    }
    #bookCarousel img {
	box-shadow: 3px 3px 3px #000;
	margin: 0 15px;
	border: 1px solid #222;
	height: 120px;
    }
    #bookCarousel img:hover {
	border: 1px solid #fff;
    }

    #seeMoreCarousel {
	position: absolute;
	right: 0px;
	top: -5px;
	width: 40px;
	text-align: right;
	font-weight: bold;
	z-index: 80;
	padding: 12px;
	background: url('i/bookCarouselBack.jpg') #242424;
	border-radius: 0 0 0 10px;
    }
    #seeMoreCarousel a {
	color: #bedde9;
    }

    footer {
        box-shadow: 0 2px 3px #000 inset;
    }


    #contactFoot {

    }

    #aweBox {
        max-width:50%;
    }

    /* goodreads widget
     */
    .good-reads-widget {

    }

    #facebookStream {
	display: block;
	float: right;
    max-width:50%;
	padding-left: 5px;
	overflow: auto;
	margin-bottom: 15px;
	background: #ededed;
    }

    #importantMsg {
	padding: 20px;
	border: 1px solid blue;
	text-align: center;
    }

    .resultRow img {
	max-width: none;
	width: auto;
	max-height: 80px;
	height: auto;
    }
    .sectionPageList {
	right: 0px;
    }
    .bookLetterIframe {
	width:60%;
	box-shadow: 3px 3px 3px #666;
    }
}
/*************LAPTOP **********************/
@media only screen and (min-width: 800px) {

    header {
	background-size: 100%;
    }

    #logo {
	max-width: 30%;
	float: left;
	margin: 10 5px;
    }
    #topLinks a {
	display: inline;
	padding: 0 10px;

    }
    #topSearch {
	width: 66%;
	float: right;
	margin: 0 10px 0 0;
	clear: none;
    }
    #topSearch form {
	box-shadow: 3px 3px 3px #555;
	box-shadow: 3px 3px 3px rgba(50,50,50,.7);
    }
    #topSearch input[type="text"] {
	width: 90%;
    }
    #topContactInfo {
	float: none;
	max-width: none;
	text-align: right;
	margin: 0 3px;
	text-shadow: none;
    }
    #topContactInfo span {
	display: inline;
    }
    #topSectionButtons {
	clear:both;
    }
    #topSectionButtons img {
	display: inline;
    }

    body.nothome #hideAllMenusButton, body.home #hideAllMenusButton {
	display: none;
    }

    /*** MENU ***/

    #mainNav {
	height: 56px;
	clear: both;
    }
    #mainNav a {
	padding: 15px 9px;
	}
    #mainNav li:hover a{ /* all links in menu */
	color: #1e0e38;
    }
    #mainNav > li:hover > a,
    #mainNav > li.current-menu-item,
    #mainNav > .current-menu-parent,
    #mainNav > .current-menu-ancestor,
    #mainNav > .current-page-ancestor { /* just main tab links on hover or on submenu open */
	border-radius: 3px 3px 0 0;
	background: #ddf2f6;
    }
    #mainNav > li { /* just main tabs */
	position: static;
	margin-left: 2%;
    }
    #mainNav > li.current-menu-item,
    #mainNav > li.current-menu-parent,
    #mainNav > li.current-menu-ancestor {
	margin-top: 3px;
    }

    #mainNav > li > ul { /* just blue wide box */

	position: absolute;
	left: -9999px;
	margin: 0px;
	position: absolute;
	width: 100%;
	box-shadow: 0px 3px 3px #444;
	background: #ddf2f6;
	color: #1e0e38;
    }
    #mainNav > li > ul {
	padding: 0px;
    }
    #mainNav > li > ul > li { /* just sub column of four */
	float: left;
    }
    #mainNav a[href="#"] {
	cursor:default;
	display: inline;
    }
    #mainNav a[href="#"]:hover {
	text-decoration: none;
    }
    /* hide the column delimiters */
    #mainNav > li > ul > li > a {
	display: none;
    }
    #mainNav ul {
	background: #ddf2f6;
	display: block;
	overflow: auto;
    }
    #mainNav ul ul {
	margin-left: 50px;
    }
	#mainNav ul ul li {
	    float: none;
	    padding: 5px 0;
	    border: none;
	    height: auto;
	    border-bottom: dotted 1px silver;
	    width: auto;


	}
	/*
	#mainNav ul li:nth-child(4n+0) {
	    x target the fourth li element for breaking to the next column
	}
	*/
	#mainNav ul a {
	    color: #1e0e38;
	    padding: 0 3px;
	    display: inline;
	}
    #mainNav ul .current-menu-item, #mainNav ul .current_page_item {
	background: #c8fc6e;
	cursor: pointer;
    }
    #mainNav ul .current-menu-item a {
	text-decoration: underline;
    }

    #mainNav ul .current-menu-item {
	list-style-type: disc;
    }

    #mainnav ul a:hover,
    #mainNav > li.current-menu-item a,
    #mainNav > .current-menu-ancestor a,
    #mainNav .current-page-ancestor a,
    #mainNav .current-menu-parent a {
	color: #000;
    }
    #mainNav li:hover ul {
	left: 0px;
	z-index: 100;
    }
    #mainNav > li.current-menu-item ul,
    #mainNav .current-menu-parent ul,
    #mainNav .current-page-ancestor ul,
    #mainNav .current-menu-ancestor ul{
	z-index: 90;
	left: 0px;
	background: #ddf2f6;
    }

    /*** END MENU ***/

/* for music cd sampler * /
    #audioPopup {
	display: block;
	position: absolute;
	right: 16px;
	bottom: -40px;
	border-radius: 5px;
	height: 63px;
    }
    #audioPopup p {
	font-size: .9em;
	margin: 0;
	padding: 2px 0;
    }
    #audioPopup p a {
	text-decoration: none;
	color: #006287;
    }
    #audioPopup a:hover {
	text-decoration: underline;
    }
    #audioPopup audio {
	border-radius: 2px;
    }
/* */
    #main {
	width: 75%;
	box-shadow: 3px 3px 3px #bbb;
	border-radius: 0 0 4px 0;
	float: left;
	padding: 40px 3% 40px 5%;
	min-height: 300px;
    box-sizing: border-box;
    }

    #middleHome {
	padding: 30px 10px 5px 25px;
	background: url('i/mainBack.jpg') repeat-y #fff;
    }

    .breadcrumbs {
	line-height: 1.3em;
    }

    .frontCol {
	width: 28%;
	float: left;
	margin-top: 0;
	max-height: 500px;
	overflow: hidden;
    }
    #eventsCol {
	padding: 5px;
	border: 1px solid #fff;
    }
    #eventsCol:hover {
	overflow: auto;
	border: 1px solid silver;
    }
    .singleEvent, .singleNews {
	margin-right: 16px;
    }
    #eventsCol:hover .singleEvent {
	margin-right: 0px;
    }

    #eventsCol:first-child {
	width: 25%;
	margin-top: 14px;
    }
    #eventsCol:first-child:hover {
	overflow: visible;
    }
    .eventDate {
	border-bottom-right-radius: 50px 25px;
    }
    .popularPages {
	clear: left;
	width: auto;
	float:none;
    }
    .popularPages li  {
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px;
    }
    .popularPages a {
	background: none;
	padding: 2px 0 0 10px;
	border-bottom: 1px solid #dfdfdf;
	text-align: left;
	text-decoration: none;
	line-height: 2em;
    }
    .popularPages a:hover {
	background: #333;
	color: #eee
    }

    .frontCol h2 {
	background: none;
    }
    .frontcol h2 img {
	width: 35px;
	top: 6px;
    }
    .singleEvent img {
	max-width: 40%;
	height: auto;
    }
    .singleNews img {
	max-width: 25%;
	height: auto;
    }
    .helpForm {
	float:left;
	padding-top: 25px;
	width: 21%;
	clear: none;
    }
    .helpForm input[type="text"], .helpForm input[type="email"], .helpForm textarea {
	border: 0;
	box-shadow: 1px 1px 1px #333 inset;
    }
    #suggestedContent {
	clear: both;
	width: 100%;
	margin: 20px 0px;
	padding: 0px;
    }
    #suggestedContent h5 {
	margin: 0 0 10px 20px;
    }
    .suggestedSingle {
	float: left;
	width: 45%;
	padding: 0 20px;
    }
    .suggestedSingle a {
	font-weight: bold;
	text-decoration: none;
    }
    .suggestedSingle a:hover {
	text-decoration: underline;
    }



    .resultRow {
	padding: 20px 10px;
    }
	.resultRow img {
	    max-height: 98px;
	    width: auto;
	}


    .pageForm {
	margin: 0 20px 10px 0;
    }
    .pageForm input[type="text"], .pageForm input[type="email"], .pageForm textarea {
	width: 60%;
    }

    footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1em;
    }
    p#copyright {
        grid-column: 1 / 3;
    }
}
/*************FULL SCREEN *****************/
@media only screen and (min-width: 1200px) {

    body { background: url('i/px_by_Gre3g.png');
    }

    #container {
	width: 1200px;
	margin: 0 auto;
	box-shadow: 5px 0px 7px #000, -5px 0 7px #000;
    }
    #topLinks {
	font-weight: bold;
    }
    #topLinks a {
	text-decoration: none;
    }
    #topLinks a:hover {
	text-decoration: underline;
    }
    #topcontactInfo {
	text-align: left;
    }
    #topContactInfo #clearmeonsize {
	display: inline;
    }
    #topSectionButtons {
	margin: 21px 0 5px 10px;
    }
    #topSectionButtons img {
	margin-left: 20px;
	}
    #mainNav {
	padding-left: 40px;
    }
    #mainNav a {
	padding: 15px 35px;
	}

    .helpForm {
	width: 22%;
	padding-left: 12px;
    }

    .frontCol {
	max-height: 667px;
    }
    .frontCol h2 img {
	height: 45px;
	}

    .popularPages a {
	line-height: 3.3em;
	height: 3.3em;
    }

    #homeBanners {
	width: 227px;
	height: 335px;
    }
    #homeBanners img {
	max-height: none;
	max-width: none;
    }

}

@media only screen and (max-width: 799px) {

    /* this section hides nav menus on mobile (other than current area) */
    body.nothome #mainNav > li,
    body.nothome #topLinks,
    body.nothome #topContactInfo,
    body.nothome #topSectionButtons {
	display: none;
    }
    body.nothome #mainNav li.current-menu-item,
    body.nothome #mainNav li.current-menu-parent,
    body.nothome #mainNav li.current-menu-ancestor {
	display: block;
    }
}

@media(max-width:799px){
    .show-800-up {
        display: none !important;
    }
}
@media(min-width:800px){
    .hide-800-up {
        display: none !important;
    }
}

.nf-response-msg {
    padding: 2em;
    background: hsl(120, 85%, 89%);
    font-weight: bold;
    font-size: 1.1em;
}
