/* items ot hide from front page */

/* Tim Wilde
Created to apply styles to non admin users
*/

/* hide course search nav bar*/

#coursesearchnavbar
{
display:none !important;
}

/* hide course searches */
#site-index #coursesearch, #site-index #coursesearch2, #coursesearch2,#coursesearch
{
display:none !important;
}

/*hide forum search*/
.forumsearch
{
display:none !important;
}


/*remove forum post */
.region-content .block_navigation .type_custom.depth_3 .tree_item.branch { display: none; } 

/*hide individual Sitepages from navigation block */
.region-content .block_navigation .block_tree.list .type_activity.depth_2 .tree_item.leaf a[title="Page"] { height:0; display: none; } 


/* Remove "Site Pages" tree from nav block */
.block_navigation .type_course.depth_2  { display: none; } 

/*remove single site news page from front navigation block */
.block_navigation .type_activity.depth_2 .tree_item.leaf { display: none; line-height:0px;font-size:0px;height:0px;margin:0;padding:0;} 

/* remove "subscribe to this form" link */
.subscribelink { display: none; } 

/* hide navigation my profile v2.5 */
.block-region .region-content .block_navigation.block .content .block_tree.list  .type_unknown.depth_1.contains_branch.current_branch .type_user.depth_2.collapsed.contains_branch .tree_item.branch span { height:0; display: none; }

/* hide my home v2.5*/
.block-region .region-content .block_navigation.block .content .block_tree.list .type_unknown.depth_1.contains_branch.current_branch .type_setting.depth_2.item_with_icon .tree_item.leaf.hasicon { height:0; display: none; }

/* hide home v2.5*/
.block-region .region-content .block_navigation.block .content .block_tree.list .type_unknown.depth_1.contains_branch.current_branch .tree_item.branch.active_tree_node.canexpand.navigation_node { height:0; display: none; }

/* hide my courses v 2.5*/
.block-region .region-content .block_navigation.block .content .block_tree.list .type_unknown.depth_1.contains_branch.current_branch .type_system.depth_2.collapsed.contains_branch .tree_item.branch#expandable_branch_1 { height:0; display: none; }

/* hide badges 2.5 */
.box.block_tree_box#settingsnav .block_tree.list .type_unknown.collapsed.contains_branch .tree_item.branch { height:0; display:none; }

/* add my profile back after hiding badges */
.box.block_tree_box#settingsnav .block_tree.list .type_unknown.collapsed.contains_branch .tree_item.branch.root_node#usersettings { height:0; display:inline !important;}

/* hide "discuss this topic" on front page */
#page-content #region-main-box #region-post-box #region-main-wrap #region-main .region-content #site-news-forum .forumpost .row.side .options.clearfix .link { height:0; display:none !important; }

/* not required 2.5?*/
/* hide my courses */
/*.block-region .region-content .block_navigation.block .content .block_tree.list .type_unknown.depth_1.contains_branch .type_system.depth_2.collapsed.contains_branch .tree_item.branch.canexpand { height:0; display: none; }*/
