/* this particular version layout will not work in IE/Win Strict Mode 
   it can be made to work in IE strict with the use of CSS expressions
	 to calculate the required height of the 2 absolute positioned divs
*/
/********** main css ***********/
@import url("/css/events_styles.css");
@import url("/css/blogs_styles.css");
@import url("/css/media_styles.css");
@import url("/css/forms.css");
html
{
}
body
{
    margin: 0px 0px 0px 0px;
    height: 100%;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    background-color: #fff;
    background-position: top;
    text-align: center; /* IE quirky center */
    color: #777;

    background-image: url(/images/bg_main.jpg);
    background-repeat: repeat-x;
    background-position:top;

    
}

a
{
    color: #666;
    text-decoration: none;
    
}

a:link
{
    color: #666;
    text-decoration: none;
    
}


a:visited
{
    color: #666;
    text-decoration: none;
    
}


a:hover
{
    color: #fff;
    text-decoration: underline;
}

a.footerlinks
{
    color: #fff;
    text-decoration: none;
}
a.footerlinks:hover
{
    color: #fff;
    text-decoration: underline;
}


a.topLinks
{
    color: #fff;
    text-decoration: none;
}
a.topLinks:hover
{
    color: #fff;
    text-decoration: underline;
}
a.right_navigations
{
    text-align: left;
    font-weight:bold;
    color:#A8A8A8;
    text-transform: uppercase;
    font-family: Arial Narrow, Arial;
    text-decoration: none;
    line-height:26px;
}
a.right_navigations:hover
{
    text-align: left;
    font-weight:bold;
    color:#868a3e;
    text-transform: uppercase;
    font-family: Arial Narrow, Arial;
    text-decoration: none;
    line-height:26px;
}
img
{
    border: 0px;
}
img.middle
{
    vertical-align: middle;
}
/* heading tags */

h1
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
}

h2
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
}

h3
{
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    padding: 3px;
    text-align: left;
    line-height: 16px;
    color: #666;
    margin: 0;
    border-bottom: solid 1px #666;
}
h4
{
    font-size: 11px;
}
/** site structure **/

#top_links
{
    position: relative;
    width:990px;
    height:16px;
    text-align:left;
    background-color: Transparent;
    padding-top:10px;
    color:#6666;
   font-weight:bold;
 
   
}
#main_wrapper
{
    position: relative;
    width: 990px;
    text-align:left;
    background-color: transparent;
    left:20px;
}
#logo_wrapper
{
    position:relative;
    height:91px;
    text-align:center;
}
#logo
{
    position:relative;
    top:30px;
    text-align:center;
}

#fnlogo
{
    position:absolute;
    left:920px;
}
#mainContent
{
    position:relative;
    width:100%;
    min-height:800px;
    height:auto;
    height:100%;
    
}

#mainContentTop
{
    position:relative;
    height:14px;
    width:100%;
}

#mainContentMiddle
{
    position:relative;
    min-height:800px;
    height:100%;
    width:950px;
    /*background-image:url(/images/bg_middle.jpg);
    background-repeat:repeat-y;*/
    padding:15px 0px 0px 0px;
    margin-top: 35px;


}

#mainContentBottom
{
    position:relative;
    height:14px;
    width:100%;
    
}

#header
{
    position:relative;
    padding-top:20px;
    left:493px;
    width:497px;
    padding-bottom:10px;
    
    
}

/***************** Live Broadcast ********************/
#lb_wrapper
{
    
    left:0px;
}

#lb_chat
{
    visibility: hidden;
}

.lbTitle
{
    font-size: 18px;
    color: #fff;
    font-family:Arial, Century Gothic, Helvetica, Verdana;
    padding-left: 18px;
}
.lbDescription
{
    font-size: 12px;
    font-family:Arial, Century Gothic, Helvetica, Verdana;
    color: #fff;
 padding-left: 18px;
}

.lbSmallTitle
{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    font-family:Arial, Century Gothic, Helvetica, Verdana;
    text-transform: uppercase;
    padding-bottom: 5px;
    padding-left: 5px;
}

.lbPageViews
{
    color: #fff;
    width:320px;

    
}

.lbPageViewsLarge
{
    color: #fff;
    width:640px;
}
#lb_countdown
{
    position:absolute;
    left:645px;
    top:140px;
     height:71px;
    width:310px;
    background-image:url('/images/bg_countdown.png');

}

#lb_countdowniphone
{
    position:relative;
    left:0px;
    top:10px;
    height: 63px;
    width: 286px;
}

#tabstripWrapper
{
    top:100px;
}



.lbTabStrip
{
    top:100px;
    width: 330px;
}

.lbTabStripLarge
{
    width: 642px;
}



.lbEditor
{
    background-color:#333;
    border-width:0px;
    border:0px 0px 0px 0px;
    
}

#cntdwn
{
    position:absolute;
    left:0px;
}
#LBRotator
{
    z-index: 1;
    background-color:#333;

}
#footer
{
    position:relative;
    left:0px;
    width:950px;
}
#downloadflash
{
    position:absolute;
    left:750px;
}


#playerWrapper
{
    position:relative;
    height:360px;
    width:640px;
    background-color:#000;
}

