body {
  background: #fff url(../images/bg_top.gif) top center repeat-x;
  position:relative;
  color:#333;
  margin: 3em 10% 1.25em 15%;
  padding:0em;
  font-family:sans-serif;
  font-size:90%;
  line-height:1.4;
}
div.footer {
  width:100%;
  text-align: center;
  clear:both;
  padding-top:1em;
  padding-bottom:1em;
}
div.copyright {
  color: rgb(102, 102, 102);
}
div.content {
  position:relative;
  width:auto;
  min-width:10em;
  border:1px solid black;
  background-color:white;
  color:#333;
  padding:2em;
  z-index:3;
  margin:1em 1em 1em 1em;
}
div.quotation {
  background-color:#eee;
  color:#333;
  border-width:1px;
  border-style:solid;
  border-color:rgb(67, 84, 126);
  padding: 1em 1em 1em 1em;
  margin: 0em 0em 1em 0em;
  /*line-height:1.4;*/
}
div.navigationbar {
  /*margin-left:2em;*/
  margin-top:2em;
  margin-bottom:2em;
}
div.quotationline {
  border-top:thin dotted black;
  margin-left:2em;
  margin-right:50%;
}
/*div.quote p {
  text-align:left;
}*/
div.citation {
  margin: 0em 0em 1em 1em;
  display:block;
 /* position:relative;*/
  /*float:left;*/
  /*width:auto;*/
}
div.citation div {
  margin-top:0.25em;
  margin-bottom:0.5em;
}
div.citation > p.workCitation {
  display:block;
}
span.auxLinks {
  position:relative;
  float:right;
  width:20px;
  margin: 0em;
  padding: 0em;
}
span.author {
  float:left;
  position:relative;
}
.workCitation {
  display:block;
}
.citationTitle {
  font-style:italic;
  margin: 0 0 0.25em 0;
  padding: 0 0 0.25em 0;
}
.citationCollectionTitle {
  font-style:italic;
}
p.author {
  display:block;
  margin: 0 0 0em 0;
  padding: 0 0 0em 0;
  vertical-align:text-bottom;
}
.queryArea {
  /* top, right, bottom, left */
  margin: 1.25em 1.25em 1.25em 1.25em;
  font-size:2.25em;
  font-weight:900;
  background-color:#fff;
}
ul.errorList {
  padding:0em 0em 0em 1em;
  margin:0em 0em 0em 1em;
  list-style:none;
}
ul.errorList li {
  color:red;
}
.filter_block {
  display:block;
  padding:2em 1em 1em 1em;
}
/*span.essayTitle:before { content: open-quote; display:inline; }
span.essayTitle:after  { content: close-quote; display:inline; }*/
img.thumbnail {
  border-width:1px;
  border-color:black;
  /*padding:0em;
  margin:0em;*/
}
a {
  color: #263a8c;
  font-family:sans-serif;
  font-weight:bold;
  text-decoration:none;
}
a:visited {color:#516396;}
.cloud {
  list-style:none;
  display:inline;
  text-align:justify;
  margin-left:0px;
  padding-left:0px;
}
.cloud li {
  display:inline;
}
.cloud span {
  margin-left:-4px;
  text-decoration:none;
  text-align:left;
  padding:0em 0.6em 0em 0em;
}
.cloud a {
    margin-right: 5px;
    text-decoration:none;
    text-align:left;
    padding:1px 4px 2px 4px;
}
.cloud a:hover {
  color:#d8e1fe;
  background-color:#263a8c;
}
ul.inline {
    /*position:relative;*/
    list-style:none;
    display:inline;
    margin:1em 0em 1em 0em;
    padding:0;
}
ul.inline li {
    display:inline;
}
ul.example_searches {
    list-style:none;
}
ul.example_searches li {
    margin-bottom: 0.75em;
}
.tokenLetter {
    font-weight:bold;
    /* color:red; */
    font-size:120%;
}
#nav {
    /* Original working margins (though looked too small) were just '0', and
    padding was also just 0. */
	margin: 0em 0em 4em 0em;
	padding:0em 0em 0em 0em;
	background:#0a2d5c;
	/* This width is for IE only; overridden by next rule on html>body for others. */
	width:90%;
	/* width needs to be 90% for IE, 100% for other */
	float:left;
	border:1px solid #333;
	border-width:2px 2px;
	position:relative;
	z-index:4;
}
html>body #nav {
    /* all but ie use this width */
    width:100%;
}
#nav ul {
    position:relative;
    float:left;
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
}
#nav li {
    position:relative;
	display:inline;
	padding:0;
	margin:0;
}
#nav a {
    display:block;
	float:left;
	width:auto;
	margin:0;
	padding:0 0.5em;
	border-right:1px solid #0a2d5c;
	border-bottom:none;
	border-left:1px solid #0a2d5c;
	color:#d8e1fe;
	background:#0a2d5c;
	font:bold 1.1em/2.5 sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
}
#nav a:link,
#nav a:visited {
	color:white;
	background:#0a2d5c;
	padding:20px 40px 4px 10px;
	float:left;
	width:auto;
	border-right:1px solid black;
	text-decoration:none;
	font:bold 1em/1em sans-serif;
	text-transform:uppercase;
	/*text-shadow: 2px 2px 2px #555;*/
}
#nav a:hover {
	color:#d8e1fe;
	background:#101930;
}
#nav li:first-child a {
	border-left:1px solid #0a2d5c;
}
#home #nav-home a,
#search #nav-search a,
#subject #nav-subject a,
#author #nav-author a {
    /* Controls the color of the selected page box. */
	background:#d8e1fe;
	color:black;
	/*text-shadow:none;*/
}
#home #nav-home a:hover,
#search #nav-search a:hover,
#subject #nav-subject a:hover,
#author #nav-author a:hover {
	/* Controls the color of the selected box when hovered. */
	background:#d8e1fe;
}
#nav a:active {
	/*background:#e35a00;*/
	background:#d8e1fe;
	color:black;
}
