@charset "utf-8";
@font-face {
    font-family: "BJCree UNI";
    src: url(../fonts/bjcrus.ttf);
}
@font-face {
    font-family: "BJCree UNI";
    font-weight: bold;
    src: url(../fonts/bjcrusb.ttf);
}
@font-face {
    font-family: "Aboriginal Sans";
    src: url(../fonts/Aboriginal%20Sans%20REGULAR%209_3.ttf);
}
@font-face {
    font-family: "Aboriginal Sans";
    src: url(../fonts/Aboriginal%20Sans%20BOLD%209_3.ttf);
    font-weight: bold;
}

* {
    margin:0;
    padding:0;
}
h1, h2, h3, h4 {
    font-weight: normal;
    margin-bottom:0.5em;

}
h3 {

    padding:.5em 1em;
    border-radius: .2em;
}
/** Layout **/
body { background-color: #eee; position: relative;}
#header { background-color: #6c4d1e; background-size: cover; background-position: center; background-repeat: no-repeat;/*border-bottom: 2px solid #003d4c; min-height: 150px;*/ }
/*.navbar ul.nav > li > a{background-color: #009b99;}*/
.logo {
    background: transparent url("../images/background-sm.png") repeat-x top;/* #009b99;*/
    padding-top: 15px;
    min-height: 70px;
    /*border:1px solid #009b99;*/

}
nav {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}
nav a {
    border-left: 1px solid rgba(255,255,255,.15);
    border-right: 1px solid rgba(0,0,0,.275);
}
ul {
    list-style-position: inside;
}
.navbar-primary  {
 background-image: linear-gradient(to bottom, #523b17 0, #3e2c11 100%) !important;
}
.navbar-primary .navbar-nav a {
    color:#ddd;
}
.navbar-primary .navbar-nav a:active,
.navbar-primary .navbar-nav a.active,
.navbar-primary .navbar-nav .active > a,
.navbar-primary .navbar-nav a:hover {
    color: white;
    background-color:#3e2c11 ;
}
/* MULTI-LEVEL DROPDOWNS FOR ROOTS  from http://imdev.in/twitter-bootstrap-multi-level-dropdown-menu-system/ */
.dropdown-menu .dropdown-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .dropdown-menu, .dropdown-menu .open .dropdown-menu {
    visibility: visible;
    display: block;
}

.navbar .dropdown-menu  .dropdown-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .dropdown-menu .dropdown-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
/* end of css */
ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;
}
.nav .dropdown-menu > .active > a,
.nav .dropdown-menu > li:hover > a{
    background: white !important;
    color:#6c4d1e !important;
}
.nav .dropdown-menu > .open > a{
    background: #f9f9f9;

}

main {
    display: block;
    min-height: -moz-calc(100vh - 180px);
    min-height: -webkit-calc(100vh - 180px);
    min-height: calc(100vh - 220px);
    color: #444;
    margin-top: -3em;

}

main ul li  {
    padding-left: .5em;
}
main li ul {
    padding-left: .5em;
}
#sidebar .navbar {
    background-color: white;
}
#sidebar .navbar li.page_item > a{
    font-size: 1.2em;
    color: #666;
    padding-bottom: 10px;
}
#sidebar .navbar .children > li.page_item > a{
    font-size: 95%;

    padding-bottom: 10px;
}
#sidebar .navbar li >.btn  {
    visibility: hidden;
}
#sidebar .navbar li.dropdown >.btn {
    visibility: visible;
}
#sidebar >ul {
    /*padding-left: 1em;*/
    padding: 0;
    border: 1px solid #6c4d1e;
}
#sidebar ul {
    list-style: none;
}
#sidebar li.current_page_item{
    padding: 0;

}
#sidebar .navbar li.current_page_item > a{
    font-size: 130%;
    color: #6c4d1e;
}
#sidebar >ul {
    /*padding-left: 1em;*/
    padding: 0;
    border: 1px solid #6c4d1e;
}
#sidebar ul {
    list-style: none;
}

#footer {
    /*position: fixed; bottom: 0; */ width: 100%; margin-top: 2em;
    background: #fefefe;/*rgba(88,18,8,0.9);/*##6c4d1e;*/
    border-top: .1em solid #ddd;
    color: #333;
    min-height: 40px;
    padding: .5em;
}
#footer h4{
    color:#a19b5d;
    text-decoration: underline;
}

#footer ul {
    margin-left: 1em;
    list-style: none;
}

#footer a {
    color: #6c4d1e;
}

#footer a:hover {
    color: #30cbc9;
    text-decoration: underline;
}

#main-content {
    padding: 2em;
    background-color: white;
    border-radius: .5em;
    border: 1px solid #ddd;
    margin-bottom: 2em;
}
#main-content a {
    color: #6c4d1e;
    font-weight: bold;
    text-decoration: none;
}
#main-content a:hover {
    color: #a09a5c;
    font-weight: bold;
    text-decoration: underline;
}
.entry-meta {
    font-size: 75%;
    background: rgba(200,200,200,0.1);
    padding:.2em 1em;
}
#main-content .panel-primary .panel-heading a {
    color:#fc3;
}
#container {
    text-align: left;
}

@media (min-width: 992px) {
    #main-content.col-md-9 {
        margin-left: 1rem; max-width: calc(75% - 2rem)
    }
}

#cite > div > .btn-danger {
    margin-bottom: 2rem;

}
#cite > div > table {
    margin-top: 2rem;
    border-top: 1px solid #eee;

}

.gloss {color:#666;}
.gloss:before {content:"'"}
.gloss:after {content:"'"}

.atikamekw{ color: #99519E; }

.il-gloss tr td{padding: 0 1em;}

.table-border tbody{border: 1px solid #aaa;}

/*.table-border >tbody > tr > td {border: none;}*/


.no-border td{border-top: none;}
.page_item > a {text-overflow: ellipsis; }
.user-buttons {
    width: 100%;
    display: block; text-align: right; margin-bottom: 10px;
    margin-top: -20px;
    /*display:flex;
    flex-direction: row;
    align-content: end;*/

}

.user-buttons button {
    display: inline-block;
}

.page-header {
    box-shadow: none;
}

.clickable {
    cursor: pointer !important;
}
