/* COLOR SPECIFICS  --- original values were light: #2c7995  dark: #074961  */

/* HEADER IMAGE is in header.php, line 36 */

body {
    background-color: #76d86a;
    background-image: url(page-bg.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
}
a {
    color: #86de0e; /* light */
    text-decoration: none;
}
a:visited {
    color: #6fa337; /* dark */
    text-decoration: none;
}
a:hover, a:active {
    color: #86de0e; /* light */
    text-decoration: underline;
}

h2 {
    color: #86de0e; /* light */
}

div#siteTitle {
    color: #ffffff;
}
div#siteTitle a, div#siteTitle a, div#siteTitle a:link, div#siteTitle a:visited, div#siteTitle a:active {
    color: #ffffff;
}

#sidebar.left ul .widgettitle a, #sidebar.left ul .widgettitle a:link, #sidebar.left ul .widgettitle a:visited, #sidebar.left ul .widgettitle a:hover, #sidebar.left ul .widgettitle a:active {
    color: #6fa337; /* light or dark, depending on darkness of sidebar color */
}
#sidebar.left ul li.page_item a, #sidebar.left ul li.cat-post-item a {
    color: #000000;
}

div#mainNav div.deactivatedA {
    color: #86de0e; /* light */
    border-right: 1px solid #cccccc;
}
div#mainNav a {
    border-right: 1px solid #cccccc;
}
div#mainNav a:link,div#mainNav a:visited {
    color: #000000;
}
div#mainNav a:hover,div#mainNav a:active {
    color: #86de0e; /* light */
}

#footer {
    background-image: url(footer.jpg);
}
.home.page #footer {
	height: 186px;
	background-position: 50% -24px;
}
.page #footer {
	height: 243px;
	background-position: 50% 33px;
}

.withLeftSidebar #pageTop {
    background-image: url(innerPage_top_sidebar.jpg);
}
.withLeftSidebar #page {
    background-image: url(innerPage_mid_sidebar.jpg);
}
.withLeftSidebar #footer div.footerimg {
    background-image: url(innerPage_bot_sidebar.jpg);
}

#page {
    background-image: url(innerPage_mid.jpg);
}
#pageTop {
    background-image: url(innerPage_top.jpg);
}
#footer div.footerimg {
    background-image: url(innerPage_bot.jpg);
}

