body {
    background-color: white;
	font-family: Arial,Helvetica;
	margin:1em;
	background:rgba(0,0,0,0.025);
}

h1 {
    color: rgba(20,20,20,0.7);
	font-family: Arial, Helvetica;
	font-size: 1.15em;
	font-style: italic;
}

p {
    color: rgba(100,100,100,1.0);
}


.indexSubHead 
{
	font-size: 0.7em;
	color:rgba(214,144,0,1.0);
	/*color:rgba(100,100,100,0.7);*/
	font-weight:bold;
	text-transform:uppercase;
}

.center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* --------------------------------------------------------- */
/* List Style */
/* --------------------------------------------------------- */

/*https://stackoverflow.com/questions/17629286/css-vertical-line-between-bullets-in-an-unordered-list*/

ul, li {
     position: relative;
	 font-size: 0.95em;
	 margin:0px;
	 padding:3px;
}

ul {
    list-style: none;
    padding-left: 32px;
}

li::before, li::after {
    content: "";
    position: absolute;
    left: -12px;
}

li::before {
    border-top: 1px solid rgba(0,0,0,0.2);
    top: 9px;
    width: 8px;
    height: 0;
}

li::after {
    border-left: 1px solid rgba(0,0,0,0.2);
    height: 100%;
    width: 0px;
    top: 2px;
}

ul > li:last-child::after {
    height: 8px;
}

/* --------------------------------------------------------- */
/* Links */
/* --------------------------------------------------------- */

a {
	color: rgba(214,144,0,1.0);
	text-decoration: none;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

a:visited {
	color: rgba(214,164,60,0.8);
}

a:hover,
a:focus,
a:active {
	color: #999;
	text-decoration: none;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.chapterLink a {

}



/* --------------------------------------------------------- */
/* Links */
/* --------------------------------------------------------- */

.content {
	max-width:40em;
	min-width:15em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:1.5em;
	background:rgba(255,255,255,1);
	border-radius: 5px;
}

.headline {
	border-bottom:solid 1px rgba(80,80,80,0.15);
	text-transform:uppercase;
}

.chapterContent {
	margin-top:30px;
}

.tocContents {
	margin-top:35px;
}

.chapterSubChaptersNav
{
	margin-top:25px;
	margin-bottom:25px;
}

.chapterParentNavContainer
{
	text-transform:uppercase;
	font-size:0.7em;
}

.chapterFooter {
	border-top:solid 1px rgba(100,100,100,0.1);
	margin-top:2em;
	padding-top:1em;
}

.tocLinkContainer {
	width:50%;
	font-size: 0.7em;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	text-transform:uppercase;
}

.paragraph {
	font-size:0.9em;
	line-height: 1.5em;
	text-align: justify;
}

.tipText {
	font-style:italic;
	font-weight:bold;
	font-size: 0.8em;
	margin: 1em;
	padding:1.5em;
	color: rgba(240,135,15,0.9);
	background: rgba(240,135,15,0.1);/*rgba(200,150,150,0.8);*/
	line-height: 1.4em;
	border-radius: 5px;
}

.chapterFooterTextContainer {
	width:90%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-top:1em;
}

.chapterFooterText {
	font-size: 0.6em;
	color: rgba(20,20,20,0.3);
	line-height: 0.4em;
}

.languageNavContainer {
	width:60%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	margin-top:2em;
	font-size: 0.8em;
	color: rgba(0,0,0,0.4);
	text-transform:uppercase;
}