body {
	background:#825122 url(images/autumn-back.jpg);
	color:#f5f5f5;
}
h1,h2,h3,h4,h5,h6 {
	color:#6E6554;
}
fieldset {
	background:#EEE9E3;
	color:#4b4b4b;
	border-color:#ccc;
}
legend {
	background:#E5DACA;
	color:#4f4f4f;
}
input:focus,input.focus,textarea:focus,textarea.focus,
a:hover img,a:active img,a:focus img {
	border-color:#F7B267;
}

/* HEADER */
#header {
	background:#F0D1B2 url(images/autumn-header.jpg) repeat-x top left;
}
#blogtitle,#blogtitle a {
	color:#615353;
}
#blogtitle {
	background:url(images/autumn-title.gif) no-repeat top right;
}

/* SIDEBAR */
.sidebar {
	background:#E5DACA;
}
.sidebar a {
	color:#5A472A;
}

/* CONTENT */
#content {
	border-color:#8B8064;
}
#content ul li {
	list-style-image:url(images/leaf.jpg);
}
.sub_pages {
	background:#F0EDEA;
	border-color:#E5DACA;
}
.sticky {
	border:1px dashed #F7B267;
}
#content a {
	color:#914833;
}

/* COMMENTS */
#commentlist .even {
	background:#E9ECEB;
	border-color:#CEDAD2;
}
#commentlist .odd {
	background:#F2F2F2;
	border-color:#E0E6E5;
}

.submit,input[type="submit"] {
	background:#F7B267;
	color:#292929;
	border-color:#F7D6AB #C4AA85 #C4AA85 #F7D6AB;
}
