@charset "utf-8";
/*  CSS Reset  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html{
	width: 100%;
	height: 100%;
}

:focus {outline: 0;}
.clear {clear: both;}
.skip {display: none;}
.hide {display: none;}
.visible {visibility: visible;}
.left {float: left;}
.right {float: right;}

/* ********** DEFAULT STYLES ********** */
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000 url(../images/capitol_bldg.jpg) top no-repeat;
	height: 100%;
	color:#fff;
}
p {
	padding: 0.5em 0;
}
p bold, p strong {
	font-weight: bold;
}
blockquote{
	margin-left: 15px;		   
}
.center{
	text-align: center;	
}
a {
	text-decoration: none;
	color: #e6cd7c;
	font-weight:bold;
	padding:1px;
}
a:hover {
	text-decoration: none;
	color: #fff4cf;
	padding:1px;
}
h1{
	font-weight:bold;
	color: #ccc;
	font-size: 13px;
	padding: 5px 0;
	text-transform:uppercase;
}
/*h2{
	font-weight:bold;
	color: #f2cd99;
	font-size: 24px;
	padding: 5px 0;
	text-transform:uppercase;
}*/

#rightCol h2{
	font-size:16px;
	color:#988631;
	font-weight:bold;
	text-align:center;
}
h2{
	font-size:16px;
	color:#988631;
	font-weight:bold;
}

h3{
	font-size:22px;
	color:#988631;
	font-weight:bold;
}

em{
	/*font-style:italic;*/
}
.clear{
	clear:both;
}
.newsHeader{
	font-size:16px;
	color:#e6cd7c;
	font-weight:bold;
	display:block;
	margin-top:10px;
	padding:0;
}
.date{
	font-size:10px;
	color:#e6cd7c;
	font-weight:bold;
	display:block;
	border-bottom:solid 1px #e6cd7c;
	margin-top:0;
}
.border{
	border-bottom:solid 1px #e6cd7c;
}
li{
	padding-bottom: 5px;
}
.list{
	padding-left: 40px;
}
.space{
	padding-bottom: 5px;
}
/* ********** BEGIN MAIN DIVS **********  */
#container{
	width:920px;
	margin:0 auto;
}
#header{
	height:118px;
	background: url(../images/header.jpg) no-repeat;
}
.headerImg{
	padding-left: 5px;
}
.centreHeader{
	text-align:center;
}
/* ********** NAV **********  */
#nav{
	width:920px;
	height:56px;
	background: url(../images/navbar.png) no-repeat;
	margin-bottom:10px;
}
	#navPad{
		width:864px;
		margin:0 auto;
	}
	#nav ul{
		list-style:none;
		line-height:42px;
	}	
	#nav li{
		float:left;
		list-style:none;
		border-right:1px solid #625947;
		margin-top:9px;
	}	
	#nav a{
		display:block;
		font-size:16px;
		font-weight:bold;
		color:#1d1407;
		padding: 0 18px;
		text-decoration:none;
	}	
	#nav .lastNavLink{
		float:left;
		list-style:none;
		margin-top:9px;
		border-right:none;
	}
	#nav a:hover{
		color:#6a3f00;
	}
/* ********** CONTENT DIVS ********** */
#content{
	padding:20px;
	min-height:250px;
	min-height:500px;
}
#reveal_text{
	font-size:36px;
	text-align:center;
}
#rightCol{
	width:160px;
	float:right;
}
.rightColNewsHeader{
	background: transparent url(../images/timer_bg.jpg) repeat-x top;
	display:block;
	padding:5px;
	margin-top:5px;
	border:solid 1px #222;
	overflow:hidden;
}
#timer{
	/*font-size:20px;*/
	border:solid 1px #333;
	background: #222 url(../images/timer_bg.jpg) repeat-x bottom;
	padding: 5px 0;
	text-align:left;
	color:#e6cd7c;
	vertical-align:middle;
}
	#timer a{
		display:block;
	}
	#timer img{
		margin:0 5px;
	}
	.twitterComp, .facebookComp{
		height:20px;
		padding: 5px 0 0 25px;
		margin-left:5px;
	}
	.twitterComp{
		background:url(../images/twitter_icon.png) left no-repeat;
	}
	.facebookComp{
		background:url(../images/facebook_icon.png) left no-repeat;
	}
.timerSpacer{
	width:38px;
	text-align:center;
	float:left;
	font-size:10px;
}
.headerSpacer{
	margin-bottom:15px;
}
#getWidget{
	text-align:center;
	font-size:10px;
	display:block;
	margin-top:3px;
}
	#getWidget a{
		display:block;
		background: #333;
		padding:3px;
		color:#e6cd7c;
		border:solid 1px #222;
	}
	#getWidget a:hover{
		background:#e6cd7c;
		color:#333;
	}

#bookLinks{
	text-align:center;
	display:block;
	margin-top:5px;
}
	#bookLinks a{
		display:block;
		background: #e6cd7c;
		padding:5px;
		color:#333;
		border:solid 1px #907314;
		font-weight:bold;
		margin: 5px 0;
	}
	#bookLinks a:hover{
		background:#fff4cf;
		color:#907314;
	}
