/*
Theme Name: Test Child 1 - B&A
Description: My Sandbox Kubrick Child Theme 
Version: 0.2
Author: Alex
Tags: Child Theme
Template: sandbox
(To use the default theme's images, we rely on a symlink of images/)
*/

/* import the parent's styles */
/* @import url('../default/style.css'); This goes away in WP 3.0! */
@import url('../sandbox-kubrick/style.css'); /* Or do we need straight 'kubrick'? */

/* Page Nav */

/* "collapse" the page tree  */
li.page_item ul { 
	display: none; 
	font-weight: normal;
}
li.current_page_item ul,
li.current_page_ancestor ul { 
	display: block;
}

/* current page indication */
li.current_page_item {
	font-weight: bold;
}
#sidebar li.current_page_item:before {
	content: "\00AB \0020";
	font-weight: normal;
}


