// Cascading Style Sheet for Bible Study Fellowship //

.wrapper {	width: 1000px;
		margin: 10px auto;}
header,
footer,
.banner,
.highlight,
.highlightSection {	clear: both;
			margin: 10px auto;
			padding: 10px 0;
			border-radius: 10px;
			color: #fff;
			background-color: #09f;}
.highlightSection {	margin: 10px 200px;;
			}
aside {	width: 275px;
	float: left;}
article,
section {	width: 700px;
		float: right;}
h1,
h3,
h5	{	padding: 10px 0;
		text-align: center;}
.linkTitle {	background: #09f;
		color: #fff;}
ol,
ul {	list-style-position: inside;
	padding: 10px 0;}
	padding: 5px 0; }
/* COMMON CLASSES */
	.black,
	.color {	color: black;}
	.principle,
	.application 	{text-align: center;}
/* PAGE SPECIFICS */
	.lesson,
	.subject,
	.title,
	.scripture,
	.notes {	float: left;
			margin: 5px 0;}
	.lesson {	width: 85px;}
	.listing {	clear: both;
			border: 0px solid red;}
	.notes {	text-align: center;
			width: 75px;}
	.subject,
	.title {	width: 310px;}
	.scripture {	width: 200px;}
	.additional {	margin-left: 395px;}
	.notesHeadLink {	color: white;
				background: blue;
			}
	.focus,
	.aim,
	.idea,
	.section1,
	.section2,
	.section3{	width: 435px;}
	
/* THESE CLASSES ARE USED IN THE "ACTS OF THE APOSTLES" PAGES */
	.actsHeading {	color: red:
			text-align: left; }