#buyBooks{
	margin-top:50px;
}
	.buyBookImg{
		margin-right:25px;
	}

.scriptError{
	font-size:12px;
	font-weight:bold;
	color:#900;
}
#bookLeft{
	width:200px;
	float:left;
	margin-right:10px;
	text-align:center;
}
#contentMiddleContainer{
	float:left;
	width:500px;
	min-height:450px;
}
#contentMiddle{
	padding: 0 5px 10px 5px;
}
#ticker{
	margin: 10px 0;
}
#tickerText{
	width:900px;
	height:25px;
	text-align:center;
	color: #988631;
	font-weight:bold;
}
#tandc{
	padding:20px;
}
	#tandc ol, #tandc ul{
		margin-left:50px;
	}
.goldHeader{
	margin-bottom:5px;
}
.goldBorder{
	background:transparent url(../images/gold_border.png) top center no-repeat;
	height:2px;
	max-height:2px;
}
.goldImgBorder{
	border:solid 1px #988631;
}
.goldImgBorderRight{
	border:solid 1px #988631;
	float:right;
	margin:0 0 10px 10px;
}
.photos{
	border: solid 6px #fff;
	border-bottom: solid 18px #fff;
	float: center;
	margin: 3px;
}
#cryptex{
	position:relative;
	width:355px;
	height:200px;
	left:65px;
	margin-top: 40px;
}
	.crpytex_spacer{
		height:100px;
	}
	.cryptexComp{
	text-align:center;
	padding:0px;
	font-size:16px;
	}
#cryptexCompSelected{
	padding:0px;
	text-align:center;
	margin: 10px;
}
#cryptexCompForm{
	padding:5px;
	text-align:left;
	width: 300px;
	margin:0 auto;
}

	#cryptexCompForm label input, #cryptexCompForm label textarea{
		width:300px;
	}
	#cryptexCompForm label textarea{
		height:30px;
	}
	
	.submit{
		margin: 10px 0;
		background:url(../images/get_widget.png) top;
		border:0;
		width: 138px;
		height: 26px;
		cursor: pointer;
	}
	.submit:hover{
		background:url(../images/get_widget.png) bottom;
	}
	
	.error {
		float:right;
		font-weight:bold;
		color:#CC0000;
	}
	.disclaimer{
		font-size:10px;
		color:#999;
	}
	
#carousel{
	width:890px;
	height:500px;
	margin:20px auto;
}

#contentBooksContainer{
	float:left;
	width:525px;
	min-height:500px;
/*	border-right:solid 1px #ccc;*/
}
#contentDownloadContainer{
	float:left;
	width:650px;
	min-height:500px;
}
#contentVoteContainer{
	float:left;
	width:525px;
	min-height:500px;
}
#video{
	width:750px;
	margin:10px auto 50px auto;
}
	.videoHeader{
		width:750px;
		margin:0 auto 10px auto;
	}

/* ********** BUTTONS ********** */
#getWidgetBtn{
	width:138px;
	height:26px;
	margin:5px auto;
	background:transparent;
}
	#getWidgetBtn a{
		background:transparent url(../images/get_widget.png) top;
		font-size:12px;
		color:#1f1000;
		display:block;
		height:20px;
		padding-top:5px;
		margin:0 0 10px 0;
	}
	#getWidgetBtn a:hover{
		background:transparent url(../images/get_widget.png) bottom;
		height:20px;
	}
.preorder_link{
	width:197px;
	height:26px;
	margin:10px 0;
	text-transform:uppercase;
}
.bookOptions{
	width:197px;
	height:26px;
	margin:5px auto;
}
	.bookOptions a, .preorder_link a{
		background: url(../images/book_option_button.png) top;
		font-size:12px;
		color:#1f1000;
		display:block;
		height:20px;
		padding-top:5px;
		margin:0 0 10px 0;
		text-align:center;
	}
	.bookOptions a:hover, .preorder_link a:hover{
		background: url(../images/book_option_button.png) bottom;
	}
.newsPreOrder{
	width:148px;
	height:26px;
	margin:10px auto;
	text-transform:uppercase;
}
	.newsPreOrder a{
		background: url(../images/news_preorder_btn.png) top no-repeat;
		font-size:12px;
		color:#1f1000;
		display:block;
		height:20px;
		padding-top:5px;
		margin:0 0 10px 0;
		text-align:center;
	}
	.newsPreOrder a:hover{
		background: url(../images/news_preorder_btn.png) bottom no-repeat;
	}
.newsImg{
	margin:10px 25px 0 0;
	border:solid 1px #e6cd7c;
}
.moreBookBtn{
	width:197px;
	height:26px;
	margin:5px 0;
}
	.moreBookBtn a{
		background: url(../images/book_option_button.png) top;
		font-size:12px;
		color:#1f1000;
		display:block;
		height:20px;
		padding-top:5px;
		margin:0 0 10px 0;
		text-align:center;
	}
	.moreBookBtn a:hover{
		background: url(../images/book_option_button.png) bottom;
	}

