/*	Top nav bar  */

#navBar { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; width: 100%; height: 50px; background-color: rgba(200, 255, 255, 0.9); line-height: 50px; vertical-align: middle;}
#navBar img { display: inline-block; vertical-align: middle; margin-right: 24px; }
#header p {  }
.navBar li, .navBar a { height: 50px; line-height: 50px; }
.sitename { text-decoration: none; font-weight: 900; font-size: 1.25em; color: #333333; display: inline-block; line-height: 50px; vertical-align: top; margin-top: 0; padding-top: 0;}
#menu { width: 100%; max-width: 960px; margin: 0 auto; vertical-align: middle; height: 50px; }
#menu a, #menu a:visited { color: #333333; }
#menu a:active { background-color: #e0ffe0; }
.menu-items { display: inline-block; }
.menu-items li { display: inline-block; padding-right: 10px; padding-left: 10px; font-family: Lato, Arial, sans-serif; }
.menu-items li:hover { background-color: rgba(255,200,200,0.9); }
.menu-items a { text-decoration: none; }
.menu-items a:hover { color: #ff0000; text-decoration: underline; }
.show, .hide { display: none; padding-left: 15px; background-color: transparent; background-repeat: no-repeat; background-position: center left; color: #dde1e2; }
.show { background-image: url('../../graphics/down-arrow-icon.png'); }
.hide { background-image: url('../../graphics/up-arrow-icon.png'); }

/*	Tops splash image-orientation: */
.doorHeader { background: #464646 url('../images/IMG_7129.jpg') no-repeat top center; background-size: cover; height: 150px; padding-top: 300px; }
.doorHigh { position: relative; background-color: rgba(164,164,164, 0.65); margin: 0 4%; padding: 8px 0; }
.doorHeader h1 { text-align: center; border: none; color: #ffffff; margin: 0.25em 0; padding: 0; line-height: 1em; }
.notDoor { margin-top: 60px; }
#headline { border-bottom: 1px dotted #cccccc; margin-bottom: 1em; }

/*	Breadcrumbs  */
#breadcrumb { font-weight: 700; color: #a0a0a0; padding: 12px 0 3px 0; margin: 0; }
#breadcrumb a { color: #a0a0a0; }
#breadcrumb a:hover { color: #ff0000; }

/*  Ratings  */
.rating { color: #e8e840; font-size: 1.1em; }
.empty { color: #d8d8d9; font-size: 1.1em; }

/*	Sidebar & side menu styles	*/
#sidebar { font-size: 0.9em; }
#sidebar p { line-height: 1.5em; margin: 0;}
.menuBlock { width: 100%; max-width: 150px; display: inline-block; vertical-align: top; margin-top: 12px }
.menuBlock a:active { color: #800000; }
.navHdr { font-weight: bold; font-size: 1.1em; border-bottom: 1px solid #000080; padding: 12px 0 0 0;}
.navDiv { margin: 10px 0; padding: 0; height: 1px; background-color: #c0c0c0; }

/*	Picture boxes	*/
.picBox { border: 1px solid #cccccc; padding: 5px; width: 100%; font-size: 0.85em; font-style: italic; line-height: 1.2em; margin: 1em auto 1em; text-align: center; }
.picLeft { border: 1px solid #cccccc; padding: 5px; width: 50%; font-size: 0.85em; font-style: italic; margin: 0 7px 0 0; text-align: center; float: left; line-height: 1; }
.pic500 { max-width: 510px; }
.pic600 { max-width: 605px; }
.picRight { border: 1px solid #cccccc; padding: 5px; width: 50%; font-size: 0.85em; font-style: italic; margin: 1em 0 1em 1em; text-align: center; float: right; }
.picBox img, .picLeft img, .picRight img { max-width: 100%; height: auto; }
.thumbBox { text-align: center; }
.thumbNail { display: inline-block; vertical-align: top; width: 148px; line-height: 1.2em; margin-top: 16px; }
.thumbNail img { width: 140px; height: auto; margin: 0 auto; }
.blurbBox { width: 250px; float: right; border: 1px solid black; margin: 5px; line-height: 1.1em; font-size: 90%; background-color: #ffffdd; padding: 7px; }
.boxNear {
border: 1px solid black;
width: 40%; max-width: 250px; float: right; 
			font-size: smaller; line-height: normal; margin: 7px; padding: 5px; }

/*	Weather forecast pages styles  */
.wthrBox { width: 300px; border: 1px solid black; font-size: 0.9em; float: right; line-height: normal; padding: 5px; margin: 7px; }
.wthrBox img { margin: 7px 7px; float: left; }
.foreBox { text-align: center; margin-top: 16px; }
.foreDay { display: inline-block; vertical-align: top; width: 110px; margin-bottom: 16px; }

.srchBox { width: 320px; float: right; margin: 7px; }
.amzBlock { width: 100%; margin-bottom: 16px; text-align: center; }
.amzImg { display: inline-block; width: 150px; vertical-align: top; margin-top: 16px; }
.amzText { display: inline-block; width: 100%; max-width: 500px; text-align: left; vertical-align: top; margin-top: 16px; }
.eBox { width: 250px; float: right; border: 1px solid black; margin: 8px; line-height: normal; font-size: 90%; background-color: #ffffdd; padding: 8px; }

.big { font-weight: bold; font-size: 1.25em;}
.small { font-size: 0.85em; }
.disclose { background-color: #d8d8ff; opacity: 0.75; clear: both; padding: 7px; border: 1px dotted #38387c; }

dt { font-weight: bold; }

#footer { text-align: center; font-size: 0.85em; background-color: #f0f0fa; padding: 24px 5%; }
#footer p { margin: 0; }

#mainContent {  }

#adBlock { margin: 24px 0; }

@media (max-width: 480px) {
    .picLeft, .picRight { float: none !important; display: block; margin: 12px auto !important; width: 94% !important; }
    #sidebar { margin-bottom: 1.5em; }
    #sidebar p { line-height: 32px;}
    #dropmenudiv a { line-height: 44px !important; font-size: 1em; }
    .eBox { float: none !important; display: block; margin: 12px auto !important; }
    .boxNear { float: none !important; display: block; width: 90%; margin: 12px auto !important; }
    #mainRow { display: flex; flex-flow: column-reverse nowrap; justify-content: flex-end; align-items: center; }
}
@media (max-width: 600px) {
    .wthrBox, .blurbBox { float: none !important; display: block; margin: 12px auto !important; }
}
@media only screen and (max-width: 800px) {
  #menu { position: relative; width: 100%; }
  .menu-items { display: none; width: 100%; margin-top: 0; background-color: rgba(164, 200, 200, 0.9); }
  .menu-items li { display: block; text-align: center; height: 30px; line-height: 30px; }
  .show, .hide { position: absolute; top: 0; right: 15px; }
  .show { display: inline-block; }
  .hide { display: none; }
  #menu:target .show { display: none; }
  #menu:target .hide, #menu:target .menu-items { display: inline-block; }
}

    .row {
        width: 100%;
        flex-wrap: wrap;
        flex: 1 1 auto;
        display: flex;
        -webkit-box-flex: 1;
    }
    .col {
        -webkit-box-flex: 0;
        flex: 0 0 45%;
        max-width: 45%;
        padding: 12px;
    }
    .card {
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
        border-radius: 4px;
        position: relative;
        transition: box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);
        will-change: box-shadow;
        padding-bottom: 1.5em;
    }
    .content {
        flex-basis: 100%;
        -webkit-box-flex: 0;
        flex-grow: 0;
        flex: 1 1 auto;
    }
    .card img { width: 100%; }
    .card-content { margin-left: 16px; margin-right: 16px; margin-bottom: 0; text-align: left; }
    .chevron { width: 24px; height: 24px; margin-bottom: -6px; fill: #000080; }
    @media screen and (max-width: 768px) {
        .col { width: 50%; }
    }
    @media screen and (max-width: 480px) {
        .col { width: 100%; }
    }

