/**
 * (c) 2017 Hebrew Podcasts, All Rights Reserved
 */
body {
    margin: 0;
    padding: 0 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h1 {
    margin: 4px 0 12px 4px;
    padding: 0;
    font-size: 22px;
    color: #435986;
    font-weight: bold;
}

h1.slogan {
    padding: 5px 4px 10px 4px;
    margin: 0 0 0 0;
    font-weight: normal;
    color: #333333;
}

h2 {
    padding: 0;
    margin: 10px 0 10px 4px;
    font-size: 18px;
    color: #435986;
    font-weight: bold;
    font-style: italic;
}

h2.impact {
    clear: both;
    color: rgb(0, 0, 89);
    font-weight: bold;
    font-size: 26px;
    font-style: normal;
    padding: 10px 4px 10px 4px;
    margin: 0 0 0 0;
}

p {
    margin: 8px 4px;
    padding: 0;
    text-align: left;
}

#welcome .icon {
    float: left;
    background-image: url(/National_Library/oe_/https://www.hebrewpodcasts.com/resources/triangle_rt_wt.png);
    overflow: hidden;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

a:link, a:visited {
    color: #0455fc;
}

img {
    border: 0;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#container {
    margin-right: auto;
    margin-left: auto;
    max-width: 956px;
}

#section {
    position: relative;
}

#header {
    background: url(/National_Library/oe_/https://www.hebrewpodcasts.com/resources/h_background.png);
    min-height: 83px;
    position: relative;
}

#key_visual {
    display: none;
    background: url(/National_Library/oe_/https://www.hebrewpodcasts.com/resources/citadel_narrow.png) no-repeat;
    width: 93px;
    height: 83px;
    float: right;
}

/**
 * if we have this much space, we can fit the complete key_visual
 */
@media ( min-width : 350px) {
    #key_visual {
        display: block;
    }
}

/**
 * if we have this much space, we can fit the complete key_visual
 */
@media ( min-width : 600px) {
    #key_visual {
        background: url(/National_Library/oe_/https://www.hebrewpodcasts.com/resources/citadel.jpg) no-repeat;
        width: 249px;
    }
}

#slogan {
    display: none;
}

/**
 * we need this width to fit the slogan
 */
@media ( min-width : 735px) {
    #slogan {
        display: block;
        position: absolute;
        right: 275px;
        top: 26px;
        text-align: right;
        font-family: Arial, sans-serif;
        font-style: italic;
        font-size: 20px;
        font-weight: normal;
        color: #435986;
    }
}

#logo {
    background: url(/National_Library/oe_/https://www.hebrewpodcasts.com/resources/logo6.png) no-repeat;
    width: 166px;
    height: 83px;
    margin-left: 9px;
    float: left;
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#menu_button {
    background: url(/National_Library/oe_/https://www.hebrewpodcasts.com/resources/header_menu.png) no-repeat;
    width: 36px;
    height: 33px;
    margin: 33px 10px 17px 22px;
    float: left;
    cursor: pointer;
}

/**
 * we need this width to fit the menu
 */
@media ( min-width : 966px) {
    #menu_button {
        display: none;
    }
}

hr {
    padding: 0;
    margin: 2px 0;
    height: 0;
    border-top: 1px solid #808080;
}

hr.top_menu_hr {
    height: 5px;
    width: 100%;
    background-color: #5B73A3;
    clear: both;
    padding: 0;
    margin: 0;
    border: 0;
}

#top_menu {
    float: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    top: 88px;
}

#top_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

#top_menu li {
    margin: 0;
    padding: 0;
    position: relative;
}

#top_menu a {
    overflow: hidden;
    margin: 0;
    padding: 8px 30px 8px 30px;
    display: block;
    line-height: 27px;
    text-align: left;
    height: 27px;
    font-family: Tahoma, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    background-color: black;
    border-bottom: 1px solid #333333;
}

#top_menu a.active {
    color: black;
    background-color: gray;
}

.submenu {
    position: absolute;
    z-index: 1001;
    background-color: rgb(235, 242, 249);
    width: 240px;
    box-shadow: rgb(102, 102, 102) 3px 3px 3px;
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.submenu .item {
    user-select: none;
    cursor: pointer;
    padding: 12px 7px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    border-top: 1px solid #cccccc;
}

.submenu .item.first {
    border-top: none;
}

@media ( min-width : 966px) {
    #top_menu {
        position: static;
        top: auto;
        left: auto;
        z-index: auto;
        width: auto;
        float: left;
        margin-top: 56px;
        margin-left: 9px;
    }
    #top_menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: block;
    }
    #top_menu li {
        float: left;
        margin: 0;
        padding: 0;
    }
    #top_menu a {
        overflow: hidden;
        margin: 0;
        padding: 0 5px 0 5px;
        display: block;
        float: left;
        line-height: 27px;
        text-align: center;
        width: 65px;
        height: 27px;
        background-position: top left;
        background: url(/National_Library/oe_/https://www.hebrewpodcasts.com/images/dynamic/buttonset9/n1.gif) no-repeat;
        font-family: Tahoma, sans-serif;
        font-style: normal;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        color: #ffffff;
        border: 0;
    }
    #top_menu a.active {
        background: url(/National_Library/oe_/https://www.hebrewpodcasts.com/images/dynamic/buttonset9/n1active.gif) no-repeat;
        color: black;
    }
    .submenu .item {
        font-size: 14px;
        padding-top: 8px;
        padding-botton: 6px;
    }
    .submenu .item:hover {
        background-color: #bbbbbb;
    }
    .submenu .item.first {
        padding-top: 10px;
    }
}

#welcome {
    float: right;
    background-color: rgb(31, 72, 126);
    color: white;
    padding: 5px 10px;
    border: 1px solid white;
    border-radius: 18px;
    font-size: 13px;
    width: 212px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#welcome a {
    color: white;
}

.note {
    font-size: 12px;
}

#footer {
    clear: both;
    margin-top: 16px;
    border-top: 1px solid #eeeeee;
    padding: 8px 0 20px 2px;
}

#footer a {
    color: #428bca;
    text-decoration: none;
}

#footer a:hover, #footer a:focus {
    color: #2a6496;
    text-decoration: underline;
}

div.text {
    margin: 4px 0;
}

@media ( min-width : 955px) {
    .scroll_short {
        background-image: url(/National_Library/oe_/https://www.hebrewpodcasts.com/resources/scrollshort.jpg);
        background-repeat: no-repeat;
        min-height: 1600px;
    }
    .scroll_5 {
        background-image: url(/National_Library/oe_/https://www.hebrewpodcasts.com/resources/scroll_5.jpg);
        background-repeat: no-repeat;
        min-height: 2700px;
    }
    .scrollg {
        background-image: url(/National_Library/oe_/https://www.hebrewpodcasts.com/resources/scrollg.jpg);
        background-repeat: no-repeat;
        min-height: 4200px;
    }
    .scroll_xl {
        background-image: url(/National_Library/oe_/https://www.hebrewpodcasts.com/resources/scrollxl.jpg);
        background-repeat: no-repeat;
        min-height: 5800px;
    }
    .scroll_xxl {
        background-image: url(/National_Library/oe_/https://www.hebrewpodcasts.com/resources/scrollxxl.jpg);
        background-repeat: no-repeat;
        min-height: 6700px;
    }
    .narrow_container {
        max-width: 715px;
        margin: auto;
        padding-top: 50px;
    }
}

img.app_icon {
    width: 62px;
    height: 83px;
}