﻿/* ---------------------------------------
Style Sheet for The Bible Unpacked (.net)
Author: R. Ewels
Jan 08
File: main.css
------------------------------------------ */

/* \*/ 
* html .gainlayout { height: 1%; } 
/* */ 


body {
	font-family: Arial, Helvetica, sans-serif;
	color: silver;
	background-color: #FFF;
	
}

<!--[if lte IE 6]> 
<style> 
.gainlayout { height: 1px; } 
</style> 
<![endif]--> 

<!--[if IE 7]> 
<style> 
.gainlayout { zoom: 1; } 
</style> 
<![endif]--> 

h2 {
	font-size: medium;
	color: #666666;
}

h4 {
	
	color: #333333;
}

p {
	text-align: justify;
	color: #333;
}

td {
	color: #333;	
}

.black_heading {
	color: #333333;
}

.grey_heading {
	color: #333333;
}

.blue_heading {
	text-align: center;
	color: #0033CC;
	font-size: large;
	}

.headerTBU {
	font-size: medium;
	font-family: "Trebuchet MS";
	color: #000;
	text-align: right;
	font-weight: bold;
}

#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	position: relative;
}

#headerleft {
	position: absolute;
	top: 20px;
	left: 20px;
}

#headerright {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 250px;
}

#headerright ul {
	list-style-type: none;
	font-size: 11pt;
}

ul {
	list-style-type: none;
}

ol {
	color: #333;
}

.linklist {
	color: gray;
	text-align: right;
	font-size: small;
	font-weight: bold;
}

#block1 {
	position: absolute;
	top: 305px;
	left: 20px;
	width: 520px;
	text-align: justify;	
	border-right: thin #CCC solid;
	padding-right: 25px;
}

#block2 {
	position: absolute;
	top: 305px;
	left: 590px;
	width: 310px;
	
}

#centerblock {
	position: absolute;
	top: 275px;
	left: 20px;
	width: 860px;
	text-align: justify;	
}

#centerblock h2 {
	text-align: center;
	font-size: large;
	color: #0033CC
}

#block_7editions {
	position: absolute;
	top: 275px;
	left: 20px;
	width: 860px;
	text-align: justify;	
	padding-right: 25px;
}

#oxbox {
	position: absolute;
	top: 835px;
	margin: 0 0 0 60px;
	width: 700px;
	padding: 15px;
	border: thin black solid;
}

.offsetp {
	padding-left: 170px;
}

#eleftcol {
	position: absolute;
	top: 177px;
	left: 20px;
	width: 400px;
}

#erightcol {
	position: absolute;
	top: 177px;
	left: 440px;
	width: 400px;
}

#aleftcol {
	position: absolute;
	top: 370px;
	left: 20px;
	width: 410px;
}

#arightcol {
	position: absolute;
	top: 370px;
	left: 460px;
	width: 410px;
}

#topblock {
	position: absolute;
	top: 275px;
	left: 20px;
	width: 860px;
	text-align: justify;	
}

a {
	text-decoration: none;
	color: #0033CC;
}

.activelink {
	color: #000;
}

a:hover {
	color: #000;
}

block2 a:visited {
	color: #0033CC;
}

block1 a:visited {
	color: #0033CC;
}

#footer {
	position: absolute;
	top: 900px;
	left: 20px;
	width: 900px;
	font-size: small;
	color: #006600;
	text-align: center;
	margin-bottom: 25px;
}

#footer p {
	text-align: center;
}

#content_footer {
	position: absolute;
	top: 970px;
	left: 20px;
	width: 800px;
	font-size: small;
	color: #006600;
	text-align: center;
	margin-bottom: 25px;

}

.copysymbol {
	font-family: Tahoma;
}

.blueheader {
	font-size: medium;
	color: #0033CC;
	font-weight: bold;
}

.trademarktext {
	font-size: small;
	font-family: "Trebuchet MS";
	color: #000;
	text-align: right;
	font-weight: bold;
}

.leftalign {
	text-align: left;
}

.centered {
	text-align: center;
}
.smallcopy {
	text-align: center;
	font-size: small;
	color: silver;
}
.tahoma {
	font-family: Tahoma;
}

.image_left {
	float: left;
	padding-right: 25px;
}

.blue {
	color: #0033CC;
}
.bold_red {
	color: #FF0000;
	font-weight: bold;
}
.dark_grey {
	color: #333333;
}
.lineheight60 {
	line-height: 60%;
}
.square_list_outside {
	list-style-type: square;
	list-style-position: outside;
	color: #333333;
}

.image_border_2p {
	border: black 2px solid;
}
.square_list {
	list-style-type: square;
	color: #333333;
}
.lineheight100 {
	line-height: 100%;
}
.borderzero {
	border-width: 0px;
}
.valign_top {
	vertical-align: top;
	border-width: 0px;
}

.font_xsmall {
	font-size: x-small;
}
.font_large {
	font-size: large;
}
.lefted_image {
	border-style: solid;
	border-width: 2px;
	float: left;
	margin-right: 25px;
}
.small_center {
	text-align: center;
	font-size: small;
}
