body {
    min-height: 2000px;
}

@media (min-width: 641px) {
    body {
        padding-top: 80px;
    }
}

@media (max-width: 640px) {
    body {
        padding-top: 60px;
    }
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #000;
    color: #ffffff;
}

.dropdown-menu {
	max-height: 420px;
	/*max-width: 320px;*/
	width: 320px;
	overflow: hidden;
	overflow-y: auto;
	text-overflow: ellipsis;
	background: #000;
	color: #fff;
}

/*@media (max-width: 767px) {*/
/*    .dropdown-menu {*/
/*	    max-width: 90%;*/
/*    }*/
/*}*/

/*@media (max-width: 1024px) {*/
/*    .dropdown-menu {*/
/*	    max-width: 280px;*/
/*    }*/
/*}*/

.dropdown-menu > li > a {
    color: #fff !important;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    clear: both;
   background-color: #000 !important;
   background-image:none !important; 
/*    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;*/
    color: #fff !important;
}

li .indented{
    text-indent: -1em;
    margin-left: 1em;
}

.title {
    font-style: italic;
}



.navbar-theme {
    background-color: #000;
    border-color: #000;
}

.page-text {
    max-width: 720px;
/*    text-align: justify;*/
/*    text-justify: newspaper;*/
    font-size: 1.2em;
    line-height: 1.4em;
    font-family: Times, serif;
    margin-bottom: 40px;
}

.page-text p {
    margin-bottom: 0;
    text-align: justify;
    text-justify: newspaper;
}
.page-text p + p {
    margin-top: 0;
    text-indent: 1em;
}

.flat-left p {
    margin-bottom: 0em;
    text-indent: 0em;
}

.flat-left p + p {
    text-indent: 0em;
}

.script-text {
    max-width: 720px;
    font-size: 1.2em;
    line-height: 1.6em;
    font-family: Times, serif;
    margin-bottom: 40px;
}

.wc h1 {
    font-size: 1.6em;
    margin-bottom: 40px;
    font-weight: bold;
}

.wc h1 + h2 {
    font-size: 1.4em;
    margin-top: 0px;
    margin-bottom: 40px;
}

.wc h2 {
    font-size: 1.4em;
    margin-bottom: 40px;
}

.reckoning h1 {
    font-size: 1.4em;
    margin-bottom: 0px;
    font-weight: bold;
}

.reckoning h1 + h2 {
    font-size: 1.4em;
    margin-top: 0px;
    margin-bottom: 40px;
}

.reckoning h2 {
    font-size: 1.4em;
    margin-bottom: 40px;
}

.has-author {
    margin-bottom: 0px;
}

.has-author + h2,
.has-author + h3,
.has-author + h4    {
    margin-top: 0px;
}

.single-line  {
    font-size: 1.4em;
    margin-bottom: 40px;
    font-weight: normal;
}

section {
    margin-bottom: 1em;
}

.keelie section {
    margin-bottom: 3em;
}

.keelie h1 + h2 {
    font-size: 1.4em;
    margin-top: 0px;
    margin-bottom: 40px;
}

.lines-below-1 {
    margin-bottom: 1em;
}

.lines-below-3 {
    margin-bottom: 3em;
}

.lines-below-4 {
    margin-bottom: 4em;
}

.asterix-rule {
    margin-top: 1em;
    margin-bottom: 1em;
}

.break-block {
    display: block;
    height: 40px;
}

.break-above    {
    margin-top: 1em;
} 

.break-above-4lines    {
    margin-top: 4em;
} 

.break-below    {
    margin-bottom: 1em;
} 

.cap-block {
    margin-top: 40px;
    margin-bottom: 40px;
}

.spaced-text p {
    margin-bottom: 20px;
}
.spaced-text p + p {
    margin-top: 0;
    text-indent: 1em;
}

.poem-text p {
    margin-bottom: 1em;
    text-indent: 0em;
}

.poem-text p + p {
    text-indent: 0em;
}

.poem-text h1 {
    font-size: 1.4em;
    margin-bottom: 2em;
}

.poem-text h2 {
    font-size: 1.4em;
    margin-top: 2em;
    margin-bottom: 1em;
}

.poem-text h1 + h2 {
    font-size: 1.4em;
    margin-top: 0px;
    margin-bottom: 1em;
}

.poem-text .indent-1    {
    padding-left: 1em;
}

.poem-text .indent-2    {
    padding-left: 2em;
}

.poem-text .indent-3    {
    padding-left: 3em;
}

.poem-text .indent-4    {
    padding-left: 4em;
}

.author-name    {
    margin-top: 1em;
    text-indent: 0;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #000;
}





.quote-credit {
    width: 100%;
    text-align: right;
    float: right;
}

.page-notes {
    margin-top: 4em;
}

.page-notes ol  {
    margin-left: 0;
    padding-left: 1.2em;
}

.logo {
    padding: 0px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.wc td  {
    width: 240px;
    min-width: 240px;
    display:inline-block;
}

.wc dt { 
    float: left; 
    clear: left; 
    width: 120px; 
    text-align: right; 
    font-weight: bold;
} 

.wc dd { 
    margin: 0 0 0 130px; 
    padding: 0 0 0.5em 0; 
}

.wc dd p { 
    text-indent: 0em;
}

.wc dd p + p {
    text-indent: 0em;
}

#front-title {
    text-align: center;
    padding-bottom: 60px;
}

#cover-image {
    display: block;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

@media (min-width: 768px) {
    #cover-image {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    #cover-image {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

#cover-image .centered {
    display: block; 
    border: 0; 
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

img {
    border: 0; 
    max-width: 100%;
    height: auto;
}

center > img {
    margin-top: 40px;
    margin-bottom: 40px;
}

center p    {
    text-align: center;
    text-indent: 0;
}

table   {
    width: 100%;
}

.image-caption {
    display:block;
    position: relative;
    font-style: italic;
    text-indent: 0;
    top: -20px;
    margin-top: 0px;
    margin-bottom: 60px;
    font-size: smaller;
    text-align: center;
    width: 100%;
}

.image-caption p {
    font-style: italic;
    text-align: center
    margin-right: auto;
    margin-left: auto;
}

#video-caption {
    display:block;
    position: relative;
    font-style: italic;
    text-indent: 0;
    margin-top: 0px;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}

#video-caption p {
    font-style: italic;
    text-align: center
    margin-right: auto;
    margin-left: auto;
}
