/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 13 January 2009 @ 17:15 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html {
   margin: 0;
	padding: 0;
	font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
body {
   margin: 0; 
   padding: 0;
   background: #B3B4CD;
}
	a {
		color: #002886;
		text-decoration: underline;
	}
   	a:hover { text-decoration: none; }
   	a:visited { color: #655C55; }
   	a img { border: 0; }
    
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
	h2, h3, h4, h5, h6 {
		margin-bottom: 0.5em;
		font-size: 1.25em;
	}
		h2 { font-size: 1.7em; }
		h3 { font-size: 1.4em; }
		h4 { font-size: 1.2em; }
		h5 { font-size: 0.9em; }
		h6 { font-size: 0.8em; }

div.hr {
	height: 1px;
	margin: 0.8em 0;
	padding: 0;
	background: #8A8278 no-repeat scroll center;
}
	div.hr hr {
		display: none;
	}

div.inner {
	position: relative;
	width: 956px;
	margin: 0 auto;
}

form { margin: 0; padding: 0; }

button {
   border: 0;
   padding: 0;
   margin: 0;
   height: 17px;
   cursor: pointer;
   cursor: hand;
}

pre, b { color: #FFF; padding: 8px; margin: 0; font-size: 1.3em; white-space: normal; }

* html img { behavior: url("/globals/iepngfix_v1/iepngfix.php"); }


/** Header
-------------------------- **/
/** @group header */
#header .copy,
#attractionsFlash .copy {
   font-size: 1.2em;
   line-height: 1.5em;
   padding: 10px;
}
   #header .copy { color: #FFF; }
   #header .copy a, #header .copy a:visited { color: #34BDF4;}
#header {
   position: relative;
   height: 200px;
   background: #000 url('/images/bg_hdr.jpg') top left repeat-x;
}
#header div.inner { height: inherit; }
   #header #banner a, 
   #header #banner a:visited
   {
   	position: absolute;
   	display: block;
   	background: url('/images/logo.jpg') 0 0 no-repeat;
   	text-indent: -10000px;
   	width: 200px;
   	height: 165px;
   	text-decoration: none;
   	overflow: hidden;
   	z-index: 5;
   	top: 5px;
   	left: 0px;
   }
      #header #banner.MyrtleBeach a { background-image: url('/images/logo_88.3_myrtleBeach.jpg'); }
      #header #banner.Greenville a  { background-image: url('/images/logo_89.3_greenville.jpg'); }
      #header #banner.Asheville a   { background-image: url('/images/logo_91.3_asheville.jpg'); }
      #header #banner.Charleston a  { background-image: url('/images/logo_91.1_charleston.jpg'); }
/*      #header #banner.Raleigh a   { background-image: url('/images/logo_88.3_myrtleBeach.jpg'); }*/
      #header #banner.Savannah a    { background-image: url('/images/logo_91.9_savannah.jpg'); }
/** @group advertisements */
#header div.advertisement {
   background: transparent url('/images/bg_hdr-adBox.jpg') top left no-repeat;
   width: 170px;
   height: 149px;
}
   #header td.ad_content { 
      text-align: center;
      vertical-align: middle;
      color: #FFF;
      font-size: 1.4em;
      line-height: 1.5em;
      width: 170px;
      height: 149px;
      *width: 140px; /* IE7 */
      *height: 119px; /* IE7 */
      padding: 15px;
      overflow: hidden;
      cursor: pointer;
      cursor: hand;
   }
      * html #header td.ad_content { width: 140px; height: 119px; }
      #header td.ad_content a { color: #FFF; text-decoration: none; }
   /*div.ad_content {
         padding: 15px;
         color: #FFF;
         font-size: 1.4em;
         line-height: 1.5em;
         text-align: center;
         display: table-cell;
         vertical-align: middle;
         width: 170px;
         height: 149px;
         overflow: hidden;
      }*/
      /** html div.ad_content {
               position: relative;
               display: block;
               width: 140px;
               height: 119px;
               line-height: normal;
               cursor: pointer;
               cursor: hand;
            }*/
      /** html div.ad_content span {
               display: block;
               width: 170px;
               position:absolute;
               top:50%;
               left: 0;
               margin-top:-1.5em;
            }*/
   .ad_content strong { font-size: 1.4em; }
   #header #txtAds {
      position: absolute;
      z-index: 1;
      top: 11px;
      left: 252px;
      width: 355px;
   }
   #header div.box1 { float: right; }
   #header div.box2 { float: right; margin-right: 15px; }
