$(document).ready(function() {
// Theme Color Manager 
$('a.theme-options').click(function() {
	$('.color-options-content').toggle();
	return false;
});
}); // End document.ready()
