/*
Name: Sliding scLogin Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: March 26, 2009
Version: 1.0

	Copyright 2009 Jeremie Tisseau
	"Sliding scLogin Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
	http://www.gnu.org/licenses/gpl-3.0.html
*/

/***** 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;}

/* Custom Fonts */

@font-face {
	font-family: "vani";
	src: url("../fonts/Vani.ttf");
}


/*************************
main structure
*************************/
#scTopPanel {
	position: fixed;
	top: 0;
	width: 185px;
	text-align: left;
}

.ie #scTopPanel	{
	z-index: 3000;
}
.scWide	{
	width: 400px!important;
}
#slidingContactPanel {
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	overflow: hidden;
	position: relative;
	z-index: 999;
	display: none;
	padding-bottom: 10px;
	-moz-border-radius: 0px 0px 5px 0px;
	-webkit-border-radius: 0px 0px 5px 0px;
	border-radius: 0px 0px 5px 0px;
	height: 368px;
}
/************************
tab
************************/
.scTab {
	position: relative;
   top: -1px;
   z-index: 1000;
   height: 30px;
   width: 85px;
}

.scTab ul.scLogin {
	display: block;
	position: relative;
  	height: 30px;
	width: 100px;
  	font-weight: bold;
	line-height: 30px;
	margin: 0;
  	color: white;
  	font-size: 80%;
	text-align: center;
	border: 1px solid #444;
	border-top: 0;
	border-left: 0;
	-moz-border-radius: 0px 0px 5px 0px;
	-webkit-border-radius: 5px 5px 5px 0px;
	border-radius: 0px 0px 5px 0px;		
	padding: 5px 5px 2px 5px;
}

.scTab ul.scLogin li {
 	text-align: left;
  	padding: 0;
  	margin: 0;
	display: block;
	float: left;
	font-size: 14px;
	font-family: "vani";
}

.scTab ul.scLogin li a {
	line-height: 25px;
	text-decoration: none;
	border: 0;
}
.ie .scTab ul.scLogin li a	{
	line-height: 25px!important;
}