/* @end advertisements **/
/** @group listenNow */
#listenNow {
   position: absolute;
   top: 0;
   right: 0;
   width: 325px;
   height: 195px;
   z-index: 3;
}
   #djPhoto {
      position: absolute;
      top: 0;
      right: 0;
      display: table-cell;
      width: 195px;
      height: 200px;
      text-align: right;
      vertical-align: bottom;
   }
#nowPlaying { 
   position: absolute;
   top: 11px;
   border: 2px solid #FFF;
   width: 176px;
   height: 142px;
   background-color: #142887;
   z-index: 1;
}
   #nowPlayingBubble {
      position: absolute;
      top: 73px;
      left: 176px;
      z-index: 2;
      width: 18px;
      height: 20px;
      background: transparent url('/images/icon_nowPlayingBubble.png') top left no-repeat;
      
   }
   #flashContent {
      height: 228px;
      overflow: hidden;
   }
   #listenNow_btn {
      display: block;
      width: 178px;
      height: 23px;
      background: #FFF url('/images/btn_listenLiveNow.gif') top left no-repeat;
   }
/* @end listenNow **/

/** @group topNavigation */
#header #topNavigation {
   position: absolute;
   right: 0;
   top: 172px;
	width: 758px;
   z-index: 6;
   height: 28px;
/*   border: 1px solid #FFF;*/
   border-bottom: 0;
/*   background: #142887 url('/images/bg_nav.jpg') top left repeat-x;*/
}
#header #topNavigation div.dynarch-horiz-menu {
    float: right;
    clear: right;
}

/** @group search_subscribe */
#search_subscribe { 
   padding: 5px 20px;
   width: 146px;
   /*float: right;
      clear: right;*/
/*   border: 1px solid #FFF;*/
   position: absolute;
   top: 170px;
   left: 10px;
   border-bottom: 0;
}
* html #search_subscribe { margin-right: 7px; width: 150px; padding: 5px 0; }
#search_subscribe a {
   background-color: #b2bad5;
   color: #142887;
   display: block;
}
/** @group subscribe */
#subscribe {
   float: left;
   width: 76px;
}
   #subscribe a {
      background: transparent url('/images/btn_subscribe.gif') top left no-repeat;
      width: 76px;
      height: 17px;
   }
/* @end subscribe **/
/** @group search */
#search {
   float: left;
   width: 56px;
   margin-left: 14px;
}
/** html #search { margin-left: 10px; }*/
   #search a {
      background: transparent url('/images/btn_search.gif') top left no-repeat;
      width: 56px;
      height: 17px;
   }
#searchHolder {
   line-height: normal;
   position: absolute;
   top: 0;
   left: 0;
   width: 245px;
   height: 54px;
   z-index: 5;
}
#search_form #form_content {
   background-color: #142887;
   border: 1px solid #FFF;
   padding: 10px 35px 15px 15px;
   height: 32px;
}
   #search_form label { color: #FFF; font-size: 1.1em; }
   #search_form input { 
      width: 125px; 
      float: left; 
      border: 1px solid #33408e;
      background-color: #99a0c7;
      color: #FFF;
      padding: 2px 5px;
   }
   #search_form button {
      background-color: transparent;
      margin: 1px 0 0 5px;
      height: 18px;
      float: left;
   }
   a#hideSearch {
      position: absolute;
      top: 5px;
      right: 5px;
      cursor: pointer;
      cursor: hand;
   }
/* @end search **/
/** html #search_btn, * html #subscribe_btn { border: 1px solid #142887; }*/
/* @end search_subscribe **/
/* @end topNavigation **/
/* @end header **/

/** ContentWrapper
-------------------------- **/
/** @group ContentWrapper */
#contentWrapper {
   background: transparent url('/images/bg_contentWrapper.gif') top left repeat-x;
   min-height: 200px;
   padding-bottom: 20px;
   overflow: hidden;
}
/** @group content */
#content {
   background: #FFF url('/images/bg_content.gif') top left repeat-x;
   padding-top: 32px;
   border: 1px solid #FFF;
   border-top: 0;
   padding: 10px;
   padding-top: 260px;
}
/** html #content { padding-top: 420px; }*/
   #default #content { padding-top: 32px; }
      #default #content h4 {
         font-weight: bold;
         color: #517D35;
         margin-bottom: 0;
         font-size: 1.0em;
      }
/** @group hisradio_layout */
#hisradio_layout {
   font-size: 1.2em;
   line-height: 1.5em;
}
/** @group hisradio_contentSlot */
#hisradio_contentSlot {
   width: 604px;
   float: left;
   background: transparent url('/images/bg_layout.jpg') top left repeat-x;
   padding: 10px;
   position: relative;
}
   #hisradio_contentSlot h2 {
      font-size: 1.4em;
      color: #517D35;
   }
      #hisradio_contentSlot h2 strong { font-size: 1.4em; }
   /*#hisradio_contentSlot em {
         color: #666;
         font-style: normal;
      }*/
   #hisradio_contentSlot ul li,
   #hisradio_contentSlot ol li {
      margin-bottom: 0.8em;
   }
