@charset "UTF-8";

/********************************************************************************
Default Stylesheet for Fflap
Created by Pixel Vector, www.pixelvector.co.uk
********************************************************************************/

@import url("reset.css");

/********************************************************************************
Globally Used Elements
********************************************************************************/
body { 
	padding: 0; 
	margin: 0; 
	font: 12px "Myriad Pro", "Myriad Web", "Apple Myriad", "Adobe Myriad", Candara, "Trebuchet MS", Trebuchet, sans-serif; 
	}
	
p { 
	padding: 0; 
	margin: 0 0 10px 0; 
	line-height: 1.5em; 
	}
	
h1, h2, h3, h4, h5, h6 { 
	color: #333; 
	margin: 0; 
	padding: 0; 
	}
	
abbr { 
	cursor: help; 
	}
	
a { 
	color: #000 
	}

	
ul, ol { 
	line-height: 1.7em; 
	}
	
form div {
	padding: 0;
	margin: 0 0 5px 0;
	}
form label {
	float: left;
	vertical-align: middle;
	}
form input, form textarea, .idleField {
	vertical-align: middle;
 	}
	
#container { 
	width: 1024px;
	margin: 0 auto; 
	}

.error {
	font-weight: bold;
	color: red;
	}

.hide { 
	display: none; 
	}
	
.show {
	display: block; 
	}
	
.pager {
	font-size: 11px;
	color: #333;
	float: right;
	}
	
/* Backgrounds */
.bghome {
	background: #fdfcfc url(/images/bg-tile.png) repeat-x; 
	}
.bgsecondary {
	background: #fdfcfc url(/images/bg-tile-secondary.png) repeat-x;
	}


/********************************************************************************
Header
********************************************************************************/
#header {
	position: relative;
	height: 162px;	
	}
	
#logo {
	position: absolute;
	top: 10px;
	left: 0;
	}
	
#logout {
	position: absolute;
	top: 2px;
	right: 0;
	color: #fff;
	text-decoration: none;
	}
	
#leaderboard-banner-header {
	position: absolute;
	top: 20px;
	right: 0;
	width: 728px;
	height: 90px;
	}
	
#banner-plane {
	position: absolute;
	top: 30px;
	right: -78px;
	}
	
/********************************************************************************
Main Navigation Menu
********************************************************************************/
#navigation { 
	position: absolute;
	top: 122px;
	right: -4px;
	height: 40px;
	width: 749px;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation li {
	margin: 0;
	padding: 0;
	display: inline;
	}
#navigation li a {
	color: #fff;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0;
	padding: 40px 0 0 0;
	height: 0px;
	}
	
.nav-why {
	background: url(/images/navigation-sprite.png) no-repeat 0 0;
	width: 130px;
	}
.nav-forum {
	background: url(/images/navigation-sprite.png) no-repeat -130px 0;
	width: 106px;
	}
.nav-subs {
	background: url(/images/navigation-sprite.png) no-repeat -236px 0;
	width: 156px;
	}
.nav-acc {
	background: url(/images/navigation-sprite.png) no-repeat -392px 0;
	width: 145px;
	}
.nav-classified {
	background: url(/images/navigation-sprite.png) no-repeat -392px 0;
	width: 145px;
	}	

.nav-help {
	background: url(/images/navigation-sprite.png) no-repeat -537px 0;
	width: 92px;
	}
.nav-login {
	background: url(/images/navigation-sprite.png) no-repeat -629px 0;
	width: 120px;
	}
	
.nav-logout {
	background: url(/images/navigation-sprite.png) no-repeat -629px -41px;
	width: 120px;
	}

/********************************************************************************
Search Bar
********************************************************************************/

#searchbar {
	position: relative;	
	height: 42px;
	}
	
#searchbar-cta {
	position: absolute;
	top: 7px;
	right: 515px;
	z-index: 5;
	}

#searchbar form {
	position: absolute;
	top: 6px;
	right: 0;
	background: url(/images/bg-searchbar.png) no-repeat;
	text-align: right;
	vertical-align: middle;
	padding: 3px 3px 0 0;
	width: 521px;
	height: 29px;
	/* IE Box Fix */
 	voice-family: "\"}\"";
 	voice-family: inherit; 
 	width: 518px;
 	height: 26px;
 	} 
 	/* Opera Fix */ 
 	html>body#searchbar form { 
 	width: 518px;
 	height: 26px
 	}
	
#searchbar form label {
	display: none;
	}
	
.searchbarinput {
	background: url(/images/input-searchbar.png) no-repeat;
	color: #3889a5;
	border: 0;
	padding: 2px;
	vertical-align: middle;
	width: 137px;
	height: 23px;
	/* IE Box Fix */
 	voice-family: "\"}\"";
 	voice-family: inherit; 
 	width: 133px;
 	height: 19px;
 	} 
 	/* Opera Fix */ 
 	html>body.searchbarinput { 
 	width: 133px;
 	height: 19px
 	}
 	
 .searchbarselect {
 	background: #00afe1;
	color: #fff;
	border: 0;
	width: 130px;
	height: 20px;
	vertical-align: middle;
 	}

