/*------------------------------------------------
*  QuickLogin Overlay
*-----------------------------------------------*/
#fql-overlay {
	background-color: #FFF;
}

/*------------------------------------------------
*  QuickLogin Box
*-----------------------------------------------*/
#fql-box {
	left: 50%;
	top: 200px;
	z-index: 100000;
	position: absolute;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #eaeaea;

	box-shadow: 0px 0px 5px 0px #eaeaea;
	-moz-box-shadow: 0px 0px 5px 0px #eaeaea;
	-webkit-box-shadow: 0px 0px 5px 0px #eaeaea;

	width: 335px;
	display: none;
	background: #FFFFFF;
	margin: 0 0 0 -167px;
	padding: 40px 0 10px 0;
}

#fql-box .clear {
	clear: both;
}

/*------- Close Button -------*/
#fql-box .fql-close {
	top: 10px;
	right: 10px;
	position: absolute;

	width: 16px;
	height: 16px;
	display: block;
	text-indent: -999999px;
	background: url('../images/close.png') 0px 0px no-repeat;
}

/*------- Logo -------*/
#fql-box .fql-logo {
	display: block;
	max-width: 320px;
	margin: 0px auto 40px;
}

/*------- Lost password message -------*/
#fql-box p.lost_passmail {
	color: #757575;
	font-size: 12px;
	line-height: 18px;

	padding: 0;
	margin: 0 30px 15px 30px;
}

/*------- Register message -------*/
#fql-box p.reg_passmail {
	color: #757575;
	font-size: 12px;
	line-height: 18px;

	float: left;
	width: 105px;
	margin: 0 0 15px 30px;
}

/*------- Remember me -------*/
#fql-box p.forgetmenot {
	color: #757575;
	font-size: 12px;
	line-height: 18px;

	float: left;
	width: 130px;
	margin: 4px 0 30px 25px;
}

#fql-box input[type="text"],
#fql-box input[type="password"] {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;

	color: #535353 !important;
	font-size: 14px !important;
	font-weight: bold !important;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #d5d5d4 !important;

	width: 260px;
	outline: none;
	display: block;
	margin: 0px auto 18px;
	padding: 10px 12px 8px 12px;
	padding: 8px 12px 13px 12px\9;
	padding: 8px 12px 13px 12px\0/;
	background: #FFFFFF url('../images/input-type-text.png') 0px 0px no-repeat !important;
}

#fql-box input[type="submit"] {
	width: 0;
	height: 0;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	background: #FFFFFF;
	text-indent: -99999px;
}

#fql-box #fql-box-login input[type="submit"] {
	float: right;
	width: 106px;
	height: 39px;
	margin: 0 25px 0 0;
	background: url('../images/input-submit-login.png') 0px 0px no-repeat;
}

#fql-box #fql-box-register input[type="submit"] {
	float: right;
	width: 111px;
	height: 39px;
	margin: 0 25px 0 0;
	background: url('../images/input-submit-register.png') 0px 0px no-repeat;
}

#fql-box #fql-box-lost-password input[type="submit"] {
	width: 191px;
	height: 39px;
	margin: 0 auto;
	background: url('../images/input-submit-lost-password.png') 0px 0px no-repeat;
}

#fql-box #fql-box-login input[type="submit"]:hover,
#fql-box #fql-box-register input[type="submit"]:hover,
#fql-box #fql-box-lost-password input[type="submit"]:hover {
	background-position: 0 -39px;
}

/*------- Message Style -------*/
#fql-box p.message {
	color: #333333;
	font-size: 12px;
	line-height: 22px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;

	width: 88%;
	margin: 20px auto;
	padding: 5px 12px;
	background: #ffffe0;
	border: 1px solid #e6db55;
}

#fql-box p.message.error {
	border-color: #c00;
	background-color: #ffebe8;
}

/*------- Bottom Links -------*/
#fql-box .fql-box-links {
	color: #1594b1;
	font-size: 12px;
	text-align: center;

	margin: 10px 0 0 0;
	padding: 11px 5px 3px 5px;
	border-top: 1px solid #f2f2f2;
}

#fql-box .fql-box-links a {
	color: #1594b1;
	text-decoration: none;
}

/*------- QuickLogin Sections -------*/
#fql-box #fql-box-login {
	display: none;
}

#fql-box #fql-box-register {
	display: none;
}

#fql-box #fql-box-lost-password {
	display: none;
}

#fql-box #fql-box-message {
	display: none;
}

/*------------------------------------------------
*  QuickLogin Top Bar
*-----------------------------------------------*/
#wpadminbar { z-index: 100000; }

#fql-bar {
	left: 0px;
	top: 0px;
	z-index: 100000;
	position: fixed;

	width: 100%;
	height: 40px;
	display: block;
	background: #FFFFFF;

	color: #333333;
	font-size: 12px;
	font-family: Arial;

	box-shadow: 0 0 6px #b0b0b0;
	-moz-box-shadow: 0 0 6px #b0b0b0;
	-webkit-box-shadow: 0 0 6px #b0b0b0;
}

* #fql-bar { 
	position: absolute !important;
}

#fql-bar .clear {
	clear: both;
}

#fql-bar #fql-content {
	width: 990px;
	height: 40px;
	margin: 0 auto;
}

/*------- Top Bar Menu -------*/
#fql-bar ul#fql-menu {
	margin: 0;
	padding: 0;
	height: 40px;
	float: right;
	list-style: none;

	color: #414141;
	font-weight: bold;
}

#fql-bar ul#fql-menu li {
	float: left;
	line-height: 40px;
	padding: 0 13px 0 13px;
	border-left: 1px solid #dddddd;
}

#fql-bar ul#fql-menu li:first-child {
	padding-left: 0;
	border-left: 0;
}

#fql-bar ul#fql-menu li a {
	color: #414141;
	text-decoration: none;
}

#fql-bar ul#fql-menu li a:hover {
	color: #139b78;
}


/*------- Top Bar News -------*/
#fql-bar ul#fql-news {
	padding: 0;
	list-style: none;
	margin: 0 0 0 10px;
	position: relative;
}

#fql-bar ul#fql-news li {
	color: #333333;
	line-height: 40px;

	top: 0;
	left: 0;
	position: absolute;
}

#fql-bar ul#fql-news li a {
	color: #333333;
	text-decoration: none;
}

#fql-bar ul#fql-news li a:hover {
	color: #139b78;
}

#fql-bar ul#fql-news li span {
	color: #139b78;
	font-weight: bold;
	padding-right: 4px;
}

#fql-bar ul#fql-news li span a {
	color: #139b78;
}

#fql-bar ul#fql-news li span a:hover {
	text-decoration: underline;
}