/* ============================== Site Stylesheet ==============================
Copyright (c) 2009 The Three Pillars of Zion, All Rights Reserved
Loaded styles: (reset.css, preset.css),buttons.css,tables.css,columns.css,navigation.css,blobs.css,layout.css,footer.css,header.css,basic.css
============================================================================= */

/* ============================== reset.css ============================== */

html, body,
div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input,
img,
p, blockquote {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}

img {
	border:none;
}

fieldset {
	border:none;
}

strong, label {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* ============================== preset.css ============================== */

/*--------------- Layout --------------------*/
.float {
	float:left;
}
.floatOpposite {
	float:right;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}


.offPage {
	position:absolute;
	left:-999em;
}

/*--------------- Text --------------------*/
.price {
	font-weight:600;
	color:#065e25;
}
.bonus {
	font-weight: bold;
	color:#f00;
}

.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}

.error {
	color:#f00;
}

.alignStyle1 {
	text-align:center;
}
.alignStyle2 {
	text-align:right;
}
.alignStyle3 {
	text-align:left;
}

.extraLine {
	margin-bottom:1.4em;
}

/*--------------- Lists --------------------*/
.ulStyleSpaced li {
	margin-bottom:.6em;
}
	.ulStyleSpaced li p {
		padding:.6em 0 0 0;
	}
.olStyleSpaced li {
	margin-bottom:.6em;
}
	.olStyleSpaced li p {
		padding:.6em 0 0 0;
	}


/* ============================== buttons.css ============================== */

a.buttonStyle1, a.buttonStyle1:link, a.buttonStyle1:active, a.buttonStyle1:visited ,
button.buttonStyle1
{
	display:block;
	margin:0;
	padding-top:4px;
	
	height:26px;
	width:170px;
	
	color:#000;
	font-family:Goudy Old Style, Georgia, times, serif;
	font-size:115%;
	font-weight:bold;
	text-align:center;
}

a.buttonStyle1,
button.buttonStyle1
{
	text-decoration:none;
	border:none;
	background:#E0BA01 url('designs/alpha/images/button-style-1.gif') 0 0 no-repeat;
}
	a.buttonStyle1:hover,
	button.buttonStyle1:hover
	{
		color:#000;
		text-decoration:underline;
		background:#E0BA01 url('designs/alpha/images/button-style-1.gif') 0 -30px no-repeat;
	}

/* Fix the dimensions */
button.buttonStyle1 {
	padding-bottom:5px;
	height:30px;
}



a.buttonStyle2, a.buttonStyle2:link, a.buttonStyle2:active, a.buttonStyle2:visited ,
input.buttonStyle2
{
	display:block;
	margin:0 4px 0 0;
	padding-top:0px;
	
	height:20px;
	width:100px;
	
	color:#000;
	font-family:Goudy Old Style, Georgia, times, serif;
	font-size:85%;
	font-weight:bold;
	text-align:center;
}

a.buttonStyle2,
input.buttonStyle2
{
	text-decoration:none;
	border:none;
	background:#E0BA01 url('designs/alpha/images/button-style-2.gif') 0 0 no-repeat;
}
	a.buttonStyle2:hover,
	input.buttonStyle2:hover
	{
		color:#000;
		text-decoration:underline;
		background:#E0BA01 url('designs/alpha/images/button-style-2.gif') 0 -20px no-repeat;
	}

/* Fix the dimensions */
input.buttonStyle2 {
	height:20px;
}



a.buttonStyleLarge, a.buttonStyleLarge:link, a.buttonStyleLarge:active, a.buttonStyleLarge:visited,
button.buttonStyleLarge
{
	display:block;
	margin:0;
	padding-top:8px;
	
	height:27px;
	width:282px;
	
	color:#000;
	font-family:Goudy Old Style, Georgia, times, serif;
	font-size:150%;
	font-weight:bold;
	text-align:center;
}

a.buttonStyleLarge,
button.buttonStyleLarge
{
	text-decoration:none;
	border:none;
	background:#E0BA01 url('designs/alpha/images/button-large.gif') 0 0 no-repeat;
}
	a.buttonStyleLarge:hover,
	button.buttonStyleLarge:hover
	{
		color:#000;
		text-decoration:underline;
		background:#E0BA01 url('designs/alpha/images/button-large.gif') 0 -35px no-repeat;
	}

