@charset "utf-8";
/* CSS Document */

/*
	Color Scheme Stylesheet
	
	Aaron Sun
	http://aaronsun.com
	
	Light:		#d4fa81
	Neutral:	#c1e76e // Pantone 374 M
	Dark:		#9ec44b

*/

/* import the general stylesheet*/
@import url("styles.css");

/* neutral */
#box, #minibox {
	background-color: #c1e76e;	/* color scheme - neutral */
}

/* dark */
#header, #footer {
	background-color: #9ec44b;  /* color scheme - dark */
}

/* light */

#header-image {
	background-image: url(../images/title.374m.gif);
}
.content-title {
	background-color: #d4fa81;  /* color scheme - light */
}

.category {
	background-color: #d4fa81;
	border-left-color: #9ec44b;
}