@font-face {
    font-family: "Pill Gothic 600mg Semibd";
    src: url("/fonts/pill-gothic/PillGothic600mg-Semibd.eot");
    src: local("Pill Gothic 600mg Semibd"), url("/fonts/pill-gothic/PillGothic600mg-Semibd.ttf") format("truetype");
}

/** node-styles */

body {
    font-family: Georgia, serif;
    font-size: 15px;
    line-height:  24px;
    color:#111111
}

a {
    text-decoration:none;
}

.content a, .breadcrumb a{
    font-family: Georgia, serif;
    font-size: 15px;
    line-height:  24px;
    color:#227ac5
}

.breadcrumb a {
    font-size: 12px;
}

.node-links a{
    color:#111111;
}

.node-title a{
    color: #1f1d38;
}

.node-title h2, #page-title {
    font-family: "Pill Gothic 600mg Semibd", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 27px;
    color: #1f1d38;
    border-bottom:1px solid  #ebebeb;
}

.meta {
    font: 11px Helvetica, Arial, sans-serif;
    color:#707070;
    margin-top: 6px;
    margin-bottom: 6px;
}

.meta a {
    color:#111111;
    margin-top: 0px;
}

.node-links, .breadcrum a{
    border: 1px solid #ebebeb;clear:both;
    background-color:#f8f5e0;
    padding:5px;
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: normal;
    color:#707070;
}


/** menu -styles */

.block-menu h2, .block-search label, #block-locale-0 h2 {
    text-transform: uppercase;
    font-family: "Pill Gothic 600mg Semibd", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color:#1f1d38;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 3px;
    line-height: 1;
    border-bottom:1px solid #ebebeb;
}

li.expanded, li.collapsed, li.leaf {
    list-style-image: none;
    list-style-type: none;
    color:#227ac5;
    border-bottom:1px dashed  #ebebeb;
}

li.expanded {
    border-bottom:none;
}

ul.menu {
    padding:0px;
    margin-top:2px;
    margin-bottom:2px;
}

.book-navigation li{
    border-bottom:none;
}

