@charset "utf-8";
body {
}
.rivercrestchurch{
font: 100% Arial, Helvetica, sans-serif;
background: #567EB9 url(rcc/img/bg.jpg) repeat-x top left;
margin : 0;
padding : 0;
text-align : center;
color: #000000;
}
.rivercrestchurch a{
color : #567EB9;
}
.rivercrestchurch #header{
width:100%;
height : 239px;	
text-align : left;
background: #FFF url(rcc/img/header.jpg) no-repeat top right;
}
.rivercrestchurch #container{
width: 984px;
background: #FFF url(rcc/img/watermark.jpg) no-repeat bottom right;
margin: 0 auto;
border: 1px solid #000;
text-align: left;
}
.rivercrestchurch #sidebar1 {
top: 0px;
float: left;
width: 150px;
padding: 15px 0;
text-align:center;
}
.rivercrestchurch #sidebar1 h3, .rivercrestchurch #sidebar1 p {
margin-left: 10px;
margin-right: 10px;
}
.rivercrestchurch #mainContent {
margin: 0px 20px 0 170px;
}
.rivercrestchurch #footer {
width: 984px;
margin: 0 auto;
margin-top: 25px;
text-align: center;
padding: 0 10px;
}
.rivercrestchurch #footer em {
color : #25164c;
}
.rivercrestchurch #footer p {
margin: 0;
padding: 10px 0;
}
.rivercrestchurch #footer a {
color : #fff;
}
h1, h2, h3, h4, h5, h6 {
color : #25164c;
}
.navi {
margin-left : 314px;
/*border : 1px solid #ddd;*/
}
p.intro {
width : 600px;
font-style : italic;
text-align : center;
color : #25164c;
margin-left : auto;
margin-right : auto;
}
.datestamp {
font-style : italic;
font-size : 50%;
color : #999999;
}
.docCounts {
color : #000;
font : 80% Verdana, Arial, Helvetica, sans-serif;
}
#cpyrght {
float : left;
color : #000;
font-size : 9px;
z-index : 5000;
width : 250px;
}
#siteDesign {
float : right;
color : #000;
font-size : 9px;
z-index : 5000;
width : 250px;
}
#siteDesign a {
color : #25164c;
}
img {
border-style:none;
}
#fsqLogo{
width: 168px;
height: 50px;
}
.hideMe {
display : none;
}
#breadcrumbs {
margin-top : -25px;
}
div.date span.month {
display : block;
margin-bottom : 8px;
}
div.date span.day {
font-size : 190%;
color : #444;
font-weight : bold;
line-height : 0.8;
}
div.date p span.year {
margin : 0;
padding : 0;
color : #666;
font-size : 80%;
font-family : Tahoma, Arial, sans-serif;
}
.clearfloat {
clear : both;
height : 0;
font-size : 1px;
line-height : 0;
}
.centered {
text-align : center;
margin-left : auto;
margin-right : auto;
}
.fltRight {
float : right;
}
.fltLeft {
float : left;
}
.thumbnail {
display : none;
z-index : 10000;
background-color : #333;
width : 675px;
min-height : 200px;
border : 1px solid #666;
}
.thumbnail .close {
background-image : url(rcc/img/close.png);
position : absolute;
right : -15px;
top : -15px;
cursor : pointer;
height : 35px;
width : 35px;
}
#triggers {
text-align : center;
}
#triggers img {
cursor : pointer;
margin : 0 5px;
background-color : #fff;
border : 1px solid #ccc;
padding : 2px;
}
a.offsitelink {
background : url(rcc/img/icons/offsite.png) no-repeat top right;
padding-right : 13px;
}
a.pdf {
background : url(rcc/img/icons/pdf.png) no-repeat center right;
padding-right : 13px;
}
#mainnav ul, li {
list-style : none;
}
#mainnav li img {
width: 100px;
height: 60px;
border: 0;
}
/* tables */
table.sermonTable {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 800px;
	text-align: left;
}
table.sermonTable thead tr th, table.sermonTable tfoot tr th {
	background-color: #25164C;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	color : #567EB9;
}
table.sermonTable thead tr .header {
	background-image: url(rcc/img/icons/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.sermonTable tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.sermonTable tbody tr.odd td {
	background-image: url(rcc/img/frontBack.jpg);
}
table.sermonTable thead tr .headerSortUp {
	background-image: url(rcc/img/icons/asc.gif);
}
table.sermonTable thead tr .headerSortDown {
	background-image: url(rcc/img/icons/desc.gif);
}
table.sermonTable thead tr .headerSortDown, table.sermonTable thead tr .headerSortUp {
background-color: #8dbdd8;
}
/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(rcc/img/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 60%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(rcc/img/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(rcc/img/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(rcc/img/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(rcc/img/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(rcc/img/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(rcc/img/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(rcc/img/bt_close.png) no-repeat left -19px;}

/* sliding panel */
.rivercrestchurch #toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.rivercrestchurch #panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

.rivercrestchurch #panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

.rivercrestchurch #panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

.rivercrestchurch #panel p {
	margin: 5px 0;
	padding: 0;
}

.rivercrestchurch #panel a {
	text-decoration: none;
	color: #15ADFF;
}

.rivercrestchurch #panel a:hover {
	color: white;
}

.rivercrestchurch #panel a-lost-pwd {
	display: block;
	float: left;
}

.rivercrestchurch #panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

.rivercrestchurch #panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

.rivercrestchurch #panel .content .right {
	border-right: 1px solid #333;
}

.rivercrestchurch #panel .content form {
	margin: 0 0 10px 0;
}

.rivercrestchurch #panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

.rivercrestchurch #panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

.rivercrestchurch #panel .content input:focus.field {
	background: #545454;
}

.rivercrestchurch #panel .content input.bt_login,
.rivercrestchurch #panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

.rivercrestchurch #panel .content input.bt_login {
	width: 74px;
	background: transparent url(rcc/img/bt_login.png) no-repeat 0 0;
}

.rivercrestchurch #panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(rcc/img/bt_register.png) no-repeat 0 0;
}

.rivercrestchurch #panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
p.verse {
	margin: 0 50px 0 50px;
	padding: 10px;
	font-style: oblique;
	border-style: ridge;
	border-width: 7px;
}

.reference {
	font-style: normal;
	color: #000;
}
.bible {
width: 350px;
height: 193px;
font: 100% Arial, Helvetica, sans-serif;
background: #567EB9 url(rcc/img/riverCrest_box.jpg) no-repeat 0 0;
margin : 0;
padding : 0;
text-align : center;
color: #FFFFFF;
}
.bible h3, .bible h2 { color: #FFF;}
.bibleread {width: 700px; font-weight:bold;}
.bibleread td {vertical-align:top;}
.bibledate{margin-right: 20px; width:150px; display:inline;}
.verse{color:blue;}
