@charset "utf-8";
    /* CSS Document */
    
body  {
    font-size: 90%; 
    font-family: Candara, Tahoma, Arial, Helvetica, sans-serif;
    line-height: 130%;
    background: #BA2526 url(/images/background-kbm.gif) 0 0 repeat-x;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
}
h1 {
    line-height: 130%;
    margin: 0 0 12px 0;
}
form, input, select {
    margin: 0;
    padding: 0;
}
h1 em {
    color: #BA2526;
}
h6 {
    font-size: 11px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color:#84888b;
    letter-spacing:1px;
    margin: 3px 0 6px 0;
}
li {
    margin: 4px 0;
}
.blogContent li {
     margin: 6px 0 14px 0;
}
p.breadcrumb {
    font-size: 100%;
      font-weight:bold;
}
/* Tips for Elastic layouts 
    1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
    2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
    3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #
     is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
    */
    
    div.boxLeft { float:left; margin:5px 8px 7px 0; padding: 0;  }  div.boxRight { float:right; margin:5px 0 7px 8px; padding: 0;}
   div.photo { padding:0; border: 1px solid #2c5d8a; float:left; }
   div.captionBlock { font-size: 80%; line-height: 110%; color: #3d4859;}
   .boxLeft a, .boxRight a { color: #0066cc; border: none;}
   .photo img { border: 1px solid #FFF; margin:0; padding:0; float:left;}
   div.caption {  height: 30px; min-height: 18px;}
   .caption div { padding-top: 3px; font-size: 10px; line-height: 11px; font-family: Arial, sans-serif; text-decoration:none;}
   .caption a { color:#0C249F; text-decoration:none;}
    #statesautocomplete, #statesautocomplete2 { 
    width:287px; /* set width here */ 
    padding-bottom:1px; 
    } 
    div.standardSearch { 
    margin-left:-290px;
    width: 300px;
    margin-top: 8px;
    position:absolute;
}
#statesautocomplete, div.standardSearch { 
    z-index:9000; /* z-index needed on top instance for ie & sf absolute inside relative issue */ 
} 

#statesinput, #statesinput2 { 
    _position:absolute; /* abs pos needed for ie quirks */ 
 } 
    
#topicscontainer {
    left:0;
    margin-left: 20px;
    margin-top:1px;
}

td.navigation, div.navigation {
    float:left;
    width: 198px;
    margin: 0 0 10px 0;
    padding: 0;
    background: #5b5589 url(/images/navigation/blue-fade-top.jpg) no-repeat 0 0;
}
img {
    border: none;
}
div#module_1, div#module_2, div#module_3, div#module_4, div#module_5, div#module_6, div#module_7, div#module_8, div#module_9 {
    z-index:2;
    position:absolute;
    overflow:visible;
    visibility: hidden;
    background: #eceaf4;
    border: 1px solid #635e92;
    margin-top: 8px;
    margin-left: 146px;
    padding: 3px 10px;
    width: 310px;
}
div.close {
    float:right;
    margin-top: 5px;
    margin-right: 6px;
    font-size: 11px;
    font-weight:bold;
    text-decoration: underline;
    cursor:pointer;
    color: #ba2526;
}
div.recentStuff {
    background: #F2F3F7; padding: 5px 12px; margin: 12px 0;
    width: 60%;
    clear:both;
}
.thrColElsHdr .recentStuff  p {
    font-size: 90%;
    color: #333333;
}
.thrColElsHdr #container { 
    width: 95%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
    background: #FFFFFF;
    max-width: 998px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
    } 
    
    div.bookPromo {
    float:left; 
    width: 325px; 
    margin: 1px 14px 8px 0; 
    height: 258px; 
    overflow:visible; 
    clear: left; 
}
.thrColElsHdr #mainContent .bookPromo p {
    font-size: 90%;
}
div.searchResults {
    float:left;
    width: 56%;
}
.searchResults h6 {
    margin-bottom: 5px; padding-bottom: 0; letter-spacing:0; font-family: Candara, Arial, sans-serif; font-size: 120%;
}
.searchResults p {
       font-size: 90%; padding: 0; margin: 0 0 18px 0;
}
.searchResults span.dateStamp {
       color: #676767;
}

    
    /* Comment styles */
    
    table.comments {
      border:none;
      width: 99%;
}
.commentForm label {
     padding-left: 5px;
     font-size: 14px;
}
.thrColElsHdr #mainContent .comments td {
      vertical-align:top;
}
.thrColElsHdr #mainContent .comments td.commentCell {
      padding-top: 4px;
      font-size: 100%;
}
.thrColElsHdr #mainContent .comments .commentCell p {
      margin: 0 0 9px 0;
      font-size: 100%;
}
div.bgOn, div.bgOff {
      background: url(/images/light-divider.jpg) 0px 5px repeat-x;
      padding: 12px 4px;
}
div.bgOn {
      margin: 9px 0;
}
div.comment_invitation {
    margin: 20px 0 7px 0; 
    padding: 10px 0; 
    border-top: 2px dotted #CCC;
    font-size: 90%;
    color: #474767;
    line-height: 120%;
}
.commentForm td {
    padding: 5px 3px;
}
.commentForm input, .commentForm textarea {
    background: #fbfbf1;
}
.commentForm input.submitButton {
     border: 3px double #999999;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding: 0.25em;
    background-color: #FFFFFF;
    background-image: url(/images/btn-bg.jpg);
    background-repeat: repeat-x;
    color: #333333;
    font-size: 10px;
    line-height: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}
