html {
    background-color: transparent;
}
body {
    background-color: #cccccc;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    padding-bottom: 10px;
}
a {
    color: #1b4c67;
    text-decoration: underline;
}
a:hover,
ul.topic-list li.series a:hover {
    color: #274eb6;
}
#container {
    width: 997px;
    margin: 0 auto;
    background-color: white;
}
#header {
    position: relative;
    height: 60px;
    border-bottom: 2px solid #f1f2f6;
    background: #045251 url(../images/header-background.png) no-repeat scroll left top;
}
#header a.logo {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 365px;
    height: 37px;
    text-indent: -9999px;
    outline-style: none;
}
#header ul {
    position: absolute;
    right: 10px;
    top: 5px;
}
#header ul li {
    display: inline;
    padding-left: 15px;
}
#header ul a {
    font-size: 11px;
    color: white;
    text-decoration: none;
}
#header ul a:hover {
    color: #d6b043;
}
#main {
    position: relative;
    border: 1px solid #999999;
    border-width: 1px 0;
    background: transparent url(../images/dotted-vertical-line-background.png) repeat-y scroll 311px 0;
    overflow: auto;
    outline-style: none;
}
* html #main {
    zoom: 1;
    overflow: visible;
}
#left-column {
    width: 279px;
    float: left;
    padding: 13px 16px;
}
#content {
    position: relative;
    margin-left: 312px;
    padding: 11px 18px 11px 24px;
}
#footer {
    position: relative;
    background: transparent url(../images/footer-background.png) repeat-x scroll left top;
    font-size: 11px;
    padding: 12px 15px 7px;
}
#footer p {
    margin: 0;
}
#footer a {
    text-decoration: none;
}
#footer p.affiliation {
    position: absolute;
    right: 10px;
    top: 12px;
}
strong,
.bold {
    font-weight: bold;
}
h2, div.series-header {
    border: 1px solid #999999;
    background-color: #f1f2f6;
    font-size: 16px;
    padding: 8px 7px;
    margin-bottom: 4px;
}
div.series-header {
    font-size: 12px;
    position: relative;
    margin-bottom: 15px;
}
div.series-header h2 {
    border-style: none;
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
}
div.series-header p {
    margin-bottom: 0;
}
h3 {
    font-size: 13px;
    margin-bottom: 4px;
}
h3.search-heading {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: black;
    margin-bottom: 5px;
    margin-top: 20px;
}
p {
    margin-bottom: 1em;
}
p.center {
    text-align: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
input.text {
    border: 1px solid #999999;
    height: 14px;
    padding: 2px;
    font-size: 11px;
}
textarea {
    border: 1px solid #999999;
    font-size: 11px;
}
select {
    border: 1px solid #999999;
    height: 20px;
    padding: 0;
    font-size: 11px;
}
input.go {
    border-width: 0;
    font-family: Arial, Tahoma;
    font-size: 10px;
    color: #7b7b7b;
    text-transform: uppercase;
    background: transparent url(../images/button-go-sprite.png) no-repeat scroll 0 -20px;
    padding: 3px 2px 5px 23px;
    cursor: pointer;
    height: 20px;
}

input.find-events {
    border-width: 0;
    font-family: Arial, Tahoma;
    font-size: 14px;
    color: #015b5a;
    text-transform: uppercase;
    background: transparent url(../images/button-go-sprite.png) no-repeat scroll 0 -20px;
    padding: 3px 2px 5px 23px;
    cursor: pointer;
    height: 20px;
    font-weight: bold;
}

input.go.hover {
    background-position: 0 -40px;
}
input.go.disabled {
    background-position: 0 0;
}
.event-finder {
    border: 1px solid #999999;
    background-color: #f1f2f6;
    overflow: auto;
    outline-style: none;
    font-size: 11px;
    margin-bottom: 15px;
}
* html .event-finder {
    zoom: 1;
}
.event-finder.flat ul li {
    overflow: auto;
    outline-style: none;
    margin-bottom: 2px;
}
* html .event-finder.flat ul li {
    zoom: 1;
}
.event-finder.flat ul label {
    width: 7em;
    float: left;
    text-align: right;
    padding-right: 0.5em;
    margin-top: 2px;
}
.event-finder.flat form {
    display: block;
    float: none;
    overflow: auto;
    outline-style: none;
}
* html .event-finder.flat form {
    zoom: 1;
}
.event-finder.flat select {
    width: 160px;
}
.event-finder.flat p.find {
    margin-top: 1em;
}
.event-finder.flat p.find a {
    float: left;
    margin-top: 3px;
}
.event-finder.flat p.find input.go {
    float: right;
}
.event-finder input#event-finder-keyword {
    width: 154px;
}
.event-finder select#event-finder-date-range {
    width: 75px;
}
.event-finder input#event-finder-date-1,
.event-finder input#event-finder-date-2 {
    margin-left: 4px;
    width: 75px;
}
.event-finder li.date2 {
    display: none;
}
.event-finder li.date2 label {
    width: 152px;
}
.event-finder ul.tabs {
    overflow: auto;
    outline-style: none;
    border-bottom: 1px solid #999999;
    background: #e1e4eb url(../images/event-finder-tab-background.png) repeat-x scroll left top;
}
* html .event-finder ul.tabs {
    zoom: 1;
}
.event-finder ul.tabs li {
    display: inline;
    float: left;
    border-right: 1px solid #999999;
}
.event-finder ul.tabs li.last {
    border-right-width: 0;
}
.event-finder ul.tabs a {
    font-size: 11px;
    float: left;
    padding: 10px;
    color: black;
    text-decoration: none;
    outline-style: none;
}
.event-finder ul.tabs a:hover {
    text-decoration: underline;
}
.event-finder ul.tabs li.active a {
    color: #999999;
    cursor: default;
}
.event-finder ul.tabs li.active a:hover {
    text-decoration: none;
}
.event-finder form {
    float: left;
    padding: 12px;
}
.event-finder form.active {
    display: block;
}

