/*
Name: Sliding Login Panel with mootools 1.2
Author: daiv mowbray
Author URI: http://wp-superslider.com/
Date: may 31, 2009
Version: 0.3

	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: block;}


/* sliding panel */
#toppanel {
    position: absolute;
    top: 0;
    left: 0;
    height: 1000px;
    z-index: 999;
    text-align: left;
}
#toppanel div {
    float: left;
}
#loginpanel {
	background: #c73c1a;
	color: #fcf0c6;
	height: 1000px;
	width: 250px;
    border-top: 1px solid #b58f5d;
}
.tab_corner
{
    background:transparent url(images/bottom_corner.png) no-repeat scroll 0 0;
    bottom: -10px;
    height: 10px;
    position:absolute;
    right: 28px;
    width:10px;
}
#panel_bottom{
    background:transparent url(images/bottom_corner.png) repeat-x scroll 0 -11px;
    bottom:-10px;
    height:10px;
    padding:0;
    position:absolute;
    width:100%;
    margin-left:-38px;

}
#loginpanel h1
{
	font-size: 1.6em;
	padding: 10px 0 10px;
	color: #fcf0c6;
	text-align: left;
	padding-left: 30px;
	background-image: url(../logo_mini.png);
	background-repeat: no-repeat;
	background-position: left 50%;
}
#loginpanel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	color: #fcf0c6;
	margin: 0;
}
#loginpanel p {
	margin: 5px 0;
	padding: 0;
}
#loginpanel a {
	color: #e2d7b2;
}
#loginpanel a:hover {
	color: white;
}
#loginpanel a-lost-pwd {
	display: block;
	float: left;
}
#loginpanel ul {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6em;
	list-style: disc;
}
#loginpanel .content {
	padding: 15px;
}
#loginpanel .second {
	margin-bottom: 5px;
	padding: 10px ;
	border-bottom: 1px solid #7a7a7a;
}
#loginpanel .first {
	border-top: 1px solid #7a7a7a;
}
#loginpanel .content label {
	padding-top: 8px;
	display: block;
}
#loginpanel .content input.field {
	border: 2px #999 inset;
	background: #a18d63;
	margin: 4px 0px 0 0;
	color: white;
	padding: 3px ;
}
#loginpanel .content input:focus.field {
	background: #584d36;
}
/* BUTTONS */
.bt_login, .bt_register {
	cursor: pointer;
	font-weight: bold;
	padding: 2px 10px;
	margin: 20px 0px;
	background: transparent url(images/bt_back.jpg) repeat-x 0 0;
	border: 1px outset gray;
}

.bt_login:hover, .bt_register:hover{
	background-position: 0 -30px;
}
/* Panel Tab/button */
.logintab
{
	background: url(images/vertical_tab.png) repeat-y -104px 0px;
	width: 38px;
	z-index: 999;
	overflow: visible;
	height: 1000px;
}
.logintab ul.login {
	padding:0px;
	position: relative;
	line-height: 20px;
	margin: 0;
  	color: white;
}
.login li
{
	background: url(images/vertical_tab.png) repeat-y -76px 0px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 38px;
}
.login li.right {
  	background: url(images/vertical_tab.png) no-repeat 0px 0px;
    height: 40px;
}
.login li.left {
    background: url(images/vertical_tab.png) no-repeat -38px 0px;
    height: 20px;
}
.login .notext{
    margin-left: 6px;
    display:block;
    height: 20px;
    width: 20px;
    text-indent: -9000px;
}
#toppanel .open{
    background: transparent url(images/vert_button.png) no-repeat 0 0;
}
#toppanel .open:hover
{
	background-position: -20px 0;
}
#toppanel .close
{
	background: transparent url(images/vert_button.png) no-repeat 0px -20px;
}
#toppanel .close:hover
{
	background-position: -20px -20px;
}
#toppanel .logout{
    background: transparent url(images/vert_button.png) no-repeat 0 -40px;

}
#toppanel .logout:hover{
    background-position: -20px -40px;

}
.logintab a
{
	color: #e2d7b2;
	cursor: pointer;
	margin: 0px;
	font-weight: bold;
}
.logintab a:hover {
	color: #fff;

}
.logintab .sep {display:none;}
