body {
	background:#688672 url(images/spring-back.jpg);
	color:#fff;
}
h1,h2,h3,h4,h5,h6 {
	color:#5C765F;
}
fieldset {
	background:#E2EEE8;
	color:#4b4b4b;
	border-color:#B8C1BB;
}
legend {
	background:#F3E1B5;
	color:#4f4f4f;
}
input:focus,input.focus,textarea:focus,textarea.focus,
a:hover img,a:active img,a:focus img {
	border-color:#4EA067;
}

/* HEADER */
#header {
	background:#CEDAD2 url(images/spring.jpg) repeat-x;
}
#blogtitle,#blogtitle a {
	color:#3D5143;
}
#blogtitle {
	background:url(images/spring-title.gif) no-repeat top right;
}

/* SIDEBAR */
.sidebar {
	background:#CEDAD2;
}
.sidebar a {
	color:#2C4933;
}

/* CONTENT */
#content {
	border-color:#2C4933;
}
#content ul li {
	list-style-image:url(images/bud.jpg);
}
.sub_pages {
	background:#E9ECEB;
	border-color:#CEDAD2;
}
.sticky {
	border:1px dashed #A4B2A8;
}
#content a {
	color:#2B6949;
}

/* COMMENTS */
#commentlist .even {
	background:#E9ECEB;
	border-color:#CEDAD2;
}
#commentlist .odd {
	background:#F2F2F2;
	border-color:#E0E6E5;
}

.rss:active img,.rss:focus img {
	border-color:#ECFC50;
}

.submit,input[type="submit"] {
	background:#FED471;
	color:#000;
	border-color:#FFE4B2 #C4B373 #C4B373 #FFE4B2;
}
