@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------ */
/* begin STYLE & COLOR */
/* ------------------------------------------------ */

/* LEGEND */
/*

4c8600		Page Links, comment and featured post borders
78bb20		News Text and Cat / Folio Links
61ab00		Navigation links (next, previous at bottom)
335900		Footer top line color
536d30		Footer background color
5f7244		alt comment background
585f4f		comment background

*/

#header {
	background:url(images/header_greenhead01.JPG) no-repeat bottom center;
}

A {
	color: #4c8600;
}

A:link {
	color: #4c8600;
}

A:visited {
	color: #4c8600;
}

#menu_top_nav .page_item {
	color: #4c8600;
}

#sidebar LI.categories ul li.cat-item ul.children li.cat-item A, #sidebar .linkcat a {
	color:#78bb20;
}

#news .news_entry {
	color:#78bb20;
}

#theposts .navigation A {
        color:#78bb20;
}

.post_featured, .post_welcome {
	background-color: #585f4f;
	border-bottom: 1px solid #4c8600;
	border-top: 1px solid #4c8600;
}

.navigation A{
	color:#61ab00;
}

#footer {
	background-color: #536d30;
	border-color: #335900;
}

.commentlist LI {
	background: #585f4f;
    border-top: #4c8600 1px solid;
	border-bottom: #4c8600 1px solid;
}

.commentlist .alt {
	background: #5f7244;
	border-top: #4c8600 1px solid;
	border-bottom: #4c8600 1px solid;
}