/* CSS Zen Garden Main Part Style */
/* Based on default style v1.02 */

/* --- Container & Backgrounds --- */
/* Image 1: Main Page Background (Replace 'main-background.jpg') */
main.zen-garden-main {
    margin: 0;
    padding: 0;
    font: 75% georgia, sans-serif;
    line-height: 1.88889;
    color: #555753;
    background: #fff; /* url('img/main-background.jpg') no-repeat bottom right;*/
    min-width: 470px;
    width: 100%;
}

/* Image 2: Content Wrapper Background (Replace 'content-background.jpg') */
main.zen-garden-main .page-wrapper {
    background: #fff; /* url('content-background.jpg') no-repeat top left; */
    padding: 0 175px 0 110px;
    margin: 0;
    position: relative;
    width: auto;
}

/* --- Typography --- */
main.zen-garden-main p {
    margin-top: 0;
    text-align: justify;
}

main.zen-garden-main h3 {
    font: italic normal 1.4em georgia, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #7D775C;
    margin-top: 1.5em; /* Added spacing between sections */
}

/* First heading should have less top margin */
main.zen-garden-main .preamble h3:first-child {
    margin-top: 0;
}

main.zen-garden-main a:link {
    font-weight: bold;
    text-decoration: none;
    color: #B7A5DF;
}

main.zen-garden-main a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #D4CDDC;
}

main.zen-garden-main a:hover, 
main.zen-garden-main a:focus, 
main.zen-garden-main a:active {
    text-decoration: underline;
    color: #9685BA;
}

/* --- Layout Sections --- */
main.zen-garden-main .preamble {
    clear: both; /* Adjusted for standalone main content */
    padding: 0px 10px 0 10px;
    margin-bottom: 20px;
}

main.zen-garden-main .supporting {	
    padding-left: 10px;
    margin-bottom: 40px;
    clear: both;
}

/* --- Optional Section Images (Per your request) --- */
/* These are disabled by default to match the original text-look. 
   Uncomment the background lines to use your images. */

/* Image 3: Participation Background */
main.zen-garden-main .section-participation {
    /* background: transparent url('participation-bg.jpg') no-repeat top left; */
    /* padding-top: 10px; */
}

/* Image 4: Benefits Background */
main.zen-garden-main .section-benefits {
    /* background: transparent url('benefits-bg.jpg') no-repeat top left; */
    /* padding-top: 10px; */
}
