/*
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 */


.BCCtab {
  	background: url(images/tab_home.gif) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}


#visitors .BCCtab{
	background: url(images/tab_pink.gif) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

#churchlife .BCCtab{
	background: url(images/tab_blue.gif) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

#media .BCCtab{
	background: url(images/tab_green.gif) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

#contact .BCCtab{
	background: url(images/tab_orange.gif) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.BCCtab ul.login {
	display: block;
	position: relative;
  	float: left;
  	clear: left;
  	height: 42px;
	width: auto;
  	font-weight: normal;
	line-height: 42px;
	margin: 0;
	left: 0px;
  	color: white;
  	font-size: 90%;
	text-align: center;
}

.BCCtab ul.login li.left {
  	background: url(images/tab_l.gif) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.BCCtab ul.login li.james {
  	background: url("images/homelogo.gif") no-repeat;
  	height: 42px;
	width: 40px;
	padding: 0;
	margin: 0px 0px 0px 25px;
  	display: block;
	float: left;
}

.BCCtab ul.login li.james a{
  	height: 42px;
	width: 40px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.BCCtab ul.login li.james a:hover {
	cursor:hand;

}

.BCCtab ul.login li.right {
  	background: url(images/tab_r.gif) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}



.BCCtab ul.login li {
	text-align: left;
  	padding: 0px 6px 0px 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(images/tab_m.gif) repeat-x 0 0;
}


.BCCtab ul.login li a {
	color: #ffffff;
}

.BCCtab ul.login li a:hover {
	color: #ffffff;
}

.BCCtab .sep {color:#414141}

.BCCtab a.BCCopen, .BCCtab a.BCCclose {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 50px;
	position: relative;
	top: 11px;
}


.BCCtab a.BCCopen {background: url(images/bt_open.png) no-repeat left 0;}
.BCCtab a.BCCclose {background: url(images/bt_close.png) no-repeat left 0;}
.BCCtab a:hover.BCCopen {background: url(images/bt_open.png) no-repeat left -19px;}
.BCCtab a:hover.BCCclose {background: url(images/bt_close.png) no-repeat left -19px;}


/* sliding panel */
#BCCtoppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0px;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#BCCpanel {
	width: 100%;
	height: 280px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#BCCpanel h1 {
	font-size: 24px;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
	line-height:24px;
	text-transform:none;
}

#BCCpanel h2{
	font-size: 18px;
	padding: 10px 0 5px;
	margin: 0px 0px 10px 10px;
	color: white;
	letter-spacing:0px;
	text-transform:none;
	
}
#BCCpanel h3{
	font-size: 14px;
	font-weight:normal;
	letter-spacing:0px;
	padding: 0px 0 5px;
	margin: 0px 0px 9px 30px;	
	text-transform:none;
}

#BCCpanel p {
	margin: 5px 0px 5px 0px;
	padding: 0;
	line-height:20px;
}

#BCCpanel a {
	color:#999999;
	text-decoration: none;
}


#BCCpanel a:hover {
	text-decoration: underline;
}


#BCCpanel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 0px;
	text-align: left;
	font-size: 0.85em;
}

#BCCpanel .content .left {
	
	float: left;
	padding: 0 30px 0px 40px;
}
#BCCpanel .content .mid {
	
	float: left;
	padding: 0 30px 0px 15px;
	border-left: 1px solid #383838;
}

#BCCpanel .content .BCCtop {
	width: 100%;
	padding: 0 15px 3px 90px;

}

#BCCpanel .content .right {
	border-right: 1px solid #fff;
}

.row1 {
	padding:5px 0px 0px 25px;
	height:25px;
background:#353745;

}

.row2 {
	padding:5px 0px 0px 25px;
	height:25px;
background:#453745;
}
.row3 {
	padding:5px 0px 0px 25px;
	height:25px;
	background:#253745;

}
.column {
	padding:0px 30px 0px 0px;
	float:left;
	width:185px;
}

.arrowblue{
	background:url("images/arrowblue.gif") no-repeat;
	height:10px;
	width:11px; 
	margin:3px 5px 0px 10px;
	float:left;
	padding:0px;
}

.arrowgreen{
	background:url("images/arrowgreen.gif") no-repeat;
	height:10px;
	width:11px; 
	margin:3px 5px 0px 10px;
	float:left;
	padding:0px;
}

.arroworange{
	background:url("images/arroworange.gif") no-repeat;
	height:10px;
	width:11px; 
	margin:3px 5px 0px 10px;
	float:left;
	padding:0px;
}

.arrowpink{
	background:url("images/arrowpink.gif") no-repeat;
	height:10px;
	width:11px; 
	margin:3px 5px 0px 10px;
	float:left;
	padding:0px;
}

