body {
   font-family: Times New Roman;
   color: #111;
}

a {
	color: #111;
}

a:hover {
	color: #e85115 !important;
}

h1,h2,h3,h4 {
   font-family: Times New Roman !important;
     color: #e85115; 
}

.read_more {
	color:#111 !important;
}

.pkp_site_name  {
	padding-bottom: 20px;

}

.pkp_structure_sidebar a {
	color: #111;
}

.galleys_links a {
	color: #111;
	border: 1px solid #111;
}

.galleys_links a:hover, .galleys_links a:focus {
	color: #e85115;
	border:  1px solid #e85115;
	background: white;

}


.pkp_structure_sidebar a:hover {
	color: #e85115;
}


#navigationPrimary a {
	color: #111;
	font-weight: bold;
}

#navigationPrimary > li > a:hover {
	color: #e85115;
	border-color:  #e85115;
}

.pkp_navigation_primary > li > a:focus {
	background-color: white !important;
}

.pkp_navigation_primary .dropdown-menu a:hover {
	border-color:  #e85115;
	
}

.entry_details .obj_galley_link {
	margin-top: 10px;
}

.entry_details .galleys_links li:first-child  a{
	margin-top: 0px;
}



.section .cmp_article_list {
	margin-top:0;
}

.section  {
	margin-top:0 !important;
	margin-bottom:0  !important;
}

.header_view {
	background-color: #333;
}

.header_view .title:hover {
	background-color: #666;
}

.header_view .return {
	color: #333;
}

.header_view .return:hover {
	background-color: white;
}



