/*****************************************************************
 * HW-Shared CSS Stylesheet for content-by-section pages
 *****************************************************************/
 
h1 {
	margin-top: 0.5em;
} 
 
/* remove borders, add padding/margin back in */
li.results-cit {
	border: none;
	margin:0.7em 0px 0px;
	padding:0.5em 0em;
}

/*  Hide section display */
.cit .cit-metadata .cit-section {
	display: none;
}

.cit .cit-metadata .cit-section.cit-first-element {
	display: none;
}

.cit .cit-metadata .cit-first-element {
	display: inline;
}

.cit .cit-metadata cite .cit-metadata-note {
	display: none;
}

#content-block {
    width: 730px;
}


#pageid-group-index #content-block,
#pageid-group-item #content-block { width: 700px; }

#pageid-group-index #col-2,
#pageid-group-item #col-2 { display: none; }

#pageid-group-item #content-block .search-nav {
    height: 1.5em;
    left: 540px;
    margin: 0;
    padding: 0.5em;
    position: absolute;
    top: 15px;
    width: 160px;
}
#pageid-group-item #content-block .bottom-search-nav {
    bottom: 190px;
    top: auto;
}