/* @override
	http://rulersofvenice.local/css/style2.css
	http://rulersofvenice.local/css/style2.css?v=1 */

html {
	/*height: 100%;*/
}
body {
	/*background-color: #e2d6d1;*/
	font-family: Helvetica, Helvetica Neue, sans-serif;
	/*font-weight: lighter;*/
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
	position: relative;

	/*background: url(../img/darkbg3.jpg) center center repeat;*/
	/*background-size: cover;*/
}
div.main {
	/*padding-bottom: 200px;*/
	background: #fff;
	padding: .1em 0 3em;
}
div.homeBG {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: radial-gradient(ellipse farthest-corner, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%) fixed, url(../img/large_venice1cropped.jpg) center center / cover no-repeat fixed hsl(0, 0%, 100%);*/
	z-index: -100;
}
/*div.homeBG {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background: radial-gradient(ellipse farthest-corner, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.8) 100%), url(../img/large_venice1cropped.jpg) center center / cover no-repeat hsl(0, 0%, 100%);
	z-index: -1;
}*/
div.home {
	padding-top: 2em;
}
div.home h2 {
	font-size: 1.5em;
	margin: 1em;
}
img.homeImg {
	border-radius: 1em;
	float: right;
	margin: 2em 0 4em 4em;
	box-shadow: 0px 2px 4px rgba(0,0,0, .7);
}
.home p {
	padding: 1em 0;
}
.home .readMore {
	font-size: .8em;
	text-align: right;
	margin-left: 2em;
	font-style: italic;
}
h1, h2 {
	font-family: "cinzelregular", "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.1;
}
h1 {
	font-size: 2.6em;
	font-weight: normal;
	margin: 0;
}
h1 span {
	white-space: nowrap;
}
h2 {
	font-weight: normal;
	letter-spacing: .05em;
	font-size: 2rem;
	margin: 2em 0 1em;
}
h3 {
	margin: 2em auto 1em;
}
.essay h3 {
	margin-top: 3em;
	padding: 2em 5% 0;
	border-top: 1px solid #ccc;
}
h4 {
	margin: 1.5em auto -.5em;
	font-style: italic;
	font-weight: normal;
	/*font-size: 1.2em;*/
}
.essay h4 {
	font-weight: bold;
	/*color: hsl(350, 70%, 40%);*/
}

a {
	color: hsl(239, 100%, 50%);
	text-decoration: none;
}
a:hover {
	color: hsl(239, 100%, 80%);
}
a, button {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
a.tocLink {
	display: block;
	text-align: right;
	font-size: .8em;
	margin: 1em 0 4em;
	margin: 0;
}
a.tocLink::after {
	content: " ↑";
}
a.essay {
	margin-left: 2em;
}
a.essay::after {
	content: " →";
}

a.searchLink {
	display: block;
	width: 11em;
	margin: 0 auto;
	text-align: center;
	font-size: 1.1em;
	border: 2px solid;
	border-radius: .5em;
	padding: .1em .2em;
	font-weight: bold;
}

p.Q {
	font-size: 1.2em;
	color: hsl(350, 60%, 40%);
	margin-top: 2em;
	font-style: italic;
}

p.small {
	font-size: .8em;
}

ul li {
	margin: 1em auto;
	line-height: 1.4;
}

.bib {
	line-height: 1.3;
	/*font-size: .9em;*/
}

section {
	/*padding: 0em 0 4em;*/
	margin: 0em 0 4em;
}
section:not(:first-child) {
	border-top: 1px solid #ccc;
}

/*formatting lots of text for readability*/
.readable p, .readable h3, .readable h4, .readable ul {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
cite {
	display: block;
	margin-left: 2em;
	/*margin: .2em auto 0em 2em;*/
	/*line-height: 1.3;*/
}
.readable cite {
	max-width: 90%;
	margin-left: auto;
	/*margin-right: auto;*/
}
.readable ul {
	margin: 1.5em 0 1.5em auto;
}
ul.toc {
	list-style: none;
	margin: 0;
}
ul.toc li {
	list-style: none;
	margin: .5em auto;
	font-size: 1.1rem;
}
ul.toc ul {
	margin: 0;
}
ul.toc ul li {
	font-size: .9rem;
	margin: .5em auto;
}

/* @group rows and columns */
.row	{
	padding: 0 5%;
}
.col12 {
	max-width: 700px;
	margin: 0 auto;
	clear: both;
}
.col2 {
	/*width: 16.6%;*/
	/*margin: 0 auto;*/
	flex-basis: 16.6%;
	-webkit-flex-basis: 15.5%;
	margin: 0 .5%;
}
.mapLegend {
	line-height: 1.1;
	font-size: .7em;

	display: -webkit-flex;
	display: flex;

	-webkit-flex-direction: row;
	flex-direction: row;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.mapLegend h4 {
	margin: 1em 0 0;
	font-weight: bold;
	font-size: .8rem;
	font-style: normal;
}
.mapLegend p {
	margin: .3em 0;
}
div.clearFix {
	clear: both;
}
div.fullWidth {
	margin: 0 5%;
}
table.transcriptions {
	/*background-color: #aaa;*/
	width: 100%;
}
table.transcriptions td {
	width: 50%;
	vertical-align: top;
}
table.transcriptions td.trans {
	/*width: 60%;*/
}
table.transcriptions td.transimg {
	/*width: 40%;*/
}
#trans {
	font-size: 11px;
	padding: 0;
	margin: 0;
	width: 98%;
	border: 1px solid #888;
}
span#transimg {
	display: inline-block;
	width: 100%;
}
#transimg img {
	/*display: block;*/
	width: 100%;
	margin-top: 6em;
	border: 1px solid #888;
}
/* @end */




