/* NOTE: this stylesheet is only loaded when using page view */
/*to display the text in the body...*/

/* Hides the [1.1] in Modern texts */
/*#text-body h2,
#text-body h3 {
	display: none;
}*/
a.arrow,
a.arrow:hover,
a.arrow:active,
a.arrow:visited {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 1.5em;
	min-height: 1em;
}

a.arrow.right {
	background-image:url('http://internetshakespeare.uvic.ca/template/css/mobile/img/arrowright32.png');
}

a.arrow.left {
	background-image:url('http://internetshakespeare.uvic.ca/template/css/mobile/img/leftarrow32.png');
}

.arrow span {
	display: none;
}

div.navigation-wrapper {
	min-height: 0.8em;
	padding: 0.2em;
	text-align: center;
}

h2 {
	margin-bottom: -1em;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.content, #text-body, #text-body p, #text-body table, #text-body .line {
    /*background: #dce1eb;*/
    font-size: 15px;
    line-height: 16px;
    text-shadow: rgba(255,255,255,.8) 0 1px 0;
    color: rgb(76, 86, 108);
/*    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right:10px;*/
}

/*#text-body a {
	color: rgb(76, 86, 108);
}*/
#text-body a {
	color: blue;
}

#text-body .hangingword {
	text-align: right;
	float:right;
	padding-left: 80%;
}

#text-body .line {
    padding-top: 1px;
    padding-bottom: 1px;
}

#text-body .titlehead {
	font: bold 16px;
    text-shadow: rgba(255,255,255,.2) 0 1px 1px;
    color: rgb(76, 86, 108);
    margin: 10px 20px 5px;
}
	
#text-body div.sd {
    margin:.4em 0;
}
	
#text-body .dropcap {
	font-size: 200% !important;
}

#text-body .sd {
	/*margin-left:2px;*/
	font-style: italic;
	clear:right;
/* 	font-weight:600; */
}
	
#text-body .speaker {
/* 	text-transform: uppercase; */
	font-size: 85%;
    margin-left:-10px;
    margin-top:.5em;
	margin-right: 0.5em;
}

#text-body .exit {
	text-align: right;
	font-size: 85%;
}

#text-body .entrance {
	font-size: 80%;	
}

#text-body .foreign {
	font-style: italic;
}

#text-body blockquote{
/*    padding-left: 25px;
    padding-right: 25px;*/
	margin-left: 1em;
	-webkit-margin-start: 1em;
	-moz-margin-start: 1em;
}

#text-body blockquote .versequote{
	padding-top:0px;
	padding-bottom: 0px;
	margin: 0px;
}

#text-body table{
    border-top: 1px solid rgba(76, 86, 108, .3);
}

#text-body table.layoutgroup{
    border-top:hidden;
}

#text-body .iembedContainer {
	display: block;
	margin-right: 2em;
}

#text-body img {
	max-width: 100%;
}

#text-body ul, #text-body ol {
/*     background: #dce1eb; */
    font-size: 15px;
    line-height: 16px;
    text-shadow: rgba(255,255,255,.8) 0 1px 0;
/*    color: rgb(76, 86, 108);*/
    font-weight: bold;
    padding-left: 2em;
    padding-top: 10px;
    padding-bottom: 10px;
}

#text-body ul li {
    padding: 3px;
    color: #4C566C;
    border-top:none;
    list-style-type:disc;
}

#text-body ol li {
    padding: 3px;
    color: #4C566C;
    border-top:none;
}

#text-body .tln{
	left: 2px;
	font-size:10px;
	line-height:18px;
	text-decoration:none;
	position:absolute;
	width: 26px;
	text-align: left;
	font-weight: bold;
	visibility:hidden;
}

#text-body .line {
    margin-left: 20px;
	/*padding: 8px; */
}

#text-body .verse .line {
	/*
	 *
	 * Text indenting
	 *
	 */
	padding-left: 0.4em;
    text-indent: -0.4em;
}

#text-body .prose .line {
	/*
	 *
	 * Text indenting
	 *
	 */
	padding-left: 0em;
    text-indent: 0em;
}

#text-body .uncertain{
    color: #666;
}	

#text-body .invisible{
	visibility:hidden;
}

.main-text {
	width:100%;
	min-height: 100%;
	position: relative;
}

/* foot notes */
#footnotes h2 {
	display: none;
}

#footnotes ol {
	list-style: none;
	margin-left: -1em;
}

#footnotes p {
	font-weight: 200;
	font-size: 1em;
}