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

/* import the parent's styles */
@import url('../default/style.css');

/* 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;
}

