@import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,600;0,800;1,400;1,600;1,800&family=Lato:wght@300;400&display=swap');

html {
    font-size: 17px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Alegreya', serif;
    color: #242424;
}

h1 {
    font-size: 2.5rem !important;;
    font-weight: normal;
}

h2 {
    font-size: 1.8rem !important;;
    font-weight: normal;
}

h3 {
    font-size: 1.6rem !important;
    font-weight: normal;
}

h4 {
    font-size:1.4rem !important;
    font-weight: normal;
}

h5 {
    font-size:1.2rem !important;
    font-weight: normal;
}

h6 {
    font-size:0.9em !important;
    font-weight: normal;
}

a:link { 	
	color: #007398;
    text-decoration: none;
}

a:active { 
	color: #007398;
}
a:visited { 
	color: #007398;
}

#header { 
	background-color: #1e3846;
    background-image: url("http://sciencebiology.org/support/FMfcgzGkZZpQPNqDXwnJjWKtXXQsCGCT/headcover.jpg");
}
#breadcrumb {
    padding-top: 0.9em;
    font-size: 0.9em;
    font-color: #2e2e2e;
}
#breadcrumb a:link {
    font-color: #2e2e2e;
}
#breadcrumb a:hover {
    cursor:pointer;
    color:#0c7dbb;
    background-color: #FFFFFF;
    text-decoration: underline;
}
#breadcrumb a.current {
    font-weight: normal;
    font-style: italic;
}
body { 
	font-size: 1em; 
    color: #2e2e2e;
    font-family: 'Alegreya', serif; 
    background-color: #FFFFFF;
}
#main h2 {
    margin: 0em 1em 0.5em 0em;
    padding-top: 0.5em;
    font-family: 'Alegreya', serif;
    font-weight: normal;
}
.tocAuthors {
    padding-left: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
}
#authorString {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 0.9em;
}
#topBar {
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
#main {
    float: left;
    width: 62%;
    margin-left: 10%;
    display: inline;
    overflow: hidden;
}
#rightSidebar {
    float: right;
    width: 15%;
    padding: 0.3em 0em 0.3em 0em;
    font-size: 0.65em;
    height: 100%;
    margin-right: 10%;
    margin-left: 2%;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    margin-top: 45px;
}
#rightSidebar a:hover {
    cursor:pointer;
    color:#0c7dbb;
    background-color: #fcfdfd;
    text-decoration: underline;
}
#sidebar div.block {
    background: #fcfdfd url("images/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% bottom;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
#sidebar div.block span.blockTitle {
    display: block;
    padding: 0.5em 0;
    text-transform: none;
    color: #2e2e2e;
    font-weight: normal;
    font-size:1.3em;
    font-family: 'Alegreya', serif;
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: 10px;
}
#rightSidebar ul {
    margin: 0.25em 0 0.75em 0;
    padding: 0 0 0 1.5em;
    list-style-type: square;
    color: #007398;
}
#rightSidebar ul li {
    padding-bottom: 3px;
}
#content {
    border-top: 1px solid #b9b9b9;
    font-size: 1em;
    margin: 0;
    padding: 0.5em 0 0;
    font-family: 'Alegreya', serif; 
    background-color: #FFFFFF;
}
#content a:hover {
    cursor:pointer;
    color:#0c7dbb;
    background-color: #FFFFFF;
    text-decoration: underline;
}
#content h3 {
    margin: 0em 1em 0.25em 0em;
    padding-top: 0.75em;
    font-family: 'Alegreya', serif;
    font-weight: normal;
    font-size: 1em;
}
#content h4 {
    margin: .75em 1em 0.25em 0em;
    font-family: 'Alegreya', serif;
    font-weight: normal;
    font-style: italic;
}
.tocArticle {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
}
.tocArticle a {
    color:#2e2e2e;
}
.tocArticleTitleAuthors {
    width: 85%;
}
.tocArticleGalleysPages {
    width: 15%;
}
#journalDescription {
    font-size: 1em; 
    color: #2e2e2e;
    font-family: 'Alegreya', serif; 
    background-color: #FFFFFF;
}
#navbar {
    border-bottom: 1px solid #b9b9b9;
    margin-right: 0;
    padding-bottom: 0.5em;
    font-size: 1.3em;
}
.pkp_navigation_primary > li > a {
    margin: .357rem .5em 0;
        margin-left: 0.5em;
    padding: .357rem .5em calc(.714rem - 2px);
    border-bottom: 2px solid transparent;
    font-color: #2e2e2e;
    text-decoration: none;
}
.menu > li > a {
    font-color: #2e2e2e;
}
.menu a:hover {
    cursor:pointer;
    color:#0c7dbb;
    background-color: #FFFFFF;
    text-decoration: underline;
}
#pageFooter {
    font-size: 14px;
    font-family: 'Lato', serif;;
    line-height: 21px;
}