

/* Journal Home Page Background */
.homepage #header {
    background-image: url(/site/resource/crimin_header.jpg);
     height: 97px;
}


/* Journal Home Page Title */
.homepage #header h1#page_title {
    background-image: url(/site/resource/crimin_title.jpg);
    margin-top: 34px;
    width: 300px;
    height: 60px;

}


/* Journal Content Page Background */
.hw-gen-page #header {
    background-image: url(/site/resource/crimin_header.jpg);
    width: 960px;
    height: 97px;
}



/* Journal Content Page Title */
.hw-gen-page #header h1#page_title {
    background-image: url(/site/resource/crimin_title.jpg);
    margin-top: 34px;
    width:  300px;
    height: 60px;
}


/* Journal Title */
.hw-gen-page #header h1#page_title a {
    display: block;
    height: 60px;
    width: 300px;
}


/*Hide ser-title  Editors choice*/
#content-block .hw-pub-sertitle-editorschoice {display:none;}

/*hides Eds choice page title - using include-text instead*/
#pageid-tag-index .by-section-top h1 {display:none}