.statement {
    border: 1px solid #999999;
    border-width: 1px 0;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana;
}

ul.topic-list {
    float: left;
    width: 394px;
}
ul.topic-list li,
ul.sub-topics li {
    position: relative;
    border: 1px solid #999999;
    float: left;
    width: 185px;
    margin-right: 6px;
    margin-bottom: 3px;
    background: #eef0f4 url(../images/topic-list-item-background.png) repeat-x left center;
    overflow: hidden;
}
ul.topic-list li.hover,
ul.sub-topics li.hover {
    border-color: #dab960;
    background-image: url(../images/topic-list-item-background-hover.png);
}
ul.topic-list li.hover a,
ul.sub-topics li.hover a {
    color: #c38929;   
}
ul.topic-list li.hover a:hover,
ul.sub-topics li.hover a:hover {
    text-decoration: none;
}
ul.topic-list a,
ul.sub-topics a {
    display: block;
    font-size: 11px;
    padding: 6px 0px 6px 4px;
    color: #38382e;
    text-decoration: none;
    white-space: nowrap;
    outline-style: none;
}
ul.topic-list a:hover,
ul.sub-topics a:hover {
    text-decoration: underline;
}
ul.sub-topics {
    z-index: 10000;
    position: absolute;
    float: none;
    margin-left: 20px;
    margin-top: -10px;
    background-color: white;
    padding: 5px;
    padding-bottom: 0;
    border: 1px solid #666666;
}
ul.sub-topics li {
    float: none;
    margin-right: 0;
}
ul.sub-topics a {
    color: #38382e;
}
ul.sub-topics li.hover a {
    color: #c38929;
}
ul.topic-list li.series {
    background-color: transparent;
    background-image: none;
    border-width: 0;
    width: auto;
    font-size: 11px;
    margin-top: 6px;
}
ul.topic-list li.series a {
    display: inline;
    color: #1b4c67;
    text-decoration: underline;
    padding: 0;
    font-weight: bold;
}
ul.topic-list li.series a:hover {
    text-decoration: underline;
}
.box {
    background: white url(../images/faded-background.png) repeat-x scroll left top;
    border: 1px solid #999999;
    margin-bottom: 6px;
}
.box.popular {
    margin-top: -4px;
    border-top-width: 0;
    padding: 7px 7px 7px 13px;
    overflow: auto;
    outline-style: none;
}
* html .box.popular {
    zoom: 1;
    position: relative;
    overflow: visible;
    z-index: 50000;
}

