/* Minimal stylesheet for ojs. This stylesheet allows us to control navigation menu colors, header image size, and footer image */
/* This stylesheet was adapted from the basic_stylesheet, which was in turn adapted from the eblip stylesheet */

/* ensures the pkp/ojs footer image is invisible */
.pkp_brand_footer img {
	max-height:0px;
}

/* navigation menu background color */
.pkp_navigation_primary_row {
    background: #343744;
-webkit-box-shadow: 0 4px 4px -2px #000000;
   -moz-box-shadow: 0 4px 4px -2px #000000;
        box-shadow: 0 4px 4px -2px #000000;
}

#navigationPrimary ul a:hover,#navigationPrimary ul a:focus {background:#51c1d5;}

/* Main menu style settings. The important ones for us are color and background */
#navigationPrimary a {
    font-family: 'Enriqueta', serif;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    background: #343744;
}

/* navigation menu text color when hovering */
#navigationPrimary a:hover, #navigationPrimary a:focus {
  color:#fff;
}

/* Handling site header image */
.pkp_site_name .is_img img {
	display: block;
    max-height: 350px;
    max-width: 100%;
    width: auto;
    height: auto;
}


/* Below is optional color customization. You can freely remove anything. */
/* main background color, background-image ok  -- defaults to OJS grey when not set */
body {
font-family: 'Enriqueta', serif;
background-color: #323542;
background-image:url(/rru/public/site/images/ojsadmin/pixel-background.png);
	background-position: center top;
	background-repeat: repeat-y;
}

/* body link colors -- defaults to OJS blue when not set */
a {
  color:#878787;
}

.pkp_structure_content a:link,a:visited {
	color: #363948;
	line-height:14px;
	text-decoration:none;
	border-bottom:1px solid #C2C3C8;
}

.pkp_structure_content a:hover {
	color: #363948;
	background-color: transparent;
	text-decoration: none;
	border-color:#363948;
}

#img-link, #img-link img{
    text-decoration:none;
    border-width: 0px;
}

  
/* body link hover/focus colors -- defaults to OJS blue when not set */
a:hover, a:focus {
  color:#878787;
}

/* font color for various headers (span class title, h2)  -- defaults to OJS grey when not set */
.pkp_block .title, .obj_issue_summary .title, .obj_issue_toc > .galleys h2,.obj_issue_toc .section h2,.pkp_page_index .current_issue h2,.obj_article_details .main_entry .label {
    color:#EA802E;
}

/* font color for various headers (span class title, h2)  -- defaults to OJS grey when not set */
.obj_article_details .main_entry .sub_item .label,.obj_article_details .author_bios .sub_item .label,.obj_article_details .entry_details .sub_item .label {
    color:#EA802E;
}

/* Below is more, extremely element-specific optional color customization. */
/* "read more" link text  -- defaults to OJS blue when not set */
.obj_announcement_summary .read_more, .pkp_page_index .current_issue .read_more {
color: #878787;
}

/* "read more" link hover/focus colors  -- defaults to OJS blue when not set */
.obj_announcement_summary .read_more:hover, .pkp_page_index .current_issue .read_more:hover,.pkp_page_index .current_issue .read_more:focus{
  color:#878787;
}

/* galley button colors -- defaults to "Colour" set in OJS Website Settings when not set */ 
.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
    background: #51c1d5;
    color: #fff;
}

/* galley button hover/focus colors  -- defaults to "Accent Colour" set in OJS Website Settings when not set */
.cmp_button_wire:hover,.cmp_button_wire:focus,.obj_galley_link:hover,.obj_galley_link:focus{
    background: #0098d7;
    color: #fff;
}

/* notification background + accent color  -- defaults to OJS grey & blue when not set */
.cmp_notification {
    background: #ddd;
    border-left: 5px solid #EA802E;
}

/* font color for various headers (span class title, h2)  -- defaults to OJS grey when not set */
.pkp_block .title, .obj_issue_summary .title, .obj_issue_toc > .galleys h2,.obj_issue_toc .section h2 {
    color:#878787;
}

/* font color for "SEARCH" text -- defaults to black when not set */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    color:#FFF;
}

/* hover color "SEARCH" text -- defaults to OJS blue when not set */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:hover,.pkp_head_wrapper .pkp_search .search_controls .search_prompt:focus{
    color: #A1a1a1;
}

/* font color for "SEARCH" magnifying glass -- defaults to "Accent Colour" set in OJS Website Settings when not set */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before{
    color: #FFF;
}






