html {
  height: 100%;
}

body {
  margin:0; 
  padding:0; 
  height:100%;
  border: none; 
/*  border: 10px solid black; */
  margin: 0px 0px 0px 0px;
}

body#page_bg {
  background: url(../images/page_bg.png) repeat-x center top;
  background-color: #e8e0c5;
  color: #2f2410;
}

body#block_bg {
  background-color: #e8e0c5;
  color: #2f2410;
}

body#page_bgm {
  background: url(../images/page_bgm.png) repeat-x center top;
  background-color: #e8e0c5;
  color: #2f2410;
  height: 100%;
}

#header_spacer {
  height: 114px;  /* 8px if logo pic (one above, one below), 114 if not */
}

#menu_spacer {
  height: 40px;
}

#footer_abs {
   position:absolute;
   bottom:0;
   width:100%;
   height:20px;   /* Height of the footer 100px */
   text-align: center;
   font: 10px/80% Georgia, "Times New Roman", Times, serif;
}

#footer_rel {
   position:relative;
   bottom:0;
   width:100%;
   height:20px;   /* Height of the footer 20px */
   text-align: center;
   font: 10px/80% Georgia, "Times New Roman", Times, serif;
}

#imgcenter {
   display: block; 
   margin-left: auto; 
   margin-right: auto;
}

#imgpodcast {
   display: block; 
   margin-left: 200px; 
   margin-right: auto;
}

#imgleft {
  float: left;
  margin: 0px auto;
  padding: 0px;
}

#imgleftmarg10 {
  float: left;
  margin: 10px auto; 
  padding: 10px;
}

#imgright {
  float: right;
/*  margin: 0px auto; */
  padding: 0px;
}

#imgrightmarg10 {
  float: right;
/*  margin: 10px auto; */
  padding: 10px;
/*  clear: both; */
}

#imglogo {
  border: 0;
  width: 200px;   /* 200px */ 
}

#frameright {
  background-color: #e8e0c5;
  position: relative; 
  float: right; 
  width: 75%; /* 80% */
  min-height: 65%;  /* 60% */
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  overflow: auto;
  border: none;
/*  height: auto !important; */
/*  height: 100%; */
/*  margin-bottom: 150px;  */
/*  max-height: 100%; */
/*  border: none; */
/*  margin: 0px 0px 0px 0px; */
/*  padding: 2px; */
}	
/* ie hack */
* html #frameright { 
height: 60%;
}

#divbod-wrapper {
  width: 100%;
  min-height: 50px;
/*  height: auto !important; */
  height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  border: 0px solid red; 
}

#divbod {
/*  width: 60%; */	
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}

#sigtext {
  font: bold 12pt Georgia;
}

#seasonaltext {
  font: bold 12pt Georgia;
  color: red;
  text-align: center;
}

#indenttext {
  font: 12pt Georgia;
  margin-left:200px;
}

#indentsigtext {
  font: bold 12pt Georgia;
  margin-left: 200px;
}

#noindenttext {
  font: 12pt Georgia;
}

#noindentsigtext {
  font: bold 12pt Georgia;
}

#sermonseries {
  background-color: #e8e0c5;
/*  border: 2px solid red; */
}

#seriespic {
  float: left;
  margin: 10px auto;
  padding: 10px 2px 50px 20px;
  width: 75px;
  height: 75px;
}

#seriespicx {
  float: left;
  margin: 10px auto;
  padding: 10px 2px 50px 50px;
  width: 75px;
  height: 75px;
  border: 2px solid black;
}

#seriestitle {
  font: bold 14pt Georgia;
  text-align: left;
  margin: 0px auto;
  padding: 15px 15px 0px 150px;
}

#seriesentries {
  padding: 10px 0px 30px 50px;
  background-color: #e8e0c5;
  font: 12pt Georgia;
}

#bioblock {
  margin-bottom: 100px;
}

#wtbs {
  font: bold 8pt Times New Roman;
  text-decoration: underline;
}

#bibverse {
  font: 10pt Georgia;
}

#bibref {
  font: italic 8pt Georgia;
}

#regtext {
  font: 12pt Georgia;
}

#announcetext {
  font: 16pt Georgia;
  text-align: center;
}

#tinytext {
  font: 8pt Georgia;
}

#upcomingblock {
  width: 200px;
  overflow: auto;
  border: none;
}
/* ie hack */
* html #frameright { 
height: 30%;
}


/* cek untested below */

#divsearch {
  float:right;
}

#mobilemenu {
  font: 10pt Georgia;
}

#mobilink {
  font: 8pt Georgia;
}

#mobiblock {
  width: 100%;
  min-height: 200px;  /* 300px */
  height: 80%;
}

#mobimenublock {
  width: 100%;
  height: 60px;
/*  position: relative; 
  float: left;
  width: 100%;
  min-height: 200px; /* 200px *
  height: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
  overflow: visible; */
}

#bigtitle {
  font: bold 24pt Georgia;
  color: #de8c43;
  text-align: center;
  height: 89px;
}

#indenttext {
  font: 12pt Georgia;
  margin-left:200px;
}

#sigtext {
  font: bold 12pt Georgia;
}

#indentsigtext {
  font: bold 12pt Georgia;
  margin-left: 200px;
}

