/* 
to ensure compatibility with later OPUS 4 releases we recommend to insert custom layout changes here
*/

body{
	margin: 0;
	padding: 0;
	color: black;
	background: white;
	font: 100.01% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content{
	background: white;
	min-height: 500px;
	float: left;
	width: 100%;
	padding: 15px 0 3em;
}

#content.home{
	/* background: #eaedf2 url(../img/theme/bg_content.jpg) repeat-x; */
	background: #ffffff;
}

.required{
	color: #ffae00;
}
a:hover{
	color: #ffae00;
	background-color: transparent;
}

#primary-nav .active *{
	color: #ffae00;
}

.nav.browsing li:hover a{
	color: #ffae00;
}

#top-header a:hover{
	text-decoration: none;
	color: #ffae00;
}

#header{
	height: 70px;
/* background: url(../img/theme/bg_header.jpg) repeat-x; */
  background: white;
	padding: 1px 0 0;
	float: left;
	width: 100%;
}

#top-header{
	/* background: #f4f6f8 url(../img/theme/bg_top-header.jpg) repeat-x bottom; */
	/* background: #ffffff url(../img/opus4-header-uba.jpg) no-repeat 168px 25px; */
	background: #fff url(../img/opus4-header-uba.png) no-repeat center top;
	border-bottom: 1px solid #ad007c;
   /* border-bottom: 1px solid #b1b3b4; */
	color: white;
	/* height: 182px; */
	height: 123px;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 13px;
	float: left;
	width: 100%;
}

#top-header a{
	color: #26517d;
	background-color: transparent;
	text-decoration: none;
}

#lang-switch{
	float: left;
	clear: both;
	position: relative;
	top: 189px;
	left: 0;
}
#lang-switch li{
	padding: 0 8px 0 8px;
	background: url(../img/theme/langswitch-separator.png) no-repeat left center;
	float: left;
	/* border-right: 1px solid #26517d; */
}
#lang-switch li.first{
	background: url(../img/theme/flag_ie.jpg) no-repeat left center;
	/* background: transparent; */
	padding: 0 8px 0 18px;
}
#lang-switch > li.first{
	background: url(../img/theme/flag.png) no-repeat left center;
	/* background: transparent; */
}
#login-bar{
	float: left;
	clear: both;
	padding: 0 8px 0px 10px;
	border-left: 1px solid #26517d;
	position: relative;
	top: 176px;
	left: 70px;
}

#logo{
	margin: 0;
	float: left;
	height: 89px;
	width: 185px;
	padding: 0 10px 0 0;
/* background: white url(../img/theme/bg_logo.jpg) no-repeat right; */
  background: #ffffff;
  display: none;
}

#primary-nav{
	float: right;
	height: 30px;
}

#primary-nav a{
	height: 30px;
	padding: 0 23px 0 15px;
}

#primary-nav span{
	padding: 30px 0 10px 0;
	height: 30px;
}

#primary-nav .active a,
#primary-nav a:hover{
/* background: url(../img/theme/button.jpg) no-repeat 100% 0; */
 background: transparent;
}

#primary-nav-search span{
	/* background-image: url(../img/theme/icon-search.png); */
	background: transparent;
}
#primary-nav-browsing span{
	/* background-image: url(../img/theme/icon-browsing.png); */
	background: transparent;
}
#primary-nav-publish span{
/* background-image: url(../img/theme/icon-publish.png); */
 background: transparent;
}

#page-footer{
	clear: both;
	height: 45px;
	/* background: #e7ecf0 url(../img/theme/bg_footer.jpg) repeat-x bottom; */
	background: #fff;
}

#logo-wrapper{
	height: 29;
	float: right;
	margin: 8px 0 0 0;
}

#page-footer .wrapper a{
	color: #26517d;
	background-color: transparent;
}
#page-footer .wrapper a:hover{
	text-decoration: underline;
}

#secondary-nav li{
	float: left;
	margin: 10px 0 0 0;
	padding: 0 10px 0 10px;
	background: url(../img/theme/footer-separator.jpg) no-repeat right center;
}
#secondary-nav li.first{
	padding-left: 0;
}
#secondary-nav .last{
	background-image: none;
}

.section.answers dt{
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 0 4px;
	margin: 0 0 0.8em;
}

.section.answers dt.ubadt{
	color: #333;
	font-weight: bold;
	font-size: 1em;
	padding: 8px 0 2px;
}

.section.answers ul.ubaul{
	margin-bottom: 10px;
}

#content .wrapper{
        font-size: 0.9em;
}

#content.adminContainer{
   background: none repeat scroll 0 0 white;
  /* background: url(../img/theme/admin/bg_page.png) repeat-x 50% 2px; */
}

img.author-id-icon {
   margin-right: 0.4em;
   vertical-align: middle;
}

a.author-id-url {
   font-size: 0.8em;
}

a.opac-link {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 16px;
    width: 24px;
    margin-left: 5px;
    vertical-align: top;
    background: url(../img/uniaugsburg.png) no-repeat 0 0;
    text-indent: -9999px;
}

img.frontdoor-metadata-license-logo {
    margin-right: 0.7em;
    vertical-align: middle;
    width: 88px;
}

