@media screen {
a:link { color: #c84700; }
	a:visited { color: #8b593d; }
	a:hover, a:active { color: #ff6a19; }
img { border-color: #e3dad5; }
	a:link img {  border-color: #c84700; }
	a:visited img { border-color: #8b593d; }
	a:hover img, a:active img { border-color: #ff6a19; }
#header {
	background: #a76a49 url("img/header-background-015.png") repeat-x;
	border-color: #a76a49;
	}
#footer { border-bottom-color: #a76a49; }
.button {
	background: #f3efed url("img/post-background-015.png") repeat-x;
	border-color: #d3c5bd;
	}
.my-comment, .post {
	background: #f3efed url("img/post-background-015.png") repeat-x;
	border-color: #e3dad5;
	}
.my-comment blockquote, .post blockquote { border-color: #e3dad5; }
}
