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

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

a, a:active, .link, .link:active {
  color: #000066;
}

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

.sectionnav a, .sectionnav a:visited {
  color: #000066;
}

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

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

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

#wrapper, .pageviewwrapper {
  max-width: 63em;
}

body {
  color: #241013;
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

#staticcontent .contentright {
  width: 44%;
  margin-right: 0;
}

#staticcontent .contentleft {
  width: 54%;
}

#staticcontent #welcome {
  margin-top: 2.1em;
}

#globalnav {
  width: 30em;
}

h2 .issue {
  font-size: 0.8em;
  font-style: italic;
  font-weight: normal;
}

#quicksearchwrapper {
  margin-top: 26px;
}

#extras li {
  margin-bottom: 0.35em;
}

li#download-pdf a, li#print a, li#feed a, #returntoresults {
  text-transform: none;
  font-variant: normal;
  font-size: 1.1em;
}

#returntoresults {
  font-size: 0.9em;
}

#logo img {
  width: 426px;
  height: 80px;
}

#staticcontent .popout {
  font-size: 1.15em;
  line-height: 1.3em;
}

.title {
  font-style: italic;
}

#staticcontent .contentright.cease {
  border: 0px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 2%;
  width: 40%;
  background: #eee;
}
