/*
#main-content #sidebar-first .block-menu-block > h2 a:linked, 
#main-content #sidebar-first .block-menu-block > h2 a:visited, 
#main-content #sidebar-first .block-menu-block > h2 a:hover, 
#main-content #sidebar-first .block-menu-block > h2 a:active 
{
    color:white;
}
*/

/*
#sidebar-first .block-menu-block > h2 a:hover,
#sidebar-first .block-menu-block > h2 a:focus
{
    color:white;
}
*/


/* lauren doesn't want the red /stanford background color for the links */
#sidebar-first .block-menu-block > h2 a {
  color: #736C51;
}

#sidebar-first .block-menu-block h2 {
  background: white;
}

#sidebar-first .block-menu-block h2 {
  font-size: 18px;
}

/* navigation links take out rounded edges on hover */
.navbar .nav > li > a {
    border-radius: 0;
}

input.form-text,
textarea.form-textarea,
input.form-submit,
.btn.btn-link.btn-bordered,
ul.pager li a,
ul.pager li.pager-current
{
  border-radius: 0;
}

/* Fix menus make the containers hidden*/

#sidebar-first .block-menu-block ul.menu li:first-child a {
    border-top:0;
}

#block-menu-block-1 > h2 {
    display:none;
}

/* border bottom of header menu */
#main-nav > div {
    border-bottom: 1px solid #e9e6df;
    padding-bottom: 7px;
}
.nav-search {
    margin: -65px 2px 0 0;
}

.node-type-scope-event .group-left .field-name-field-feature-img {
    padding-right: 20px;   
}