/* Reset styles */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************

      Begin custom styles

 ******************************/

body {
  /*
    Use the numbered class on an <h1> to enable
    a heading number to be automatically prepended.
    Note that <h1> elements without the numbered
    class will have no affect on the counter value.
  */
  counter-reset: main-heading-counter;

  font-family: sans-serif !important;
  font-size: 16px;
  line-height: 1.3;
  padding: 16px;
}

.sermonOutline a {color:#7d2612;text-decoration: underline}

.sermonOutline{
  /*
    Use the numbered class on an <h1> to enable
    a heading number to be automatically prepended.
    Note that <h1> elements without the numbered
    class will have no affect on the counter value.
  */
  counter-reset: main-heading-counter;

  font-family: sans-serif !important;
  font-size: 16px;
  line-height: 20px;
}

.sermonOutline u {
  text-decoration: underline;
}

.sermonOutline b {
  font-weight: bold;
}

.sermonOutline i {
  font-style: italic;
}

.sermonOutline ol,.sermonOutline ul {
  padding-left: 2.5em !important;
  margin:0 !important;
}

.sermonOutline ol, #mainColumn sermonOutline ol {
  list-style-type: decimal !important;
}

.sermonOutline ul {
  list-style-type: none;
}

.sermonOutline section h1 {
  text-transform: uppercase !important;
  color: black !important;
}

.sermonOutline p, .sermonOutline li {
  margin: 0.75em 0 !important;
}

.sermonOutline blockquote {
  color: #555;
  font-style: italic;
  margin: 0.75em 1em;
}

.sermonOutline blockquote cite {
  color: #000;
  font-style: normal;
}

.sermonOutline blockquote cite.block {
  display: block;
  text-align: right;
}
.sermonOutline blockquote cite.block:before {
  content: '— ';
}

.sermonOutline h1.numbered,
.sermonOutline h2.numbered {
  /* These two declarations create a hanging indent, so that if
     the heading wraps on to multiple lines, the additional lines
     will all roughly line up with the text on the first line */
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.sermonOutline h1.numbered:before {
  counter-increment: main-heading-counter;
  content: counter(main-heading-counter) ". ";
}

.sermonOutline h2.numbered:before {
  counter-increment: subheading-counter;
  content: counter(subheading-counter) ". ";
}

/* Section styles */
#mainColumn .sermonOutline ol li, .main-body .sermonOutline ol li {list-style: disc;}

#mainColumn .sermonOutline em, .main-body .sermonOutline em {font-size: 100%;font-style: italic;color: #777;}

#mainColumn .sermonOutline ul li, .main-body .sermonOutline ul li {list-style: none;}

.disc > ul {list-style: disc !important;}
.disc > li {list-style: disc !important;}

.sermonOutline header {all:revert;}
.sermonOutline header:after {content:none !important;}
.sermonOutline header > h1 {padding:20px;background: #ffeded;color: black;font-weight: bold !important;font-size: 1.2em !important;line-height:1.4em;margin: 0 0 20px 0 !important;text-align: center !important;}
.sermonOutline h1 .subheading {display: block !important;font-size: 1.2em !important;margin-top: 0.2em !important;margin-bottom: 0.3em !important;line-height: 1.2em;}
.sermonOutline header > h1 .datePastor {font-size: 16px;line-height:20px;text-transform: none;color: #666;margin-bottom:5px;}
.sermonOutline header > h1 .scripture {font-size: 16px;line-height:20px;text-transform: none;color: #666;margin-bottom: 5px;}



.sermonOutline section {
  /* Similarly for sections and <h2>. Subheading counters
   * are reset at the beginning of every section */
  counter-reset: subheading-counter;
  line-height:22px;
}

.sermonOutline section h1 {
  font-size: 1.1em !important;
  font-weight: bold !important;
  margin: 1em 0 !important;
  text-transform: uppercase !important;
}

.sermonOutline section h2 {
  font-size: 1.3em !important;
  font-weight: bold !important;
  margin: 1.8em 0 1em 0 !important;
  text-transform: none !important;
  color: #000 !important;
  line-height:1.3em !important;
  text-align:left;
}

.sermonOutline section h3 {
  font-size: 1.05em !important;
  font-style: italic !important;
  text-transform: none !important;
}

.sermonOutline label{
  color: #888;
  margin-left:17px;
  display: inline-block;
}


#sermTable td{
	padding:5px;
}