/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */

body {
    /*background: url(images/body-tail.jpg);*/
    border-top: 10px solid #7CA561;
    border-bottom: 10px solid #7CA561;
    /*color: #969696;*/
    font: 100%/1.125em Arial, Helvetica, sans-serif;
    font-size: .90em;
    line-height: 1.75em;
}

a {
    color: #8CB76E;
}

a:hover {
    color: #8CB76E;
    text-decoration: underline;
}

select {
    width: 100%;
}

#header {
    margin: 0 0 15px 0;
}

#search-3 {

}

#search-3 input, .searchbox input {
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

#cat {
    width: 100%;
}

#sidebar-a, .dropdown-bg, .menu-sidebar ul {
    background: url(images/bg-tail.png);

}

.mod-box {
    border: none;
    padding: 0;
}

.mod-box img {
    text-align: center;
}

#menubar {
    width: 100%;
    /*border-top: 1px solid white;*/
    border-bottom: 1px solid white;
    background: url(images/body-tail.jpg) center top repeat;
}

#footer {
    margin: 5px 0 0 0;
    width: 100%;
    /*border-top: 1px solid white;*/
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background: url(images/body-tail.jpg) center top repeat;
}

#menubar a.level1 > span {
    padding: 20px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 2em;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .22);
    text-decoration: none;
    text-transform: uppercase;
}

.menu-dropdown li.level1 {
    margin: 0 2px 0 0;
    background: url(images/menu-spacer.gif) right 8px no-repeat;
}

.menu-dropdown a.level1 {
    border: none;
}

.module-title, #respond h3, .comments-meta {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.1em;
    font-weight: 600;
    color: #4A4A4A;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .22);
    text-transform: uppercase;
    margin: 0 0 20px;
}

.title {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    line-height: 1.1em;
    font-weight: 600;
    color: #4A4A4A;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .22);
    text-transform: uppercase;
    margin: 0 0 20px;
}

.widget_links .line li a {
    display: inline-block;
    color: #8CB76E;
    text-decoration: none;
    padding-left: 15px;
    background: url(images/marker-1.gif) 0 -16px no-repeat;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.widget_recent_entries .line li a, .super_recent_posts_item a {
    font-family: "Times New Roman", Times, serif;
    color: #6C6C6C;
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
    overflow: hidden;
}

.widget_recent_entries .line li a:hover, .super_recent_posts_item a:hover {
    color: #8CB76E;
}

.more-link {
    float: right;
    margin-top: -15px;
    background: url(images/marker-2.gif) 0 0 no-repeat;
    border-bottom: 1px solid #8CB76E;
    display: inline-block;
    height: 5px;
    overflow: hidden;
    padding-bottom: 2px;
    text-indent: -999em;
    width: 13px;
}

.post-entry p, .content p {
    text-align: justify;
}

.super_recent_posts_item .post-entry p {
    margin: 0 !important;
    padding: 0 !important;
}

.menu-dropdown li.active .level1, .menu-dropdown li:hover .level1 {
    color: white !important;
    background: url(images/menu-active.gif) 0 0 repeat-x #90BC71;
}

.comment-head, .author, .meta time {
    font-size: 12px;
    line-height: 21px;
    color: #8CB76E;
    font-weight: bold;
    margin-bottom: 10px;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 5px 0 0 0 !important;
}

.comment-body {
    padding: 20px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    background: #F1F1F1;
    border: 1px solid white;
    box-shadow: -1px -1px 1px #CCC, -1px 1px 1px #CCC, 1px -1px 1px #CCC, 1px 1px 1px #CCC;
    -moz-box-shadow: -1px -1px 1px #ccc, -1px 1px 1px #ccc, 1px -1px 1px #ccc, 1px 1px 1px #ccc;
    -webkit-box-shadow: -1px -1px 1px #CCC, -1px 1px 1px #CCC, 1px -1px 1px #CCC, 1px 1px 1px #CCC;
    margin: 3px;
}

.reply a {
    float: right;
    display: inline-block;
    color: #8CB76E;
}

input[type="text"], textarea {
    background: url(images/input-tail.png) 0 0 repeat;
    border: 1px solid #D8D8D8;
    padding: 5px;
    border-radius: 0;
    width: 100%;
}

input[type="submit"], input[type="reset"], .comment-cancelReply {
    position: relative;
    display: inline-block;
    padding: 0 14px 0 0;
    line-height: 18px;
    color: #8DB86E !important;
    text-decoration: none;
    font-size: 11px;
    border: none;
    height: 18px;
    cursor: pointer;
    margin-right: 15px;
    text-transform: uppercase;
    background: url(images/marker-1.gif) right 6px no-repeat;
}

.wp_statistics_show_widget ul {
    margin: 0;
    padding: 0;
}

.wp_statistics_show_widget ul li {
    list-style: none;
}

.date-hb {
    display: block;
    width: 32px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 33px;
    padding: 3px 0 0;
    background: url(images/time-bg.png) 0 0 no-repeat;
    overflow: hidden;

    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .22);
    text-align: center;
    text-transform: uppercase;
}