/* @group header */
header {
	margin: 0;
	padding: 1em 0;
	background: url(../img/darkbg3.jpg) center center no-repeat;
	background-size: cover;
	border-top: 7px solid hsl(350, 60%, 40%);
}
header h1, header h2 {
	color: hsl(40, 95%, 75%);
	/*text-align: center;*/
}
header h1 span {
	white-space: nowrap;
}
header h2 {
	font-size: 1.5em;
	/*text-align: center;*/
	margin: .5em 0 .2em;
}
/* @end */

/* @group nav */
nav {
	background-color: hsl(350, 60%, 40%);
	line-height: 1;
	font-size: .8em;
	padding: .3em 0;
	/*text-align: center;*/
}
nav a {
	display: inline-block;
	padding: .4em 0;
	margin: 0 1.3em 0 0;
	color: hsl(50, 75%, 75%);
	font-weight: bold;
	text-decoration: none;
	/*text-shadow: 1px 1px 1px hsla(0, 0%, 0%, .7);*/
	border-radius: .5em;
}
nav a:hover {
	/*text-shadow: none;*/
	/*background-color: hsl(40, 95%, 75%);*/
	/*color: hsl(350, 75%, 30%);*/
	/*color: hsl(230, 90%, 10%);*/
	/*background-color: hsl(40, 95%, 75%);*/
	color: hsl(50, 100%, 90%);
	/*text-shadow: 0 0 5px hsla(0, 0%, 100%, .9);*/
}

/* @end */

/* @group notify */
.notify {
	padding: 1em 1.3em;
	margin: 1em  auto;
	border: 2px solid #333;
	background-color: hsl(130, 40%, 93%);
	color: #000;
	border-radius: .5em;
	font-weight: normal;
}
.notify h1, .notify h2, .notify h3, .notify h4 {
	margin-top: 0;
}
.notify.danger, .notify.error {
	color: hsl(0, 80%, 40%);
	border-color: hsl(0, 80%, 40%);
	background-color: hsl(60, 90%, 93%);
}
/* @end */

