/* Navigation menu color &amp; opacity */

.top-1-navigation {
    background-color: rgba(37, 58, 125, 0.9);
}

/* Footer color &amp; decoration */

.site-info, #footer-navigation {
    background-color: #010101;
    color: #000;
    border-top: 3px double #ccc;
}

.site-info a {
    text-decoration: none;
}

/* Navigation background */

.site-title h1 a:hover, .site #footer-navigation .horisontal-navigation a:hover, .site .horisontal-navigation li ul li a:hover, .site .horisontal-navigation li ul li a:focus, .site .horisontal-navigation li a:hover, .site .horisontal-navigation li a:focus {
    background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce) repeat scroll 0 0;
    border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
    border-radius: 6px;
    box-shadow: 1px 1px rgba(255, 255, 255, 0.5) inset;
    color: rgba(255, 255, 255, 0.9);
    outline: medium none;
    text-decoration: none;
    text-shadow: 0 1px 2px #2e7ebd;
    white-space: pre-line;
}

/* Current menu bullet */

.top-1-navigation .horisontal-navigation .current-menu-ancestor a::before, .top-1-navigation .horisontal-navigation .current_page_item a::before, .top-1-navigation .horisontal-navigation .current_page_ancestor a::before, .top-1-navigation .horisontal-navigation .current-menu-item a::before {
    display: none;
}

/* Featured Image padding */

#page .image-wrapper {
    padding: 0 0 20px;
}

/* Top sidebar margin */

#page .wide .widget {
    border-color: #ccc -moz-use-text-color;
    border-style: double none;
    border-width: 3px medium;
    margin: 0x;
}

/* Button links */

button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3)), linear-gradient(#0b4421, #0b883b, #0b4421);
    background-origin: padding-box, padding-box;
    background-position: 50% 50%;
    background-repeat: repeat, repeat;
    background-size: 100% 100%, auto auto;
    border: 1px solid #ccc;
    border-radius: 1px;
    box-shadow: 0 -1px 1px #042d14 inset, 0 1px 1px #042d14 inset, 0 0 0 1px #042d14, 0 10px 15px -10px #000;
    color: white;
    font-weight: bold;
    outline: medium none;
    padding: 0.8em 2em;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px #042d14;
    transition: all 0.2s ease 0s;
}

/* Navigation hover button */

.site-title h1 a:hover, .site #footer-navigation .horisontal-navigation a:hover, .site .horisontal-navigation li ul li a:hover, .site .horisontal-navigation li ul li a:focus, .site .horisontal-navigation li a:hover, .site .horisontal-navigation li a:focus {
    background: #09153e;
    border-color: #09153e;
    border-radius: 8px;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.9);
    outline: medium none;
    text-decoration: none;
    text-shadow: 0 1px 2px #000000;
    white-space: pre-line;
}

/* Navigation menu spacing */

.horisontal-navigation li {
    padding-left: 4px;
    padding-right: 8px;
    position: relative;
}

/*News posts push pins */

.sidebar-footer li::before, .column li::before {
    color: #0b4421;
}
.sidebar-footer li::before, .column li::before {
    content: "";
    display: inline-block;
    font: 25px/1 "Genericons";
    margin: 0;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
}

/* No Table Borders */

table, th, td {
    border: none;
}

/* Rounded Widget Title Background */

#page .sidebar-1 .column .widget-title {
    border-radius: 0 8px 0 0;
    border-bottom: 3px solid #ccc;
}

#page .sidebar-2 .column .widget-title {
    border-radius: 8px 0 0 0;
    border-bottom: 3px solid #ccc;
}

/* Main Area Padding */

.main-area {
    padding: 20px 0 20px 0;
}

/* Box Shadows */

#page .sidebar-1 .column .widget::after {
    background: #777 none repeat scroll 0 0;
    bottom: 12px;
    box-shadow: 0 15px 10px #000;
    content: "";
    left: auto;
    position: absolute;
    right: 10px;
    top: 90%;
    transform: rotate(3deg);
    width: 50%;
    z-index: -2;
}

#page .sidebar-2 .column .widget::after {
    background: #777 none repeat scroll 0 0;
    bottom: 12px;
    box-shadow: 0 15px 10px #000;
    content: "";
    left: 10px;
    position: absolute;
    top: 80%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -2;
}

#page .content-container {
    border: 3px double #ccc;
    box-shadow: 0 10px 10px #000;
}

#page .image-wrapper {
    padding: 0 0 0;
}

.main-area {
    background-color: #0d2f1a;
}

#sidebar-1 .widget-area .column .widget .widgettitle, #sidebar-1 .widget-area .column .widget .widget-title, .column .widget .widgettitle, .column .widget .widget-title {
    background-color: #0e1926 !important;
}

#page .nav-container.top-1-navigation {
    border-bottom: 3px solid #ccc;
    box-shadow: none;
}

#page .wide .widget.widget_text {
    background: #0d2f1a none repeat scroll 0 0;
    margin-bottom: -30px;
    margin-top: -10px;
    padding: 0 20px;
}

#page {
    max-width: 1366px;
}