html {
	height: 100%; /*STOCK*/
	overflow-y: scroll; /*STOCK*/
	}

body {
	background: rgba(0,0,0, .8);
	color: ; /*STOCK*/
	font: ; /*STOCK*/
	height: 100%; /*STOCK*/
	}

.grey {
	opacity: .52;
	}


		ol {
			counter-reset: item;
			list-style-type: none;
			}

			ol li {
				display: block;
				}

			/* crucifyd - this one works independent of "prefixed" and "styled", not sure why */
			ol li:before { 
				content: counter(item, decimal-leading-zero) " · ";
				counter-increment: item;
				font: 20px georgia-bold;
				opacity: 0.4;
				}
			/* crucifyd - this one works independent of "prefixed" and "styled", not sure why */


#wrapper {
	background: rgba(150,150,150, .8); /* #aaa */ /*STOCK*/
	font: 18px georgia; /*STOCK*/
	left: 120px;
	margin: 0px auto; /*STOCK*/
	min-height: 100%; /*STOCK*/
	position: absolute;
	width: 720px; /*STOCK*/
	}

#content {
	line-height: 25px;
	padding: 77px 55px 275px; /*STOCK*/
	position: relative; /*STOCK*/
	}

	#content a:link {text-decoration: none; color: #050; }
	#content a:visited {text-decoration: none; color: #050; }
	#content a:hover {text-decoration: none; color: #900; }
	#content a:active {text-decoration: none; color: #060; }

		#index-content {
			padding: 125px 55px 45px;
			}



#title {
	font: 21px georgia-bold;
	margin-bottom: 1px;
	text-transform: capitalize;
	}

.version {
	font-size: 59%;
	font-family: verdana-bold;
	opacity: .5;
	position: relative;
	bottom: 2px;
	left: 7px;
	}

p {
	margin-top: 12px;
	}

/* left-justified horizontal rule */
hr.hr-left {
	border-style: none;
	background-color: #555;
	height: 1px;
	margin: 11px 0px -14px 0px;
	text-align: left;
	width: 43%;
	}



#copyright {
	color: #444;
	font: 9px verdana;
	padding-top: 15px;
	}


/* theology page */
.theology-text {
	white-space: pre-wrap;
	}

	.full {
		font: 13px verdana-bold;
		letter-spacing: 1px;
		}

/* words of Christ */
	.woc {
		color: #700;
		}


/* countupcountdown ONLY */
.twopx {
	margin-bottom: 3px;
	}
/* countupcountdown ONLY */




/* FIXED */ /* OUTSIDE the wrapper unless noted */
/* FIXED */