/* Fix the dimensions */
button.buttonStyleLarge {
	padding-bottom:7px;
	height:35px;
}
/* ============================== tables.css ============================== */

.bookTable {
	margin-bottom:1.2em;
}
	.bookTable th {
		padding:3px 6px;
	}
	.bookTable td {
		padding:3px 6px;
	}

	.bookTable .bookTitle {
		
	}
	.bookTable .bookPages {
		text-align:right;
	}
	.bookTable .bookPrice {
		text-align:right;
	}
		.bookTable td.bookPrice {
			font-weight:bold;
			color:#a00;
		}
	.bookTable .bookBuy {
		text-align:center;
	}

.mailChimpTable {
	
}
	.mailChimpTable td {
		padding:3px 4px 3px 2px;
	}
	.mailChimpTable .mailChimpLabel {
		text-align:right;
		vertical-align:top;
	}
	.mailChimpTable .mailChimpInput {
		
	}
/* ============================== columns.css ============================== */

/* ====== Column 1 ======= */
.columnStyle1 {
	border:0px solid #000000;
	background:none;
}

	 
		.columnStyle1>.columnTopLeft {display:none;} 
		
	
	.columnStyle1>.columnBody {
		padding:0px 0px 10px 0px;
		background:#fff;
	}
	 
		.columnStyle1>.columnBottomLeft {display:none;} 
		

/* ====== Column 2 ======= */
.columnStyle2 {
	border:0px solid #fff;
	background:none;
}

	 
		.columnStyle2 .columnTopLeft {display:none;} 
		
	
	.columnStyle2 .columnBody {
		padding:0px 0px 0px 0px;
		background:none;
	}
	 
		.columnStyle2 .columnBottomLeft {display:none;} 
		

/* ====== Column 3 ======= */
.columnStyle3 {
	border:0px solid #1D8E21;
	background:none;
}

	 
		.columnStyle3 .columnTopLeft {display:none;} 
		
	
	.columnStyle3 .columnBody {
		padding:5px 10px 0px 0px;
		background:none;
	}
	 
		.columnStyle3 .columnBottomLeft {display:none;} 
		
/* ============================== navigation.css ============================== */

/*--------------- Main Nav --------------------*/

#navigation {
	position:absolute;
	top:180px;
	left:0px;
		
	padding-top:10px;
	
	width:956px;
	height:26px;
	
	border:2px solid #E5BE00;
	background:#000;
}
	#navigation ul {
		margin-left:180px;
		height:26px;
	}
		#navigation ul li {
			position:relative;
			float:left;
			margin:0 12px;
			height:26px;
			width:auto;
		}
		
			#navigation ul li a {
				display:block;
				float:left;
				padding:6px 24px 0 24px;
				height:20px;
				font-size:100%;
				font-weight:bold;
			}
	/* Normal */
		#navigation>ul>li {
			background:#7D7D7D;
		}
			#navigation>ul>li>a:link, #navigation>ul>li>a:visited, #navigation>ul>li>a:active {
				height:20px;
				color:#FFFFFF;
				text-decoration:none;
				background:none;
			}
	/* Hover */
		#navigation>ul>li:hover {
			margin-bottom:-2px;
			height:28px;
			background:#fff;
		}
			#navigation>ul>li:hover>a:link, #navigation>ul>li:hover>a:visited, #navigation>ul>li:hover>a:hover, #navigation>ul>li:hover>a:active {
				padding:4px 22px 0 22px;
				height:22px;
				color:#000;
				text-decoration:underline;
				border:2px solid #E5BE00;
				border-bottom:0;
				background:none;
			}
	/* Current */
		#navigation>ul>li.current {
			margin-bottom:-2px;
			height:28px;
			background:#fff;
		}
			#navigation>ul>li.current>a:link, #navigation>ul>li.current>a:visited, #navigation>ul>li.current>a:active {
				padding:4px 22px 0 22px;
				height:22px;
				color:#000;
				text-decoration:underline;
				border:2px solid #E5BE00;
				border-bottom:0;
				background:none;
			}
	/* Current Hover */
		#navigation>ul>li.current:hover {
			background:#fff;
		}
			#navigation>ul>li.current:hover>a:link, #navigation>ul>i.current:hover>a:visited, #navigation>ul>li.current:hover>a:hover, #navigation>ul>li.current:hover>a:active {
				color:#000;
				text-decoration:underline;
				background:none;
			}


