
/* Schrift */

body {
	font-family: "Segoe UI";
}

a, p, div, span {
	font-size: 14px;
}

a {
	color:#004f80;
}
a:hover, a:focus {
	color:##006eb3;
}

.pkp_site_name  {
	padding-top: 5px;
	padding-bottom: 25px;
}

.homepage_about {
	padding-top: 0 !important;
}

.homepage_about h2 {
	display:none;
}

.current_issue .section {
	margin-top: -30px;
	margin-bottom: 0;
}

.obj_issue_toc .section {
	margin-top: -30px;
	margin-bottom: 0;
}

#navigationPrimary > li > a:focus {
	background-color: #f7f6f3;
	color: #000000D6;
}

#navigationUser > li > a:focus {
	background-color: #f7f6f3;
	color: #000000D6;
}

.page_issue .heading .published {
	margin-bottom: 0;
}
.page_issue .sections {
	margin-top: 0 !important;
}

.page_issue .section {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.page_article .main_entry .author_bios {
	display:none;
}

.page_article .entry_details .copyright p:last-child {
	/*display:none;*/
}

/* Footer */
.pkp_structure_footer_wrapper {
	background-color: #f7f6f3;
}
.pkp_brand_footer img {
	width: 100px;
}