#fflapstats {
	background: url(/images/bg-fflapstats.png) no-repeat;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 5;
	width: 237px;
	height: 76px;
	font-size: 15px;
	}
	
#fflapstats-fflaps {
	position: absolute;
	top: 19px;
	right: 132px;
	display: block;
	text-align: center;
	width: 100px;
	overflow: hidden;
	}
#fflapstats-members {
	position: absolute;
	top: 48px;
	right: 132px;
	display: block;
	text-align: center;
	width: 100px;
	overflow: hidden;
	}


/********************************************************************************
Page Content Container
********************************************************************************/
#page-content-container { 
	}
	

/********************************************************************************
Feature Footer
********************************************************************************/
#feature-footer {
	clear: both;
	margin: 20px 0;
	padding: 0 32px;
	}
	
#feature-footer-one {
 	clear: left;
 	float: left;
 	margin: 0 18px 0 0;
 	width: 330px;
	/* IE Box Fix */
 	voice-family: "\"}\"";
 	voice-family: inherit; 
 	width: 312px;
 	} 
 	/* Opera Fix */ 
 	html>body#feature-footer-one { 
 	width: 312px;
 	}
 	
#feature-footer-two {
 	float: left;
 	margin: 0 18px 0 0;
 	width: 330px;
	/* IE Box Fix */
 	voice-family: "\"}\"";
 	voice-family: inherit; 
 	width: 312px;
 	} 
 	/* Opera Fix */ 
 	html>body#feature-footer-two { 
 	width: 312px;
 	}
 	
#feature-footer-three {
 	float: left;
 	width: 300px;
 	}


/********************************************************************************
Latest Fflaps
********************************************************************************/
#latest-fflaps {
	clear: both;
	float: left;
	position: relative;
	padding: 15px;
	border: 1px solid #79bf37;
	margin: 10px 18px 10px 0;
	color: #555;
	width: 660px;
	/* IE Box Fix */
 	voice-family: "\"}\"";
 	voice-family: inherit; 
 	width: 610px;
 	} 
 	/* Opera Fix */ 
 	html>body#latest-fflaps { 
 	width: 610px;
 	}
	
#latest-fflaps a {
	color: #000;
	font-size: 13px;
	text-decoration: none;
	}
	
.latest-fflaps-fflap {
	margin: 0 0 10px 0;
	}

	
#latest-fflaps h5 {
	color: #1C7999;
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 10px 0;
	}

#latest-fflaps-mascot {
	position: absolute;
	bottom: -17px;
	right: -12px;
	z-index: 3;
	}

#footer-mpu {
	float: right;
	margin: 10px 0;
 	height: 250px;
 	width: 300px;
	}

/********************************************************************************
Footer
********************************************************************************/
#footer {
	clear: both;
	position: relative;
	background: url(/images/bg-footer.png) no-repeat;
	font-size: 10px;
	padding: 15px 30px;
	color: #fff;
	height: 190px;
	/* IE Box Fix */
 	voice-family: "\"}\"";
 	voice-family: inherit; 
 	height: 160px;
 	} 
 	/* Opera Fix */ 
 	html>body#footer { 
 	height: 160px;
 	}
#footer ul {
	}
#footer li {
	display: inline;
	margin: 0 5px 0 0;
	}
#footer li a {
	color: #fff;
	text-decoration: none;
	}
#footer li a:hover {
	color: #8ACDE4;
	}
	
#footer .footer-donate {
	position: absolute;
	top: 100px;
	right: 20px;
	}

#footer .footer-socialjet {
	position: absolute;
	top: 160px;
	right: 0px;
	}

/********************************************************************************
Helplink
********************************************************************************/


.indicatorhelplink { 
	text-decoration: none;
	position: absolute;
	top: 37px;
	right: 20px;
	font-size: 12px;
	}
.indicatorhelplink a { 
	display: block; 
	text-decoration: none; 
	position: relative;
	}
.indicatorhelplink a span { 
	color: #000; 
	display: none; 
	text-decoration: none; 
	}
.indicatorhelplink a:hover span { 
	text-decoration: none; 
	display: block; 
	position: absolute; 
	top: 21px;
	right: 0px;
	padding: 10px; 
	margin: 10px; 
	z-index: 10; 
	color: #000; 
	background: #fff; 
	font-size: 11px; 
	border: 2px solid #79BF37;
	width: 300px;
	/* Latest Browsers */
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	}	

/********************************************************************************
Hacks & Fixes
********************************************************************************/

/* Remove Safari Focus Outline */
input:focus { 
	outline: none;
	}  
	
textarea:focus { 
	outline: none; 
	}  

/* Remove Firefox Link Outlines */
a, a:visited, a:active, a:focus { 
	outline: 0; 
	}
	
/* Clearfix for Div Content */
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0; 
	}
.clearfix { 
	display: inline-block; 
	}
html[xmlns] .clearfix { 
	display: block; 
	}
* html .clearfix { 
	height: 1%; 
	}

#processing
{
	width:100%;
	text-align:center;
}
#processing-sendmultiplefflaps
{
	width:100%;
	text-align:center;
}	