#hisradio_contentSlot form td.content { width: 180px; }
#hisradio_contentSlot form input.input,
#hisradio_contentSlot form textarea.textarea,
#hisradio_contentSlot form select.select {
   border: 1px solid #517D35;
   padding: 3px;
}
   #hisradio_contentSlot form input.submit {
      border: 1px solid #172165;
      border-left-color: #2636AC;
      border-top-color: #2636AC;
      background-color: #1E2B7E;
      color: #FFF;
      padding: 3px 5px;
      cursor: pointer;
      cursor: hand;
   }

#hisradio_contentSlot div#thumbnails div.shadowbox_img {
   width: 105px;
   height: 95px;
   margin:7px;
   overflow:hidden;
   padding:0;
}
/* @end hisradio_contentSlot **/
/** @group rightCol */
#hisradio_sideBar {
   width: 300px;
   float: left;
   margin-left: 10px;
}
#hisradio_sideBar .advertisement { text-align: center; }
#default.prayer_center #hisradio_sideBar { 
   float: right;
   font-size: 1.2em;
}
#default #hisradio_sideBar #onTheAir { margin: 10px 0; }
   #default #hisradio_sideBar #onTheAir h5 {
      background: #CCC url('/images/bg_h5-interior.jpg') top left repeat-x;
      color: #142887;
      font-size: 1.2em;
      font-weight: bold;
      margin: 0;
      padding: 3px;
      text-align: center;
   }
      #default #hisradio_sideBar #onTheAir ul {
         margin: 0;
         padding: 10px 20px;
         list-style: none;
         border: 1px solid #CCC;
         border-bottom-width: 4px;
      }
      #default #hisradio_sideBar #onTheAir a { color: #333; }
/* @end rightCol **/
/* @end content **/
/** @group content_hdr */
#content_hdr {
   padding: 10px;
   position: absolute;
   top: 22px;
   left: 0;
}
   * html #content_hdr { width: 936px; }
/** @group locationBox */
#locationBox {
   width: 252px;
   height: 228px;
   background: #afdf8e url('/images/box_location-ftr.jpg') bottom left no-repeat;
   font-size: 1.1em;
   float: left;
}
   #locationBox #slider {
      width: 252px;
      overflow: hidden;
      position: relative;
   }
   #locationBox #slider_inner { width: 504px; }
   #locationBox #locations,
   #locationBox #events { 
      position: relative;
      float: left;
      width: 252px;
   }
      #locationBox #events #marginSlot {
         width: 232px;
         padding: 0 10px;
         line-height: 1.25em;
      }
   #locationBox div.btnSwapDiv {
      position: absolute;
      top: 0;
      right: 0;
      width: 98px;
      height: 27px;
      cursor: pointer;
      cursor: hand;
   }
   #locationBox div.btnSwapDiv a {
      width: 98px;
      height: 27px;
      background-color: transparent;
      display: block;
   }
      #locationBox #locations div.btnSwapDiv a { background: transparent url('/images/btn_viewLocalEvents.jpg') top left no-repeat; }
      #locationBox #events div.btnSwapDiv a { background: transparent url('/images/btn_changeLocation.jpg') top left no-repeat; }
   #locationBox #locations h3,
   #locationBox #events h3 {
      background: transparent url('/images/box_location-hdr_new.jpg') top left no-repeat;
      width: inherit;
      height: 45px;
   }
      #locationBox #events h3 { 
         background-image: url('/images/box_location-hdr_calendar_new.jpg');
         height: 26px;
      }
   #locationBox ul {
      margin: 0;
      margin-top: -15px;
      padding: 0 20px;
      list-style: none;
   }
      #locationBox ul li { }
         #locationBox ul li a {
            display: block;
            color: #000;
            padding: 5px 10px;
            text-decoration: none;
            border-bottom: 1px solid #FFF;
         }
         * html #locationBox ul li a { height: 13px; }
            #locationBox ul li a:hover { text-decoration: underline; }
            
#locationBox #events table {  margin: 0 0 7px 0; }

