﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset */

em
{
    font-style: italic;
}

strong
{
    font-weight: bold;
}

html
{
    
    background: #f6e9d3; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZTlkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWU5YzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f6e9d3 0%, #f5e9c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6e9d3), color-stop(100%,#f5e9c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6e9d3 0%,#f5e9c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6e9d3 0%,#f5e9c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6e9d3 0%,#f5e9c7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6e9d3 0%,#f5e9c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e9d3', endColorstr='#f5e9c7',GradientType=0 ); /* IE6-8 */
}

body 
{
    font-family: 'Open Sans', Arial;
    color: #333;
    line-height: 21px;
    font-size: 12px;
    /*background: white url('/site/r66/imgs/site-back.jpg') no-repeat 50% 0;*/

    
}

a img
{
    border: 0;
}

a.nostyle
{
    color: inherit;
    text-decoration: none;
}

.open-sans
{
    font-family: 'Open Sans';
}

.inline-block
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

#edevo-address
{
    text-align: center;
}

#overlayMask
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fbf2df;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    z-index: 9000;
}

#contactUsOverlay
{
    font-family: 'Open Sans', Arial;
    font-size: 12px;   
}

#contactUsOverlay h2
{
    font-weight: 600;
    color: #660000;
    font-size: 30px;
    margin-left: 10px;
    margin-bottom: 20px;
}

#contactUsOverlay p
{
    line-height: 19px;
}

#contactUsOverlay .left p
{
    margin-left: 30px;
}

