/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Version 2 of the Verse and songs/poems */
/* Standard output for text in a bible verse */
.std_text {
  box-sizing: border-box;
  min-width: 0;
}
/* p.line is used to print out the poem and is indented	by the div.poetry tag it resides in */
.poem_lines {
  box-sizing: border-box;
  min-width: 0;
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
/* Span is used to print out the verses */
/* Because relative is used for positioning, when the next verse is written it will continue from the */
/* end point of the last verse. */
.text {
  text-indent: 0;
  position: relative;
}
/* Indent lines of text that are in a poem or song of the bible. */
.poetry {
  box-sizing: border-box;
  min-width: 0;
  margin-left: 1em;
  position: relative;
  padding-left: 2.6em;
  margin-top: 1em;
  margin-bottom: 1em;
}
/* Sets up the text in the indented line */
.indent_1 {
  text-indent: 0;
}
/* sets up the space to indent the second line that will use 4 &nbsp; */
.indent_1_break {
  text-indent: 0;
  font-family: monospace;
  font-size: 0.42em;
  line-height: 0;
}
/* Indent a third line 2 spaced */
.right {
  text-indent: 0;
  margin-left: 2em;
}
/* used to calculate the verse numbers position on the <sup /> tag inside the <p /> tag */
/* so verses numbers are 3 digits long. Add 1 or 2 &nbsp; as needed after the number. */
.versenum {
  text-indent: 0;
  line-height: normal;
  top: auto;
  font-weight: 700;
  vertical-align: text-top;
  position: absolute;
  left: -4.4em;
  display: inline;
}
/* ***** End od Version 2 ***** */
/* Padding for Psalms Songs that do have verse numbers */
.psalms_song_indent_line2 {
  margin-bottom: 0;
  padding-left: 2em;
  text-indent: -2em;
}
/* Padding and margin for Psalms Songs the have no verse number */
.psalms_song_indent_nonum {
  margin: 0 auto;
  padding-left: 2em;
  text-indent: -1em;
}
/* Padding for the verses at the bottom of the article description */
.verses {
  padding-left: 2em;
}
/* Indent a song that is in a verse */
.song_in_a_verse {
  display: block;
  margin: 0 auto;
  padding-left: 4em;
}
/* Indent a song verse that is in a verse */
.song_in_verse_with_verse_num {
  float: left;
  margin: 0 6em 0 -4em;
}
/* Indent a song in a verse that has a verse number */
.song_in_verse_num {
  float: left;
  margin: 0 4em 0 0;
}
/* Use this if there is a verse number in a song that is in a verse */
.verse_num_in_a_song {
  display: block;
  float: left;
  margin: 0 6em 0 0;
  padding-left: -6em;
}
/*# sourceMappingURL=custom_26.css.map */