/* Green Style */ /* COMMON STYLE
--------------------------------------------------------- */
body#bd {
	color: #333333;
	background: #eeffdf;
}

/* Normal link */
a {
	color: #7BA566;
}

/* Heading */
h3 {
	border-top: none;
	border-right: none;
	border-left: solid 4px #52983e;
	border-bottom: solid 2px #DDDDDD;
	padding: 5px 0 2px 5px;
	background-color: #eeeeee;
}

h4 {
	border-top: none;
	border-right: none;
	border-left: solid 2px #52983e;
	border-bottom: dotted 1px #52983e;
	padding: 3px 0px 1px 5px;
	background-color: transparent;
}

h5 {
}

/* list */
ul li {
	background: url(./images/bullet-green.gif) no-repeat 18px 8px;
}

/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid #caf555;
	background: #eeffbf;
}

/* HEADER
--------------------------------------------------------- */
#wrapper h1 {
	background-color: #598c8d;
}

#headerwrap {
	background: #d8ffb5;
}

#header p.logo-text a {
	color: #52983e;
}

#header p.site-slogan {
	color: #52983e;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */

/* SPOTLIGHT
--------------------------------------------------------- */
#botslwrap {
	background: #45290a;
}

/* FOOTER
--------------------------------------------------------- */
#footerwrap {
	border-top: 5px solid #CCCCCC;
	background-color: #d8ffb5;
}

#footer {
	color: #56898b;
}

#footer .copyright {
	color: #56898b;
}

#footer li a {
	color: #56898b;
}

#footer li a:hover,#footer li a:active,#footer li a:focus {
	color: #56898b;
	text-decoration: none;
}
