/**
 * The following css is for the new navigation plugin, BU Navigation, which provides the
 * widget Content Navigation, a much much better alternative to WP-dTree.
 * The style for WP-dTree is after the css for the new plugin.
 */


/* BU NAVIGATION - LEFT SIDEBAR STYLES */

#contentnav, .menu-sidebar-menu-container {
	font: 14px/16px FontSiteSansRoman,arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

#contentnavlist li, #menu-sidebar-menu li {
	display: block;
}

#contentnavlist a, #menu-sidebar-menu a{
	background: #273d67;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#273d67), to(#243555));
	background-image: -webkit-linear-gradient(top, #273d67, #243555);
	background-image: -moz-linear-gradient(top, #273d67, #243555);
	background-image: -ms-linear-gradient(top, #273d67, #243555);
	background-image: -o-linear-gradient(top, #273d67, #243555);
	background-image: linear-gradient(top, #273d67, #243555);
	border-top: 1px solid #fff;
	color: #fff;
	display: inline-block;
	padding: 9px 10px 9px 18px;
	text-decoration: none;
	width: 197px;
}

#contentnavlist a:hover,
#contentnavlist a.active,
#menu-sidebar-menu a:hover,
#menu-sidebar-menu li.current-menu-item > a {
	background: #375d9f;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#375d9f), to(#304e82));
	background-image: -webkit-linear-gradient(top, #375d9f, #304e82);
	background-image: -moz-linear-gradient(top, #375d9f, #304e82);
	background-image: -ms-linear-gradient(top, #375d9f, #304e82);
	background-image: -o-linear-gradient(top, #375d9f, #304e82);
	background-image: linear-gradient(top, #375d9f, #304e82);
}

#contentnavlist a.level_2, #menu-sidebar-menu li ul.sub-menu {
	margin-left: 18px;
}

#menu-sidebar-menu ul.sub-menu {
	display: none;
}

#menu-sidebar-menu li.current-menu-item.menu-item-has-children > ul.sub-menu,
#menu-sidebar-menu li.current-menu-ancestor.menu-item-has-children > ul.sub-menu{
	display: block;
}

/*#menu-sidebar-menu li.current-menu-item > ul.sub-menu li, #menu-sidebar-menu li.current-menu-ancestor {
	display: block;
}*/
/*
#menu-sidebar-menu ul.sub-menu li.current-menu-item {
	display: block !important;
}*/

/* Level 2 */
/*
#menu-sidebar-menu li.current-menu-item ul.sub-menu li.menu-item-has-children ul.sub-menu{
	display: none;
}
*/
/*
#menu-sidebar-menu li.current-menu-item ul.sub-menu li.menu-item-has-children.current-menu-item ul.sub-menu{
		display: block;
	}
*/
#contentnavlist a.level_3 {
	margin-left: 36px;
}

#contentnavlist a.level_4 {
	margin-left: 54px;
}

#contentnavlist a.level_5 {
	margin-left: 72px;
}

#contentnavlist .active, .active_section {
	font-weight: bold;
}

/* WP-DTREE NAVIGATION (OLD PLUGIN) - LEFT SIDEBAR STYLES */

/* Ignore the next comment, this file is indeed being used. */
/*This file is provided for you to see what selectors applies to WP-dTree's various widgets.
Copy these selectors to your own theme's stylesheet, and edit that. 
This file is unused and will be replaced every time the plugin updates.*/
.dtree {
	white-space: normal !important;
}
.dtree img {
	border: 0px !important;
	vertical-align: middle !important;
}
.oclinks { /*the open/close links*/
	display:none !important; /*to be revealed only if javascript is on!*/
}
.oclinks_sep{/*the open/close link separator*/
    
}
.dtree a.nodeSel { /*the currently selected node, if "Highlight selection" is on*/
	
}
.dtree .clip {
	overflow: visible;
}
.dtree-rss{/*feed icons*/
   padding-right: 15px; 
   text-decoration: none;   
}
.dtree-rss:hover{	
    padding-right: 15px; 
    text-decoration: none;
}

.dtree a {}
.dtree a.node{}
.dtree a.node:hover, .dtree a.nodeSel:hover {}
.dtNode{}
.dtree_arc{ /* _any_ archive tree*/
 /* dtree_cat for categories, 
	dtree_pge for pages, 
	dtree_lnk for links,
	dtree_tax for taxonomies
  */
}
#dtree_arc1{ /*the _first_ archive tree*/	
 /*	dtree_arc2 for second archive tree
	dtree_cat5 for the fifth cateogory tree
	etc.
 */
}
#dtree_arc1 a.node{ /*style _nodes_ in the _first archive_ tree*/	
}
#oclinks_arc1{}/*open/close links for the _first archive_ tree*/
#oclinks_sep_arc1{}/*open/close link separator for the _first archive_ tree*/



/* CUSTOM for WP-DTREE */


#left-sidebar .dtree {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font: 14px/16px FontSiteSansRoman,arial,sans-serif;
}

#left-sidebar .dtree .dtNode {
	border-top: 1px solid #FFF;
	width: 225px;
}

#left-sidebar .dtree .dtNode a:last-child { /* This last-child trick accounts for the plugin's +/- boxes */
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 9px 10px 9px 20px;
	font: 14px/16px FontSiteSansRoman,arial,sans-serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: #273d67;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#273d67), to(#243555));
	background-image: -webkit-linear-gradient(top, #273d67, #243555);
	background-image: -moz-linear-gradient(top, #273d67, #243555);
	background-image: -ms-linear-gradient(top, #273d67, #243555);
	background-image: -o-linear-gradient(top, #273d67, #243555);
	background-image: linear-gradient(top, #273d67, #243555);
}

#left-sidebar .dtree .dtNode a:hover, #left-sidebar .dtree a.nodeSel:last-child {
	background: #375d9f;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#375d9f), to(#304e82));
	background-image: -webkit-linear-gradient(top, #375d9f, #304e82);
	background-image: -moz-linear-gradient(top, #375d9f, #304e82);
	background-image: -ms-linear-gradient(top, #375d9f, #304e82);
	background-image: -o-linear-gradient(top, #375d9f, #304e82);
	background-image: linear-gradient(top, #375d9f, #304e82);
}

#left-sidebar .dtree a.nodeSel:last-child {
	font-weight: bold;
	padding-left: 18px;
	padding-right: 7px;
}

#left-sidebar .dtree .dtNode img {
	display: none;
}

#left-sidebar .dtree .clip .clip {
	position: relative;
	left: 20px;
}
