/* StyleSheet by Fausto Cercignani for "Studia theodisca" OJS3 (September 2019) */

body {
background-color: #BEBEBE; /* Theodisca grey */;
font-size: 1em;
color: #000000;
font-family: 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: #DC143C; /* crimson */
}

/* Rosso per Register e Login oppure User */
.pkp_navigation_user > li > a
 {	color: #DC143C !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: #DC143C !important }

/* Rosso per riga divisoria */
.pkp_page_index .current_issue h2 {
	border-bottom: 3px solid #DC143C !important }

/* Rosso per altra riga divisoria */
.pkp_block .title {
	border-bottom: 3px solid #DC143C !important }

/* Rosso per riga divisoria di CURRENT */
.obj_issue_toc > .galleys h2,
.obj_issue_toc .section h2 {
	border-bottom: 3px solid #DC143C !important }

/* Rosso per riga divisoria di ABSTRACT */
.obj_article_details .main_entry .label {
    border-bottom: 3px solid #DC143C !important  }

/* Rosso per riga divisoria di SECTION */
.obj_article_details .entry_details .sub_item:not(:first-child) .label {
    border-bottom: 3px solid #DC143C !important  }

.pkp_structure_main {
border-right: 3px solid #DC143C;
}

.pkp_structure_page {
background-color: #BEBEBE;
    border-right: 3px solid #DC143C;
    border-left: 3px solid #DC143C;
}

.pkp_structure_head {
  background-color: #BEBEBE;
  border-bottom: 3px solid #DC143C;
}

.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: #BEBEBE;
}

#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;
    padding-right: 0px;
}

.pkp_head_wrapper .pkp_search .search_controls a {
    text-decoration: none;
    background-color: #D3D3D3;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    color: black;
}

/* 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: #BEBEBE;
}

.pkp_structure_sidebar {
background-color: #D3D3D3;
color: black;
border-right: 3px solid #DC143C;
border-bottom: 3px solid #DC143C;
}

.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_breadcrumbs .current h1 {
    font-size: 20px !important;
    font-weight: 700 !important;
}

/* Nasconde notifica web Submissions */
.cmp_notification { display: none; }

/* Voci dell'indice */
.obj_article_summary > .title {
    font-size: 17px !important;
}

/* Sottotitoli dell'indice */
.obj_article_summary .subtitle {
    font-size: 15px;
    font-weight: 600;
}

/* Autori nell'indice */
.obj_article_summary .authors {
    font-size: 15px !important;
}

/* Per il nr delle pagine dell'indice */
.obj_issue_toc .pages {
font-size: 15px;
font-weight: 600;
}

.pkp_structure_footer {
background: #D3D3D3;
min-width: 100%;
}

/* Per i caratteri del footer */
.pkp_footer_content {
    text-align: left;
    font-size: 14px;
}

.pkp_structure_footer_wrapper {
    background: #BEBEBE;
    border-top: 3px solid #DC143C;
    border-bottom: 6px solid #DC143C;
}

/* Logo PKP */
.pkp_brand_footer {
    display: none;
}

/* no current in home ojs3.1*/
#pkp_content_main.pkp_structure_main div.page_index_journal div.current_issue {
display: none;
}


/* RF no current in home ojs 3.2 */
html body.pkp_page_index.pkp_op_index.has_site_logo div.pkp_structure_page div.pkp_structure_content.has_sidebar div.pkp_structure_main div.page_index_journal section.current_issue {
display: none;
}
