/*The different styles for the website*/

/*Container for Sidebar and Main Part*/
.page {

overflow:	visible;
}

/*Body Font size*/
body {
font-size:	100%;
background-image:url('images/granitestrip.jpg');
link:		rgb(0,0,255);
}

/*Sidebar positioning*/
.sidebar {
position:	absolute;
top:		0;
left:		0;
width:          155px;
color:		#2f4f4f;
}

/*Links within the sidebar---Menu itself*/
.sidebar a:link, .sidebar a:visited {color:#2f4f4f;}

/*Sidebar Headers (h3 tags)*/
.sidebar img {
display:	block;
margin-left: 	auto;
margin-right: 	auto; 
}
.sidebar h3 {
text-align: 	center;
font-weight:	normal;
}
.sidebar ul {
padding:	0px;
margin-left:	16px;
}
#copyright {
color:		rgb(255,255,255);
font-size:	.75em;
}

/*Header Positioning*/
.header {
min-width:	600px;
max-width:	800px;
left:		159px;
text-align:	center;
}

/*Header (image and verse)*/
.header h3 {
color:		red;
font-family:	Arial;
}

/*The Link to the Bible Study*/
#studylink {
display: 	block;
text-align:	center;
font-size:	2em;
}

/*Main Body of the page Actually Encloses header and main text*/
.main {
position:	relative;
top:		0px;
min-width:	600px;
max-width:	800px;
left:		190px;
}

/*Main Text Area*/
.q_c_link {
text-align:	right;
font-size:	.75em;
}
.maintext2 {
font-size:	1.5em;		/*Use percent in body tag, due to IE bug;check out */
}
.maintext2 p {
text-indent:	1cm;
}
.topic {
font-weight:	bold;
}
.topicsub {
font-size:	.80em;
}
.maintext h1, .maintext h2, .maintext h3, .maintext h4, .maintext h5, .maintext h6 {
text-align:	center;
}
.jesussaid {
color:		red;
}
.verse {
color:		black;
}
.scripture {
font-family:	Arial;
}
.inlineverse {
font-family:	Arial;
font-size:	.75em;
}
.tblheader {
font-size:	.75em;
text-align:	center;
}
.tblverseref {
text-align:	center;
}
.tblverse {
font-size:	.75em;
text-align:	center;
}
.b2t {
text-align:	right;
font-size:	.5em;
}




/*News section on Index Page*/
.news {
margin-left:	auto;
margin-right:	auto;
width:		500px;
}
.news h2 {
margin:		0px;
color:		red;
text-align:	center;
text-decoration:underline;
}
.newshead {
display:	block;
text-align:	center;
color:		red;
}
.news em {
font-weight:	bold;
}


/*Box to put the other boxes in*/
#indexbox {
overflow:	auto; 
font-family:	Arial; 
font-size:	.75em;
}


/*Right box on the index page*/
.rightindexbox {
margin-left:	10px;
float:		right;
width:		45%;
}

/*Left box on the index page*/
.leftindexbox {
float:		left;
width:		50%;
}

/*Simple centering*/
.center {
display: 	block;
text-align:	center;
margin-left:	auto;
margin-right:	auto;
}

/*Upcoming pages text*/
#upages {
color:		rgb(0,0,255);
font-size:	1.5em;
font-family:	Times New Roman;
margin-top:	5px;
}

/*Index Input Form and Text*/
#input {
margin-top:	50px;
font-size:	.75em;
font-weight:	bold;
}

/*Bottom container for copywrite and footer*/
.bottom {
position:	relative;
min-width:	800px;
max-width:	955px;
bottom:		0;
margin-top:	30px;
}

/*Copyright info to work on the sidebar---currently nixed
.copyright {
position:	absolute;
font-size:	.75em;
font-family:	Arial;
width:		155px;
bottom:		0px;
left:		0px;
}
*/

/*Copyright Footer*/
.copyright {
text-align:	center;
position:	relative;
font-weight:	bold;
font-size:	.60em;
font-family:	Arial;
left:		190px; /*Becomes margin-left if the sidebar copyright ever works*/
margin-top:	20px;
min-width:	600px;
max-width:	800px;
}
