﻿/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font: Verdana, Arial, sans-serif;
 font-size: 100%;
 font-weight: normal;
}

ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}

ul { 
  margin-left: 1.4em; 
  list-style:square; 
}

img {
  border: 0;
} 
 
.datesup {
  font-size: .75em;
  vertical-align: 30%;
}    
  
/********** Home page **********/
#homesidecontent h2 {
  margin-bottom: 2em;
}  

#homecontent {
  line-height: 1.25em; 
  padding: 25px 25px 0 25px;
}

#homecontent h1 {
  font: 1.5em Trebuchet Verdana;
  font-style: italic; 
  text-align: center;
}
  
#homecontent h2 {
	color: #CC0000;
	text-align: center;
	font-size: 1.25em
}	

#homecontent p {
  padding: .5em 0 .5em 0;
}

#homecontent .bottomverse {
  font-size: .85em;
  font-style: italic;
  padding-top: 100px;
  text-align: right;
} 

#homecontent .caution {
  font-style: italic;
  font-weight: bold;
  padding: 0 17px 0 17px;
  text-align: center;
}
  
.ctr_ltr {
  text-align: center;
}
    
.timestable {
  width: 247px;
}  

.timestable .leftcell {
  padding-left: 5px;
  text-align: left;
} 

.timestable .secleftcell {
  padding-left: 20px;
  font-style: italic;
  text-align: left;
}  

.timestable .rightcell {
  padding-right: 5px;
  text-align: right;
} 

#supportcontent {
  padding: 50px 150px 50px 150px;
}
  
/********** Staff / Officers **********/
#contactcontent {
  line-height: 1.5em; 
  padding: 25px 0 25px 25px;
  text-align: left;
}

/********** Our History page  **********/
#historycontent {
  line-height: 1.5em; 
  padding: 25px;
  text-align: left;
}   

#historycontent p {
  margin-bottom: 10px;
  text-indent: 30px;
}

#historycontent p:first-letter {
  font-weight: bolder;
  color: #999999;  
}
  
/********** What We Believe page  **********/
#beliefscontent {
  padding: 25px;
  text-align: center;
}  

#beliefscontent h2 {
  font-size: large;
  font-weight: bold;
}

#beliefscontent p {
  font-size: large;
  font-style: italic;
  padding: 20px 0 20px 0;
}  

#beliefscontent img {
   border: none;
   padding: 5px 5px;
} 

.beliefstable {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}  

.beliefstablecell {
  width: 150px;
} 

/********** Where We Are **********/
#locationcontent {
  padding: 25px 0 25px 0;
  text-align: center;
}

#locationcontent img {
  padding: 10px 0 20px 0;
}

/********** Ministries  **********/
#ministrycontent {
  line-height: 1.5em; 
  padding: 25px;
}

#ministrycontent h2 {
  font-size: large;
  font-weight: bold;
  padding: 1em 0 .5em 0;
  text-decoration: underline;
}

.bobquote {
  padding-left: 550px;
  font-style: italic;
}  
  
/**********  Sermons ************/  
#sermoncontent {
  padding: 25px;
	text-align: left;
}

#sermoncontent h2 {
  padding-bottom: 5px;
  font-size: larger;
  text-align: center;
}

.sermonstable {
	background: #F0F0F0; 
	border: solid #333333 1px;
	padding: 5px;
  width: 100%;
}  
 
.sermonstable .leftcell {
  text-align: left;  
} 
  
.sermonstable .rightcell {
  text-align: right;  
} 

.sermonbox {
	background: #F0F0F0; 
	border: solid #333333 1px;
	padding: .5em;
}  

.sermon_title {
  font-weight: bold;
}  

.sermon_list {
	font-style: italic;
	margin-left: 2em;
}	

/********** Links page  **********/
#linkscontent {
   padding: 25px;
   text-align: center;
}

#linkscontent img {
   border: none;
}   

.linkstable {
  height: 200px;
  width: 570px;
}  

.linkstablecell {
  height: 20px;
  width: 130px;
}  

