/*-------------------
	STANDARD MENU
	-------------------*/


ul.standard-menu {
    text-transform: uppercase;
}

ul.standard-menu li {
}

ul.standard-menu li a {
    min-height: 20px;
    min-width: 20px;
    width: 100%;
    height: 100%;
    color: #000;
    border-color: #000;
    cursor: pointer;
    display: inline-block;
    line-height: 25px;
    font-weight: normal;
    padding: 0 10px 0 10px;
    vertical-align: middle;
    text-transform: uppercase;
}

ul.standard-menu li a:hover {
    color: #999;
    border-color: #999;
}

ul.standard-menu li:first-child {
    margin-left: 0;
}

/*
ul.standard-menu li:first-child a {
    padding-left: 0;
}
*/

ul.standard-menu li.menu-separator {
    vertical-align: middle;
    line-height: 1.7em;
    font-size:0.95em;
    min-height:1.75em;
}

ul.standard-menu.righter {
    position: absolute;
    right: 0;
}

#main-menu-container {
    padding: 1vh 1vw;
}

/*-------------------
	MAIN MENU
	-------------------*/
#main-menu {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
    max-width: 100%;
    position: relative;
    margin: auto;
    /*
    display: block;
    */
    z-index: 10;
}

#main-menu > li, #main-menu > li a {
    color: #D72448;
    border-color: #D72448;
}

#main-menu > li > a, #main-menu > li > ul {
    font-weight: bold;
}

#main-menu > li:hover a {
    color: white;
    text-decoration: none;
    background-color: #D72448;
}

#main-menu > li:first-of-type {
    margin-left: 0;
}

/*
#main-menu > li:first-of-type a {
    padding-left: 0;
}
*/

#main-menu > ul > li:last-of-type::after {
    border: none;
}


/*-------------------
	SECONDARY MENU
	----------------*/

ul#secondary-menu {
    font-size: 12px;
}

ul#secondary-menu a {
    color: #999;
}

ul#secondary-menu li:first-child a {
    padding-left: 0;
}

ul#secondary-menu a:hover {
    color: #333;
    text-decoration: none;
}

ul#secondary-menu li:last-of-type a {
    border: none;
    padding: 0px 9px;
}

#wrapper {
    position: absolute;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    max-height: none;
    padding: 20px;
    padding-bottom: 200px;
    left: 0;
    top: 0;
}

div.sidebar-text {
    padding: 0;
    color: #6E6E6E;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    padding-left: 30px;
}

div.sidebar-text div {
    margin-bottom: 20px;
}

div.sidebar-text .oblique {
    font-style: oblique;
}

div.cat-and-date {
    text-align: center;
    width: 100%;
}

table.preview-image-container, table.preview-image-container td {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

/*-------------------
	BARNAV
	----------------*/

nav {
    display:block;
    margin:auto;
}

nav > ul > li > a, nav > ul > li > ul {
    font-weight: normal;
    padding: 0 13px 0 10px;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
/*
nav > ul > li:first-of-type a {
    padding-left: 0;
}
*/
nav > ul > li:last-of-type a {
    border: none;
}
