html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,th,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border-width: 0;
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 576px) {
}

:focus {
    outline: none;
}

body {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    background: #d6e4b4 url("images/body_bg.gif");
}

a {
    color: #0088bb;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 13px 0;
    padding: 8px 0 0 0;
    color: #333;
    line-height: 1.1em;
}

h1,
h2,
h3 {
    margin-left: -1px;
}

h1 {
    font-size: 40px;
    line-height: 1.0em;
    letter-spacing: -1px;
    margin-bottom: 20px;
    margin-left: -2px;
}

h2 {
    font-size: 25px;
    line-height: 1.1em;
    letter-spacing: -1px;
}

h3 {
    font-size: 20px;
    line-height: 1.1em;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.25em;
}

/* Paragraphs */
p {
    margin: 0 0 13px 0;
    line-height: 1.33em;
}

/* Lists */
ol {
    padding: 0 0 5px 10px;
    margin: 0 0 5px 10px;
}

ol li {
    margin: 0 0 5px 0;
    line-height: 1.33em;
}

ul {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    list-style: none;
}

ul li {
    margin: 0 0 5px 0;
    line-height: 1.33em;
    padding: 0 0 0 16px;
}

/* Horizontal Rule */
div.hr {
    height: 1px;
    overflow: hidden;
    border-bottom: 1px solid #d0d0d0;
    padding-top: 15px;
    margin-bottom: 20px;
}

/* Main container */
.main-container {
    width: 100%; /* Changed to full width */
    padding: 0 10px; /* Added padding for responsiveness */
    margin: 0 auto;
    background: url(images/container_shadow.png) 0 0 repeat-y;
}

.main-box {
    max-width: 100%; /* Changed to maximum width */
    width: 100%; /* Added to ensure responsiveness */
    margin: 0 auto;
    background: #fff;
}

/* Media Queries */
@media only screen and (max-width: 768px) {
    /* Adjust styles for smaller screens */
}

@media only screen and (max-width: 576px) {
    /* Adjust styles for even smaller screens */
}

/* Header */
.header {
    background: url(images/header_bg.jpg) 100% 0% no-repeat;
    height: 80px;
    position: relative;
}

.site-name {
    padding: 12px 10px 3px 15px;
}

.site-name h1 {
    font: bold 30px Arial, Helvetica, sans-serif;
    color: #427f00;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-shadow: 1px 1px 1px #f8faf5;
}

.tagline {
    padding: 0px 0px 0px 15px;
}

/* Main Navigation */
.mainnav {
    width: 100%;
    height: 42px;
    position: relative;
    background: url("images/mainnav_bg.gif") repeat-x;
}

.mainnav ul {
    padding: 0 0 0 15px;
    margin: 0;
    list-style: none;
}

.mainnav ul li {
    float: left;
    height: 42px;
    position: relative;
    padding: 0;
    margin: 0;
    background: none;
}

.mainnav ul li a {
    display: block;
    height: 30px;
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 12px 15px 0 15px;
    line-height: 1;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}

/* Content Container */
.content-container {
    width: 100%; /* Changed to full width */
    padding: 15px;
    clear: both;
}

.content {
    float: none; /* Changed to none */
    width: 100%; /* Changed to full width */
}

.sidebar {
    float: none; /* Changed to none */
    margin-top: -15px;
    padding-bottom: 50px;
    width: 60%; /* Changed to full width */
}

/* Media Queries */
@media only screen and (min-width: 768px) {
    .content-container {
        width: 90%; /* Adjusted width for larger screens */
        margin: 0 auto; /* Center content */
    }

    .content {
        width: 60%; /* Adjusted width for larger screens */
        float: left; /* Reset float */
    }

    .sidebar {
        width: 40%; /* Adjusted width for larger screens */
        float: right; /* Reset float */
    }
}

@media only screen and (max-width: 576px) {
    .site-name h1 {
        font-size: 24px; /* Adjusted font size for smaller screens */
    }

    .mainnav ul li a {
        font-size: 14px; /* Adjusted font size for smaller screens */
    }
}

/* Sidebar Box */
.sidebar-box {
    padding: 2% 3%; /* Adjusted padding for responsiveness */
    border: 1px solid #d0d0d0;
    border-top: 4px solid #90b900;
    margin-bottom: 5%; /* Adjusted margin for responsiveness */
}

.sidebar-box .box-title {
    font-size: 16px;
    padding: 0;
}

/* Right Navigation */
.rightnav {
    padding: 2% 3%; /* Adjusted padding for responsiveness */
    background: #efffdd;
}

.rightnav ul {
    padding: 0;
    margin: 0;
}

.rightnav ul li {
    padding: 0;
    margin: 0 0 5px 0;
    background: none;
}

.rightnav ul li a {
    font-size: 15px;
}

/* Post Entry */
.post-entry {
    background: #fff url("images/item_bg.gif") repeat-x;
    border: 1px solid #d0d0d0;
    padding: 2% 3%; /* Adjusted padding for responsiveness */
    margin-bottom: 4%; /* Adjusted margin for responsiveness */
    line-height: 1.6em; /* Increased line height for better readability */
}

.post-entry .post {
    min-height: 110px;
    height: auto !important;
    height: 110px;
    position: relative;
}

.post-entry h2, .post-entry h3 {
    font-size: 18px;
    padding: 0 2% 2% 2%; /* Adjusted padding for responsiveness */
    margin: 0;
    font-weight: normal;
}

.post-entry p {
    padding: 0 2% 0 2%; /* Adjusted padding for responsiveness */
}

.post-entry li {
    margin-left: 5%; /* Adjusted margin for responsiveness */
}

/* Footer */
.footer {
    background-color: #427f00;
    width: 100%;
    color: #fff;
}

.footer a {
    color: #c2dd82;
}

.footer .copyright {
    background: #427f00 url("images/footer_bg.gif") 0 100% no-repeat;
    padding: 1% 2%; 
    line-height: 1.6em; 
}

.footer .footer-links {
    margin-top: 5%; 
    clear: both;
}

.footer .copyright span {
    padding: 0 2%; 
    font-size: 16px;
    color: #7ca740;
}

.footer-widget {
    padding: 2%; 
    clear: both;
}

.footer-widget div,
.footer-widget form {
    padding: 3% 0 3% 2%; /* Adjusted padding for responsiveness */
}

.footer-widget ul {
    padding: 3% 0; /* Adjusted padding for responsiveness */
    margin: 0;
}

.widget-footer {
    width: 100%; /* Changed to full width */
    float: none; /* Reset float */
}

#design-credits {
    width: 100%; /* Changed to full width */
    font-size: 10px;
    text-align: center; /* Centered for responsiveness */
}

.clear {
    clear: both;
}

/* Media Queries */
@media only screen and (min-width: 768px) {
    /* Add responsive styles for larger screens */
}

@media only screen and (max-width: 576px) {
    /* Add responsive styles for smaller screens */
}









/* Default styles */
.sidebar {
    width: 40%;
}

.sidebar-box {
    background-color: #f4f4f4;
    padding: 20px;
}

.box-title {
    margin-top: 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

/* Responsive styles */
@media only screen and (max-width: 768px) {
    .sidebar {
        width: 100%;
    }

    .sidebar-box {
        padding: 10px;
    }

    ul {
        display: flex;
        flex-wrap: wrap;
    }

    li {
        flex: 0 0 50%; /* Two items per row */
        width: 50%;
    }
}

/* Adjustments for smaller screens */
@media only screen and (max-width: 480px) {
    li {
        flex: 0 0 100%; /* Single item per row */
        width: 100%;
    }
}