/* Header styles */

#site-header{
    float:left;
    width: 950px;
    height: 100px;
    margin-top: 6px;
    padding: 0px;
    /*background: url('../../images/iupui/eArchives-banner.jpg');
    background-repeat: no-repeat;*/
    background-color: #ffffff;

    /*margin-right: 15px;*/
}
#site-header #ds-header-logo{
  margin: 0px 20px 10px 20px;
}

#ds-trail{
    padding-left:20px;
}

#ul-branding-bar{
   height:27px;
   background-color:#000;
   border-top:1px solid #fff;
   color:#fff;
   padding-left:20px;
}

#ul-branding-bar a{
    color:#ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (min-width: 48.0em) {
  #ul-branding-bar{
    height:27px;
    background-color:#000;
    border-top:1px solid #fff;
    color:#fff;
    padding-left:95px;
  }
}

/* Extend Footer to bottom of page.*/

html, body{
    height:100%;
}

#ds-main{
    overflow: hidden;
    min-height:100%;
}

#ds-footer-wrapper{

}

/* IU Footer */

#iu_footer{
  text-align:center;
  font-size:9px;
  padding:0 0 15px 0;
  height:100%;
  background-color: #cbcbcb;
}
#copyright {
	margin: 0 auto;
	text-align: left;
	padding-left:20px;
}
#copyright #blockiu {
	width: 22px;
	height: 28px;
	padding: 6px 0 0 0;
	float: left;
}
#copyright #statement {
	margin: 0 0 0 30px;
	font-size: 100%;
	padding: 15px 0 0 0;
}
#copyright #statement a{
  color:#7d110c;
}

/* Item Views */

div.simple-item-view-other span{
    display:inline-block;
    vertical-align:top;
    max-width: 500px;
}
div.simple-item-view-other span.bold{
    width:125px;
}
div.simple-item-view-other span.full-bold{
    font-weight: bold;
    width:150px;
}

/***************
 *   UL Icon
 ***************/
#ul-icon {
	 float: left;
	 /*margin-left: 30px;
	 margin-right: 50px;*/
   margin-top: 20px;
	 width: 75px;
	 height: 75px;
}


#archives-header-text
 {
    margin-top: 10px;
    margin-left: 120px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
#archives-header-text span a{
  font-size: 2.75rem;
  font-family: Arial;
  color: #7d110c;
  border: none;
  text-decoration: none;
}
#archives-header-text span {
  padding-bottom: 0;
  margin-bottom: 0;
}
#special-header-text{
  margin-left: 120px;
  margin-top:0px;
  font-size:1.5rem;
  font-family: Arial;
  color: #b0b2b4;
}
#special-header-text span{
  border-top:2px solid #b0b2b4;
}
#special-header-text span a{
  font-size:1.5rem;
  font-family: Arial;
  color: #b0b2b4;
  border: none;
  text-decoration: none;
}