/*--------------- Drop Downs --------------------*/

#navigation ul li ul {
	display:none;
	position:absolute;
	top:28px;
	left:0px;
	
	margin-left:0;
	
	height:auto; /* Don't delete me; makes sure you can see any borders in Firefox. */
	width:200px;

	background:none;
	border:solid #E5BE00;
	border-width:0 2px 2px;
	z-index:5;
}
	#navigation ul li:hover ul {
		display:block;
	}
	/* Make the last item right aligned */
	/*#navigation ul li.last ul {
		left:auto;
		right:0px;
	}*/
	#navigation ul li ul li {
		display:block;
		float:left;
		margin:0;
		padding:0;
		width:200px;
		height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
		z-index: 5;
	}
	
		#navigation ul li ul li a {
			display:block;
			float:none;
			margin:0;
			padding:6px 0 6px 12px;
			height:auto; /* needed for firefox still? */
			width:188px;
			font-weight:normal; /* must be here to override parent bold-ness */ 
			font-size:90%;
			text-align:left;
		}
		
	/* Normal */
		#navigation ul li ul li{
			background:#fff;
		}
			#navigation ul li ul li a:link, #navigation ul li ul li a:visited, #navigation ul li ul li a:active {
				color:#000;
				text-decoration:none;
				background:none;
			}
	/* Hover */
		#navigation ul li ul li:hover {
			background:#7d7d7d;
		}
			#navigation ul li ul li:hover a:link, #navigation ul li ul li:hover a:visited, #navigation ul li ul li:hover a:hover, #navigation ul li ul li:hover a:active {
				color:#fff;
				text-decoration:underline;
				background:none;
			}
	/* Current */
		#navigation ul li ul li.current {
			background:#7d7d7d;
		}
			#navigation ul li ul li.current a:link, #navigation ul li ul li.current a:visited, #navigation ul li ul li.current a:active {
				color:#fff;
				text-decoration:underline;
				background:none;
			}
	/* Current Hover */
		#navigation ul li ul li.current:hover {
			background:#7d7d7d;
		}
			#navigation ul li ul li.current:hover a:link, #navigation ul li ul li.current:hover a:visited, #navigation ul li ul li.current:hover a:hover, #navigation ul li ul li.current:hover a:active {
				color:#fff;
				text-decoration:underline;
				background:none;
			}
			
/*--------------- Left Nav --------------------*/

.blobStyleNav {
	padding:8px 8px 8px 8px;
	margin-bottom:10px;
	border:2px solid #E5BE00;
	background:#000;
}
/* Top */
			.blobStyleNav .blobTopLeft { display:none; }
	/* Header */
	.blobStyleNav h2 {
		height:30px;
		padding-top:0px;
		color:#000;
		text-align:Center;
		font-size:140%;
		border-bottom:2px solid #E5BE00;
		background:none;
	}
/* Body */
	.blobStyleNav .blobBody {
		padding:8px 8px 8px 8px;
		border:2px solid #E5BE00;
		background:#fff;
	}
/* Links */
		.blobStyleNav ul ul{
			padding-left:10px;
		}
		
		.blobStyleNav ul li {
			margin-bottom:0px;
			padding-left:12px;
		}
			.blobStyleNav ul li a {
				display:block;
				padding:2px 0px 2px 3px;
				font-weight:normal;
			}
	/* Normal */
		.blobStyleNav ul li{
			background:none;
		}
			.blobStyleNav ul li a:link, .blobStyleNav ul li a:visited, .blobStyleNav ul li a:active {
				color:#000;
				text-decoration:none;
				background:none;
			}
	/* Hover */
		.blobStyleNav ul li:hover {
			background:transparent url('designs/alpha/images/bullet.gif') 0 5px no-repeat scroll;
		}
			.blobStyleNav ul li:hover a:link, .blobStyleNav ul li:hover a:visited, .blobStyleNav ul li:hover a:hover, .blobStyleNav ul li:hover a:active {
				color:#000;
				text-decoration:underline;
				background:none;
			}
	/* Current */
		.blobStyleNav ul li.current {
			background:transparent url('designs/alpha/images/bullet.gif') 0 5px no-repeat scroll;
		}
			.blobStyleNav ul li.current a:link, .blobStyleNav ul li.current a:visited, .blobStyleNav ul li.current a:active {
				color:#000;
				text-decoration:underline;
				background:none;
			}
	/* Current Hover */
		.blobStyleNav ul li.current:hover {
			background:transparent url('designs/alpha/images/bullet.gif') 0 5px no-repeat scroll;
		}
			.blobStyleNav ul li.current:hover a:link, .blobStyleNav ul li.current:hover a:visited, .blobStyleNav ul li.current:hover a:hover, .blobStyleNav ul li.current:hover a:active {
				color:#000;
				text-decoration:underline;
				background:none;
			}
				