#locationBox #events dt,
#locationBox #events td.date { 
/*   float: left;*/
   width: 45px;
   color: #333;
   text-align: right;
   padding-right: 10px;
}
#locationBox #events dd,
#locationBox #events td.event {
/*   float: left;*/
   width: 170px;
   text-align: left;
   margin-left: 15px;
   margin-bottom: 4px;
   *margin-bottom: 0;
}
   #locationBox #events dd a,
   #locationBox #events td.event a { 
      font-weight: bold;
      color: #02207A;
      cursor: help;
   }
#locationBox #events div.hr,
#locationBox #events td  { 
   padding: 6px 0;
   border-bottom: 1px solid #FFF;
   vertical-align: top;
}

/*#locationBox #more_family_events {
   width: 145px;
   height: 17px;
   background: transparent url('/images/btn_moreFamilyEvents.jpg') top left no-repeat;
   margin-right: 16px;
   margin-top: 8px;
}*/
/* @end locationBox **/
/** @group attractionsFlash */
#attractionsFlash {
   width: 476px;
   height: 228px;
   background-color: #ECECEC;
   float: left;
   margin: 0 9px 0 10px;
   position: relative;
}
   #attractionsFlash #more_special_events {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 3;
   }
/* @end attractionsFlash **/
/** @group internalAds */
#internalAds {
   width: 189px;
   float: left;
   position: relative;
}
/** @group blue_box */
#internalAds .bluebox {
   background: #9dbbf4 url('/images/box_blue-ftr.jpg') bottom left no-repeat;
   width: 189px;
   height: 110px;
   overflow: hidden;
   text-align: center;
}
   #internalAds .bluebox p {
      margin: -5px 0 0 0;
      padding: 0 10px;
      font-size: 1.1em;
      line-height: 1.25em;
   }
   #internalAds .bluebox a { 
      display: block;
      margin: 8px auto 0 auto; 
   }
/*      * html #internalAds .bluebox a { position: absolute; left: 0; margin: 8px auto; }*/
   #internalAds .box1 h4 {
      background: transparent url('/images/box_blue-hdr-prayer.jpg') top left no-repeat;
      height: 35px;
   }
      #share_prayers {
         width: 105px;
         height: 17px;
         background: transparent url('/images/btn_sharePrayers.jpg') top left no-repeat;
      }
         * html #internalAds .bluebox #share_prayers { left: 42px; }
   #internalAds .box2 { margin-top: 8px; }
   #internalAds .box2 h4 {
      background: transparent url('/images/box_blue-hdr-giving.jpg') top left no-repeat;
      height: 35px;
   }
      #give_now {
         width: 70px;
         height: 17px;
         background: transparent url('/images/btn_giveNow.jpg') top left no-repeat;
      }
/*         * html #internalAds .bluebox #give_now { left: 60px; }*/
/* @end blue_box **/
/* @end internalAds **/
/* @end content_hdr **/
/** @group recommended_box */
#recommended_box {
   margin: 10px 0;
   padding: 10px;
   padding-left: 40px;
   width: 887px;
   background: #e6f0f7 url('/images/bg_recommendations.jpg') bottom left repeat-x;
   font-size: 1.2em;
   line-height: 1.25em;
   color: #333;
}
#recommended_box h4 { color: #142887; }
#recommended_box p {
   margin: 0;
   padding: 0 0 8px 0;
}
#recommended_box #col1 {
   width: 248px;
   float: left;
   padding-right: 30px;
}
#recommended_box #col2 {
   width: 271px;
   float: left;
   padding-right: 30px;
}
   #recommended_box #col2 ul {
      margin: 0 0 8px 0;
      padding: 0;
      list-style: none;
   }
      #recommended_box #col2 ul a { color: #000; }
      #recommended_box #col2 #more_videos {
         width: 95px;
         height: 17px;
         background: transparent url('/images/btn_moreVideos.jpg') top left no-repeat;
      }
#recommended_box #col3 {
   width: 270px;
   float: left;
}
#recommended_box #col3 p { margin: 6px 0; }
#recommended_box #col4 {
   display: none;
   /*width: 148px;
      float: left;
      text-align: right;*/
}
   #recommended_box #col4 h4 { display: none; }
   #recommended_box #col4 img { 
      border: 2px solid #142887;
      margin: 4px;
   }
   #recommended_box #col4 p {
      margin: 0;
      padding: 0;
   }
/* @end recommended_box **/
/* @end ContentWrapper **/

/** Footer
-------------------------- **/
/** @group footer */
#footer {
	padding: 5px;
	color: #666;
	line-height: 1.25em;
	border-top: 3px solid #67689A;
	margin-top: 10px;
}
* html #footer { margin-top: 20px; }
   #footer a { 
      color: #666;
      text-decoration: none;
   }
      #footer a:hover { text-decoration: underline; }

