/* 
highlight the drupal civicrm menu item 
while civi is active.
*/
body.page-civicrm #admin-menu li.civicrm a {
background-color: #0074bd;
color: #fff;
padding-bottom: 1em;
margin-bottom: -1em;
}

body.page-civicrm.adminimal-menu div#admin-menu {
border-bottom:1px solid #0074bd;
}

/* 
shift the civi menu down below the drupal menu 
*/
#civicrm-menu {
top: 29px!important;
background: #0074bd repeat-x; /* #4d8f46 */
z-index:1001;
}

body.admin-menu .navbar-static-top, body.admin-menu #content-top, body.admin-menu #branding, body.admin-menu #page{
	position:relative;
	top:28px;
}

/* 
hide the logout button, drupal has that 
*/
#civicrm-menu #menu-logout {
display:none;
}

/* 
hide the home menu dropdown. instead, 
create a custom 'dashboard' menu item 
*/
#civicrm-menu li.menumain.crm-link-home {
display:none;
}
#civicrm-menu li#crm-qsearch.menumain.crm-link-home {
display:list-item;
}

/* improve the search bar and print icon */
#civicrm-menu #crm-qsearch input {
font-size: 1.1em;
margin-top: 2px;
}

#crm-container div#printer-friendly {
margin-top:-4em;
}

#civicrm-menu #crm-qsearch input{
	color:#333;
}

.crm-container fieldset.crm-profile-id-39 legend{
	display:none;
}
.crm-container fieldset.crm-profile-id-39{
	border-top:none;
}

.priceset-group .form-layout-compressed{
	display:none;
}