@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

@media print {
    div.banner img, div#toolbar, div#top_nav, div#main_nav, div#banner_nav, div#lower_banner, ul#top_nav {
    	display: none;
    }
    div#top_nav {
	display: none;
    }
}

@media screen {
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

thead th {
  font-weight: bold;
  color: rgb(2, 75, 144);  
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

div#RSTcontent ol {
 list-style: decimal outside none;
}


div#RSTcontent ul {
 list-style: none outside none;
}

div#RSTcontent li {
 padding-left: 7px;
 padding-bottom: 4px;
 padding-top: 4px;
 
}

ul.simple li {
  margin-left: 1em;
  line-height: 140%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.docutils {
  margin-left: 1em;
}

table.docutils td {
  padding-right: 1em;
  white-space: nowrap;
  line-height: 140%;
}

table.allow_wrap {
 white-space: normal;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a {
  text-decoration: none;
  color: #1a4d79;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #1a4d79;
}

html {
  text-align: center;
}

body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
  
  background-color: transparent;
}

h1.access {
  position: absolute;
  top: -500px;
}

.access > a:focus, .access > a:active {
  width: auto;
  height: auto;
  position: static;
}

div#banner {
    background: transparent;
}

div#header {
    height: 66px;
    position: relative;
}

#search,
#header {
  background-color: #444f5b;
}

#header ul {
  padding-top: 18px;
  padding-right: 40px;
  text-align: right;
}

#header li {
  line-height: 1.5;
  text-transform: uppercase;
  display: inline;
  margin-left: 2%;
  margin-right: 2%;
}

#header li a {
  font-family: OpenSansCondensed, Arial, sans-serif;
  font-weight: 400;
  font-size: 150%;
  color: #ffffff;
}

ul#top_nav li{
  position: relative;
}

ul#top_nav ul.top_menu {
  display: none;
  position:absolute;
  left: 0;
  top: 1.2em;
  padding: 0.25em;
  margin: 0;
  text-align: left;
  z-index: 1000;
  background-color: #b0b0b0;
  }

ul#top_nav ul.top_menu li {
  padding: .25em 0 .25em 0;
  margin: 0;
}

ul#top_nav ul.top_menu li:hover {
  background-color: #d0d0d0;
}

ul#top_nav ul.top_menu a {
  font-size: 120%;
  color: black;
  text-transform: none;
  display: inline-block;
  width: 100%;
}

ul#top_nav li a:hover {
  text-decoration: none;
  color: red;
}

ul#top_nav li:hover ul.top_menu {
  display: block;
  z-index: 2000;
}


#logo {
  float: left;
  margin-left: -12px;
  background-color: #efefef;
  z-index: 2000;
}

#unused {
  -moz-box-shadow: black 3px 3px 5px 0;
  -webkit-box-shadow: black 3px 3px 5px 0;
  -o-box-shadow: black 3px 3px 5px 0;
  box-shadow: black 3px 3px 5px 0;
}

#logo img {
  float: left;
  height: 100px;
  margin: 0;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

#logo:hover img {
  opacity: 0.3;
}

#logo:hover img:hover {
  opacity: 1;
}

div#search {
  float: right;
  padding: 10px 16px;
  width: 32%;
  height: 36px;
  background-image: url('graphics/blueprint_wide.png');
}

div.gcse-searchbox-only {
  margin-top: 2px;
  margin-bottom: 2px;
}

table.gsc-search-box td {
  border-style: none;
}

td.gsc-input{
  vertical-align: baseline !important;
} 

div#gsc-iw-id1{
  margin: 2px 0px;
  height: 25px;
}

div#search input {
  border-color: #3a4551;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  height: 20px;
  padding: 0px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 4px solid white;
  float: left;
  width: 83%;
  -moz-border-radius: 0;
  -webkit-order-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;*/
}

/*div#search button {
  height: 24px;
  border: none;
  background-color: #ba0000;
  color: white;
  float: right;
  width: 15%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  font-family: OpenSansCondensed, Arial, serif; font-weight: 700;
  font-size: 1.6em;
  text-transform: uppercase;
}

div#search button span {
  margin-top: -2px;
  display: block;
}

input#mscssearch {
  background: #ffffff url(graphics/toolbar_sprite.gif) no-repeat 0 -16px;
}*/

div#lower_banner {
    position: relative;
    overflow: hidden;
    top: -34px;
    width: 100%;
    height: 25px;
    margin-bottom: -23px;
}

body.interior div#lower_banner {
  height: 25px;
}

div#lower_banner img {
    position: relative;
    border-top: 1px solid #a0ffff;
    top: -57px;
    left: 0px;
    z-index: -1;
}

div#banner_nav {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: none repeat scroll 0% 0% rgb(46, 46, 46);
    opacity: 0.85;
    color: white;
    text-align: right;
    font-size: 20px;
    line-height: 48px;
    padding-right: 15px;
    padding-left: 15px;
}

div#lower_banner ul {
  text-align: right;
}

div#lower_banner li {
  line-height: 1.0;
  display: inline;
  margin-right: 30px;
}