td.labelColumn {
    width: 109px;
    font-family: Candara, Helvetica, Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-align:right;
    font-weight: bold;
    color: #4a2d21;
}
td.commContact {
    height: 30px;
    padding: 5px 7px 0 7px;
    font-size: 14px;
    line-height: 18px;
    background: url(/images/comment-bar.jpg) repeat-x 0 0;
}
div.textDate {
    float:right;
    color: #7d7d7d;
}
div.profile {
    float:left;
    margin-right: 10px;
    width: 75px;
    padding-top: 6px;
}
.thrColElsHdr #mainContent .profile h6 {
    font-size: 80%;
    line-height: 110%;
    font-weight: normal;
    font-family: Candara, Verdana, sans-serif;
    text-align:center;
    margin: 3px 0;
    letter-spacing:0;
    padding: 0;
    color:#6a5b65;
}
div.profile_info {
    float:left;
    width: 350px;
}
.profile_info p {
    font-size: 80%;
    line-height: 110%;
    margin: 5px 0;
    padding; 1px 0;
}
div.sermonSeries {
    float:left;
    width: 325px;
    margin: 11px 10px 8px 0;
    min-height: 120px;
}
.sermonSeries h2 {
    font-size: 21px;
    line-height: 24px;
    margin: 8px 89px 5px 13px;
    font-weight:normal;
}
.sermonSeries a:link, .sermonSeries a:visited, .navigation .topics li a:link, .navigation .topics li a:visited {
    color: #fffbd2;
}
.sermonSeries p {
    font-size: 21px;
    line-height: 23px;
    margin: 10px 89px 15px 13px;
    color: white;
}
.thrColElsHdr #container p.pullquote { 
    float:right;
    background:#eef1f6; 
    padding: 10px;
    border-top: 1px solid #95a2c0;
    border-bottom: 1px solid #95a2c0;
    width: 185px;
    font-family: Georgia, serif;
    margin: 0 0 12px 12px;
}
td.buttons { vertical-align: top;}
   .buttons div { float:left;}
    /* Tips for sidebar1:
    1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
    2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
    3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColElsHdr #sidebar1 p" rule.
    */
    .thrColElsHdr #sidebar1 {
    float: left; 
    width: 185px; /* since this element is floated, a width must be given */
    background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 0; /* top and bottom padding create visual space within this div */
}
div.submenu {
    width: 720px;
    height: 29px;
    margin-top: 8px;
}
.submenu div {
    float:left;
}
div.sermon_subjects_background {
     background: url(/images/sermon-bg.jpg) 0 0 repeat-x;
     padding:21px;
}
.sermon_subjects_background  div.searchFunctions {
    background: #3f396c url(/images/search01-bg.jpg) 0 0 repeat-x;
    padding: 12px 0;
    width: 300px;
}
.searchFunctions .label {
    line-height: 20px; font-size: 11px; font-family: Tahoma; color: #ebeaf3;font-weight: 800; padding-left:10px;
}
.sermon_subjects_background p.breadcrumb {
    margin-top: 0;
}
.sermon_subjects_background div.rightColumn {
    float:right;
    margin: 13px 10px 13px 0;
    width: 300px;
}
.sermon_subjects_background h1 {
    margin: 9px 0;
    line-height: 120%;
    font-size: 160%;
}
.rightColumn h3 {
    margin: 15px 0 6px 0;
    color: #6f2821;
    font-size: 130%;
}
.thrColElsHdr #sidebar1 ul {
    margin: 0 19px 9px 15px;
    padding: 0;
}
.thrColElsHdr ul {
    margin:0 3px 9px 10px;
    padding:0;
}
.thrColElsHdr #sidebar1 li {
    margin:2px 0;
    font-size:110%;
    font-weight:bold;
    list-style:none;
    background: none;
}
.thrColElsHdr #sidebar1 ul ul li {
    background: url(/images/navigation/bullet-navy.gif) no-repeat 0px 8px;
    font-size:90%;
    margin-bottom: 5px;
    padding: 2px 9px;
    font-weight:normal;
}
.thrColElsHdr .navigation li {
    background: url(/images/navigation/bullet-navy.gif) no-repeat 0px 8px;
    font-size:110%;
    margin-bottom: 2px;
    padding: 2px 9px;
    font-weight:normal;
    list-style:none;
}
.navigation h5 {
    font-size: 110%;
    margin: 8px 0;
    padding: 0;
}
.navigation  ul.topics {
    margin-left: 1px;
    padding-left: 7px;
}
.navigation .topics li {
    background: url(/images/navigation/bullet-white.gif) 0 7px no-repeat;
    margin-left: 3px;
    padding-left: 9px;
}