.scTab ul.scLogin li a:hover {
	color: #ccc;
	border: 0;
}
.scTab .sep {color:#414141}

.scTab a.scOpen, .scTab a.scClose {
	height: 26px;
	line-height: 25px !important;
	padding-left: 33px !important;
	cursor: pointer;
	display: block;
	font-size: 14px;
}

.scTab a.scOpen {background: url(../images/message.png) no-repeat left 0;}
.scTab a.scClose {background: url(../images/message.png) no-repeat left 0;}

/***********************
colors
***********************/
.blue	{
	color: #F0F0F0;
	background:#2c6696;
	background:-moz-linear-gradient(center bottom,#2c6696 48%,#5097d1 85%);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#5097D1), to(#2c6696));
}
.blue a	{
	color: #F0F0F0;
}
.blue strong	{
	color: #F0F0F0;
}
.scTab ul.blue	{
	background:#2c6696;
	background: -moz-linear-gradient(19% 75% 90deg,#214C70, #2C6696);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2C6696), to(#214C70));
}
.light	{
	background: #F0F0F0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#E0E0E0));
	background: -moz-linear-gradient(19% 75% 90deg,#E0E0E0, #FFFFFF);
}
.light a	{
	color: #444;
}
.light a:hover	{
	color: #666!important;
}
.scTab ul.light 	{
	background: #F0F0F0;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E0E0E0), to(#D1D1D1));
	background: -moz-linear-gradient(19% 75% 90deg,#D1D1D1, #E0E0E0);
}
.dark	{
	background: #8C8C8C;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8C8C8C), to(#5E5E5E));
	background: -moz-linear-gradient(19% 75% 90deg,#5E5E5E, #8C8C8C);
	color: #F0F0F0;
}
.dark a	{
	color: #F0F0F0;
}
.scTab ul.dark	{
	background: #8C8C8C;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5E5E5E), to(#4A4A4A));
	background: -moz-linear-gradient(19% 75% 90deg,#4A4A4A, #5E5E5E);
}
.gray	{
	background: #C7C7C7;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C7C7C7), to(#858585));
	background: -moz-linear-gradient(19% 75% 90deg,#858585, #C7C7C7);
	color: #F0F0F0;
}
.gray a	{
	color: #F0F0F0;
}
.scTab ul.gray	{
	background: #C7C7C7;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#858585), to(#6B6B6B));
	background: -moz-linear-gradient(19% 75% 90deg,#6B6B6B, #858585);
}
.black	{
	background: #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3D3D3D), to(#000000));
	background: -moz-linear-gradient(0% 100% 90deg,#000000, #3D3D3D);
	color: #cccacc;
}
.black a	{
	color: #cccacc;
}
.scTab ul.black	{
	background: #000;
}
.trans, ul.trans	{
	filter: alpha(opacity=97); /* internet explorer */
	-khtml-opacity: 0.97;      /* khtml, old safari */
	-moz-opacity: 0.97;       /* mozilla, netscape */
	opacity: 0.97;   
}

/***********************
input forms
***********************/
#scContactForm	{
	width: 50%;
	float: left;
	margin-left: 10px;
}
#scContactForm div	{
	margin-bottom: 5px;
	height: 60px;
}
#scContactForm div.scMessage	{
	height: 135px;
}
#scContactForm label	{
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	font-family: "vani";
	margin-left: 20px;
}
#scContactForm input, #scContactForm textarea	{
	width: 150px;
	border: 1px solid #C0C0C0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-right-color: #9e9e9e;
	border-bottom-color: #9e9e9e;
	background: #f9f9f9;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9F9F9), to(#EBEBEB));
	background: -moz-linear-gradient(19% 75% 90deg,#EBEBEB, #F9F9F9);
	-webkit-box-shadow:0px 1px 2px #c0c0c0;
	-moz-box-shadow:0px 1px 2px #c0c0c0;
	font-family: "vani";
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#scContactForm input:focus, #scContactForm textarea:focus	{
	border-color: #f0f0f0;
}
#scContactForm input.submit	{
	background: #0D3D65;
	border: none;
	color: #fff;
	background: -webkit-gradient(linear, 0% 16%, 0% 84%, from(#4F7695), to(#0D3D65), color-stop(.5,#25547C));
	background: -moz-linear-gradient(0% 100% 90deg,#0D3D65, #496D8A, #265680 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 5px 5px;
	margin: 5px 0;
	-webkit-box-shadow:0px 1px 2px #333;
	-moz-box-shadow:0px 1px 2px #333;
	width: 80px;
	position: relative;
	left: 80px;
	height: 30px;
	font-family: "vani";
	font-size: 14px;
}
.ie #scContactForm input.submit	{
	padding-top: 5px;
	border-top: 2px solid #4F7695;
	border-left: 2px solid #4F7695;
	border-bottom: 2px solid #335f80;
	border-right: 2px solid #335f80;
}
#scContactForm input.submit:hover	{
	cursor: pointer;
	color: #CCC;
}
#scContactForm .error	{
	color: #ff0000;
}
#scContactForm label.error	{
	font-size: 12px;
	color: #ff0000;
	line-height: 14px;
	padding-top: 1px;
}
.blue label.error, .dark label.error	{
	color: #ffba70!important;
}

/*************************
social icons
*************************/
ul.scSocialInfo	{
	width: 40%;
	float: right;
	margin-top: 20px;
}

ul.scSocialInfo li {
	float: left;
	margin: 0 20px 20px 0; padding: 0;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
	letter-spacing: 1px;	
	color: #505050;
	line-height: 25px;	
	height: 32px;
}
ul.scSocialInfo li a.thumb {
	width: 32px; /*--Width of image--*/
	height: 32px; /*--Height of image--*/
	cursor: pointer;
}
ul.scSocialInfo li span { /*--Used to crop image--*/
	width: 32px;
	height: 32px;
	overflow: hidden;
	display: block;
}
ul.scSocialInfo li a.thumb:hover {
	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */	
}
ul.scSocialInfo li a {text-decoration: none; color: #777; display: block;}

/**************************
logo
**************************/
.logo	{
	position: relative;
	top: 260px;
	left: 205px;
}
.ie .logo	{
	top: 0;
	left: -15px;
	margin: 220px 0 0 180px;
	float: right;
}