/* Start: Left-align text in logo with text on page */
.maincontent, #globalactions, #footer {
  margin-left: 0;
  margin-right: 0;
}

#quicksearchwrapper {
  margin: 8px 0 0 0;
}

a, a:active, .link, .link:active {
  color: #213d53;
}

#globalnav ul li a, #globalnav ul li a:visited, #orgnav ul li a, #orgnav ul li a:visited {
  color: #213d53;
  background: white;
}

.sectionnav a, .sectionnav a:visited {
  color: #213d53;
}

#globalnav ul li a:hover, #globalnav ul li a:focus, #orgnav ul li a:hover, #orgnav ul li a:focus, .sectionnav a:hover, .sectionnav a:focus {
  background: #213d53;
  color: white;
}

.pagenav ul li a:hover, .pagenav ul li a:focus {
  /* interaction style for prev/next nav */
  background: #213d53;
  color: white;
}

#searchnav li a:hover, #browsenav li a:hover, #xcollsearchtabs li a:hover {
  background: #213d53;
  /* White border around hover looks better -- rendering of rounded
     buttons with background and colored bordered is pixelated in 
     firefox */
  border: 1px solid white;
  border-bottom: 0;
  color: white;
}

#format-buttons a, #zoom a {
  background: #fff;
}
#format-buttons a:hover, #zoom a:hover {
  background: #213d53;
  border-color: #213d53;
  color: #fff;
}
#format-buttons a.current, #format-buttons a.current:hover, #zoom a.current, #zoom a.current:hover {
  background: #ddd;
  color: #213d53;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  background: #bbb;
}
#format-buttons a, #format-buttons a.current:hover, #zoom a, #zoom a.current:hover {
  border: 1px solid #aaa;
}

body {
  background-image: url("/w/wsfh/graphics/bg.gif");
}

#wrapper {
  background: #fff;
  padding: 1em 2em;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#logo img {
  height: 96px;
  width: 632px;
}

.home #logo img {
  height: auto;
  width: auto;
}

.home #quicksearchwrapper {
  display: none;
}

.home #wrapper {
  width: 790px;
}

.home #staticcontent .contentright {
  background: #dbe5eb;
  padding: 1em;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.home #staticcontent .contentleft {
  width: 32em;
}

#quicksearchwrapper {
  margin-top: 77px;
}

p {
  text-indent: 2em;
}

/* The first paragraph within a note should not be indented */
li > p.numberednote:first-child, li > span.notenumber + p {
  text-indent: 0;
}

.editors {
  white-space: nowrap;
}

#searchform {
  width: 37em;
}

.back + p {
  text-indent: 0;
}

.figure .figurep {
  font-style: normal;
}
.figure .figurep .rend-i {
  font-style: italic;
}