.mon-hb {
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .22);
    text-align: center;
    text-transform: uppercase;
}

.date-block {
    float: left;
    margin: 15px 10px 45px 0;
}

.clear {
    border-bottom: 1px solid #F9F9F9;
    border-top: 1px solid #D6D6D6;
    margin: 10px 0;
}

.ts-fab-list li {
    display: none !important;
}

#sidebar-b, #sidebar-a {
    -moz-box-shadow: 0 0 1px 1px #ccc;
    -webkit-box-shadow: 0 0 1px 1px #ccc;
    box-shadow: 0 0 1px 1px #ccc;
}

.menu-sidebar li a span {
    color: #8CB76E;
    text-transform: uppercase;
}

.menu-sidebar ul {
    display: none;
    position: absolute;
}

.menu-sidebar li:hover ul {
    display: block;
    position: absolute;
    border-radius: 6px;
    padding: 20px;
    width: 290px;
    left: -320px;
    top: 100px;
}

.menu-sidebar .level1 ul li a span {
    font: normal 14px/20px Arial, Helvetica, sans-serif;
}

#system {
    overflow: hidden;
}

.wpcf7-list-item {
    display: block;
}

.wpcf7 {
    width: 98%;
}

.wpcf7 input[type="text"] {
    /*width: 97% !important;*/
}

.menu-sidebar li a span {
    text-transform: none !important;
}

.super_recent_posts_item a {
    font-family: 'Arial' !important;
    font-weight: bold !important;
    text-transform: none !important;
    font-style: normal !important;
}

.super_recent_posts_item .sharethis {
    display: none;
}

.sharethis {
    background: #ccc;
    border: 1px solid;
    padding: 2px;
}

#menu-menu-right > li, #menu-menu-right-2 > li {
    border-bottom: 1px solid #ccc;
}

#menu-menu-right li .sub-menu, #menu-menu-right-2 li .sub-menu {
    display: none !important;
}

#menu-menu-right li:hover .sub-menu, #menu-menu-right-2 li:hover .sub-menu {
    display: block !important;
    position: absolute;
    left: 0;
    background: white;
    left: -200px;
    width: 250px;
    padding: 10px;
    z-index: 9999;
}

.searchbox {
    width: 225px !important;
}

.wp-post-image {
    display: none;
}

.thumbnail-image {
    display: block;
}

#martop-40 {
    margin-top: -40px;
}

#martop-20 {
    margin-top: -20px;
}

.wpcf7-submit {
    margin: 0 auto;
    font-weight: bold;
    font-size: 15px !important;
    border: 1px solid #1d1d1d !important;
    padding: 10px !important;
    line-height: 2px !important;
    border-radius: 1px;
}

.apss-social-share {
    width: 420px;
    margin: 0 auto;
}

@media screen and (max-width: 450px) {
    .apss-social-share {
        width: 100%;
    }
}

.ngg-widget.entry-content a > img{
    width: 125px;
    height: 90px;
}