.promo {
    position: relative;
    float: right;
    width: 225px;
    height: 283px;
    border: 1px solid #999999;
    text-indent: -9999px;
    outline-style: none;
    overflow: hidden;
    margin-bottom: 0;
    background-image: transparent none no-repeat scroll left top;
}
* html .promo {
    position: absolute;
}
.promo a.more {
    display: block;
    position: absolute;
    background-image: transparent url(../images/button-go-small-sprite.png) no-repeat scroll left top;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    outline-style: none;
    bottom: 20px;
    right: 20px;
}
.promo a.more:hover {
    background-position: 0 -16px;
}
.promo.journey {
    background-image: url(../images/promo-journey.png);
}
.promo.bhr {
    background-image: url(../images/promo-bhr.png);
}
.promo.arcana {
    background-image: url(../images/promo-arcana-with-louis-b-king.jpg);
    border-width: 0;
    height: 297px;
}
.promo.reflection {
    background-image: url(../images/reflections.jpg);
    border: 2px solid #8c8c8c;
    width: 221px;
    height: 295px;
    border-bottom: 0;
}

.daily-meditations {
    position: relative;
    border: 2px solid #8c8c8c;
    float: left;
    width: 215px;
    border-top: 0;
    margin-left: 2px;
    margin-bottom: 3px;
    background: #eef0f4 url(../images/topic-list-item-background.png) repeat-x left center;
    padding: 10px 3px;
    text-align: center;
}

.daily-meditations:hover {
    /*border-color: #dab960;*/
    /*background-image: url(../images/topic-list-item-background-hover.png);*/
}

.daily-meditations a {
    font-size: 14px;
    padding: 6px 0px 6px 4px;
    color: #38382e;
    text-decoration: none;
}

.daily-meditations a:hover {
    color: #38382e;
    text-decoration: none;
}