/* Bottom */
			.blobStyleNav .blobBottomLeft { display:none; }
	
/* ============================== blobs.css ============================== */
.blobDefault {
	margin-bottom:12px;
}

.instruction {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:226px;
}
	#lastInstruction {
		margin-right:0;
	}
	.caption {
		font-size:110%;
		font-weight:bold;
		line-height:2em;
	}
	.statement {
		font-size:180%;
		color:#000;
		font-family:GoudyOlSt BT,Goudy Old Style, Georgia, times, serif;
		font-weight:bold;
	}



.blobStyle1 {
	margin-bottom:10px;
	padding:8px;
	border:2px solid #E5BE00;
	background:#000;
}

	.blobStyle1 .blobTopLeft {
		display:none;
	}
		.blobStyle1 .blobTopRight {
			
		}
	.blobStyle1 h2 {
		padding-bottom:3px;
		font-size:125%;
		border-bottom:1px solid #e5be00;
	}

	.blobStyle1 .blobBody {
		padding:5px 10px 10px 10px;
		text-align:center;
		border:2px solid #E5BE00;
		background:#fff url('designs/alpha/images/columnmid300.gif') top left repeat-y scroll;
	}
		.blobStyle1 .blobBody p {
			text-align:left;
		}
	.blobStyle1 .blobBottomLeft {
		display:none;
	}
		.blobStyle1 .blobBottomRight {
			
		}
		
		/* Used in the store */
		.blobStyle1 .blobBody .supportIcon {
			float:left;
			margin:0 4px 0 -4px;
			font-size:400%;
			font-family:Goudy Old Style, Georgia, times, serif;
			line-height:1em;
			color:#a00;
		}
		.blobStyle1 .blobBody .supportQuestion {
			margin:10px 0 5px 0;
		}
/* ============================== layout.css ============================== */
html {
	background:#000000 url('designs/alpha/images/site-bg.gif') 0 0 repeat-x scroll;
}

body {
	min-width:960px;
	margin-left:-0px;
	margin-right:-0px;
	background:url('designs/alpha/images/site-bg-glow.jpg') 50% 0 no-repeat;
}

#siteName {
	position:absolute;
	left:-999em;
}

#container {
	position:relative;
	top:0px;
			margin:0 auto;
		width:960px;
	text-align:center;
	padding-top:180px;
	background:none;
}

#content {
	position:relative;
	padding:40px 0px 0 0px;
	width:956px;
	text-align:left;
	border:2px solid #E5BE00;
	border-width:0 2px;
	background:transparent url('images/content-shadow.png') top left repeat-y scroll;
}

#columnWrapper {
	position:relative;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	width:936px;
	
			min-height:300px;
		/* IE6 Mumbo Jumbo */
		height:auto !important;
		height:300px;
		
	background:#fff;;
}

/* ============================== footer.css ============================== */


#footerWrapper {
	padding:0px 0px 10px 0px;
	width:960px;
	background:none;
}

#footer {
	position:relative;
	padding-top:10px;
	width:956px;
	height:0px;
	
	border:2px solid #E5BE00;
	border-top:none;
	background:#fff;
}

				
			
			#footerPhone {
			position:absolute;
			top:16px;
			right:30px;
			font-size:16px;
			color:#FFFFFF;
		}
		
	#footerCopyright {
		margin-bottom:0;
		color:#FFFFFF;
	}
	#footerAddress {
		padding-bottom:6px;
		font-style:normal;
		color:#FFFFFF;
	}
		
/* ============================== header.css ============================== */

#headerWrapper {
	position:absolute;
	top:0;
	left:0;
	height:180px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	background:none;
	width:960px;
}	

