/* StyleSheet by Fausto Cercignani for "Studia austriaca" OJS3 (September 2019) */

body {
background-color: #f8f8ff; /* ghostwhite */
font-size: 1em;
color: #000000; /* black */
font-family: Verdana,Calibri,Arial,Helvetica,sans-serif;
}

/* Elimina la cornice esterna del tema Manuscript */
.pkp_structure_page {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

a:link {
	color: #000000; /* black */
}

a:active {
	color: #000000; /* black */
}

a:visited {
	color: #808080; /* not so dark grey */
}

a:hover {
	color: #ffffff; /* white */
	background: #0042A3; /* variant of blu */
}


/* Blu per Register e Login oppure User */
.pkp_navigation_user > li > a
 {	color: #003399 !important }
.pkp_navigation_user > li.in_focus > a
{	color: white !important }
.pkp_navigation_user > li > a:hover
{	color: white !important }
.pkp_navigation_user > li > a:focus {
	color: #003399 !important }

/* Blu per riga divisoria */
.pkp_page_index .current_issue h2 {
	border-bottom: 3px solid blue !important }

/* Blu per altra riga divisoria */
.pkp_block .title {
	border-bottom: 3px solid blue !important }

/* Blu per riga divisoria di CURRENT */
.obj_issue_toc > .galleys h2,
.obj_issue_toc .section h2 {
	border-bottom: 3px solid blue !important }

.pkp_structure_main {
border-right: 3px solid #003399;
}

.pkp_structure_page {
background-color: #B9CADC; /* light blu */
border-left: 3px solid #003399 !important;
border-right: 3px solid #003399 !important;
}

.pkp_structure_head {
background-color: #B9CADC;
border-bottom: 3px solid #003399;
}

.pkp_site_name {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pkp_site_name .is_img img {
    max-height: 100%;
    max-width: 100%
}

.pkp_navigation_primary_wrapper {
background-color: #B9CADC; /* blu */
}

#navigationPrimary a {
color: black;}

/* Bianco passando su Primary/Top Navigation Bar */
#navigationPrimary > li > a
{	color: black !important }
#navigationPrimary > li.in_focus > a
{	color: black !important }
#navigationPrimary > li > a:hover
{	color: white !important }
#navigationPrimary > li > a:focus {
	color: white !important }

/* .pkp_navigation_primary_row {
padding-left: 0px;
padding-right: 0px;
} */

.pkp_site_name_wrapper, .pkp_navigation_primary_row {
    padding-left: 0px;  /* 30px; */
    padding-right: 0px;  /* 30px; */
}

.pkp_head_wrapper .pkp_search {
background: #cbd6e1;
}

/* Bianco passando sul prompt di ricerca */
.pkp_head_wrapper
.pkp_search .search_controls .search_prompt:hover,
.pkp_head_wrapper
.pkp_search .search_controls .search_prompt:focus
{	color: white !important }

.pkp_navigation_primary {
background-color: #B9CADC;
}

.pkp_structure_sidebar {
background-color: #cbd6e1;
color: black;
border-right: 3px solid #003399 !important;
border-bottom: 3px solid #003399 !important;
}

.pkp_block .title {
color: black;
}

a:link {
background-color: white
box-color: black;
}

.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
background-color: wheat
}

.cmp_notification { display: none; }

.pkp_structure_footer {
background-color: #cbd6e1;
max-height: 100%;
}

.pkp_structure_footer_wrapper {
    background: #B9CADC;;
    border-top: 3px solid #003399;
    border-bottom: 6px solid #003399;
}

img {
    background: #B9CADC;
}