@import url(base.css);
 
/* Mid Header ================================================== */

body { 
  background:url(../images/main_bg_back.jpg) repeat top center;
  font: 12px Verdana, sans-serif; 
  z-index: 2;
}

#saran_wrap { 
  background:url(../images/main_bg_index.jpg) no-repeat top center;
  height: 355px;
  z-index: 1;
}


/* C O N T E N T ===================== */

#left {
  float: left;
  display: inline;
  width: 502px;
  position: relative;
}

#left p {
  padding: 12px;

}


#left a {
  color:#996600;
  text-decoration: none;
}

#left a:hover {
  color:#232323;
}

#content_body {
  margin:0 auto;
  padding-top: 75px;
  width: 740px;
  position: static;
}

 
#lower_right p {
  margin: 2px 10px 5px 20px;
  text-align:left;
}

/* INFO BOX */

#info_box {
  margin-left: -35px;
  margin-top: 6px;
  position: relative;
  z-index: 5;
}

#info_box span{
  margin-top: 15px;
  margin-left: 146px;
  position: absolute;
  z-index: 6;

}

#info_text p{
  margin-top: -13px;
}

/* INFO BOX 2 */

#info_box2 {
  margin-left: 0px;
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

#info_box2 img {
  margin-left: -8px;
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

#info_box2 span{
  margin-top: 15px;
  margin-left: 146px;
  position: absolute;
  z-index: 6;

}

#info_box3 {
  margin-left: -37px;
  margin-top: 5px;
  position: relative;
  z-index: 5;
}

#info_box4 {
  margin-left: 12px;
  margin-top: 5px;
  position: relative;
  z-index: 5;
}

#info_text2 p{
  margin-top: -13px;
}

/* Right Column ================================================ */

#right {
  width: 220px;
  float: right;
  padding-right: 0px;
  display: inline;
  position: relative;
}

#get_connected {
  padding-top: 0px;
  margin-left: -5px;
  display: inline;
  position: absolute;
  z-index: 2;
}

#volunteer_app {
  padding-top: 0px;
  margin-left: -5px;
  display: inline;
  position: absolute;
  z-index: 2;
}

#foundry_podcast {
  padding-top: 0px;
  margin-left: -5px;
  display: inline;
  position: absolute;
  z-index: 1;
}


/* Up Coming  */

h2#upcoming {
  height: 28px;
  margin-left: 0px;
}

h2#upcoming_footer {
  height: 12px;
  margin: 0px 0px 0px 1px;
}

#upcoming_events {
  list-style: none; 
  background: #41342b;
  margin: 0px 0px 0px 6px;
}

#upcoming_events a {
 color: #ffb660;
 margin-left: 5px;
 font: 14px Verdana;
 letter-spacing: 1px;
 text-decoration: none;
}

#upcoming_events a:hover{
 color: #dd8319;
}

#upcoming_events h1{
  border-bottom: 1px dashed #ffffff;
  padding-top: 2px;
}
.stretch {
  color: #ffffff;
  font: 14px Verdana;
  letter-spacing: 1px;
  display: block;
  margin: 0px 1px 4px 1px;
  padding: 5px;
  cursor: pointer;
}
 
.stretch:hover{
  background-color: #333333;

}
.stretch p {
 font: 10px Verdana;
 color: #ffb660;
}

#upcoming_events .stretcher p{
 color: #ffb660;
 margin-left:5px;

}

/* The Spark */

#pray_now {
  padding-top: 176px;
  padding-left: 26px;
  display: inline;
  position: absolute;
  z-index: 2;
}

#staff_blogs {
  margin-top: 82px;
  margin-left: 5px;
  display: inline;
  position: absolute;
  z-index: 3;
}

#the_spark {
  margin-top: 6px;
  margin-left: -3px;
  display: inline;
  position: absolute;
  z-index: 4;
}

#get_help {
  padding-top: 260px;
  padding-left: 28px;
  display: inline;
  position: absolute;
  z-index: 1;
}

/* Online Sermons===============================================*/

h2#fresh_word {
  background: url(../images/header_onlinesermons.jpg) no-repeat;
  width: 502px;
  margin-top: 6px;
  margin-left: 8px;
  height: 22px;

}

ul#fresh_message span.title{
  float: left;
}


ul#fresh_message li {
  margin: 5px 5px 5px 35px;
  padding: 5px;
  font: 10px Verdana;
  background-color: #eaeaea;
  border: 1px solid #d9d9d9;

}

ul#fresh_message a {
 text-decoration: none;
 color: #b2741d;

}

ul#fresh_message a:hover{
 color: #000;
}

ul#fresh_message span.links{
  float: right;
 
}

#fresh_message p {
  padding: 0px;
  margin-right: 14px;

}

/* lower left segment ===========================================*/

#lower {
 margin-top: 8px;
 width: 502px;

}

#lower_left {
  position: relative;
  left: 0px;
  float: left;
  display: inline;
  width: 220px;
  background-color: #d2cac4;

}


#lower_left h2 {
  background: url(../images/ttl_news_header.jpg) no-repeat;
  width: 220px;
  height: 29px;
  margin-bottom: 10px;
}


/* news */
ul#news_items p{
  color: #565656;
  text-align: left;
  font-size: 11px;

}

ul#news_items i{
  font-size: 10px;
  margin-left: -5px;
  color: #41342b;

}

ul#news_items li {
  margin: 0px 5px -20px 10px;
  font: 10px Verdana;

}

ul#news_items a {
 font-size: 12px;
 margin-left: -10px;
 display: block;
 text-decoration: none;
 color: #b2741d;

}

ul#news_items a:hover{
}

#lower_right {
  right: 9px;
  position: relative;
  float: right;
  display: inline;
  width: 243px;
  background: url(../images/lower_right_bg.jpg);
}

/* Spotlight box */

#lower_right #spot_header {
  background: url(../images/ttl_spotlight_header.jpg) no-repeat;
  width: 243px;
  height: 104px;
}

#lower_right #spot_header p{
  margin-left: 110px;
  margin-top: 5px;
  font-weight: bold;
  padding: 0px;
}

#lower_right #spot_header a{
  margin-left: 110px;
}

#spot_header h6{
  font-family: Georgia, Serif;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 4px;
  padding-top: 26px;
  padding-left: 8px;
  margin-top: 0px; 
  margin-left: 100px; 
  background: url(../images/bg_index_spotlight.jpg) repeat-x;
  position: relative;
}

#spot_header span {
  position: absolute;
  left: 7px;
  top: 7px;
}

#blog p{
  margin-top: -20px;
}

/* H E A D E R ================================================ */

#header_wrap {
  width: 100%;

  /*background: url(images/bg_topheader5.jpg) repeat-x;*/
}

#header {
  /*background: url("images/header_main5.jpg") no-repeat;*/
  width: 900px;
  height: 273px;
  margin: 0 auto;
  position: relative;

}

#flash {
  width: 740px;
  height: 194px;
  margin-top: 146px;	
  margin-left: 80px;
  margin-right: 0px;
  display: inline;
  position: absolute;
}

/* F O O T E R ===================== */

#footer {
  background: url("images/footer_main.jpg") no-repeat;
  height: 35px;
  width: 790px;
}

 
 



