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

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

a, a:active, .link, .link:active {
  color: black;
}

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

.sectionnav a, .sectionnav a:visited {
  color: black;
}

#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: black;
  color: white;
}

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

#searchnav li a:hover, #browsenav li a:hover, #xcollsearchtabs li a:hover {
  background: black;
  /* 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: black;
  border-color: black;
  color: #fff;
}
#format-buttons a.current, #format-buttons a.current:hover, #zoom a.current, #zoom a.current:hover {
  background: #ddd;
  color: black;
  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;
}

#logo img {
  width: 592px;
  height: 112px;
}

#quicksearchwrapper {
  margin-top: 96px;
}

#staticcontent .contentleft, #globalnav {
  width: 40em;
}

#staticcontent .contentright {
  width: 215px;
  padding: 1em;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background: none repeat scroll 0 0 #F5F5F5;
  border: 1px solid #E5E5E5;
  margin-right: 0;
}

.about #staticcontent .localnav, .editors #staticcontent .localnav, .submit #staticcontent .localnav {
  float: left;
  width: 190px;
}
.about #staticcontent .localnav li a, .about #staticcontent .localnav li span, .editors #staticcontent .localnav li a, .editors #staticcontent .localnav li span, .submit #staticcontent .localnav li a, .submit #staticcontent .localnav li span {
  display: block;
  padding: 1em;
  border-top: 1px solid #aaa;
  text-decoration: none;
}
.about #staticcontent .localnav li span, .editors #staticcontent .localnav li span, .submit #staticcontent .localnav li span {
  background: #eee;
}
.about #staticcontent .localnav li:last-child a, .about #staticcontent .localnav li:last-child span, .editors #staticcontent .localnav li:last-child a, .editors #staticcontent .localnav li:last-child span, .submit #staticcontent .localnav li:last-child a, .submit #staticcontent .localnav li:last-child span {
  border-bottom: 1px solid #aaa;
}
.about .contentleft, .editors .contentleft, .submit .contentleft {
  padding-left: 215px;
}

#staticcontent #leftlist, #staticcontent #rightlist {
  width: 49%;
}
#staticcontent #leftlist h3, #staticcontent #rightlist h3 {
  margin-top: 0;
}
#staticcontent #rightlist {
  float: right;
}
#staticcontent #leftlist {
  float: left;
}

#review-board {
  margin-top: 1.25em;
  margin-bottom: 0;
}