.promo.arcana a.more {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: auto;
    bottom: auto;
}
p.subscribe-links {
    font-size: 10px;
    float: right;
    margin-top: -4em;
    margin-right: 1em;
    padding-right: 10px;
}
div.series-header p.subscribe-links {
    float: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
p.subscribe-links img {
    position: relative;
    top: 6px;
}
.event-listing,
.series-listing {
    position: relative;
    font-size: 11px;
    border-bottom: 1px solid #999999;
    margin-top: 4px;
    margin-bottom: 4px;
}
.event-listing li,
.series-listing li {
    position: relative;
    border-top: 1px solid #999999;
    padding: 8px 0 0 0;
    margin-bottom: 8px;
    background: transparent url(../images/event-listing-options-divider.gif) no-repeat scroll 447px 0;
}
.event-listing li.hover,
.series-listing li.hover {
    cursor: pointer;
}
.event-listing h4,
.series-listing h4 {
    font-weight: bold;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    margin-bottom: 4px;
    margin-right: 210px;
}
.event-listing .date {
    font-style: italic;
}
.event-listing p,
.series-listing p {
    margin-bottom: 0;
    margin-right: 200px;
}
.event-listing .options,
.series-listing .options {
    position: absolute;
    width: 190px;
    top: 12px;
    right: 5px;
    border-top-width: 0;
    padding: 0;
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    color: #38382e;
}
* html .event-listing,
* html .series-listing {
    width: 630px;
}
* html .event-listing .options,
* html .series-listing .options {
    width: 175px;
}
.event-listing .options li,
.series-listing .options li {
    border-width: 0;
    margin-left: 10px;
    padding: 0;
    padding-left: 10px;
    background: transparent url(../images/bullet-gray-arrow.gif) no-repeat scroll 0 0.25em;
}
.event-listing .options li a,
.series-listing .options li a {
    font-weight: bold;
}
.series-listing h3 {
    font-size: 14px;
    color: #38382e;
}
.event {
    margin-top: 0; /*30px;*/
}
a.collapse {
    display: none;
    float: left;
    height: 13px;
    width: 13px;
    text-indent: -9999px;
    margin-left: -18px;
    line-height: 0;
    background: transparent url('../images/collapse-sprite.gif') no-repeat scroll left top;
}
li.open a.collapse {
    background-position: left bottom;
}
.series-listing li.collapsible {
    padding-left: 18px;
}
.series-listing li.collapsible p {
    display: none;
}
.series-listing li.collapsible.open p {
    display: block;
}
.series-listing.collapsible li.header h3 {
    margin-left: -18px;
}
h1 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
div.pager-shell {
    position: relative;
    height: 1.75em;
}
div.pager {
    position: absolute;
    right: 0;
    font-size: 11px;
    padding-bottom: 0;
}
* html div.pager {
    height: 22px;
}
div.pager p.summary {
    float:left;
    position: relative;
    top: 0.4em;
}
div.pager ul {
    float: left;
    margin: 0 0 0 10px;
    padding: 0;  
}
div.pager ul li {
    margin-left: 2px;
    border: 1px solid #999999;
    text-align: center;
    background: white url('../images/search-page-button-background.png') repeat-x scroll left bottom;
}
div.pager ul li.hover {
    border: 1px solid #dcbf6c;
    background-image: url('../images/search-page-button-hover-background.png');
}
div.pager ul li a {
    display: block;
    width: 1.8em;
    height: 1.5em;
    padding-top: 0.3em;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
    color: black;
    border: 1px solid white;
    outline-style: none;
}
div.pager ul li.hover a {
    color: #ce9a45;
}
div.pager ul li a.current {
    color: #9b9b9c;
    cursor: default;    
}
div.pager ul li {
    float: left;
}
div.pager ul li.previous, div.pager ul li.next {
    background-image: none;
    border-width: 0;
    width: auto;
}
div.pager ul li.previous span,
div.pager ul li.previous a,
div.pager ul li.next a,
div.pager ul li.next span {
    position: relative;
    top: 0.5em;
    padding: 0;
    margin: 0 4px;
    border-width: 0;
    height: 9px;
    width: 5px;
    display: block;
    text-indent: -9999px;
    outline-style: none;
    background: transparent url('../images/search-page-button-nav-sprite.png') no-repeat scroll left top;
}
* html div.pager ul li.previous span,
* html div.pager ul li.previous a,
* html div.pager ul li.next a,
* html div.pager ul li.next span {
    overflow: hidden;
}
div.pager ul li.previous a {
    background-position: 0 -9px;
}
div.pager ul li.previous a:hover {
    background-position: 0 -18px;
}
div.pager ul li.next span {
    background-position: -5px 0;
}
div.pager ul li.next a {
    background-position: -5px -9px;
}
div.pager ul li.next a:hover {
    background-position: -5px -18px;
}
div.pager ul li.next a,
div.pager ul li.next span {
    margin-right: 0;
}
/*ul.pager {
    display: inline;
    text-align: center;
    font-family: Arial, Tahoma, Verdana;
}
ul.pager li.position {
    padding-top: 1em;
    margin-bottom: 1em;
}
ul.pager li.previous {
    float: left;
    margin-top: -2.15em;
}
ul.pager li.next {
    float: right;
    margin-top: -2.15em;
}
ul.pager li.next span,
ul.pager li.previous span {
    color: gray;
}*/


div.player {
    width: 396px;
}
 div.player .none {
    background: transparent url(../images/player-image-disabled.png) no-repeat scroll left top;
    color: white;
    font-weight: bold;
    font-size: 11px;
    padding: 4px;
    height: 29px;
}
div.player .none a {
    color: white;
}
/*div.player img {
    display: block;
}
div.player object, div.player embed {
    display: block;
    margin: 0;
    padding: 0;
}
div.player ul li {
    position: relative;
    border: 1px solid #999999;
    border-top-width: 0;
    background-color: #f1f2f6;
    font-size: 11px;
    overflow: auto;
}
* html div.player ul li {
    zoom: 1;
}
div.player ul li.active,
div.player ul li.hover {
    background-color: #dbdeee;
}
div.player ul li a.title,
div.player ul li a.download {
    float: left;
    padding: 5px 0 5px 8px;
    text-decoration: none;
    color: black;
    outline-style: none;
}
div.player ul li a.title {
    margin-right: 30px;
}
div.player ul li a.download {
    float: right;
    padding: 6px 5px 5px;
    background-color: #eaecf2;
    border-left: 1px solid #999999;
    color: #193ba8;
    font-size: 10px;
}
div.player ul li a.download:hover {
    text-decoration: underline;
}
div.player ul li span.time {
    /*position: absolute;
    right: 8px;
    top: 5px;*/
}
*/
body.popup {
    background-color: white;
}
body.popup #container {
    width: auto;
}
body.popup #header ul {
    display: none;
}
body.popup #main {
    background-image: none;
    border-bottom-width: 0;
}
body.popup #left-column {
    display: none;
}
body.popup #content {
    margin-left: 0;
    padding: 0px 18px 11px 5px;
}
body.popup .event {
    margin-top: 15px;
}
body.popup #footer {
    display: none;
}
p.series-nav {
    /*float: left;*/
    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 0;
    margin-bottom: -16px;
}
p.series-nav a,
p.series-nav span {
    font-size: 10px;
    background: transparent url('images/series-nav-sprite.gif') no-repeat scroll left top;
}
p.series-nav a.next {
    background-position: right 3px;
    padding-right: 10px;
}
p.series-nav span.next {
    background-position: right -11px;
    padding-right: 10px;
}
p.series-nav a.prev {
    background-position: left -25px;
    padding-left: 10px;
}
p.series-nav span.prev {
    background-position: left -39px;
    padding-left: 10px;
}
p.popup {
    margin-bottom: 5px;
    overflow: auto;
}
* html p.popup {
    zoom: 1;
}
p.popup a {
    float: right;
    background: transparent url(images/icon-new-window.gif) no-repeat scroll left center;
    padding: 2px 0 2px 25px;
    outline-style: none;
}
.notice {
    cursor: pointer;
    position: absolute;
    width: 200px;
    padding: 10px;
    border: 1px solid #999999;
    background-color: #f1f2f6;
}
ul.form {
    list-style-type: none;
}
ul.form li {
    overflow: auto;
    padding: 2px;
}
* html ul.form li {
    zoom: 1;
}
ul.form label {
    float: left;
    width: 14em;
    text-align: right;
    padding-right: 0.5em;
}
ul.form input.text, ul.form textarea {
    padding: 2px;
}
ul.form input.text,ul.form textarea {
    width: 20em;
}
ul.form textarea {
    height: 5em;
}
ul.form label.error {
    float: none;
    padding-left: 1em;
}
ul.form label.hidden {
    visibility: hidden;
}
form.request fieldset {
    border: 1px solid #999999;
    padding: 10px;
    padding-top: 0;
    margin-top: 25px;
}
form.request label {
    float: left;
    width: 7em;
    padding-right: 1em;
    clear: left;
    text-align: right;
    margin-top: 2px;
    margin-bottom: 3px;
}
form.request input {
    margin-bottom: 3px;
    font-size: 12px;
    padding: 2px;
}
form#worship_service_filter {
    margin-top: 2px;
    z-index: 5000;
    font-size: 11px;
    padding-top: 11px;
}
.event form#worship_service_filter {
    border-top: 1px solid #999999;
    margin-top: 4px;
}
form#worship_service_filter label {
    position: relative;
    z-index: 5000;
    font-size: 11px;
}
form#worship_service_filter input.checkbox {
    position: relative;
    top: 2px;
}
#rb-worship-only {
    background-color: #f2e9bc;
    padding: 6px;
}
#rb-all-events {
    background-color: #f6f3e1;
    padding: 6px;
}
* html .ie6break {
    clear: left;
}
div.atclear {
    clear: none !important;
}
.find-us-on-facebook  {
    width: 220px; 
    border: solid 1px #aaaaaa; 
    border-top: solid 1px #325b9b; 
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0;
    margin-left: 30px;
    margin-top: 60px;
    overflow: auto;
    outline-style: none;
}
.find-us-on-facebook h3  {
    background-color:#eeeff4; 
    width: 211px; 
    line-height: 30px; 
    border-bottom: solid 1px #aaaaaa; 
    margin-bottom: 2px; 
    text-align: left; 
    padding-left: 9px;
    font-size: 12px;
    font-weight: bold;
}

* html find-us-on-facebook h3 {
    zoom: 1;
}
.fb-likebox  {
}
.liketext  {
    padding-bottom: 20px;
}

div.related-resources {
    margin-top: 20px;
}
div.related-resources h3 {
    font-weight: bold;
    margin-bottom: 10px;
}
div.related-resources li p {
    margin-bottom: 0;
}
[class*="icon-"] {
    padding: 2px;
    padding-left: 20px;
    margin-bottom: 4px;
    background: transparent url('images/file-types/page_white.png') no-repeat scroll 0 0.2em;
}
.icon-pdf {
    background-image: url('../images/file-types/page_white_acrobat.png');
}
.icon-jpg,
.icon-jpeg,
.icon-gif,
.icon-png {
    background-image: url('../images/file-types/image.png');
}
.icon-doc,
.icon-docx {
    background-image: url('../images/file-types/page_word.png');
}
.icon-xls,
.icon-xlsx {
    background-image: url('../images/file-types/page_excel.png');
}
.icon-ppt,
.icon-pptx {
    background-image: url('../images/file-types/page_white_powerpoint.png');
}
.icon-zip {
    background-image: url('../images/file-types/page_white_zip.png');
}

.clear-search {
    font-size: 11px;
}