html, body {
    font-family: Arial,Verdana, sans-serif;
    font-size: 12px;
    color: #252525;
}
body {
    background-image: url(../image/layout/bg.jpg);
    background-repeat: repeat;
    background-color: black;
}

a {
    color: #8c7e2b;
    text-decoration: none;
}
a:hover {
    color: #c3ad3e;
    text-decoration: none;
}
.container {
    max-width: 996px;

    padding: 0 5px 5px 5px;

    background-image: url(../image/layout/content_bg.jpg);
    background-repeat: repeat-x;
    background-color: #eedf93;
}

/** PANEL **/
.panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 1px;
}
.panel-default > .panel-heading {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 2px;
    padding-left: 5px;
    font-size: 1rem;
    border-radius: 0;
}
.panel-default {
    text-align: left;
}
.panel-body {
    padding: 10px;
}

@media (min-width: 768px) {
    #main-content {
        margin-top: 5px;
        /* margin-left: -32px; */
        margin-right: -14px;
        min-height: 710px;
    }
    #sidebar-content {
        margin-top: 5px;
        margin-left: -10px;
    }
}
@media (min-width: 992px) {
    #main-content {
        margin-left: -32px;
        min-height: 710px;
    }
}

/** SIDEBAR **/
#sidebar-content {
    font-size: .9rem;
}
#sidebar-content .sidebar-text {
    margin-top: 8px;
}
#sidebar-content .sidebar-element {
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px !important;
}
#sidebar-content .sidebar-links {
    margin-top: 8px;
    margin-bottom: 5px;
}
#sidebar-content img {
    border-radius: 18px;
}

/** FOOTER **/
footer {
    background-color: #ffffe0;
    font-size: .8rem;
    color: #555;
}
footer a {
    color: #555;
}
footer div {
    padding: 5px;
}

/*** GENERAL ***/
h1 {
    font-size: 24px;
}
h2 {
    font-size: 18px;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

#main-content .panel-body img.with-padding {
    padding: 0 10px 0 10px;
}

#sidebar .panel {
    background-color: transparent !important;
}
#sidebar .panel-body {
    background-color: #fff;
}
