/* CSS Document */
/* 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESET */



/* zebra stripes */
.sermon_table tr td {
	background:#fff;
}
.sermon_table tr.alt td {
	background:#eaeaea;
}
.sermon_table tr.hover td {
	background:#eaf2fa !important;
}


/*  ----------------------  */
/*  ----------------------  */
/*  ----PAGE STYLES-------  */
/*  ----------------------  */
/*  ----------------------  */

#audio-player {
	margin:15px 0 0 0;
}
.stream-link {
	cursor:pointer;
	color:blue;
	text-decoration:underline;
	padding-left:4px;
}
#overlay {
	position:absolute;
	top:0;
	left:0;
	height:0;
	width:0;
	z-index:5000;
	background:#000;
}

#insert {
	background:#fff;
	position:absolute;
	display:none;
	z-index:7000;
	width:296px;
	padding:20px;
	xheight:55px;
	border:5px solid #ccc;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
}
	#insert h1 {
		font-size:16px;
		margin-bottom:9px;
	}
	#insert ul {
		margin:6px 0;
		padding-left:7px;
		border-left: solid 1px #ccc;
		font-style:italic;
	}
	#insert li {
		font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-top:2px !important;
	}
a#closeout {
	position:absolute;
	display:block;
	width:21px;
	height:21px;
	overflow:hidden;
	background:url(images/closeout.gif);
	top:-13px;
	left:-13px;
	cursor:pointer;
}

a#closeout:hover {
	background-position:-21px 0;
}


/* crappy dreamweaver styles added by jason but moved here by jared */
.style1 {font-weight: bold}
.style1 {font-size: 9px}
.style3 {color: #FF0000}


body {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
p {
	padding-right: 80px;
	line-height: 1.4em;
	font-size: small;
	margin-bottom: 1em;
}
a:link, {
	color: #3366FF;
	text-decoration: underline;
}
acronym {
	color: #99CCFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCFF;
	cursor: help;	
}
a:hover {
	color: #666666;
}
em {
	font-style: italic;
}
#container {
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 35px;
}
strong {
	font-weight: 700;
}




/*  ----------------------  */
/*  ----------------------  */
/*  --MAIN CONTENT DIV_---  */
/*  ----------------------  */
/*  ----------------------  */
#main_content {
	width: 657px;
	margin-left: 180px;
	padding-left: 33px;
	padding-top: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #878787;
	min-height: 52em;
}
td {
	vertical-align: middle;	
}
h1 {
	font-size: x-large;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0.7em;
}
.sermon_table td {
	height: 20px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-color: #333333;
	voice-family: "\"}\""; 
  	voice-family:inherit;
  	border-bottom-width: 0;
	border-bottom-style: none;
	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	margin-top: 26px;
	margin-bottom: 0;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	padding-left: 2px;
	color: #FFFFFF;
}
h2.little {
	margin-right: 47px;
}
h3 {
	font-weight: bold;
	font-size: medium;
	background-color: #CCCCCC;
	margin-top: 1.71em;
	margin-bottom: 1.2em;
	color: #33446B;
}
#main_content table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
#main_content table#contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 1.4em;
	margin-top: 18px;
	margin-bottom: 18px;
	padding-bottom: 1px;
}
#container #main_content h3 a {
	color: #33446B;
	text-decoration: none;
}
hr {
	margin-right: 4px;
	margin-top: 0px;
}
#main_content img {
	border: 1px solid #666666;
}
body.b_podcasts #container #main_content img {
	float: left;
	margin-right: 15px;
	border:none;
}
body.publications #container #main_content img {
	margin-top: -5px;
	border:none;
}
body.audiohelp #main_content img, body.b_podcasts #main_content #podcasthelper img {
	float: left;
	border: 1px solid #666666;
	margin-top: 4px;
	margin-left: -150px;
}
body.audiohelp #main_content p, body.b_podcasts #main_content #podcasthelper p {
	margin-left: 150px;
}
body.audiohelp #main_content div.buttons img {
	margin-left:0;
}
p#contact1 {
	float: left;
	width: 11em;
}
p#contact2 {
	margin-bottom: 3em;
}
div.buttons {
	float:right;
	display:inline;
	margin-right:30px;
	width:140px;
}
body.audiohelp #container #main_content.publications .buttons img {
	margin:0 0 10px 0;
}
body.audiohelp #main_content .publication5 p {
	margin-right: 125px;
	font-size: 12px;	
}




/*  ----------------------  */
/*  ----------------------  */
/*  ---LEFT SIDEBAR DIV---  */
/*  ----------------------  */
/*  ----------------------  */
#left_sidebar {
	float: left;
	width: 170px;
	padding-right: 10px;
	vertical-align: top;
	margin-top: 0;
	padding-top: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#left_sidebar ul {
	margin-left: 20px;
	padding-left: 0;
	list-style-type: none;
	margin-top: 0;
	padding-top: 0;
}
#left_sidebar ul ul {
	margin-left: 15px;
	list-style-type: none;	
}
li {
	padding-top: 12px;
	padding-bottom: 1px;
}
#left_sidebar ul ul li {
	padding-top: 4px;
}
.podcasts {
	background-image: url(images/rss-icon-little.jpg);
	background-position: 0 13px;
	background-repeat: no-repeat;
	padding-left: 14px;
}
#left_sidebar li.cs_logo {
	padding-top: 0;
}
img.logo {
	margin-top: 0;
	padding-top: 0;
}
.searchbox {
background-color:#EAEAEA;
color: #33446B;
}
#search {
	margin-top: 23px;
}




/*  ----------------------  */
/*  ----------------------  */
/*  ------FOOTER----------  */
/*  ----------------------  */
/*  ----------------------  */
#footer {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 35px;
	clear: both;
}
p#footer {
	color: #B9B9B9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

#footer span a:link {
	color: #B9B9B9;
	text-decoration: none;
}
#footer span a:visited {
	color: #B9B9B9;
	text-decoration: none;
}
#footer span a:hover {
	color: #B9B9B9;
	text-decoration: none;
}

#footer a:link {
	color: #99CCFF;
	text-decoration: none;
}
#footer a:visited {
	color: #99CCFF;
	text-decoration: none;
}
#footer a:hover {
	color: #B9B9B9;
	text-decoration: underline;
}

.self-clear:after { /* self-clear the float */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .self-clear { /* for IE 5,6 */
	height: 1%;
} 
*:first-child+html .self-clear { /* for IE7 */
	min-height: 1px;
}

.bookslinks a  {
	color:#39f;
	text-decoration:none;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
}
.bookslinks a:link {
	text-decoration:none;	
}
.bookslinks a:visited {
	text-decoration:none;	
}
.bookslinks a:hover {
	text-decoration:underline;	
}
.pdf {
	padding-left: 33px;
	display:inline;
	padding-top: 19px;
	background: url(images/pdf-little-icon.jpg) no-repeat top left;
	margin: 0 11px 0 0;
}
.purchase {
	padding-left: 30px;
	display:inline;
	padding-top: 19px;
	background: url(images/shoppingcart.jpg) no-repeat 0 1px;
	margin: 0 11px 0 0;
}
.bookslinks {
	margin:26px 0 35px 50px;
}