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;
}
