

/* ------------------------------------------------------------------------------------------------------*/
/* STYLES SPECIFIC TO EAT TRUTH SECTION  ---------------------------------------------------------*/





/* SERMON LISTINGS TABLE -------------------------------------------------------*/

/* top dotted rule */
table.sermonListings thead{
	height: 1px;
	font-size: 2px; /* make the thead the smallest possible */
	background: url(../images/shared/dottedRule.gif) repeat-x bottom;
}


/* bottom dotted rule */
table.sermonListings tfoot{
	height: 1px;
	font-size: 1px; /* make the thead the smallest possible */
	background: url(../images/shared/dottedRule.gif) repeat-x top;
}

/* light gray background */
table.sermonListings tr.oddRow{
	background: #F8F8F8;
}


table.sermonListings td {
	padding: 4px 8px 4px 2px;
	font-size: 10px;
	line-height: 16px;
	color: #909193;
	vertical-align: top;
}


/* Set column widths on Sermon Listings table */
col#date { width: 15%; }
col#sermonTitle { width: 55%; }
col#mp3 { width: 10%; }
col#studyQuestions { width: 25%; }



/* STUDY QUESTIONS (POP-OPEN)  -------------------------------------------------------*/

body#studyQuestions { text-align: left; background: #FFF none; }

#studyQuestions #contentBlock {
	margin: 40px;
	padding: 48px 0 25px 0;
	float: none;
	width: 530px;
	background: url(../images/shared/redeemerIcon.gif) no-repeat  500px 5px;
}

#printButton {
	float: right;
	margin: 8px 0 0 0;
	padding: 0;
}



/* SUGGESTED READING LIST -------------------------------------------------------*/

.bookInfo {
	float: right;
	width: 555px;
	margin: 30px 0 4px 0;
}

.bookShadow {
	float: left;
	margin: 15px 0 4px 0;
	background: url(../images/eat-truth/bookShadow.gif) bottom right;
}

.bookShadow img { margin: -2px 4px 4px -2px; }
