/* @override http://rw.m/innards/style/screen.css */
@import url(reset.css);
@import url(standard.css);

/* @group StandardReset */

/* @group Explicit Style */
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}

dl dt{
	margin-left: 1em;
	font-weight: bold;
}
dl dd{
	margin-left: 2em;
}
/*ul li,ol li{
	margin-left: 2em;
}*/
ul li{
}
li ul li{
	list-style-type: circle;
	margin-left: 1.25em;
	padding-left: 0;
}
/* @end */

/* @group Gross Style (body/div) */

body {
	font-family: Georgia, "Century Schoolbook", Times, "Times New Roman", sans-serif;
}

div.All {
	width: 772px;
	float: left;
}

div.Navigation {
	width: 150px;
	padding: 0 10px;
	float: left;
}

div.Content {
	width: 350px;
	padding: 0 5px 65%;
	margin: 0 5px;
	float: left;
}

div.Footer {
	display: none;
}
div.Context {
	float: left;
	width: 200px;
	padding: 0 10px;
}

/* <conditionalstyle explanation="IE6 'Hacks,' to allow for fixed positioning to work (they are all legal syntactically, and make use of the fact that IE6 does not understand direct descendency)"> */

div>div.Navigation{
	position: fixed;
}
div>div.Context{
	position: fixed;
	left: 540px;
}
div>div.Content{
	position: absolute;
	left: 170px;
}

/* </conditionalstyle> */

/* @end */

/* @group Fine Style */

h1,h2,h3,h4,h5,h6 {
	line-height: 1.5;
	font-weight: bold;
	font-size: 15px!important;
	text-align: left;
	/*text-shadow: #bbe 0px 0px 9px;*/
}
/* Preserve Historic Multi-Line Formatting */
.HMLF,.Multi-Line{
	text-align: center;
	margin-bottom: 2em;
}
.HMLF>span,.Multi-Line>span,.Note .Line{
	display: block;
}
.HCaps{
	text-transform: uppercase;
}
.HCaps em{
	text-transform:none;
}
strong {
	font-weight: bold;
}

.Accessibility {
	display: none;
}

p.StanzaHalfFirst, p.StanzaHalfSecond, p.Stanza {
	border-top: 3px double #afcffa;
}

span.LineEven {
	text-indent: 1em;
	background-color: #edf3fe;
}

span.LineOdd,span.LineEven {
	border-bottom: 1px solid #afcffa;
	display: block;
}

span.Script {
	color: #1860d3;
	font-style: italic;
	background-color: #edf3fe;
}

span.accesskey {
	text-decoration: underline;
}

.Hebrew {
	font-family: HebrewTTF, HebrewPFR, olbheb;
}

.Greek {
	font-family: GreekTTF, HebrewPFR, olbgrk;
}

.Roman li{
	list-style-type:upper-roman;
	margin-left:2em;
	padding-left:0;
}

#Content p>span.para{
	font-family: Times, Georgia, serif;
	color: #bbb;
	font-size: 2em;
	vertical-align: middle;
	line-height: 0!important;
	width: 0px;
	padding: 0;
	margin: 0;
	right: 15px;
	position: relative;
}
p>sup,p>sub{
	color: #bbb;
}
.verse sup{
	padding-right: 4px;
}
.new_para>sup{
	font-size: 18px!important;
	vertical-align:baseline;
	margin-left: -12px;
	color: #bbb;
}
#Content #srnsup,#Content #srnsub{
	color: #555;
	font-size: 9pt!important;
}
span.phrase{
	font-style: italic;
	font-weight: bold;
	color: #0051d3;
}
.All table#service_times{
	border: 1px solid #9fc4ff;
	margin:  15px auto;
}
table td,table th{
	padding: 0 5px;
}
.row_even td{
	background-color: #edf3fe;
}

/* @end */

/* @group HyperLinks */

.TOC p a {
	font-weight: bold;
}

div.Navigation li,div.Context li {
	display: inline;
}

div.Navigation ul,div.Context ul {
	padding-left: 0;
	margin-left: 0;
}

div.Navigation ul ul {
	padding-left: .5em;
	margin-left: .5em;
}

div.Navigation li a,div.Context li a {
	text-decoration: none;
	display: block;
	padding: 0 0 0 3px;
}

a:link {
	color: #1860d3;
}

a:visited {
	color: #5f9ef4;
}

a:focus {
	
}

a:hover {
	background-color: #1860d3;
	color: #fefefe;
}

a:active {
	
}

.Navigation a {
	text-decoration: none;
}
/* @end */

/* @group Meta */

noscript{
	float: left;
	width: 772px;
	display: block;
	clear: both;
}
noscript p{
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #e76d6d;
	font-size: 1.5em;
	padding:0 10px;
	text-shadow: #000 0px 0px 15px;
}
table#service_times caption{
	text-align: center;
	font-weight: bold;
}
table#service_times{
	margin: 0 auto;
}
#service_times td.service_type{
	text-align: left;
	padding-right: 8px;
}
#service_times td.service_time{
	text-align: right;
	padding-left: 8px;
}
/* @end */

body.http_status{
	margin: 10px;
}