/* FORUM tweaks */

.obj_article_summary a {
   color: #656565;
}

.obj_article_summary a:hover, .obj_article_summary a:focus {
   color: #B0D4EA;
}

li .obj_galley_link:hover {
   background: #B0D4EA none repeat scroll 0 0;
   color: #000;
   
   }
  
li .obj_galley_link {
   background: #71A46E none repeat scroll 0 0;
   color: #fff;
   
   }
 
.pkp_site_name .is_img img {
   max-height: 161px !important;
   }
   
.block_make_submission_link {
    background: #71A46E none repeat scroll 0 0;
   color: #000;
 }  
 
 
   a:hover, a:focus {
    background-color: #fff;
    }
    
.pkp_structure_footer_wrapper
{
    background: #fff none repeat scroll 0 0 !important;
}

.pkp_footer_content {
   background-color: #fff;
   }

.pkp_page_index .cmp_announcements > .obj_announcement_summary {
   width: 100% !important;
}

.pkp_page_index .current_issue .read_more {
    color: #656565 !important;
}

.pkp_page_index .current_issue .read_more:hover {
    color: #B0D4EA !important;
}

.pkp_page_index .cmp_announcements .more {
   width: 0px !important;
   }
   
#navigationPrimary a:hover, #navigationPrimary a:focus {
   color: #B0D4EA !important;
   }
   
   
.read_more > span {
    color: #656565 !important;
}


.read_more span:hover {
    color: #B0D4EA !important;
}

/* get rid of duplicate cover image from description on archive page */
.description img {
    display: none;
}

.search_prompt:hover {
    color: #B0D4EA !important;
}