.lbPlayerCell
{
    position:relative;
    width:640px;
    height:360px;
}

.odPlayerCell
{
    width:640px;
    height:360px;
    text-align:left;
}
.odHeader
{
    font-size:18px;
    text-align:left;
    font-weight:bold;
}

/************Countdown timer***************/


#countdownTimer
{
    position: absolute;
    top: 10px;
    z-index: 100;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight:normal;
    text-align: left;
    left:127px;
   
}
#countdownTimeriphone
{
    position: relative;
    top: 0px;
    z-index: 100;
    color: #000000;
    font-size: 11px;
    text-transform: uppercase;
       font-weight:normal;
    text-align: center;
    left: 0px;
    top:10px;
}

#countdownHeader
{
    position:absolute;
    top:5px;
    left:170px;
    color:#666;
    font-size:22px;
    font-family: Arial, HeleveticaNeue, Tahoma,Sans-Serif;
    text-transform:uppercase;
       font-weight:bold;

}

.countdownLive
{
 
    color:#fff;
    font-size:22px;
    font-family: Arial, HeleveticaNeue, Tahoma,Sans-Serif;
    text-transform:uppercase;
    font-weight:normal;

}

#countdownHeaderIphone
{
    position:relative;
    color:#fff;
    font-size:28px;
    font-family: Arial, HeleveticaNeue, Tahoma,Sans-Serif;
    text-transform:uppercase;
    width:120px;
    font-weight:normal;

}

.countdownLargeText
{
    font-size: 22px;
    color: #999999;
    font-weight:normal;
    font-family: Arial, HeleveticaNeue, Tahoma,Sans-Serif;
    
}

.countdownSmallText
{
    font-size: 20px;
    text-transform: lowercase;
    color: #fff;
    text-align: center;
     font-family:Cbold;
 
}

.countdownCell
{
    vertical-align: top;
    text-align: center;
    font-weight:normal;
    padding:0px 0px 0px 0px;
}

#notesHeader
{
    display:none;
}

.lbMultipage
{
    width:300px;
   /* height:700px; for 16:9*/
   height:620px;
    background-color:#333;
    border:solid 1px #333;
    color:#333;
}

.lbMultipageLarge
{
    width:640px;
    height:326px;
    background-color:#333;
     border:solid 1px #333;
}
#lbCallouts
{
    position:relative;
    height:135px;

}
#lbCallout1
{
    position:absolute;
    left:0px;
    top:0px;
}

#lbRotatorSmallLeft
{
    position:absolute;
    left:0px;
    top:0px;
    
}
#lbcalloutseperator
{
    position:absolute;
    left:314px;
    visibility:hidden;
}

#lbCallout2
{
    position:absolute;
    left:325px;
    top:0px;
    
}

#lbRotatorSmallMiddle
{
    position:absolute;
    left:325px;
    top:0px;
}

#lbCallout3
{
    position:absolute;
    left:650px;
    top:0px;
    
}

#lbRotatorSmallRight
{
    position:relative;
    left:640px;
    top:0px;
}

.lbSubHeader
{
    padding-top:20px;
    font-size:24px;
    color: #fff;
    padding-left:17px;
}

#lbFooterIcons
{
    position:absolute;
    left:px;
    top:0px;
    width:600px;

}

.lbScheduleHeader
{
    position:relative;
    font-size:16px;
    color: #ff;
    left:18px;
    padding-bottom:20px;
    
}

.lbSceduleTitle
{
    position:relative;
    font-size:16px;
    color: #fff;
    left:0px;
    width:300px;
        padding-bottom:20px;
}

.st_sharethis_custom{ 
        background: url("/imagea/icon_share.png") no-repeat scroll left top transparent; 
        padding:0px 16px 0 0; 
}

.youVersionIframe
{
    height:620px;
    width:300px;
}

input[type=text]
{
   margin-left: 5px;
}

element.style
{
 position: relative;
padding-top: 5px;
}
  
  .emailtextBox
  {margin-left:5px;
  }



.smallPageViewDiv 
{
    width:300px;
   /* height:700px; for 16:9*/
   height:620px;
    background-color:#333;
    border:solid 1px #333;
    color:#333;
    /*overflow:auto;*/
}
.fb-comments
{
    position:relative;
    height:580px;
    overflow:auto;
    width:300px;
}
#bibleSearchWindow
{
    width:300px;
    height:600px;
    overflow:hidden;
}



#player, #LBPlayer, .LBplayer
{
   position:absolute;
    width:640px;
    height:360px;
     z-index:50;
     left:0px;
    top:0px;

}

#playerRotator
{
    position:relative;
    width:640px;
    height:360px;
    z-index:101;
    left:0px;
    top:0px;
}


countdownTextDays
{
    position:absolute;
    left:0px;
    width:40px;
    overflow:hidden;
}

#countdownTextHours
{
    position:absolute;
    left:48px;
     width:40px;
    overflow:hidden;
    top:0px;
}


#countdownTextMins
{
    position:absolute;
    left:92px;
     width:80px;
    overflow:hidden;
     top:0px;
}

#countdownTextSec
{
    position:absolute;
    left:138px;
     width:120px;
    overflow:hidden;
     top:0px;
}