a:link,
a:visited,
a:hover,
a:active,
li a.active, 
.item-list ul.pager li.pager-current {
  color: #604920; /* general color change */
}

/* we prefer the language menu to not look like a list and to be right-aligned*/
#block-menu-menu-language ul.menu li {
  background: none;
}
#block-menu-menu-language ul.menu {
  text-align: right;
}
#block-menu-menu-language ul.menu,
#block-menu-menu-language {
 margin-bottom: 0;
}

#header {
  padding-top: 0; /* too much space above the header banner*/
}

.meta div.terms {
  float:none; /* we don't like right-justified tags */
}

body {
  background-color: #604920;
  font-size: 0.85em; /* required: for text_resize module to work on IE, font-size must be specified in em or px */
}

div.container {
  background-color: #ffffff;
  width: 970px;
/*   padding: 0 10px; */
}

#header #logo {
padding:0;
}

#sidebar-right,
#sidebar-left {
margin-left:10px;
margin-right: 10px;
}

span.submitted {
  display: none;
}

.copyright {
  color: #898989;
  font-size: .8333em;
  line-height: 1.5em;
}

.announcement {
  background-color:#fff;
  border:1px solid #604920;
  color: #604920;
  margin:0 0 1.5em;
  padding:8px 1em;
}


/* Niall's additions */
#tei_text #transcript, #tei_text #translation, #tei_text #note, #tei_text #footnote, #recording_metadata {
border: 1px solid black; 
padding: 1em;
background:#ffd;
}

#tei_text1 {
background:#ffd; 
color:black;
width:640px; 
border-style:solid; 
border-width:1px; 
padding:5px; 
display: block;
}

.ftnt {counter-increment: ftnt-num}
.ftnt:before {content: "[" counter(ftnt-num) "]"}
.ftntbottom {counter-increment: ftntbottom-num}
.ftntbottom:before {content: counter(ftntbottom-num) ". "}
div#tei_text {counter-reset: ftnt-num}

#biography_table {
color:black;
width:628px; 
}

#biography_table tr {
border-style:solid; 
border-width:1px; 
}

#biography_table tr th {
background:#ffd;
/* background:#f0f0d0; */
font-weight:normal;
}

#biography_table tr td {
padding-left:1.0em;
}

span#search_legend {
font-size:0.7em;
display:block;
margin:0px;
}

div#block-search-0 {
margin-top:-1.5em;
}