/* 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: #188bb3;
}

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

.sectionnav a, .sectionnav a:visited {
  color: #188bb3;
}

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

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

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

/* 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: #4F6373;
}

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

.sectionnav a, .sectionnav a:visited {
  color: #4F6373;
}

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

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

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

#globalactions {
  margin-top: 1em;
}

/* this should be removed after we launch the journal */
#globalnav {
  width: 30em;
}

html, body {
  height: 100%;
}

body {
  background-color: #e5e5e5;
}

#masthead {
  margin: 0px;
  font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
  height: 100px;
  background: #4F6373;
  color: #fff;
  border-bottom: 8px solid #293845;
}

#logo, #orgnav {
  margin-left: 30px;
}

#logo {
  width: 500px;
}

#logo a, #logo a:active, #logo a:hover {
  text-decoration: none;
}

#wrapper {
  background-color: #fff;
  -moz-box-shadow: 0 2px 6px -1px rgba(37, 36, 35, 0.5);
  -webkit-box-shadow: 0 2px 6px -1px rgba(37, 36, 35, 0.5);
  box-shadow: 0 2px 6px -1px rgba(37, 36, 35, 0.5);
  border-left: 1px solid rgba(37, 36, 35, 0.5);
  border-right: 1px solid rgba(37, 36, 35, 0.5);
  width: 53.5em;
  background: #fff;
  min-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

#logo a h3.topheadlink {
  float: left;
  text-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 5px 0 10px 0;
  font-size: 64px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

#logo p.tagline {
  float: left;
  width: 220px;
  text-transform: uppercase;
  color: #fff;
  margin: 33px 10px 0px 23px;
  line-height: 1.2em;
  text-shadow: 1px -1px 3px rgba(0, 0, 0, 0.25);
}

#masthead #quicksearchwrapper input[type='text'] {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#masthead #quicksearchwrapper input {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  font-size: .9em;
  padding: .4em .5em;
}

#quicksearchwrapper input[type=text] {
  width: 10em;
  box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.25);
}

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

#orgnav {
  font-size: .85em;
}

#staticcontent .brochure {
  font-size: 1.3em;
}

#staticcontent .popout {
  width: auto;
  padding: 30px;
}

#staticcontent .subleft {
  width: 50%;
  float: left;
}

#staticcontent .submenu {
  margin-top: 40px;
  margin-bottom: 40px;
}

#staticcontent .submenu h2 {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}

#footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.editors li {
  line-height: 25px;
}

#staticcontent .intro {
  font-size: 1.2em;
  padding: 30px;
}

#staticcontent .intro p {
  line-height: 1.5em;
}

#staticcontent .toc {
  font-size: 1em;
  padding: 30px;
  border-top: 3px solid #293845;
}

a img.thumbfigure {
  margin: 0px auto;
  border: 0px;
}

#article ol li {
  margin-bottom: 0.4em;
  line-height: 1.4em;
}

#article ul.special-notes {
  margin-bottom: 20px;
}

#article .formula {
  white-space: nowrap;
}

#article li p {
  margin: 0 0 13px 0;
}

#article .rend-script {
  font-family: 'Felipa', cursive;
  font-size: 1.1em;
}

#article .clearer {
  clear: both;
}

p, .q1-block, .q1-poem {
  line-height: 1.5em;
}

p, ul, ol {
  margin: 0 0 13px 0;
}

h2 {
  margin-top: 1.8em;
}

h3 {
  margin-top: 1.5em;
}

h4 {
  margin-top: 1.2em;
}

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