/** Project: rsf
 *  Description: 
 *
 *  @creator       Thinkin-Tags v0.4.1
 *  @framework     YAML v4.1.2
 *  @file          hlist.css
 */

@media all {

    .ym-hlist {
        border-bottom: 1px solid #ccc;
        line-height: 1em;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .ym-hlist ul {
        display: inline;
        float: left;
        margin: 0;
        padding: 0.5em 0;
    }

    .ym-hlist ul li {
        display: inline;
        float: left;
        font-size: 1.0em;
        line-height: 2.5em;
        list-style-type: none;
        margin: 0 .25em 0 0;
        padding: 0;
        width: 120px;
    }

    .ym-hlist ul li a {
        background: transparent;
        border-left: 1px solid #ccc;
        color: #2b2b2b;
        display: block;
        font-size: 1em;
        font-weight: bold;
        line-height: 2.5em;
        padding-left: 0.5em;
        text-decoration: none;
        width: auto;
    }

    .ym-hlist ul li a:focus,
    .ym-hlist ul li a:hover,
    .ym-hlist ul li a:active {
        background: #eee;
        border-left: 1px solid #fff;
        color: #2b2b2b;
        text-decoration: none;

    }

    .ym-hlist ul li.active {
        background: rgba(255, 255, 255, 0.3);
        border: 0;
        color: #fff;
    }

    .ym-hlist ul li.active strong,
    .ym-hlist ul li.active strong a,
    .ym-hlist ul li.active a:focus,
    .ym-hlist ul li.active a:hover,
    .ym-hlist ul li.active a:active {
        background-color: #800000;
        border: 0;
        color: #fff;
        text-decoration: none;

    }

    .ym-searchform {
        display: inline;
        float: right;
        line-height: 2;
        padding: 0.5em 1.5em;
    }

    .ym-searchform .ym-searchfield {
        -webkit-appearance: none;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
        background: #fff;
        border: solid 1px rgba(255, 255, 255, 0.1);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
        line-height: 1;
        outline: none;
        padding: 0.25em;
        width: 12em;
    }

    .ym-searchform .ym-searchbutton {
        -webkit-appearance: none;
        background: rgba(255, 255, 255, 0.2);
        border: solid 1px transparent;
        border-radius: .2em;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        line-height: 1.25;
        padding: 0.25em;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    }

}

