/* ----- Top Right Corner - NO NEED TO CHANGE ----- */
#header a {
	background: transparent url(header.jpg) left bottom no-repeat;
	}

/* ----- Top Right Corner - NO NEED TO CHANGE ----- */
#header {
	background: transparent url(t-r.gif) bottom right no-repeat;
	}

/* ----- Bottom Left Corner - NO NEED TO CHANGE ----- */
#entries {
	background: transparent url(b-l.gif) top left no-repeat;
	}
	


/* ----- Replace Values with Light Color ----- */
#hero {
	background: #e44a53;
	}
.entry h3 a {
	color: #e44a53;
	}
.entry p.date {
	border-color: #e44a53;
	color: #e44a53;
	}
.entry blockquote {
	border-color: #e44a53;
	}
.entry #respond h3 {
	color: #e44a53;
	}
.comments h3 {
	color: #e44a53;
	}

/* ----- Replace Values with Dark Color ----- */
#hero h3,
#hero p.date {
	text-shadow: 0 -1px 0 #912f35;
	}
	
#hero p.date {
	-moz-border-top-colors: #912f35 #fff #fff #fff;
	-moz-border-bottom-colors: #fff #fff #fff #912f35;
	}
