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

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

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

#globalnav ul li a, #globalnav ul li a:visited, #orgnav ul li a, #orgnav ul li a:visited {
  color: #ca8221;
  background: #fff;
}

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

#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: #ca8221;
  color: #fff;
}

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

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

#format-buttons a, #zoom a {
  background: #fff;
}
#format-buttons a:hover, #zoom a:hover {
  background: #ca8221;
  border-color: #ca8221;
  color: #fff;
}
#format-buttons a.current, #format-buttons a.current:hover, #zoom a.current, #zoom a.current:hover {
  background: #ddd;
  color: #ca8221;
  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 {
  font-family: "chaparral-pro-display",sans-serif;
}

h1, h2, h3, h4, h5, #globalactions {
  font-family: 'Roboto', sans-serif;
  color: #404040;
}

#wrapper {
  min-width: 57em;
}

#logo {
  width: 600px;
  font-family: "aw-conqueror-carved-one", sans-serif;
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#logo span {
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 65px;
  letter-spacing: -1px;
}

#logo a {
  text-decoration: none;
  color: #111;
}

#logo a:hover {
  color: #fca125;
}

#globalactions {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #fca125;
  border-bottom: 5px solid #fca125;
}

#globalactions ul li {
  font-size: 16px;
  text-transform: uppercase;
}

#globalnav, #globalnav ul, #globalnav ul li, #globalnav ul li a {
  height: 2.3em;
  line-height: 2.4em;
  margin-bottom: 0;
  margin-left: 0;
}

#globalnav {
  width: 52em;
}

#globalnav ul li a:link {
  color: #111;
  padding: 5px 8px 8px;
  margin-right: 4px;
}

#globalnav ul li a:link.current, #globalnav ul li a:visited.current {
  border: 0 none #fca125;
  border-top: 4px solid #fca125;
  background: none;
  color: #fca125;
}

#globalnav ul li a:visited {
  color: #111;
}

#globalnav ul li a:link {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#globalnav ul li a:hover, #globalnav ul li:hover.visited {
  background: none;
  border-top: 4px solid #fca125;
  color: #fca125;
}

#orgnav {
  display: none;
}

.maincontent {
  margin-top: 30px;
  font-size: 115%;
}

#staticcontent .popout {
  border: 0px;
  background: #fca125;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #fff;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  margin-bottom: 30px;
}

.popout {
  border: 0px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.current-issue .cover {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.current-issue .cover img {
  width: 300px;
}

.current-issue .article {
  margin-bottom: 20px;
}

.current-issue .article h3 {
  font-size: 1em;
  margin: 0;
  font-style: normal;
}

.current-issue .article h4 {
  font-weight: normal;
  font-size: 1em;
  margin-top: 5px;
  font-family: "chaparral-pro-display",sans-serif;
}

.current-issue .reviews {
  border-top: 4px solid #646464;
  padding-top: 15px;
}

.facebook {
  float: right;
  margin-top: -30px;
}

/*# sourceMappingURL=custom.css.map */
