@charset "utf-8";
/* CSS Document */

/*
	Color Scheme Stylesheet
	
	Aaron Sun
	http://aaronsun.com
	
	Light:		#f5eade
	Neutral:	#e5dace // Pantone Magenta 0521 C
	Dark:		#b4a99d

*/

/* import the general stylesheet*/
@import url("styles.css");

#box {
	background-color: #e5dace;	/* color scheme - neutral */
}
#mini-box {
	background-color: #e5dace;	/* color scheme - neutral */
}
.block-normal {
	background-color: #e5dace;	/* color scheme - neutral */
}
.category-panel {
	background-color: #e5dace;	/* color scheme - neutral */
}
#header {
	background-color: #b4a99d;  /* color scheme - dark */
}
#footer {
	background-color: #b4a99d; 
}
#header-image {
	background-image: url(../images/title.e5dace.gif);
}
.content-title {
	background-color: #f5eade;  /* color scheme - light */
}

.category, .selection {
	background-color: #f5eade;
	border-left-color: #b4a99d;
}


a:hover .selection{
	background-color: #b4a99d;
}