#win{
	margin:25px auto;
	width:535px;
}
	#win a{
		color:#241401;
		text-decoration:none;
	}
	#voteToWin_btn, #twitter_btn, #review_btn{
		position:relative;
		width:200px;
		height:167px;
		float:left;
		margin: 0 45px;
	}
	
	#voteToWin_btn{
		background:url(../images/win_votetowin.png) top no-repeat;
	}	
	#voteToWin_btn:hover{
		background:url(../images/win_votetowin.png) bottom no-repeat;
		cursor:pointer;
	}
	
	#twitter_btn{
		background:url(../images/win_twitter.png) top no-repeat;
	}	
	#twitter_btn:hover{
		background:url(../images/win_twitter.png) bottom no-repeat;
		cursor:pointer;
	}
	
	#review_btn{
		background:url(../images/win_reviewcomp.png) top no-repeat;
	}
	#review_btn:hover{
		background:url(../images/win_reviewcomp.png) bottom no-repeat;
		/*cursor:pointer;*/
	}

.subscribeToWin{
	float:left;
	width: 237px;
	background:url(../images/votewin_df_bg_02.png) no-repeat top;
	min-height:162px;
	cursor:pointer;
	margin:10px 15px;
}
.subscribeToWin:hover{
	background:url(../images/votewin_df_bg_02.png) no-repeat bottom;
}
.spinToWin{
	float:left;
	width: 237px;
	background:url(../images/votewin_ad_bg_02.png) no-repeat top;
	min-height:162px;
	cursor:pointer;
	margin:10px 15px;
}
.spinToWin:hover{
	background:url(../images/votewin_ad_bg_02.png) no-repeat bottom;
}
.voteToWin{
	float:left;
	width: 237px;
	background:url(../images/votewin_dc_bg_02.png) no-repeat top;
	min-height:162px;
	cursor:pointer;
	margin:10px 15px;
}
.voteToWin:hover{
	background:url(../images/votewin_dc_bg_02.png) no-repeat bottom;
}
.winnersBox{
	float:left;
	width: 237px;
	background:url(../images/votewin_ad_bg.png) no-repeat top;
	min-height:162px;
	cursor:pointer;
	margin:10px 15px;
}
.winnersBox:hover{
	background:url(../images/votewin_ad_bg.png) no-repeat bottom;
}
	.winText{
		float:right;
		margin: 0px;
		color:#241401;
		width:130px;
		font-weight:bold;
	}
	
.winLinkImg{
	margin:0 40px;
}

/* ********** TWITTER **********  */
#twitter{
	padding:10px 0;
}

	.twitterFeed{
		background: transparent url(../images/timer_bg.jpg) repeat-x top;
		padding:5px;
		border:solid 1px #333;
		margin: 10px 0;
	}
	
	.twitterText{
		padding:5px;
	}

/* ********** VOTE TO WIN **********  */
#votetowinForm{
	margin-top:10px;
}
	.voteEntry{
		width:237px;
		height:162px;
		color:#241401;
		text-align:left;
		background:url(../images/win_votetowin_bg.png) no-repeat;
		font-weight:bold;
		float:left;
		margin: 10px;
		font-size:11px;
	}
	
	.voteText{
		padding:10px;
		vertical-align:middle;
		height:115px;
		margin:auto;
	}
	#votetowinForm input{
		position:relative;
	}
	#voteInput{
		padding:5px;
		text-align:left;
		width: 300px;
	}
	#voteInput label input, #voteInput label textarea{
		width:300px;
	}
	.voted{
		font-weight:bold;
		color:#f60000;
	}
	

/* ********** TWITTER ********** */
.tweetDude{
	display:block;
	padding: 5px;
	text-align:center;
	background-color:#e6cd7c;
	color:#333;
	margin:10px 0;
	border:solid 0px #222;
}
.tweetDude:hover{
	padding: 5px;
}
.tweetOptions{
	margin-top:5px;
	border:solid 1px #222;
	background:url(../images/timer_bg.jpg) repeat-x top;
	padding: 5px 0;
	display:block;
	text-align:center;
	font-size:9px;
}
.twitStream{
	font-family: verdana;
	font-size: 11px;
}
.twitStream a{
	font-family: verdana;
	font-size: 11px;
}
.tweet{
	display: block;
	padding: 0;
	margin: 0;
}
.tweet-left{
	float: left;
	margin-right: 1em;
}
.tweet-left img{
	border: 0px solid #333 ;
}
.tweet-time{
	font-weight:bold;
}
.tweet p.text{
	margin: 0;
	padding: 0;
}


/* ********** FOOTER **********  */
#footer{
	font-size:10px;
	text-align:center;
	color:#666;
	width:100%;
	margin-bottom:25px;
}
	#footer a{
		font-weight:bold;
		color:#666;
	}
	#footer a:hover{
		color:#ccc;
		text-decoration:none;
	}
/*******************************************************************************************************/