/* @group contact form */
form.contactForm {
	/*width: 20em;*/
	margin: 2em auto;
}
.contactForm label {
	font-size: .8rem;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: 1em 0 0;

	display: inline-block;
	vertical-align: top;
	margin: .4em;
	width: 22%;
	text-align: right;
	/*float: left;*/
}
.contactForm input, .contactForm textarea {
	font-size: 1em;
	padding: .3em .5em;
	margin: 0 0 1em;
	width: 60%;
	border: 1px solid #888;
	/*background-color: hsl(0, 0%, 95%);*/
}
.contactForm button {
	margin: 1em 0;
	font-size: 1em;
	font-weight: normal;
	padding: .5em .7em;
	border-radius: .5em;
	border: 2px solid hsl(239, 100%, 50%);
	color: hsl(239, 100%, 50%);
	background-color: hsl(213, 30%, 100%);
	margin-left: 25%;
}
.contactForm button:hover {
	/*border-color: hsl(239, 100%, 70%);*/
	/*color: hsl(239, 100%, 70%);*/
	/*background-color: hsl(213, 50%, 93%);*/
	opacity: .7;
}
.contactForm #frodo, .contactForm #bilbo {
	display: none;
	visibility: hidden;
}
/* @end */



/* @group search Form */

.searchResults {
}
form.searchForm {
	font-size: .8em;
	margin: 2em 0;
	padding: 0 0 2em;
/*	padding: 1em 1.5em;
	border-radius: 1em;
	border: 2px solid hsl(45, 20%, 80%);
	background-color: hsl(45, 40%, 90%);*/
}
.searchForm h3 {
	font-size: 2em;
	margin: 0 0 .5em;
}
.searchForm input#keywords {
	font-size: 1.2em;
	padding: .2em .4em;
	margin: .5em;
	width: 16em;
	border: 1px solid #777;
	border-radius: .3em;
	background-color: hsl(0, 0%, 93%);
	/*width: 90%;*/
	/*display: block;*/
	/*margin: 0 auto;*/
/*	background: radial-gradient(ellipse farthest-corner, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%) fixed, url(../img/large_venice1cropped.jpg) center center / cover no-repeat fixed hsl(0, 0%, 100%);*/
}
fieldset {
	border: none;
	border: 1px solid #ccc;
	padding: .5em;
	margin: 1em 0;
	background-color: hsl(0, 0%, 93%);
	border-radius: .5em;
/*	background: radial-gradient(ellipse farthest-corner, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%) fixed, url(../img/large_venice1cropped.jpg) center center / cover no-repeat fixed hsl(0, 0%, 100%);*/
}
fieldset.toggle.hide > div {
	display: none;
}
fieldset.toggle.hide legend::before {
	content: "▸ ";
	color: hsl(239, 100%, 50%);
}
fieldset.toggle.show legend::before {
	content: "▾ ";
	color: hsl(239, 100%, 50%);
}
fieldset legend {
	padding: 0 .3em;
	font-weight: bold;
	font-size: 1.2em;
	/*text-transform: uppercase;*/
	margin: 0;
}
fieldset p {
	margin: .5em 0;
}
fieldset fieldset {
	margin: 1em 0 0 1em;
	border: none;
}
fieldset fieldset legend {
	font-size: 1em;
}
span.showField {
	display: inline-block;
	margin-left: .8em;
	vertical-align: top;
	/*float: left;*/
	width: 19em;
	font-size: .85em;
}
.searchForm label {
	margin-left: .8em;
	/*vertical-align: middle;*/
	font-weight: bold;
	font-size: 1.2em;
}
.searchForm fieldset label {
	margin-left: 1em;
	font-size: 1em;
	font-weight: normal;
}

.searchForm #moreOptions div {
	/*display: none;*/
}
.searchForm .columnsToDisplay {
	margin-left: 1em;
	padding-bottom: .8em;
}
.searchForm .columnsToDisplay label {
	margin: 0;
}
.searchForm #moreOptions p {
	margin: .5em 0 1em;
}
.searchForm #moreOptions p#columnsQuickSelect {
	display: inline-block;
	/*margin: 0 0 1em;*/
}
p#columnsQuickSelect a {
	margin-left: .5em;
	display: inline-block;
	background-color: hsl(239, 15%, 100%);
	padding: .2em .6em .05em;
	border-radius: .8em;
	border: 1px solid hsl(239, 100%, 80%);
	text-transform: uppercase;
	font-size: .7em;
	color: hsl(239, 100%, 70%);
}
p#columnsQuickSelect a:hover {
	opacity: .5;
}
form.download input {
	width: inherit;
	border-radius: .5em;
	margin: .3em;
	padding: .2em .6em;
	color: hsl(239, 100%, 50%);
	/*font-weight: bold;*/
	background-color: hsl(239, 100%, 100%);
	border: 1px solid hsl(239, 100%, 50%);
	border: none;
	margin: 0 1em 0 0;
	padding: 0;
}
form.download input:hover {
	opacity: .5;
}
.searchForm input[type=submit] {
	font-size: 1.1rem;
	font-weight: bold;
	padding: .4em .7em;
	border-radius: .5em;
	border: 2px solid hsl(239, 100%, 50%);
	color: hsl(239, 100%, 50%);
	background-color: hsl(213, 30%, 100%);

	display: block;
	margin: 0 auto;
}
.searchForm input[type=submit]:hover {
	opacity: .6;
}
/* @end */




