/* GRAY */

.gray #footer, .gray .widgets, .gray #header {
	border-color:#868571;
}

.gray ul#nav li.current_page_item a,
.gray ul#nav li.current_page_item a:hover {
	background:#868571;
	border-color:#868571 #868571 #868571 #868571;
}

.gray #sidebar #search, .gray #wp-calendar caption, .gray #comments dt.highlighted,
.gray #sidebar #subpages h2, .gray #wp-calendar #today {
	background:#868571;
}

.gray #pageNav a { background:#868571; }

/* OLIVE */

.olive #footer, .olive .widgets, .olive #header {
	border-color:#929254;
}

.olive ul#nav li.current_page_item a,
.olive ul#nav li.current_page_item a:hover {
	background:#929254;
	border-color:#929254 #929254 #929254 #929254;
}

.olive #sidebar #search, .olive #wp-calendar caption, .olive #comments dt.highlighted,
.olive #sidebar #subpages h2, .olive #wp-calendar #today {
	background:#929254;
}

.olive #pageNav a { background:#929254; }

/* WHITE */

.white #footer, .white #header {
	border-color:#fff;
}

.white .widgets {
	border-color:#eef;
}

.white ul#nav li.current_page_item a,
.white ul#nav li.current_page_item a:hover {
	background:#fff;
	border-color:#fff;
}

.white #sidebar #search, .white #wp-calendar caption, .white #comments dt.highlighted,
.white #sidebar #subpages h2, .white #wp-calendar #today {
	background:#fff;
}

.white #pageNav a { background:#fff; }

/* BLACK */

.blend #footer, .blend #header, .blend .widgets {
	border-color:#eef;
}

.blend ul#nav li.current_page_item a,
.blend ul#nav li.current_page_item a:hover {
	background:#eef;
	border-color:#eef;
}

.blend #sidebar #search, .blend #wp-calendar caption, .blend #comments dt.highlighted,
.blend #sidebar #subpages h2, .blend #wp-calendar #today {
	background:#eef;
}

.blend #pageNav a { background:#eef; }
