/* ===================================== */
/*  E5 Salzburg CSS : Marginal Styles  */
/* ===================================== */

/* --- Top --------------------------------------------------- */

#top ul {
  float: right;
}

#top ul li {
  background: transparent url(/images/ui/bgTopDivider.png) no-repeat right center;
  float: left;
  padding: 0 10px 5px;
}

#top ul li.last {
  background: none;
  padding-right: 0;
}

#top a,
#top span {
  color: white;
  float: left;
  text-decoration: none;
}

#top span {
  font-weight: bold;
}

#top a:hover,
#top a:focus,
#top a:active {
  text-decoration: underline;
}

/* --- Header ------------------------------------------------ */

#header h1 {
  float: left;
  width: 263px;
}

#header a,
#header img {
  display: block;
}

#header img.head {
  bottom: 0;
  position: absolute;
  right: 284px;
}

#cite {
  background: transparent url(/images/ui/bgCite.png) no-repeat left bottom;
  float: right;
  height: 160px;
  position: relative;
  width: 284px;
}

#cite img {
  display: block;
  float: right;
  margin-left: 5px;
  margin-top: 31px;
}

#cite blockquote {
  background: transparent url(/images/ui/bgBlockquoteFirst.png) no-repeat left top;
  bottom: 4px;
  left: 43px;
  padding: 33px 0 0 0;
  position: absolute;
}

#cite blockquote p {
  line-height: 1.3;
  padding-right:3px;
}

#cite blockquote p.citing {
  background: transparent url(/images/ui/bgBlockquoteLast.png) no-repeat right bottom;
  padding-bottom: 22px;
  width: 231px;
}

#cite blockquote cite {
  font-size: 0.9em;
  font-style: normal;
}

/* --- Main Navigation ----------------------------------------- */

#mainNav ul {
  background: transparent url(/images/ui/bgMainNavTop.png) no-repeat left top;
  padding: 15px 0 85px 37px;
}

#mainNav.home ul {
  padding-bottom: 140px;
}

#mainNav li {
  padding: 0 0 0 16px;
}

#mainNav a,
#mainNav span {
  color: #555555;
  display: block;
  margin-right: 8px;
  padding: 3px 0 3px 12px;
  text-decoration: none;
}

#mainNav ul li.active {
  background: transparent url(/images/ui/bgMainNavActive.png) no-repeat left top;
}

#mainNav ul li.active a {
  font-weight: bold;
}

#mainNav ul li.active ul a {
  font-weight: normal;
}

#mainNav ul li.current {
  background: transparent url(/images/ui/bgMainNavHoverTop.png) no-repeat left top;
}

#mainNav ul span {
  background: transparent url(/images/ui/bgMainNavHoverBottom.png) no-repeat left bottom;
  font-weight: bold;
  margin-right: 0;
}

#mainNav ul li.login {
  margin-top: 20px;
}

#mainNav ul li.login a {
  background: transparent url(/images/ui/iconKey.png) no-repeat right center;
  display: inline;
  padding-right: 20px;
}

#mainNav a:hover,
#mainNav a:focus,
#mainNav a:active {
  color: black;
  text-decoration: underline;
}

#mainNav ul ul {
  background: transparent url(/images/ui/bgMainNavSecondUl.png) repeat-y right top;
  padding: 0;
}

#mainNav.home ul ul {
  padding-bottom: 0;
}

#mainNav ul ul li {
  padding-left: 0;
}

#mainNav ul ul li.current {
  background: white url(/images/ui/bgMainNavSecondHoverTop.png) no-repeat left top;
}

#mainNav ul ul a,
#mainNav ul ul span {
  padding-left: 24px;
}

#mainNav ul ul span {
  background: transparent url(/images/ui/bgMainNavSecondHoverBottom.png) no-repeat left bottom;
}

/* --- Sidebar ------------------------------------------------- */

#side h2 {
  color: #CE0024;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7em;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

#side ul li {
  margin-bottom: 2.5em;
}

#side ul ul li {
  line-height: 1.3;
  margin-bottom: 1em;
}

#dates li,
#news li {
  padding-left: 15px;
}

#dates li.e {
  background: transparent url(/images/ui/iconE.png) no-repeat left 0.2em;
}

#side a {
  background: transparent url(/images/ui/bgMore.png) no-repeat right 0.4em;
  color: #474747;
  padding-right: 8px;
  text-decoration: none;
}

#side ul li.archive a,
#side a:hover,
#side a:focus,
#side a:active {
  text-decoration: underline;
}

#side ul li.archive a:hover,
#side ul li.archive a:focus,
#side ul li.archive a:active {
  color: #CE0024;
}

/*- Search -*/

#search h2 {
  margin-bottom: 0.2em;
}

#searchterm {
  border: 1px solid #9E9E9E;
  padding: 1px 2px 2px;
  width: 171px;
}

#searchterm:hover,
#searchterm:focus {
  border-color: #434445;
}

#searchsubmit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 20px;
  padding: 0;
  vertical-align: top;
  width: 26px;
}

#searchsubmit:focus {
  outline: 1px solid black;
}

#searchsubmit img {
  display: block;
  margin: -1px 0 0 -3px;
}

/* --- Footer -------------------------------------------------- */

#footer {
  background: transparent url(/images/ui/bgPageBottom.png) no-repeat left bottom;
  padding: 20px 0 0 15px;
}

#footer ul {
  width: 627px;
}

#footer li {
  float: left;
}

#footer li.last {
  float: right;
}

#footer a,
#footer img {
  display: block;
}