/* @group tables */

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: .7rem;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	/*font-size: 8pt;*/
	padding: 4px;
}
table.tablesorter thead tr .header {
/*	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
*//*	cursor: pointer;*/
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
/*	background-image: url(../img/asc.gif);*/
}
table.tablesorter thead tr .headerSortDown {
/*	background-image: url(../img/desc.gif);*/
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.pageLinks form {
	display: inline;
	padding: 0;
}
/*.pageLink {
	padding: 0;
	margin: 0;
}*/
.pageLink[type=submit] {
	/*font-size: .8em;*/
	padding: 1px 5px;
	background: #fff;
	border: 1px solid hsl(239, 100%, 50%);
	cursor: pointer;
	/*-webkit-border-radius: 5px;*/
	border-radius: 5px;
	color: hsl(239, 100%, 50%);
}
.pageLink[type=submit]:hover {
	background: hsl(239, 70%, 60%);
	color: #fff;
}
.pageLink.current[type=submit] {
	background: hsl(239, 70%, 60%);
	color: #fff;
}
/* @end */





/* @group maps */

div.map {
	clear: both;
	margin: 1em 0;
}
div.map img {
	float: left;
	margin: 0 2em 2em 0;
	border-style: solid;
	border-width: 1px;
	opacity: .7;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
div.map img:hover {
	opacity: 1;
}
/* @end */

/* @group footer */

footer {
	font-size: .8em;
	padding: 2em 0;
	margin-top: 0;
	color: #888;
	/*border-top: 1px solid #ccc;*/
	/*border-top: 7px solid hsl(350, 60%, 40%);*/
/*	background: url(../img/darkbg3.jpg) center center no-repeat #04042e;
	background-size: cover;
	color: hsl(239, 15%, 60%);*/

/*	position: absolute;
	bottom: 0;
	width: 100%;*/
}
footer p.copyright {
	font-size: .7rem;
	/*font-weight: lighter;*/
}
footer nav {
	background: none;
	font-size: .8rem;
}
footer nav a {
	font-weight: normal;
	color: hsl(239, 70%, 50%);
}
footer nav a:hover {
	/*text-decoration: underline;*/
	color: hsl(239, 70%, 70%);
}

/* @end */

/* @group responsive design */
/*reduce the max-width*/
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
	header h1 {
		font-size: 5.3vw;
	}
	header h2 {
		font-size: 3vw;
	}
	img.homeImg {
		/*float: none;*/
		margin: 2em 0 2em 2em;
	}
}
@media (max-width: 600px) {
	.col2 {
		/*width: 10em;*/
		flex-basis: 32%;
		-webkit-flex-basis: 32%;
	}
}
@media (max-width: 480px) {
	header h1, header h2 {
		text-align: center;
	}
	header h1 span {
		display: block;
	}
	img.homeImg {
		float: none;
		margin: 0 auto;
		display: block;
	}
}

/* @end */


#trans
{
  height: 300px;
  overflow-y: scroll;
  white-space:pre;
}

#name-search-results
{
  display: none;
}

#name-search-results span
{
  font-weight: bold;
}
#name-search-results p
{
  margin-bottom: 0px;
}

#name-search-results div
{
  width: 98%;
  border: 1px solid #000;
  height: 300px;
  overflow-y: scroll;
  white-space:pre;
}