@charset "UTF-8";
/* Abook you'll actually read layout */
/* It's all About Jesus */

*, img, a {
	padding: 0;
	margin: 0;
	border: 0;
	}

ul{
	list-style: none;
	}

body {
	font: .7em Arial, Helvetica, sans-serif ;
	line-height: 140%;
	}
	
a {outline: none}

p {padding: 10px 0px;}


h1.bookTitle {
	padding-bottom: 10px;
	}
	
h2.abyar {
	font-family: "Garamond", "Times New Roman", Times, serif;
	color: #990000; 
	font-size: 1.6em;
	line-height: 140%;
	}


#wrap {
	width: 526px;
	margin: 0px auto;
	text-align: left;
	}

td.message {
	background: #eee; 
	padding: 10px;
	}

#question {
	text-align:center;
	padding: 50px 0 0 0;
	}

#icons {
	text-align: left;
	padding-top: 30px;
	}

.icon {
	display: inline;
	padding-right: 38px;
	}
	
	.icon .right{
	padding-right: 0px !important;
	}

#q_tip {display:inline}

	
#old_test_body, #new_test_body, #who_is_body, #church_leader_body, #question_body {
	background: #fff;
	padding: 15px
	}
	
#byline {
	font-family: "Garamond", "Times New Roman", Times, serif;
	color: #990000;
	text-align:center;
	padding: 30px; 
	font-size: 1.8em;
	}
	* html #byline {padding-bottom: 170px;} /* IE 6 extra padding to show full page bg image */
	
#data {
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	}	

#data li {
	list-style:none;
	border-top: dashed 1px #ccc;
	padding: 5px 5px;
	color:#777777;
	}
	

.boxUnderline
	{
	border-bottom: 1px dashed #ccc;
	}


.topic_list {
	padding-bottom: 20px;
}

.topic_list li {
	padding-left: 20px;
}

#downloads {
	padding: 10px 0px;
	}
	
#shareThis ul{
	padding: 10px 0 0 0;
	}

#shareThis ul li {
	display: inline;
	}

#shareThis ul li a  {
	padding: 3px 5px;
	text-decoration:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

#new_test_content #shareThis ul li a {
	background: #cbb777;
	color: #fff;
	}

#old_test_content #shareThis ul li a {
	background: #80a1b6;
	color: #fff;
	}

#who_is_content #shareThis ul li a {
	background: #e3a856;
	color: #fff;
	}

#church_leader_content #shareThis ul li a {
	background: #f0cb00;
	color: #000;
	}
	

#old_test_content #shareThis ul li a:hover,
#new_test_content #shareThis ul li a:hover,
#who_is_content #shareThis ul li a:hover,
#church_leader_content #shareThis ul li a:hover {
	background: darkred;
	}
	
#old_test_content #shareThis ul li a.on,
#new_test_content #shareThis a.on,
#who_is_content #shareThis a.on,
#church_leader_content #shareThis a.on {
	background: darkred;
	}

#church_leader_content #shareThis ul li a:hover, 
#church_leader_content #shareThis a.on {
	color: #fff
	}


#watch-embed-div input, #sendEmail input{
	font-size:10px;
	margin-top:2px;
	width:480px;
	border: 3px solid #ccc;
	padding: 2px;
	background:#FFFF99;
	}

#sendEmail .label {
	width: 100px; 
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	}

#sendEmail input, #sendEmail textarea {
	font-size:10px;
	margin-top:2px;
	width:360px;
	border: 3px solid #ccc;
	padding: 5px;
	background:#FFFF99;
	}

#sendEmail textarea {background:#eee;}
	
#sendEmail #sendButton {
	width: 100px;
	background-color: #80a1b6;
	color:  #fff;
	border: 1px;
	}

#old_test_email_message, #new_test_email_message, #whoisgod_email_message, #churchleadership_email_message {
	margin-top:  20px;
	padding: 20px;
	background: #FFFF99;
	border: 1px dashed yellow;
	}

#main_buttons {padding-top: 10px;}

#main_buttons ul li {
	display:  inline;
	}

#main_buttons ul li a {
	padding: 8px 14px;
	text-decoration:none;
	background-color: darkred;
	color: #fff;
	font-size: 1.2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
.roundedBottom {
	background: url(../images/box_white_bottom.png); 
	height: 13px	
	}


/*----- Book Bar-----*/

#relit_book_bar {
	z-index: 10;
	width: 100%;
	position: fixed;
	}

#relit_book_content {
	padding: 20px 80px;
	font-size: 1.5em;
	line-height: 140%;
	}
	
#relit_book_details {
	background: #000;
	color: #ccc;
	opacity:.60;filter: alpha(opacity=60); -moz-opacity: 0.6;
	min-height: 0px;
	}
	* html #relit_book_details {height: 200px;} /* IE 6 sucketh */

#relit_book_details:hover {opacity:.80;filter: alpha(opacity=80); -moz-opacity: 0.8;}

#relit_badge {
	text-align: right;  
	padding-right: 100px
}




/* Extra psuedo elements */
	
#preload_images {
	background-image:url(http://s3.amazonaws.com/relit/abyar/old_t_poster.jpg);
	background-image:url(http://s3.amazonaws.com/relit/abyar/new_t_poster.jpg);
	background-image:url(http://s3.amazonaws.com/relit/abyar/who_is_poster.jpg);
	background-image:url(http://s3.amazonaws.com/relit/abyar/church_leader_poster.jpg);
	}