﻿/* Widen drop-down top menus */

ul.dynamic {
min-width: 160px;
width: 100%;
}


/* Change "SharePoint in upper left-hand corner to WHI */


.ms-core-brandingText:after{
                content:"Women's Health Initiative";
}
.ms-core-brandingText{
margin-left: -95px;
}


/* Hide page titles */


.ms-core-pageTitle{
Display:none !Important;

}

/* Boldface all headings */

h1, h2, h3 {
font-weight: bold;
}


/* Tighten top menu to fit most monitors -- commented out 

.ms-core-listMenu-horizontalBox li.static > .ms-core-listMenu-item 
 { 
   padding-right:4px;
   margin-right:2px; 
   border-right:1px solid;
  }


*/


/* Hide "updated pages" dialogue in left-hand menu */

.ms-quicklaunchouter{ display: none; border: 50px solid } 


/* Remove Newsfeed, OneDrive, Sites links */

.ms-core-suiteLinkList
{display:none;
}


/* Hide Follow button */

#site_follow_button
{
display:none !important;
}


/* Hide page ratings and categories on select pages */

.ewiki-slink
{
display: none !important;
}

/*Begin CSS unique to parent site.*/


/*Move main content to center */

#contentBox {
margin-left: 5px
}


/*Reclaim left-hand navigation.  Strangely, this is overridden when logging in, and hence I had to specify height and width.  Commented-out for now.*/

#sideNavBox {
visibility: hidden !important;
height: 1px !important;
width: 1px !important;

}



/*End CSS unique to parent site.*/