#header {
	height:180px;
	width:956px;
	border:2px solid #E5BE00;
	border-width:0 2px;
	background:#000 url('designs/alpha/images/header-bg.jpg') top left no-repeat scroll;
	position:relative;
}

			#siteLogo {
			position:absolute;
			/* top */
							top:0px;
						/* left */
							left:0px;
						
			height:180px;
			width:332px;
			z-index:5;
		}
		
		
		
		
			#headerLinks {
			position:absolute;
			top:0px;
			right:15px;
			height:38px;
			width:auto;
			padding:0px 0px 0px 0px;
			
			list-style:none;
			background:none		}
			#headerLinks li {
				float:left;
			}
				#headerLinks li a:link, #headerLinks li a:visited, #headerLinks li a:active {
					padding:0 15px;
					color:#fff;
					font-size:12px;
				}
				#headerLinks li a:hover {
					color:#fff;
				}
	
/* ============================== basic.css ============================== */
body {
	font-family:arial, helvetica, sans-serif;
	font-size:85%;
	color:#000000;
}

p {
	margin:0 0 1.4em 0;
	line-height:1.4em;
}

/*
.option {
	margin-bottom:2.5em;
	
	float:left;
	margin-right:10px;
	padding:0 5px;
	width:293px;
	border-right:2px solid #E5BE00;
}
*/

.optionDescription {
	display:inline;
	float:left;
	margin-right:12px;
	padding:12px 18px 12px 18px;
	width:422px;
	border:2px solid #aaa;
	background: url('/designs/alpha/images/purchase-option.gif') top left repeat-x #e1e1e1;
}
	.optionDescription h2 {
		
	}
	.optionDescription .ulStyle1 {
		
	}
	.optionDescription .buttonStyle1 {
		margin:0 auto;
	}

#option2 {
	margin-right:0px;
}
	
.price {
	color:#a00;
}

.warning {
	font-weight:bold;
	color:#a00;
}

a:link {
	font-weight:bold;
	color:#32890D;
}
a:visited, a:active {
	font-weight:bold;
	color:#2A6D0A;
}
a:hover { 
	font-weight:bold;
	text-decoration:none;
	color:#40A50D;
}

.bookLink:link, .bookLink:visited {
	
	text-decoration:underline;
}
.bookLink:hover, .bookLink:active {
	
	text-decoration:none
}

h1 {
	margin-bottom: .5em;
	padding-bottom:3px;
	font-size:180%;
	color:#000;
	font-family:GoudyOlSt BT,Goudy Old Style, Georgia, times, serif;
	font-weight:bold;
	border-bottom:2px solid #E5BE00;
}

h2 {
	margin-bottom:.3em;
	font-size:140%;
	color:#000;
	font-family:GoudyOlSt BT, Goudy Old Style, Georgia, times, serif;
	font-weight:bold;
}

h3 {
	margin-bottom:.3em;
	font-size:120%;
	color:#000;
	font-family:GoudyOlSt BT, Goudy Old Style, Georgia, times, serif;
	font-weight:bold;
}

img {
	
}

.pullOut {
	position:relative;
	left:3px;
	float:right;
	margin:0 3px 10px 10px;
	border:2px solid #E5BE00;
}

.hr {
	margin:1.4em 0;
	border-bottom:2px solid #E5BE00;
}

.hr2 {
	margin:1.4em 0;
	border-bottom:1px solid #FFFFFF;
}

ul, ol {
	
}

ol {
	margin-bottom:1em;
	margin-left:22px;
	list-style:decimal;
	list-style-position:outside;
}
	ol li {
		margin-bottom:.3em;
		line-height:1.4em;
	}

.ulStyle1 {
	margin-bottom:.6em;
	padding-left:10px;
	list-style:none;
}
	.ulStyle1 li {
		margin-bottom:.3em;
		padding-left:12px;
		line-height:1.4em;
		background:transparent url('designs/alpha/images/bullet.gif') 0 5px no-repeat scroll;
	}
	.ulStyle1 li ul {
		padding-top:.3em;
		padding-left:10px;
	}
		.ulStyle1 li ul li {
			background:transparent url('designs/alpha/images/bullet-dash.gif') 0 9px no-repeat;
		}

label {
	font-weight:normal;
}

/* ============================== Errors ==============================

*/
