/* lithic studies tweaks */

.obj_article_summary a {
   color: #4b452b;
}

.obj_article_summary a:hover, .obj_article_summary a:focus {
   color: #656565;
}

li .obj_galley_link {
   background: #c5bd98 none repeat scroll 0 0;
   color: #000;
   
   }

li .obj_galley_link:hover {
   background: #4b452bnone repeat scroll 0 0;
   color: #fff;
   
   }
   
.headerSearchPrompt:hover {
   background: #4b452bnone repeat scroll 0 0;
   color: #fff;
   
   }

.pkp_site_name .is_img img {
   max-height: 190px !important;
   }
   
.block_make_submission_link {
    background: #c5bd98 none repeat scroll 0 0;
   color: #000;
 }  
 
 .block_make_submission_link:hover {
    background: #c5bd98 none repeat scroll 0 0;
   color: #fff;
 }  
 
   a.is_img:hover, a.is_img:focus {
   background-color: #c5bd98 !important;
 }
 

    
.pkp_page_index .homepage_image img {
   width: 50% !important;
}

td.coverPage {
   width: 250px;
   padding-top: 40px;
   padding-right: 30px;
}

.pkp_structure_footer_wrapper
{
    background: #fff none repeat scroll 0 0 !important;
}

.pkp_footer_content {
   background-color: #fff;
   }
   
.pkp_structure_main {
   float: left !important;
   }

.pkp_page_index .current_issue .read_more {
    color: #c5bd98 !important;
}

.pkp_navigation_user a:hover {
   background-color: #c5bd98;
}

/* to remove publication date from journal front page */
.page_index_journal .published {
    display: none;
}

.galley_view {
    padding: 40px 80px 80px !important;
    margin: auto !important;
    overflow-y: auto !important;
}

.search_prompt:hover {
    color: #4b452b !important;
}