div#lower_banner li a {
  font-family: OpenSansCondensed, Arial, sans-serif;
  font-weight: 400;
  font-size: 110%;
  color: #ffffff;
}

/* Navigation menu */

div#main_nav {
  float: left;
  margin-left: 20px;
  width: 16em;
  line-height: 1.5;
  padding-top: 20px;
  padding-right: 10px;
}

div#main_nav a {
  text-decoration: none;
}

div#main_nav a:hover {
  text-decoration: none;
}

div#main_nav ul {
  position: relative;
  padding: 0;
  margin: 0px 1em 24px 0px;
  text-align: left;
  cursor: context-menu;
  text-indent: 0.5em;
  list-style-type: none;
  list-style-image: none;
  background-color: #ffffff;
}

div#main_nav li {
    position: relative;
    line-height: 1.5;
    background-color: #ffffff;
}

div#main_nav li:hover {
    background-color: #e8e8e8;
}

div#main_nav img {
  margin-left: 0.5em;
}

div#main_nav a img {
  border: 1px solid black;
}

div#main_nav li a {
  color: #1a4d79;
  font-family: OpenSansCondensed, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}

#main_nav h2 {
    display: block;
    width: auto;
    color: rgb(53, 118, 118);
    font-size: 120%;
    font-family: OpenSansCondensed, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 0px;
}

/* popouts */

div#main_nav ul ul {
  position: absolute;
  z-index: 2000;
  left: 12em;
  padding: .25em;
  color: black;
  text-indent: .5em;
  border: 1px solid black;
  display: none;
}
 
div#main_nav ul li:hover ul{
  top: 0px;
  margin-top: -0.25em;
  margin-left: -2em;
  width: 14em;
  display: block;
}

div#main_nav ul li:hover ul li ul{
  display: none;
}

div#main_nav ul li ul li:hover ul {
  top: 0px;
  width: 14em;
  margin-top: -0.25em;
  margin-left: 0px;
  display: block;
  z-index: 1000;
}

/* Expanded menu */

#main_nav ul li.expanded:hover {
  background-color: #ffffff;
}

#main_nav ul li.expanded a:hover {
    background-color: #e8e8e8;
}

#main_nav ul li.expanded ul.submenu,
#main_nav ul li.expanded:hover ul.submenu {
  position: relative;
  top:  0px;
  left: -1em;
  margin: 0.5em 0px 0.5em 0px;
  width: 15em;
  display: block;
  text-indent: 1em;
  border-left: 3px double black;
  border-top: none;
  border-right: none;
  border-bottom: none;
  z-index: 900;
}

#main_nav ul li.expanded a.menulink {
  font-weight: 700;
}

#main_nav ul li.expanded ul a {
  font-style: italic;
}

#main_nav li {
  color: black;
}

/* Content section */

div#content .nav ul {
    text-align: right;
    padding-left: 20px;
    padding-right: 15px;
}

div#content .nav ul {
    width: 175px;
    margin-bottom: 0px;
    text-align: left;
    margin-bottom: 24px;
}

div#content .nav li {
    line-height: 1.5;
}

div#content .nav li a {
  font-family: OpenSansCondensed, Arial, sans-serif;
  font-weight: 400;
  font-size: 150%;
}

div#content .nav ul {
    text-align: right;
    padding-left: 20px;
    padding-right: 15px;
}

div#content {
    margin-left: 256px;
    padding-bottom: 30px;
    padding-top: 24px;
    
    background: none repeat scroll 0% 0% white;
    font-size: 100%;
    line-height: 1.3;
}

div#content h1 {
  font-size: 173%;
}

div#content h2 {
  font-size: 144%;
}

div#content h3 {
  font-size: 120%;
}

div#content h1, div#content h2, div#content h3, div#content h4{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 700;
  color: rgb(2, 75, 144);
}

div#content a {
  color: #ba0000;
}

div#content dt {
  font-weight: 700;
}

div#content dd {
  margin-left: 0.5em;
}

div#content dd, dt {
  margin-top: 0.5em;
} 

div#content > * {
    margin-bottom: 24px;
}

div#content > .news {
    width: 50%;
}

div#content > .events {
    width: 50%;
}

div#content .nav, #content .column{
    float: left;
}

div#content .nav > *, div#content .column > * {
    margin-left: 20px;
    margin-right: 15px;
}

.column h2 {
  color: #024b90;
  text-transform: uppercase;
  font-family: OpenSansCondensed, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
}

div#content .aside {
  float: right;
}

div#content .aside > a {
  margin-left: 15px;
}

div#content .news img,
div#content .events img {
  float: left;
  margin-right: 10px;
}

div#content .news > h2, div#content .news > .more,
div#content .events > h2,
div#content .events > .more {
  float: left;
}

div#content .news > h2,
div#content .events > h2 {
  margin-right: 5px;
}

div#content .news > .more,
div#content .events > .more {
  line-height: 2.2em;
  font-size: 12px;
  margin-left: 5px;
  margin-top: 7px;
}

div#content .news .more a,
div#content .events .more a {
  color: #024b90;
  font-weight: normal;
}

div#content .news .section,
div#content .events .section {
  clear: both;
  margin-bottom: 20px;
}