#copyright {
   float: left;
   clear: left;
}
#siteBy {
   float: right;
   clear: right;
}

/* @end footer **/

/** @group login */
form .login { 
   width: 290px;
   margin: 0 auto;
   line-height: 1.5em;
}
   form #report_searchbox { width: 350px; }
      form #report_searchbox h3 {
         font-size: 1.2em;
         border-bottom: 1px solid #000;
         padding-bottom: 3px;
      }
   form .login .input { margin-bottom: 0.8em; }
   form .login label {
      float: left;
      display: block;
      width: 70px;
      padding: 3px 5px;
      text-align: right;
   }
   form .login input {
      width: 182px;
      padding: 4px;
      border: 1px solid #727272;
      border-right-color: #B4B4B4;
      border-bottom-color: #B4B4B4;
   }
      form #report_searchbox input { margin-right: 6px; }
   form .login .submit { text-align: center; }
   form .login button { 
      background-color: #142887;
      border: 1px solid #014F8D;
      border-left-color: #3966B6;
      border-top-color: #3966B6;
      color: #FFF;
      padding: 2px 6px;
      font-size: 1.1em;
      height: auto;
   }
/* @end login **/

/** @group results */
#result_box { margin-top: 15px; }
#result_table { width: 600px; }
   #result_table th { text-align: left; }
   #result_table td { vertical-align: top; border-bottom: 1px solid #999; }
/* @end results **/

/** @group toolTips */
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/**
* =cluetipClass: 'nlh_pc_calendar' 
* ************************** **/

.cluetip-nlh_pc_calendar {
   background-color: #B3B4CD;
   border: 1px solid #142887;
   font-size: 10px;
}

.cluetip-nlh_pc_calendar #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #B3B4CD;
}

.cluetip-nlh_pc_calendar h3#cluetip-title {
  margin: 0;
  padding: 8px 10px;
  font-size: 1.4em;
  font-weight: bold;
  background-color: #33408E;
  color: #fff;
}

.cluetip-nlh_pc_calendar #cluetip-inner {
  padding: 10px;
  font-size: 1.2em;
  padding-bottom: 35px;
}

.cluetip-nlh_pc_calendar #cluetip-inner .event_block { position: relative; }

.cluetip-nlh_pc_calendar #cluetip-inner dl {
   padding: 0;
   margin: 0;
}
.cluetip-nlh_pc_calendar #cluetip-inner div.hr {
   height: 1px;
   margin: 0.8em 0 0.8em 0;
   padding: 0;
   background: #142887 no-repeat scroll center;
}

.cluetip-nlh_pc_calendar #cluetip-inner div.hr hr { display: none; }

.cluetip-nlh_pc_calendar #cluetip-inner p {
   margin:  0;
   padding: 0 0 8px 0;
}

.cluetip-nlh_pc_calendar div#cluetip-close  { 
   position: absolute;
   bottom: 0;
   left: 0;
}
   * html .cluetip-nlh_pc_calendar div#cluetip-close  { left: -10px; }

.cluetip-nlh_pc_calendar a.email {
   color: #586b23;
}

.cluetip-nlh_pc_calendar a.email:hover {
   background-color: #92B03D;
   color: #FFF;
}

.cluetip-nlh_pc_calendar div#cluetip-close a {
   background-color: #33408E;
   display: block;
   padding: 6px;
   text-align: center;
   border: 1px solid #142887;
   border-left: 0;
   border-bottom: 0;
   color: #FFF;
   text-decoration: none;
}

.cluetip-nlh_pc_calendar div#cluetip-close a:hover {
   background-color: #FFF;
   color: #33408E;
}
/* @end toolTips **/


/** @group prayer_center */
.prayer_center #hdr ul {
   margin: 20px 0 0 0;
   padding: 0;
   list-style: none;
}
.prayer_center #hdr ul li { margin-bottom: 0.2em; }
.prayer_center #hdr ul li a,
.prayer_center #hdr ul li a:visited {
   display: block;
   padding: 5px 8px;
   background-color: #B3B4CD;
   color: #333;
   border: 1px solid #99A0C7;
   text-decoration: none;
}
   .prayer_center #hdr ul li a:hover { background-color: #67689A; color: #FFF; }
   .prayer_center .SignOut h1 { display: none;}

.prayer_center #hisradio_layout li { margin-bottom: 0; }

.prayer_center #ContentBody { padding-top: 15px; }
/* @end prayer_center **/


/** Class Styles
-------------------------- **/
.positioner { position: relative; }

.imgReplace { text-indent: -10000px; overflow: hidden; }

.rightTxt { text-align: right; }

.hidden {
	display: none;
}

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}