#contactUsOverlay .left p.title
{
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.overlay
{
    z-index: 9001;
    position: absolute;
    top: 100px;
    left: 50%;
}

.overlay .overlayClose
{
    position: absolute;
    top: 11px;
    right: 13px;
}

.overlay .overlayClose img
{
    background: transparent url('/site/r66/imgs/overlay-close-btn.png') no-repeat 0 0;
    width: 61px;
    height: 20px;
}
    

.r66-watermark
{
    color: #555;
}   

.header
{
    position: relative;
    height: 108px;
    width: 900px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    background: transparent url('/site/r66/imgs/header-back.png') no-repeat 0 0;
}

.r66-logo
{
    position: absolute;
    background: transparent url('/site/r66/imgs/r66-logo-ro.png') no-repeat -500px -500px;
    height: 171px;
    width: 260px;
    top: 0;
    left: -16px;
    overflow: visible;
}

.r66-logo .ro-trigger
{
    position: relative;
    z-index: 3;   
}

.r66-logo .ro-image
{
    position: absolute;
    top: -30px;
    left: -16px;
    z-index: 1;
}

.navbar
{
    padding-left: 20px;
    position: absolute;
    top: 36px; 
    left: 247px;
    width: 480px;
    height: 30px;
}

.header-link
{
    color: inherit;
    text-decoration: none;
    position: relative;
    margin-left: 13px;
    margin-right: 10px;
    height: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.header-sublink
{
    color: inherit;
    text-decoration: none;
    position: relative;
    margin-left: 13px;
    margin-right: 10px;
    height: 20px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.header-sublink img.selected-icon
{
    position: absolute;
    top: 6px;
    left: -8px;
    width: 6px;
}

.header-link img.selected-icon
{
    position: absolute; 
    top: 10px; 
    left: -13px;
}

.header-home img.link-image
{
    vertical-align: middle;
    width: 51px;
    background-image: url('/site/r66/imgs/header-home-ro.png');
}

.header-listen img.link-image
{
    vertical-align: middle;
    width: 55px;
    background-image: url('/site/r66/imgs/header-listen-ro.png');
}

.header-read img.link-image
{
    vertical-align: middle;
    width: 45px;
    background-image: url('/site/r66/imgs/header-read-ro.png');
}

.header-connect img.link-image
{
    vertical-align: middle;
    width: 83px;
    background-image: url('/site/r66/imgs/header-connect-ro.png');
}

.header-about img.link-image
{
    vertical-align: middle;
    width: 59px;
    background-image: url('/site/r66/imgs/header-about-ro.png');
}

.header-readings img.sublink-image
{
    vertical-align: middle;
    width: 135px;
    background-image: url('/site/r66/imgs/header-insp-read-ro.png');
}

.header-articles img.sublink-image
{
    vertical-align: middle;
    width: 47px;
    background-image: url('/site/r66/imgs/header-articles-read.png');
}

.header-link img.link-image
{
    height: 30px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.header-sublink img.sublink-image
{
    height: 20px;
    background-color: transparent;
    background-position : 0 50%;
    background-repeat: no-repeat;   
}

a:hover .link-image, 
.header-link img.selected-image, 
a:hover .sublink-image, 
.header-sublink img.selected-image
{
    background-position: 100% 50%;
    
}

.player-panel
{
    position: absolute;
    top: 9px;
    left: 756px;
    width: 109px;
    height: 90px;
    z-index: 26;
}

.player-title
{
    width: 102px;
}

.player-title img
{
    margin-left: 2px;
}

.player-item-title
{
    margin-top: 4px;
    margin-left: 4px;
    /*width: 71px;*/
    font-weight: bold;
    font-size: 10px;
    color: Black;
    overflow: hidden;
    white-space: nowrap;
    line-height: 16px;
    padding-left: 30px;
    padding-right: 20px;
}
    
.player-button-bar
{
    margin-top: 3px;
    margin-left: 7px;
    width: 95px;
    height: 45px;
    text-align: center;
}

.player-button-bar a.prevbutton img
{
    background-image: url('/site/r66/imgs/header-reverse-button-ro.png');
}

.player-button-bar a.nextbutton img
{
    background-image: url('/site/r66/imgs/header-forward-button-ro.png');
}

.player-button-bar a.playbutton img
{
    background-image: url('/site/r66/imgs/header-play-button-ro.png');
}

.player-button-bar a.pausebutton img
{
    background-image: url('/site/r66/imgs/header-pause-button-ro.png');
}

.player-button-bar .smallButton img,
.player-button-bar .bigButton img
{
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
}

.player-button-bar .smallButton img
{
    z-index: 1;
    height: 27px;
    width: 26px;
}

.player-button-bar .bigButton img
{
    z-index: 2;
    height: 43px;
    width: 43px;
    margin: 0 -10px 0 -9px;
}

.player-button-bar a:hover img
{
    background-position: 100% 0;   
}

#player-container-wrapper
{
    position: absolute;
    top: -100px;
}

.read-submenu
{
    background: transparent url('/site/r66/imgs/header-read-ddl-back.png') no-repeat 0 0;
    width: 157px;
    height: 58px;
    position: absolute; 
    top: 67px;
    left: 50%;
    margin-left: -28px;
    display: none;
    z-index: 15;
}

.ad-bringback-button
{
    position: absolute;
    top: 79px;
    right: 2px;
}

.ad-bringback-button a img
{
    background: transparent url('/site/r66/imgs/ad-bringback-button.png') no-repeat 0 100%;
    height: 16px;
    width: 30px;
}

.content
{
    width: 900px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

.footer
{
    color: #670101;
    background: transparent url('/site/r66/imgs/footer-back.png') no-repeat 0 0;
    width: 900px;
    height: 88px;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
}

.footer-tp-logo-ro
{
    width: 82px;
    height: 53px;
    background: transparent url('/site/r66/imgs/footer-tp-logo-ro.png') no-repeat 0 0;
}

.footer-ro
{
    font-size: 10px;
    text-transform: uppercase;
    color: #660000;
    text-decoration: underline;
}

.footer-ro:hover
{
    color: Black;
}

a:hover .footer-tp-logo-ro
{
    background-position: 100% 0;
}

.sidbar-ad-link img
{
    background: transparent url('/site/r66/imgs/sidebar-book-ad-ro.png') no-repeat 0 0;
    width: 159px;
    height: 276px;
    margin-top: 39px;
    margin-left: 29px;
}

.sidbar-ad-link:hover img
{
    background-position: 100% 0;
}

.edevo-panel
{
    position: absolute;
    top: 5px;
    left: 396px;
    width: 297px;
    height: 255px;
}

.edevo-panel input
{
    position: absolute;
    top: 207px;
    left: 93px;
    width: 149px;
    z-index: 9;
}

.edevo-panel .receive-yours-button img
{
    margin-left: 119px;
    margin-top: 1px;
}

.clear-textbox
{
    border: 0;
    background: transparent;
}

.receive-yours-button img
{
    width: 99px;
    height: 21px;
    background: transparent url('/site/r66/imgs/receive-yours-btn-ro.png') no-repeat 0 0;
}

.receive-yours-button:hover img
{
    background-position: 100% 0;
}

.articles-block
{
    position: relative;
    height: 93px;
    background: transparent url('/site/r66/imgs/special-feature-back-repeat.png') repeat-x 0 0;
}

.spiritual-direction img
{
    width: 219px;
    height: 150px;
    background: transparent url('/site/r66/imgs/spiritual-direction-ro.png') no-repeat 0 0;
}

.spiritual-direction:hover img
{
    background-position: 100% 0;
}

.specialFeatureWindow
{
    vertical-align: top;
    display: inline-block;
    width: 525px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 11px;
    *display: inline;
    *zoom: 1;
}

.listenMoreWindow
{
    display: inline-block;
    width: 585px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 11px;
    *display: inline;
    *zoom: 1;
}

.specialFeatureContainer a,
.specialFeatureContainer a:link,
.specialFeatureContainer a:visited,
.listenMoreConatainer a,
.listenMoreConatainer a:link,
.listenMoreConatainer a:visited
{
    color: inherit;
    text-decoration: none;   
}

.specialFeatureContainer a
{
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}

.specialFeature
{
    position: relative;
    vertical-align: top;
    display: inline-block;
    background: transparent url('/site/r66/imgs/special-feature-item-back-ro.jpg') no-repeat 0 0;
    width: 251px;
    height: 86px;
    text-align: center;
    *display: inline;
    *zoom: 1;
}

.specialFeature img
{
    width: 251px;
    height: 86px;
    background-color: transparent;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.sf-dashboard img { background-image: url('/site/r66/imgs/sf-dashboard.png'); background-position: 50% 50%; }

.sf-speedometer img { background-image: url('/site/r66/imgs/sf-speedometer.png'); background-position: 50% 0; }

.sf-oil img { background-image: url('/site/r66/imgs/sf-oil.png'); background-position: 50% 50%; }

.sf-service img { background-image: url('/site/r66/imgs/sf-service.png'); background-position: 50% 0; }

.sf-fuel img { background-image: url('/site/r66/imgs/sf-fuel.png'); background-position: 50% 0; }

.sf-gear img { background-image: url('/site/r66/imgs/sf-gear.png'); background-position: 50% 50%; }

.sf-gauge img { background-image: url('/site/r66/imgs/sf-gauge.png'); background-position: 50% 0; }

.sf-seatbelt img { background-image: url('/site/r66/imgs/sf-seatbelt.png'); background-position: 50% 50%; }

.sf-odometer img { background-image: url('/site/r66/imgs/sf-odometer.png'); background-position: 50% 50%; }

.sf-dbjesus img { background-image: url('/site/r66/imgs/sf-dbjesus.png'); background-position: 50% 0; }

.sf-border
{
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #c4a976;
    vertical-align: top;
    display: inline-block;
    width: 1px;
    height: 70px;
    *zoom: 1;
    *display: inline;
}

a:hover .specialFeature
{
    background-position: 100% 0;
}

.listen-more
{
    position: relative;
    display: inline-block;
    width: 191px;
    height: 106px;
    background: transparent url('/site/r66/imgs/hear-more-back.png') no-repeat 0 0;
    margin: 0 2px;
    *display: inline;
    *zoom:1;
}

.listen-more h4
{
    margin-top: 11px;
    margin-left: 10px;
    margin-bottom: 4px;
    color: #660000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.listen-more p.desc
{
    margin-left: 10px;
    margin-right: 15px;
    line-height: 16px;
    line-height: 16px;
    color: #333;
    white-space: normal;
}

.listen-more .listen-link
{
    position: absolute;
    bottom: 11px;
    left: 0;
    text-align: center;
    width: 181px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.listen-more .listen-link img
{
    background: transparent url('/site/r66/imgs/headphones-ro.png') no-repeat 0 0;
    width: 14px;
    height: 13px;
}

a:hover .listen-more h4
{ font-weight: bold; }

a:hover .listen-more p.desc
{
    font-weight: bold;
}

a:hover .listen-more .listen-link
{ color: Black; }

a:hover .listen-more .listen-link img
{
    background-position: 100% 0;
}

a.bold-ro:hover
{
    font-weight: 800;
    margin-left: -1px;
}

.listen2
{
    background-position: -192px 0;
}

.listen3
{
    background-position: -383px 0;
}

.next-button img,
.prev-button img
{
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 38px;
    height: 37px;
}

.next-button img
{
    background-image: url('/site/r66/imgs/right-arrow-ro.png');
}

.prev-button img
{
    background-image: url('/site/r66/imgs/left-arrow-ro.png');
}

.next-button:hover img,
.prev-button:hover img
{
    background-position: 100% 0;
}

.learn-more-button
{
    background: transparent url('/site/r66/imgs/learn-more-btn-ro.png') no-repeat 0 0;
    width: 99px;
    height: 21px;
}

a:hover .learn-more-button
{
    background-position: 100% 0;
}

.listen-now-btn img
{
    background: transparent url('/site/r66/imgs/listen-now-btn-ro.png') no-repeat 0 0;
    width: 37px;
    height: 37px;
}

.listen-now-btn:hover img
{
    background-position: 100% 0;
}

.insp-reading-social a:hover i
{
    color: #660000;
}

.footer-social a:hover i
{
    color: black;
}

.ad-panel
{
    position: absolute;
    top: 67px;
    left: 184px;  
    z-index: 25; 
}

.ad-img
{
    position: relative;
    z-index: 26;
}

#donateAmount
{
    color: #333;
    padding: 5px 3px;
    text-align: center;
    border: 1px #801805 solid;
    background: transparent;
    width: 153px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-family: 'AvenirLT-Roman', 'Arial', Sans-Serif;
}

.overlayRequestYours 
{
    width: 151px;
    height: 38px;
    background: transparent url('/site/r66/imgs/overlay-request-button-ro.png') no-repeat 0 0;
}

a:hover .overlayRequestYours
{
    background-position: 100% 0;
}