/**
 * user.css
 *
 * Use this file for adding custom CSS style. These styles will override
 * default theme styles. You can enable/disable this CSS file inside
 * WordPress Appearance > Theme Options > General
 */

.entry-list, .entry-list.hentry {
    clear: both;
    position: relative;
    margin: 0 32px 32px;
}

.articlebody {
    font-size: 14px;
    line-height: 24px;
    padding: 30px;
}

.is-boxed #secondary .wrap, .is-boxed #footer .wrap, .is-stretched #secondary, .is-stretched #footer {
    border-top: 1px solid rgba(0,0,0,.12);
    background-color: whitesmoke;
}

ul.sec-menu > li.current-menu-item > a, ul.sec-menu > li.current-menu-ancestor > a, ul.sec-menu > li.current_page_item > a, ul.sec-menu > li.current_page_ancestor > a {
    color: #f9ab4c;
}
table, th, td {
    border: 0px solid rgba(0,0,0,.12);
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
}