#nav-container{
    float: right;
    margin-left: 0px;
}

#nav{
    float: right;
margin-top:60px;
font-weight: bolder;
}

#header-wrapper.search-hidden #nav-container {
    width: 950px;
}

.footer-wrapper {
    background: #2e2011;
}

#nav > ul > li > a {
    font: 12px \'Open Sans\', Arial, sans-serif;
    padding: 30px 10px;
}

.ls-v6 .ls-thumbnail {
    top: -50px!important;
}

.page .page-content .row ul, .single .post-body ul {
    list-style: disc inside;
    line-height: 20px;
}

li {
    display: list-item;
    list-style-position: outside;
}

@media only screen and (max-width: 600px) {
    .ls-v6 .ls-thumbnail {top: -10px!important;}
}