/* 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;
}*/

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

.content, #text-body, #text-body p, #text-body table, #text-body .line {
    text-shadow: rgba(255,255,255,.8) 0 1px 0;
    color: rgb(76, 86, 108);
}
/*.small .content, .small #text-body, .small #text-body p, .small #text-body table, .small #text-body .line {
	font-size: 1em;
}
.medium .content, .medium #text-body, .medium #text-body p, .medium #text-body table, .medium #text-body .line {
	font-size: 1.4em;
}
.large .content, .large #text-body, .large #text-body p, .large #text-body table, .large #text-body .line {
	font-size: 1.8em;
}*/

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

#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 ul, #text-body ol {
/*     background: #dce1eb; */
    line-height: 16px;
    text-shadow: rgba(255,255,255,.8) 0 1px 0;
/*    color: rgb(76, 86, 108);*/
    font-weight: bold;
    padding-left: 45px;
    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 .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;
}	

/* @end */
/* @group Edge to edge
ul.edgetoedge, ul.edgetoedge * {
    -webkit-border-radius: 0 !important;
}
	
ul.edgetoedge li.sep {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(139, 159, 171, 1)), to(rgba(181, 193, 201, 1.0)));
    border-bottom: 1px solid #b5c1c9;
    border-top: 1px solid #b5c1c9;
    color: #fff;
    font-size: 16px;
    margin: 1px 0 0 0;
    padding: 2px 10px;
    text-shadow: #636a6f 0 1px 0;
}

ul.edgetoedge h4 {
    color: #fff;
    background: rgb(154,159,170) url(img/listGroup.png) top left repeat-x;
    border-top: 1px solid rgb(165,177,186);
    text-shadow: #666 0 1px 0;
    margin: 0;
    padding: 2px 10px;
}

.edgetoedge, .metal {
    margin: 0;
    padding: 0;
    background-color: rgb(255,255,255);
}

ul.edgetoedge, ul.metal, ul.plastic {
    -webkit-border-radius: 0;
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

ul.metal {
    border-top: 0;
    border-bottom: 0;
    background: rgb(180,180,180);
}

ul.edgetoedge li:first-child,
ul.edgetoedge li:first-child a,
ul.edgetoedge li:last-child,
ul.edgetoedge li:last-child a,
ul.metal li:first-child a,
ul.metal li:last-child a {
    -webkit-border-radius: 0;
}

ul.edgetoedge li small {
    font-size: 16px;
    line-height: 28px;
}

ul.edgetoedge li, .metal li {
    -webkit-border-radius: 0;
}

ul.edgetoedge li em {
    font-weight: normal;
    font-style: normal;
}

ul.edgetoedge h4 + ul {
    border-top: 1px solid rgb(152,158,164);
    border-bottom: 1px solid rgb(113,125,133);
} */