body {
	background: #DDDDDD fixed !important;
    font-family: arial, "verdana", sans-serif;
}

.pkp_site_name .is_img img {
	max-height: 250px !important;
}

.pkp_site_name_wrapper {
	padding: 0 !important;
}

.pkp_site_name {
	padding: 0 !important;
}

.pkp_site_name > a {
	padding: 0 !important;
}

.pkp_navigation_user li {
	background: #fff !important;
    border-radius: 3px !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.3) !important;
}

@media (min-width: 992px) {
	.pkp_navigation_user_wrapper {
top: 5% !important;
    	right: 16% !important;
	}
}

.indexed-by .title {
	margin-bottom: 30px !important;
}

.indexed-by a {
	display: block;
	margin-bottom: 20px;
}

.footer p {
	text-align: center;
}

.block_make_submission a:hover {
	color: #FFF !important;
}

.pkp_navigation_user > li:last-child a {
	padding-right: 10px !important;
}

.page h2:first {
	margin: 0 0 20px !important;
}

.pkp_navigation_primary_row,
#navigationPrimary ul {
	background: #2c3e50 !important;
}

#navigationPrimary > li > a,
.pkp_head_wrapper .pkp_search .search_controls a,
#navigationPrimary ul a {
	color: #fff !important;
}

#navigationPrimary ul a:hover,
.pkp_nav_list [aria-haspopup] a:first-child,
.pkp_navigation_user > li > a {
	color: #2c3e50 !important;
}

.pkp_brand_footer {display: none;}



/* Sidebar : Navigasi */
* {
    margin: 0;
    padding: 0;
}
#emte_sidebar_menu_title {
	font-size: 13px;
	font-weight: bold;
	color : #ffffff;
	height: 40px; 
	margin-top : -25px;
	padding: 10px 0px 0px 10px;
	vertical-align: middle; 
	border-bottom: 2px solid #ffffff; 
	text-align: left; 
	background-color: #2c3e50;
}
#emte_sidebar_menu {
	margin-top : -5px;
	margin-bottom: -30px;
}
#emte_sidebar_menu ul {
	margin: 0;
    padding: 0;
	background-color: #000000;
}
#emte_sidebar_menu li a {
	display: block;
	color: #000;
	margin-top : -5px;
    margin-bottom: -5px;
	padding: 5px 0 5px 10px;
	width: 100%;
	text-decoration: none;
	border-bottom: 2px solid #ffffff; 
	text-align: left; 
	background-color: #cccccc;
}
#emte_sidebar_menu li a:hover {
	background-color: #555;
	color: white;
}
