body {
	background: #ababab;
	color:#ffffff;
	padding-top: 50px; /* was 70px */
}
#wrap, .wrap {
   float:none;
	max-width: 650px;
	margin: 0 auto;
	background: #ffffff;
	color: #000000;		
}

#logowrap, .logowrap {
   float:none;
	max-width: 650px;
	margin: 0 auto;
	background: #ffffff;	
}

#menuwrap, .menuwrap {
   float:none;
	max-width: 650px;
	margin: 0 auto;	
}

div.body {
	background: #ffffff;
	color: #000000;
	padding: 45px 15px 45px 15px;
}

div.c1 {
	border: 1px solid #0000FF;
	padding: 10px 10px 0 10px;
}

div.footer#nando { /* used also with OE translations */
	border-top: 1px solid #0000FF;
	line-height: 125%;
	padding: 10px 5px 0px 5px;
	clear: both;
}

div.footer#haypro {
	border-top: 1px solid #669966;
	line-height: 125%;
	padding: 10px 5px 0px 5px;
   clear:both;
}

div.footer#lightspill {
	border-top: 1px solid #ff9900;
	line-height: 125%;
	padding: 10px 5px 0px 5px;
   clear:both;
}

p, blockquote {
	font-family: sans-serif;
}

/* table-related styles */

table.responsive {
	overflow-x:auto;
	margin: 0 auto;
	border-collapse:collapse;
}

td {
	font-family: "freight-text-pro", serif;
	border:1px solid #C0C0C0;
	padding: 0 5px 0 5px;
}

.larger {
	font-size:110%;
}

td.calign, th.calign {
	text-align:center;
}

td.ralign, th.ralign {
	text-align:right;
}

.top {
	vertical-align:top;
}

th {
	font-family: sans-serif;
	border: 1px solid #000000;
	padding: 0 5px 0 5px;
}

.shaded {
	background-color: #d3d3d3;
	color: #000000;
}

/* headings */

h1 {
	font-family: sans-serif;
	font-size: 125%;
	font-style: normal;
	font-weight: bold;
	line-height: 150%;
	border-bottom: thin dotted #0000FF;
}

h2 {
	font-family: sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	line-height: 120%;
	text-align: left;
}

h3 {
	font-family: sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	line-height: 120%;
	margin-left: .5in;
	text-align: left;
}

/* various */

img {
	border: 0;
}

.anchortarg {
	padding-top:60px;
	margin-top:-60px;
}

.annota {
	font-family: "freight-text-pro", serif;
	line-height: 110%;
	font-size: 110%;
}

.bib, .serifbib {
	font-family: "freight-text-pro", serif;
	font-size:115%;
	margin-left: 1em;
}

.block {
	margin-left: 3em;
}

.blocksmall {
	margin-left: 1em;
}

.linklist {
   font-size:110%;
	padding: 7px 0 7px 7px;
	background: #fafafa center;
	border:1px solid #d9d9d9;
	margin-left: 1em;
}

.title {
	font-size: 14pt;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	margin-bottom: 10px;
}

.bluetitle {
	background-color: transparent;
	color: #0000FF;
	font-family: sans-serif;
	font-size: 175%;
	font-weight: bold;
	line-height: 200%;
	text-align: center;
}

.bleft {
	float:left;
	margin-left:-30px;
}

.bright {
	float:right;
	margin-right:-30px;
}


.bold {
	font-weight: bold;
}

.bsans {
	font-family:sans-serif;
	font-weight:bold;
}

.callnum {
	background-color: transparent;
	color: #0000FF;
}

.caption {
	font-family: sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	padding-top:10px;
}

.fnindex {
	font-size: 85%;
	font-weight: bold;
}

.font9 {
	font-size: 75%;
}

.imgctr {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#frontlogo {
	padding: 32px 0 15px 15px;
}

.lemma {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
}

.linenum {
	background-color: transparent;
	color: #0000FF;
	font-family: sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding-left: 3em;
}

.poemtext {
	font-family: "freight-text-pro", serif;
	font-size: 110%;
	line-height: 135%;
	padding-left: 2em;
}

.poemtext2 {
	font-family: "freight-text-pro", serif;
	font-size:115%;
	line-height: 135%;
	padding-left: 15px;
}

.serif {
	font-family: "freight-text-pro", serif;
}

.smallcaps {
	font-size: 75%;
	font-variant: small-caps;
}

.subtitle {
	font-family: sans-serif;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
}

.copy, .font10 {
	font-size: 85%;
}

.foot {
	font-size: 85%;
	text-align: center;
}

.bktitle {
	font-style: italic;
}

.grayout{
	background-color: transparent;
	color: #c0c0c0;
}

/* list styles */

ul, ol {
   font-family: sans-serif;
	font-size:100%;
}

ol.cap {
	list-style-type: upper-alpha;
}

ol.lc {
	list-style-type: lower-alpha;
}

ol.lrom {
	list-style-type: lower-roman;
}

ol.num {
	list-style-type: decimal;
}

ol.urom {
	list-style-type: upper-roman;
}

ul.sq {
	list-style-type: square;
}

ul.circ {
	list-style-type: circle;
}

li {
	margin: 4px 0 0px 0;
}

/* breadcrumb list styles, from bootstrap */

.breadcrumb {
  font-size: 85%;
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}

/* link anchor styles, from bootstrap */

a {
  color: #3277B3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}