/*
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 {
  	position: absolute;background: url(../images/tab_b.png) repeat-x 0 0;
	
	width: 960px; margin: 0 auto;
    top: 0;
    z-index: 999;
}
li#toggle {
width: 160px;
}
#panel label {
font-weight: normal; font-size: 1.2em;zoom: 100%;
}
#panel textarea      { width: 310px; height: 150px; padding:5px; }
.tab ul.login {
	display: block;
	position: absolute;
float: left;
  	clear: right;
  	height: 42px;
	width: 960px;
  	font-weight: bold;
	line-height: 42px;
	margin: 0 auto;
	color: white;
  	font-size: 80%;
}
.tab ul.login li {
 	text-align: left;
  	padding: 1.5em;
	display: block;
	height: 42px;
  	background: url(../images/tab_m.png) repeat-x 0 0; 
}
.tab .sep {color:#414141}

.tab h1.open, .tab h1.close {
	position: relative;
	padding: 1em !important;
	cursor: pointer;
	display: block;
	width: 150px; text-align: center;
	left: 700px;
	top: -16px; border: 6px solid #ECF6E3;
}
 .tab h1.open, .tab h1.close {background: #CEE5AB; }

/* sliding panel */
#toppanel {
	position: relative;   /*Panel will "push" the content down */
    top: 0;
    width: 966px;
    z-index: 999;
    text-align: center;
    margin: 0 auto;
}
li.close {
	width: 140px;color: #ffffff;cursor: pointer;
	border-bottom-width: 0px;padding: 1em;background: #8FAD7C;list-style-type: none;}
li.open {
	width: 140px;color: #ffffff;cursor: pointer; 
	border-bottom-width: 0px;padding: 1em;background: #8FAD7C;list-style-type: none;
}
#panel {
	width: 966px;
	height: auto;
	color: #1D4223;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none; margin: 0 auto;padding-bottom: 2em;
}
#panel1 {
	width: 950px;text-align: center;
	height: auto;float: left;
	color: #783919;
	background: #ffffff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none; margin: 2em auto -1.5em auto;padding-bottom: 1em;padding-top: 1em;
}
#panel h1 {
	font-size: 1.75em;
	padding: 5px 0 10px;
	margin: 0;color: #1D4223;
}
#toggle  h1 {
font-size: 1.75em; padding: 0;top:-20px;
}
#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;color: #1D4223;
	
}
#panel .span-12 {
height: 12em;
}
#panel p {
	margin: 5px 0;
	padding: 0;
}

#site-info .span-4 {
background-color: #8FAD7C;
}

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

ul#toggle1  {
 clear: none;width: 168px;
margin-top: 0;position: absolute;right: -26px;}