div#content .news .section h3,
div#content .events .section h3 {
  font-size: 1em;
  font-weight: bold;
  color: black;
  text-transform: none;
}

div#content .news .section .more a,
div#content .events .section .more a {
  color: #ba0000;
}

div#content .news .section a,
div#content .events .section a {
  color: #024b90;
}

div#content .news .section a.more {
  white-space: nowrap;
  color: #ba0000;
}

div#content .events .section a.event {
  color: #ba0000;
}

div#RSTcontent {
  padding-right: 3em;
}

div#RSTcontent p {
  line-height: 1.4;
  margin-top: 1em;
  padding-left: 0.5em;
}

div#RSTcontent h2,
div#RSTcontent h3 {
  margin-top: 1em;
}

div#RSTcontent blockquote {
  margin-top: 1em;
  padding-left: 2em;
}

div#RSTcontent a {
  color: #ba0000;
}

div#RSTcontent ul {
    text-indent: 0.5em;
    list-style: disc;
}

div#RSTcontent ol {
    text-indent: 0.5em;
    list-style: arabic;
}

div#RSTcontent ul li {
  text-indent: 0;
}

.floatright{float:right;margin-left:1em;margin-bottom:1em;}
.floatleft{float:left;margin-right:1em;margin-bottom:1em;}

.clear {
  clear: both;
}

span#message {
  padding-left: 1em;
}

div.validate {
  background-color: #ffffff;
  text-align: right;
  padding-bottom:24px;
}

div.validate a{
  color: #808080;
  font-size: 75%;
  margin-right: 20px;
}


div#toolbar {
  position: fixed;
  bottom: 0;
  height: 20px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  width: 90%;
  max-width: 1000px;
  color: black;
  font-size: 14px;
  border-top: 1px solid #000033;
  background-color: white;
  z-index: 1000;
}

div#toolbar div {
  margin: 0;
  padding: 0 12px 3px 12px;
}

a.toolbutton{border:0;padding:0;margin:2px 4px 0 8px;}
#update{float:right;display:inline-block;width:16px;height:16px;background:url('graphics/toolbar_sprite.gif') 0 0;}
#google{float:right;display:inline-block;width:16px;height:16px;background:url('graphics/toolbar_sprite.gif') -16px 0;}
#front{float:right;display:inline-block;width:16px;height:16px;background:url('graphics/toolbar_sprite.gif') -48px 0;}
#GDZ{float:right;display:inline-block;width:16px;height:16px;background:url('graphics/toolbar_sprite.gif') -64px 0;}
#numdam{float:right;display:inline-block;width:16px;height:16px;background:url('graphics/toolbar_sprite.gif') -80px 0;}
#jstor{float:right;display:inline-block;width:16px;height:16px;background:url('graphics/toolbar_sprite.gif') -96px 0;}
#ams{float:right;display:inline-block;width:16px;height:16px;background:url('graphics/toolbar_sprite.gif') -112px 0;}
#naxos{float:right;display:inline-block;width:16px;height:16px;background:url('graphics/toolbar_sprite.gif') -128px 0;}
#ssh{float:right;display:inline-block;width:16px;height:16px;background:url('graphics/toolbar_sprite.gif') -144px 0;}
a.toollink{color:#ba0000;font-size:14px;margin:0 24px 0 2px;text-decoration:none;}
a.toollink:link, a.crumblink:link, a.footlink:visited, a.footlink:active{text-decoration:none;}
a.toollink:hover, a.crumblink:hover{text-decoration:underline;}
a.crumblink{color:#ba0000;font-size:14px;margin: 0 4px 0 2px;text-decoration:none;}
}

/* suppress skip navigation button for bigger screens */
div#skip_nav {
    font-size: 180%;
    overflow: hidden;
    width: 0px;
    height: 0px;
}


/* Modifications for phone viewing */

@media screen and (max-width: 980px) {

div#header {
 height: 150px;
}

ul#top_nav {
 clear: left;
 text-align: left;
 position: relative;
 top: -20px;
}

}

@media screen and (max-width: 780px) {
    
div#banner_nav {
 padding-bottom: 10px;
}

div#banner_nav ul {
 text-align: left;
}

div#banner_nav li {
 display: block;
}

div#content .column {
 width: auto;
}

div#content .events .section{
 float: none;
 clear: none;
}

}

@media screen and (max-width: 680px) {

/* apply class to hide on the narrowest screens */    
.hide_if_narrowest {
    width: 0px;
    height: 0px;
}
    
/* offer skip navigation link for small screens */
div#skip_nav {
    overflow: visible; 
    width: 256px;
    height: 50px;
}

.access > a {
  width: 1px;
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -500px;
  color: white;
  background-color: black;
}


    
body {
 width: auto;
 margin-right: 10px;
 margin-left: 10px;
}

div#search {
 float: none;
 width: auto;
 height: 40px;
}

div#logo {
 width: auto;
}

div#logo a img {
 height: 50px;
 width: auto;
}

div#main_nav {
 float: none;
}

div#content {
 margin-left: 0;
}

table.people {
 font-size: 75%;
}

table.people .email_column {
 display: none;
}

}
