
/* ************Generic formatting styles for all pages****  */


body         {	
		padding-left: 5px;
		padding-right: 5px;
}


h1	     { 	font-family: Verdana, helvetica, arial, sans-serif; 
		color: #082A42;
		font-size: 1.1em;
		text-align: center;
}

h2	     {	font-family: Verdana, helvetica, arial, sans-serif;
		color: #991D00;
		font-size: 1.2em; 
}

h3	     {	font-family: Verdana, helvetica, arial, sans-serif;
		color: #082A42;
		font-size: 1.1em;
}


a		{font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #082A42; 
		text-decoration: none 
}

a:visited     { color: #0E4A73;
		text-decoration: none
}

a:active      { color: #800000; 
		text-decoration: underline
}

a:hover       { color: #7347OE;
		 text-decoration: underline
}
img	      { border: 0;
		margin: 0;
}

#Container    { display: table;
		margin-left: auto;
		margin-right: auto;
}

#mobile_footer
	

/* ****************** Begin article styles ******************* */


#moblie_article	{
	display: block;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mobile_article h1	{  
	text-align:center;
	font-size: 1.1em;
}

.navbarbar	{
	display: block;
	width: 100%;
}

.navbar ul	{
	margin: 0;
	padding: 0;
}
	
.navbar li   {
	display: inline;
	list-style: none;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}

.question	{
	color: #000000; 
	font-size: .9em;
	letter-spacing: .333px;
	line-height: 1.5;
}

.question_lg	{
	color: #000000; 
	font-size: 1em;
	letter-spacing: .333px;
	line-height: 1.5;
}

.answer		{
	color: #000080;
	font-size: .9em;
	letter-spacing: .333px;
	line-height: 1.5;
}

.answer_lg	{
	color: #000080;
	font-size: 1em;
	letter-spacing: .333px;
	line-height: 1.5;
}



.scripturequote {   
	color: #800000;
}

.sectitle	{  
	color: #800000;
	font-weight: bold;
}


.reftitle	{  
	font-size: .8em; 
	font-weight: bold;
	text-decoration: underline
}

.reflink     	{  
	font-size: .7em; 
	vertical-align: super;
}
.refcite	{ 
	color: #000080; 
	font-size: .7em; 
}



/* ****************** Begin home page styles ******************* */

#channelpage	{
	font-size: .8em; 
}


#lastquestions {
	margin-bottom: 10px;
	border-collapse: collapse;
	padding-left: 5%;
	padding-right: 5%;
	text-align: left;
}
#lastquestions h2{
		text-align: center;
}
#lastquestions a {
		text-align: center;
		line-height: 1em;
}

/* ***************** Begin Category Page Styles  ***************** */
#categorymain	{
	font-size: .7em;
	letter-spacing: .333px;
	line-height: 1.5;
}
#categorymain h1	{
	font-size: 1.6em;
	text-align: center;
	line-height: 1;
	padding: 0px;
}

#categorymain h3	{
	padding-top: 30px;
}

#categorymain ul	{
	list-style: none;
}

#categorymain li	{
	padding-bottom: 20px;
}
#categorymain a	{
	font-weight: bold;
}
.categoryimage	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.category_thumb	{
	float: right;
	padding-top: 25px;
	padding-left: 5px;
}
.hidden		{
	display:none;
} 

/* ***************** Begin Event Page Styles  ***************** */


#eventlist	{
	font-size: .8em;
}



#eventlist ul {
	list-style: none;
	margin-bottom: 10px;
}
#eventlist ul li {
	letter-spacing: -0.333px;
	margin: 0;
	padding: 1px;
	border-bottom: 1px solid #000 ;
}

#eventlist a.eventname	{
	font-size: 1.2em;
	font-weight:  bold;
}


.eventlistdate	{
	font-weight: bold;
	font-size: 1em;
	}
#eventlist ul.normal {
	list-style-type: disc;
}

#eventlist ul.normal li {
	border-bottom: none;
	list-style-type: disc;
}

/* ***************** Begin Newsletter Page Styles  ***************** */

#newsletterlist ul {
	margin-bottom: 20px;
}
#newsletterlist ul li {
	letter-spacing: -0.333px;
	margin: 0;
	padding: 1px;
}

/* ***************** Begin Search Page Styles  ***************** */

.g a	{
	font-size: .8em;
	font-weight:  bold;
}

/* ***************** Begin Store Styles  ***************** */

#store		{
	display: block;
	width: 100%;
	background-color:#eaeaea;
	padding-bottom: 30px;
	text-align: left;
}

#store h2	{
	line-height: 1.5em;
	display: block;
	width: 100%;
	font-size: .9em;
	color: #ffffea;
	background-color: #669999;
	text-indent: 20px;
	padding-bottom: 10px;
	border: 1px solid #000;
}

#store ul	{
	list-style: none;
	margin: 0; padding: 0;
}

#store ul li {
	float: left;
	font-size: .7em;
	width: 80%;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #fff
}


#store ul li.books {
	width: 42%;
}

#store ul li a {
	margin: 0 ;
	font-weight: bold;
	text-decoration: none;
	color: #0000cc;
}

#store li image {
	float: left;
	border: 1px solid #000;
	margin-right: 20px;
}
.nolink		{
	font-weight: bold
}

.view_cart_button {
	text-align: right;
}
.add_cart_button {
	text-align: right;
}

table.audio	{
	width: 100px;
}
td.answer	{
	font-size: 1.1em;
}