.thrColElsHdr #sidebar1 ul ul ul {
    visibility:hidden;
    margin:0;
    height:0;
}
.thrColElsHdr #sidebar2 {
    float: right; 
    width: 210px; /* since this element is floated, a width must be given */
    background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
    margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
    margin-right: 10px;
}
/* Tips for mainContent:
    1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
    2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
    3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
    4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
    */
.thrColElsHdr div#mainContent {
     	margin: 0 15px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
    padding-bottom: 25px;
}
.thrColElsHdr #footer { 
    padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#BA2526;
    color: #FFFFFF;
    height: 30px;
} 
.thrColElsHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
div.footerLinks {
  margin: 32px 0;
}
.footerLinks div.column {
    float: left;
width: 23%;
	background: url(/images/topic-bg.jpg) 0 0 repeat-x;
	padding: 0 0 60px 0;
	margin: 5px 0 5px 16px;
}
.footerLinks .column ul {
  margin: 9px 12px;
  padding: 0;
}
.footerLinks .column h5 {
  margin: 0;
  padding: 7px 12px;
  font-size: 14px;
  background: url(/images/footer-hdr-bg.jpg) 5px 0 repeat-x;
}
.footerLinks .column li {
  padding: 0 13px; 
  margin: 8px 0;
  list-style: none;
  line-height: 120%;
  font-size: 90%;
  background: url(/images/bullet-lite.gif) 1px 6px no-repeat;
}

.thrColElsHdr div.liner {
    margin: 10px;
}
/* Miscellaneous classes for reuse */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
div.paragraphBreak {
    margin:10px 0;
}
div.rightTipAbsolutePos {
    position:absolute; 
    float: left; 
    width: 190px; 
    height: 32px; 
    background: #ba2526; 
    z-index: 3;
}
div#hdrQuotes {
   margin-top:34px;
   position:absolute;
}
.rightTipAbsolutePos div {
    float:left;
}
.clearfloat, div.clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
 }                                         